* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background:
    radial-gradient(circle at top, rgba(59, 130, 246, 0.10), transparent 25%),
    linear-gradient(180deg, #07111f 0%, #0b1424 30%, #f6f9ff 30%, #f8fbff 100%);
  color: #0f172a;
  overflow-x: hidden;
}











/* =========================
   PENGERANG UNIQUE SECTION
   ========================= */
.k3pdj2-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at top right, rgba(96,165,250,0.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  overflow: hidden;
}

.k3pdj2-top-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 34px;
}

.k3pdj2-main-image {
  position: relative;
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  background: #dbeafe;
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.10);
}

.k3pdj2-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,17,31,0.20), rgba(7,17,31,0.02));
  pointer-events: none;
}

.k3pdj2-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.k3pdj2-main-image:hover img {
  transform: scale(1.05);
}

.k3pdj2-info-box {
  position: relative;
  padding: 38px 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k3pdj2-accent-line {
  width: 82px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #60a5fa 0%, #1d4ed8 100%);
}

.k3pdj2-mini-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563eb;
}

.k3pdj2-info-box h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.k3pdj2-info-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 14px;
}

.k3pdj2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.k3pdj2-gallery-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.k3pdj2-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(15,23,42,0.12);
}

.k3pdj2-gallery-image {
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.k3pdj2-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.k3pdj2-gallery-card:hover .k3pdj2-gallery-image img {
  transform: scale(1.08);
}

.k3pdj2-gallery-content {
  padding: 22px 22px 26px;
}

.k3pdj2-gallery-content h4 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.k3pdj2-gallery-content p {
  font-size: 15px;
  line-height: 1.85;
  color: #475569;
}





















/* HERO */


.hero-top-image {
  position: absolute;
  top: 300px;              /* adjust height */
  right: -100px;
  transform: translateX(-50%);
  z-index: 4;
              /* above background, below text if needed */

  pointer-events: none;   /* prevents blocking clicks */
}


.me-hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 5% 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, rgba(59, 130, 246, 0.20), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(96, 165, 250, 0.12), transparent 22%),
    linear-gradient(135deg, #040b16 0%, #081223 45%, #10264b 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.25));
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(3, 8, 18, 0.72), rgba(3, 8, 18, 0.28)),
    linear-gradient(to top, rgba(3,8,18,0.08), rgba(255,255,255,0));
  z-index: 1;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  z-index: 0;
  animation: glowPulse 5s ease-in-out infinite;
}

.hero-glow-1 {
  width: 280px;
  height: 280px;
  top: 12%;
  right: 10%;
  background: radial-gradient(circle, rgba(59,130,246,0.42) 0%, rgba(59,130,246,0.06) 65%, transparent 75%);
}

.hero-glow-2 {
  width: 220px;
  height: 220px;
  bottom: 16%;
  left: 8%;
  background: radial-gradient(circle, rgba(125,211,252,0.24) 0%, rgba(125,211,252,0.03) 65%, transparent 75%);
}

/* ELECTRIC WIRES */
.wire {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.16), rgba(255,255,255,0.06));
  box-shadow: 0 0 12px rgba(96,165,250,0.12);
  z-index: 1;
  overflow: hidden;
}

.wire-1 { top: 26%; transform: rotate(-8deg); }
.wire-2 { top: 38%; transform: rotate(6deg); }
.wire-3 { top: 55%; transform: rotate(-4deg); }
.wire-4 { top: 70%; transform: rotate(8deg); }

.pulse {
  position: absolute;
  top: 50%;
  left: -140px;
  width: 140px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96,165,250,0.2), rgba(191,219,254,0.95), rgba(96,165,250,0.2), rgba(255,255,255,0));
  filter: blur(0.6px);
  box-shadow: 0 0 18px rgba(147,197,253,0.65);
  animation: electricRun 4s linear infinite;
}

.wire-2 .pulse { animation-delay: 0.8s; }
.wire-3 .pulse { animation-delay: 1.6s; }
.wire-4 .pulse { animation-delay: 2.2s; }

.me-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(191,219,254,0.18);
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.me-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 22px;
}

.me-hero p {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(226,232,240,0.86);
  margin-bottom: 34px;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 34px;
}

.hero-metric {
  min-width: 180px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(191,219,254,0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 28px rgba(0,0,0,0.18);
}

.hero-metric strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.hero-metric span {
  font-size: 13px;
  font-weight: 600;
  color: #bfdbfe;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #0f172a 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(37,99,235,0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(37,99,235,0.32);
}

.hero-btn.alt {
  background: linear-gradient(135deg, #60a5fa 0%, #1d4ed8 100%);
}

.scroll-indicator {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-indicator span {
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  position: relative;
}

.scroll-indicator span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #93c5fd;
  animation: scrollDot 2s infinite;
}

/* SECTIONS */
.me-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
}

.section-shell {
  width: min(1240px, 92%);
  margin: 0 auto;

}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.section-heading h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  color: #000;
  margin-top: 14px;
  font-weight: 800;
} 
.section-headings {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}


.section-heading.center {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 60px;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-copy  {
  font-size: 16px;
  line-height: 1.95;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 22px;
}


}
.section-intro,
.service-card p,
.cap-box p,
.project-content p,
.cta-shell p {
  font-size: 16px;
  line-height: 1.95;
  color: #000;
}



/* SERVICES */
.services-section {
  background:
    linear-gradient(180deg, rgba(59,130,246,0.04), rgba(255,255,255,0)),
    radial-gradient(circle at top center, rgba(96,165,250,0.10), transparent 25%);
}


.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover,
.cap-box:hover,
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(15,23,42,0.12);
}

.service-icon {
  font-size: 34px;
  margin-bottom: 16px;
}
.service-card h2{
  color:#000;
}

.service-card h3,
.cap-box h3,
.project-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}











/* =========================
   CIQ UNIQUE SECTION
   ========================= */
.k3ciq-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at top left, rgba(220, 38, 38, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
  overflow: hidden;
}

.k3ciq-top-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 34px;
}

.k3ciq-main-visual {
  position: relative;
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  background: #fef2f2;
  border: 1px solid rgba(185, 28, 28, 0.08);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.10);
}

.k3ciq-main-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(25, 10, 10, 0.24), rgba(25, 10, 10, 0.03));
  pointer-events: none;
}

.k3ciq-main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.k3ciq-main-visual:hover img {
  transform: scale(1.05);
}

.k3ciq-content-box {
  position: relative;
  padding: 38px 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(185, 28, 28, 0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k3ciq-bar {
  width: 82px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #f97316 0%, #b91c1c 100%);
}

.k3ciq-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b91c1c;
}

.k3ciq-content-box h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.k3ciq-content-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 14px;
}

.k3ciq-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.k3ciq-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(185, 28, 28, 0.08);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.k3ciq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(15,23,42,0.12);
}

.k3ciq-card-image {
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff1f2 0%, #fff7ed 100%);
}

.k3ciq-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.k3ciq-card:hover .k3ciq-card-image img {
  transform: scale(1.08);
}

.k3ciq-card-body {
  padding: 22px 22px 26px;
}

.k3ciq-card-body h4 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.k3ciq-card-body p {
  font-size: 15px;
  line-height: 1.85;
  color: #475569;
}
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background:
    radial-gradient(circle at top, rgba(59, 130, 246, 0.10), transparent 25%),
    linear-gradient(180deg, #07111f 0%, #0b1424 30%, #f6f9ff 30%, #f8fbff 100%);
  color: #0f172a;
  overflow-x: hidden;
}

/* NAVBAR */
.me-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(10, 28, 54, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transform: translateY(0);
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.me-nav.scrolled {
  background: rgba(9, 24, 46, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.me-nav.hide-nav {
  transform: translateY(-110%);
}

.me-nav-inner {
  width: min(1280px, 92%);
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 4px;

  filter: drop-shadow(0 0 8px #24783A)
          drop-shadow(0 0 16px #24783A)
          drop-shadow(0 0 24px #2F7D3C);
}
.me-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.me-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.me-brand-top {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.72);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.me-brand-bottom {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.me-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.me-links a,
.me-mobile-menu a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.me-links a:hover,
.me-mobile-menu a:hover {
  color: #93c5fd;
}

.me-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.me-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
  border-radius: 20px;
}

.me-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 18px;
  padding: 0 4% 22px;
  background: rgba(10, 28, 54, 0.97);
}

/* HERO */
.me-hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 5% 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, rgba(59, 130, 246, 0.20), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(96, 165, 250, 0.12), transparent 22%),
    linear-gradient(135deg, #040b16 0%, #081223 45%, #10264b 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.25));
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(3, 8, 18, 0.76), rgba(3, 8, 18, 0.24)),
    linear-gradient(to top, rgba(3,8,18,0.08), rgba(255,255,255,0));
  z-index: 1;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  z-index: 0;
  animation: glowPulse 5s ease-in-out infinite;
}

.hero-glow-1 {
  width: 280px;
  height: 280px;
  top: 12%;
  right: 10%;
  background: radial-gradient(circle, rgba(59,130,246,0.42) 0%, rgba(59,130,246,0.06) 65%, transparent 75%);
}

.hero-glow-2 {
  width: 220px;
  height: 220px;
  bottom: 16%;
  left: 8%;
  background: radial-gradient(circle, rgba(125,211,252,0.24) 0%, rgba(125,211,252,0.03) 65%, transparent 75%);
}

.hero-top-image {
  position: absolute;
  top: 170px;
  right: 8%;
  z-index: 2;
  pointer-events: none;
  animation: floatHat 4s ease-in-out infinite;
}

.hero-top-image img {
  width: min(380px, 36vw);
  object-fit: contain;
  opacity: 0.92;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.35));
}

/* ELECTRIC WIRES */
.wire {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.16), rgba(255,255,255,0.06));
  box-shadow: 0 0 12px rgba(96,165,250,0.12);
  z-index: 1;
  overflow: hidden;
}

.wire-1 { top: 26%; transform: rotate(-8deg); }
.wire-2 { top: 38%; transform: rotate(6deg); }
.wire-3 { top: 55%; transform: rotate(-4deg); }
.wire-4 { top: 70%; transform: rotate(8deg); }

.pulse {
  position: absolute;
  top: 50%;
  left: -140px;
  width: 140px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96,165,250,0.2), rgba(191,219,254,0.95), rgba(96,165,250,0.2), rgba(255,255,255,0));
  box-shadow: 0 0 18px rgba(147,197,253,0.65);
  animation: electricRun 4s linear infinite;
}

.wire-2 .pulse { animation-delay: 0.8s; }
.wire-3 .pulse { animation-delay: 1.6s; }
.wire-4 .pulse { animation-delay: 2.2s; }

.me-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(191,219,254,0.18);
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.me-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 22px;
}

.me-hero p {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(226,232,240,0.86);
  margin-bottom: 34px;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 34px;
}

.hero-metric {
  min-width: 180px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(191,219,254,0.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 28px rgba(0,0,0,0.18);
}

.hero-metric strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.hero-metric span {
  font-size: 13px;
  font-weight: 600;
  color: #bfdbfe;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #0f172a 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(37,99,235,0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(37,99,235,0.32);
}

.hero-btn.alt {
  background: linear-gradient(135deg, #60a5fa 0%, #1d4ed8 100%);
}

.scroll-indicator {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-indicator span {
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  position: relative;
}

.scroll-indicator span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #93c5fd;
  animation: scrollDot 2s infinite;
}

/* GENERAL SECTIONS */
.me-section {
  position: relative;
  padding: 110px 0;
}

.section-shell {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.about-section {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
}

.section-heading h2,
.section-headings h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  color: #0f172a;
  margin-top: 14px;
  font-weight: 800;
}

.section-heading.center {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 60px;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-copy,
.section-intro,
.service-card p,
.cap-box p,
.project-content p,
.cta-shell p {
  font-size: 16px;
  line-height: 1.95;
  color: #475569;
}

.section-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.elec-intro-section {
  padding-top: 90px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* NEW ELECTRICAL SECTIONS */
.kt-elec-section {
  position: relative;
  padding: 80px 0 110px;
  overflow: hidden;
}

.kt-elec-panel {
  background:
    radial-gradient(circle at top right, rgba(59,130,246,0.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.kt-elec-mvlv {
  background:
    radial-gradient(circle at top left, rgba(37,99,235,0.10), transparent 22%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}

.kt-elec-lighting {
  background:
    radial-gradient(circle at top right, rgba(14,165,233,0.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.kt-elec-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.kt-elec-wrap.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.kt-elec-wrap.reverse .kt-elec-visual {
  order: 2;
}

.kt-elec-wrap.reverse .kt-elec-content {
  order: 1;
}

.kt-elec-image-card {
  position: relative;
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  border: 1px solid rgba(37,99,235,0.10);
  box-shadow: 0 24px 60px rgba(15,23,42,0.12);
}

.kt-elec-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.kt-elec-image-card:hover img {
  transform: scale(1.06);
}

.kt-elec-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 15, 30, 0.32), rgba(5, 15, 30, 0.04));
}

.kt-elec-content {
  position: relative;
  padding: 38px 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  backdrop-filter: blur(10px);
}

.kt-elec-mini-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563eb;
}

.kt-elec-content h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.kt-elec-content p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 22px;
}

.kt-elec-feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.kt-elec-feature-card {
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(239,246,255,0.95) 0%, rgba(255,255,255,0.95) 100%);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 10px 24px rgba(15,23,42,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kt-elec-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(15,23,42,0.10);
}

.kt-elec-feature-card strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.kt-elec-feature-card span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}






/* =========================
   PENGERANG UNIQUE SECTION
   ========================= */
.k3pdj2-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at top right, rgba(96,165,250,0.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  overflow: hidden;
}

.k3pdj2-top-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 34px;
}

.k3pdj2-main-image {
  position: relative;
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  background: #dbeafe;
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.10);
}

.k3pdj2-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,17,31,0.20), rgba(7,17,31,0.02));
  pointer-events: none;
}

.k3pdj2-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.k3pdj2-main-image:hover img {
  transform: scale(1.05);
}

.k3pdj2-info-box {
  position: relative;
  padding: 38px 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k3pdj2-accent-line {
  width: 82px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #60a5fa 0%, #1d4ed8 100%);
}

.k3pdj2-mini-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563eb;
}

.k3pdj2-info-box h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.k3pdj2-info-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 14px;
}

.k3pdj2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.k3pdj2-gallery-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.k3pdj2-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(15,23,42,0.12);
}

.k3pdj2-gallery-image {
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.k3pdj2-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.k3pdj2-gallery-card:hover .k3pdj2-gallery-image img {
  transform: scale(1.08);
}

.k3pdj2-gallery-content {
  padding: 22px 22px 26px;
}

.k3pdj2-gallery-content h4 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.k3pdj2-gallery-content p {
  font-size: 15px;
  line-height: 1.85;
  color: #475569;
}





/* =========================
   CIQ UNIQUE SECTION
   ========================= */
.k3ciq-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at top left, rgba(220, 38, 38, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
  overflow: hidden;
}

.k3ciq-top-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 34px;
}

.k3ciq-main-visual {
  position: relative;
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  background: #fef2f2;
  border: 1px solid rgba(185, 28, 28, 0.08);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.10);
}

.k3ciq-main-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(25, 10, 10, 0.24), rgba(25, 10, 10, 0.03));
  pointer-events: none;
}

.k3ciq-main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.k3ciq-main-visual:hover img {
  transform: scale(1.05);
}

.k3ciq-content-box {
  position: relative;
  padding: 38px 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(185, 28, 28, 0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k3ciq-bar {
  width: 82px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #f97316 0%, #b91c1c 100%);
}

.k3ciq-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b91c1c;
}

.k3ciq-content-box h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.k3ciq-content-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 14px;
}

.k3ciq-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.k3ciq-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(185, 28, 28, 0.08);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.k3ciq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(15,23,42,0.12);
}

.k3ciq-card-image {
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff1f2 0%, #fff7ed 100%);
}

.k3ciq-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.k3ciq-card:hover .k3ciq-card-image img {
  transform: scale(1.08);
}

.k3ciq-card-body {
  padding: 22px 22px 26px;
}

.k3ciq-card-body h4 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.k3ciq-card-body p {
  font-size: 15px;
  line-height: 1.85;
  color: #475569;
}




























/* SERVICES */
.services-section {
  background:
    linear-gradient(180deg, rgba(59,130,246,0.04), rgba(255,255,255,0)),
    radial-gradient(circle at top center, rgba(96,165,250,0.10), transparent 25%);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover,
.cap-box:hover,
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(15,23,42,0.12);
}

.service-icon {
  font-size: 34px;
  margin-bottom: 16px;
}

.service-card h3,
.cap-box h3,
.project-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

/* CAPABILITIES */
.capabilities-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cap-box {
  padding: 32px 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 16px 35px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cap-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dbeafe 0%, #93c5fd 100%);
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 800;
}

/* PROJECTS */
.projects-section {
  background: #ffffff;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.project-card {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-image-wrap {
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.project-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.project-card:hover .project-image-wrap img {
  transform: scale(1.08);
}

.project-content {
  padding: 26px 24px 28px;
}

/* CTA */
.cta-section {
  background: linear-gradient(180deg, #eef5ff 0%, #f9fbff 100%);
}

.cta-shell {
  text-align: center;
  padding: 70px 28px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(219,234,254,0.92) 0%, rgba(255,255,255,0.96) 65%),
    linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 24px 50px rgba(15,23,42,0.08);
}

.cta-shell h2 {
  font-size: clamp(30px, 4vw, 52px);
  color: #0f172a;
  margin: 16px 0;
  font-weight: 800;
}

.cta-shell p {
  max-width: 760px;
  margin: 0 auto 26px;
}

/* REVEAL */
.reveal-up {
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* EXTRA ANIMATIONS */
@keyframes electricRun {
  0% {
    left: -140px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: calc(100% + 140px);
    opacity: 0.95;
  }
}

@keyframes glowPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.72;
  }
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}

@keyframes floatHat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}




























/* CAPABILITIES */
.capabilities-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cap-box {
  padding: 32px 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 16px 35px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cap-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dbeafe 0%, #93c5fd 100%);
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 800;
}

/* PROJECTS */
.projects-section {
  background: #ffffff;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.project-card {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-image-wrap {
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.project-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.project-card:hover .project-image-wrap img {
  transform: scale(1.08);
}

.project-content {
  padding: 26px 24px 28px;
}















.k3-project-showcase {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at top right, rgba(30, 82, 145, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(120, 180, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #001327 0%, #001B3D 45%, #00162f 100%);
}

.k3-project-shell {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.k3-project-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.k3-project-heading .section-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #9dd8aa;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.k3-project-heading h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.08;
}

.k3-project-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.85;
}

.k3-project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.filter-btn {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 600;
  transition: 0.35s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: rgba(217, 239, 122, 0.14);
  color: #efff9f;
  border-color: rgba(217, 239, 122, 0.28);
  transform: translateY(-2px);
}

.k3-project-card {
  display: grid;
  grid-template-columns: 1.02fr 1.08fr;
  gap: 34px;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(190, 255, 190, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.k3-project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.03) 35%, transparent 60%);
  pointer-events: none;
}

.k3-project-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k3-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.project-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(217, 239, 122, 0.12);
  border: 1px solid rgba(217, 239, 122, 0.22);
  color: #efff9f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-chip.status {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

.k3-project-left h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
}

.project-location {
  margin-bottom: 18px;
  color: #d9ef7a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.project-desc {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.9;
}

.project-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.project-info-box {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.info-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-value {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.project-tag-pill {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
  font-weight: 500;
}

.project-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.nav-btn {
  border: none;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 999px;
  background: #24783a;
  color: #fff;
  font-weight: 700;
  transition: 0.3s ease;
}

.nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(36, 120, 58, 0.34);
}

.project-counter {
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
  font-weight: 600;
}

.k3-project-right {
  min-width: 0;
}

.project-gallery-main {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 14px;
}

.project-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-gallery-main:hover img {
  transform: scale(1.02);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(6, 14, 8, 0.7);
  color: #fff;
  font-size: 1.35rem;
  transition: 0.3s ease;
}

.gallery-arrow:hover {
  background: rgba(36, 120, 58, 0.85);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.project-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.project-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid transparent;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
  transition: 0.3s ease;
}

.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.82;
  transition: 0.3s ease;
}

.project-thumb:hover img,
.project-thumb.active img {
  opacity: 1;
  transform: scale(1.04);
}

.project-thumb.active {
  border-color: #d9ef7a;
  box-shadow: 0 0 0 1px rgba(217, 239, 122, 0.2);
}

.k3-project-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.k3-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,239,122,0.22), transparent);
  opacity: 0.4;
}

.k3-line.l1 {
  top: 14%;
  left: -10%;
  width: 34%;
  animation: lineMove 10s linear infinite;
}

.k3-line.l2 {
  bottom: 18%;
  right: -10%;
  width: 36%;
  animation: lineMoveReverse 11s linear infinite;
}

.k3-line.l3 {
  top: 42%;
  left: 20%;
  width: 20%;
  animation: linePulse 6s ease-in-out infinite;
}

.k3-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9ef7a;
  box-shadow: 0 0 18px rgba(217,239,122,0.55);
}

.k3-dot.d1 {
  top: 19%;
  left: 10%;
  animation: dotFloat 7s ease-in-out infinite;
}

.k3-dot.d2 {
  bottom: 22%;
  right: 14%;
  animation: dotFloat 8s ease-in-out infinite 1s;
}

.k3-dot.d3 {
  top: 52%;
  left: 58%;
  animation: dotFloat 6.5s ease-in-out infinite 0.4s;
}

.reveal-up {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-swap {
  animation: fadeSwap 0.45s ease;
}

@keyframes fadeSwap {
  0% { opacity: 0.2; transform: scale(1.02); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes lineMove {
  0% { transform: translateX(0); opacity: 0.15; }
  50% { opacity: 0.45; }
  100% { transform: translateX(180px); opacity: 0.15; }
}

@keyframes lineMoveReverse {
  0% { transform: translateX(0); opacity: 0.12; }
  50% { opacity: 0.4; }
  100% { transform: translateX(-180px); opacity: 0.12; }
}

@keyframes linePulse {
  0%, 100% { opacity: 0.1; transform: scaleX(1); }
  50% { opacity: 0.5; transform: scaleX(1.2); }
}

@keyframes dotFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.35; }
  50% { transform: translateY(-12px) scale(1.15); opacity: 0.9; }
}
































/* CTA */
.cta-shell {
  text-align: center;
  padding: 70px 28px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(219,234,254,0.92) 0%, rgba(255,255,255,0.96) 65%),
    linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 24px 50px rgba(15,23,42,0.08);
}

.cta-shell h2 {
  font-size: clamp(30px, 4vw, 52px);
  color: #0f172a;
  margin: 16px 0;
  font-weight: 800;
}

.cta-shell p {
  max-width: 760px;
  margin: 0 auto 26px;
}

/* REVEAL */
.reveal-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* ANIMATIONS */
@keyframes electricRun {
  0% {
    left: -140px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: calc(100% + 140px);
    opacity: 0.95;
  }
}

@keyframes glowPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.72;
  }
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}


























/* =========================================================
   GLOBAL RESPONSIVE FIXES
   Put this at the VERY BOTTOM of m&e.css
   ========================================================= */

/* mobile menu open fix */
.me-mobile-menu.active {
  display: flex !important;
}

/* stop hidden nav on touch devices */
@media (max-width: 1023px) {
  .me-nav.hide-nav {
    transform: translateY(0);
  }
}

/* hero image base */
.hero-top-image {
  transition: all 0.35s ease;
  pointer-events: none;
}

.hero-top-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* make hero content stay above background hat */
.me-hero-content {
  position: relative;
  z-index: 3;
}

/* =========================================================
   PHONE
   0px - 767px
   ========================================================= */
@media (max-width: 767px) {

  /* NAVBAR */
  .me-nav {
    background: rgba(9, 24, 46, 0.97);
  }

  .me-nav-inner {
    width: 92%;
    min-height: 74px;
    padding: 0;
  }

  .brand-logo {
    width: 74px;
    height: 74px;
  }

  .me-brand {
    gap: 10px;
    max-width: 78%;
  }

  .me-brand-top {
    font-size: 9px;
    letter-spacing: 0.14em;
    margin-bottom: 4px;
  }

  .me-brand-bottom {
    font-size: 14px;
    line-height: 1.15;
  }

  .me-links {
    display: none;
  }

  .me-menu-toggle {
    display: block;
    z-index: 1002;
    position: relative;
    padding: 6px;
  }

  .me-menu-toggle span {
    width: 24px;
    height: 2px;
    margin: 5px 0;
  }

  .me-mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 14px 5% 20px;
    gap: 14px;
    background: rgba(9, 24, 46, 0.98);
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
    z-index: 1000;
  }

  .me-mobile-menu a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  /* HERO */
  .me-hero {
    min-height: auto;
    padding: 118px 5% 60px;
  }

  .hero-grid {
    background-size: 34px 34px;
  }

  .hero-overlay {
    background:
      linear-gradient(to right, rgba(3, 8, 18, 0.84), rgba(3, 8, 18, 0.40)),
      linear-gradient(to top, rgba(3,8,18,0.14), rgba(255,255,255,0));
    z-index: 1;
  }

  .hero-top-image {
    position: absolute;
    top: 95px;
    right: 50%;
    transform: translateX(50%);
    z-index: 0;              /* behind text */
    opacity: 0.10;
  }

  .hero-top-image img {
    width: 170px;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
  }

  .hero-glow-1 {
    width: 180px;
    height: 180px;
    top: 8%;
    right: -4%;
  }

  .hero-glow-2 {
    width: 150px;
    height: 150px;
    left: -4%;
    bottom: 10%;
  }

  .wire {
    opacity: 0.55;
  }

  .me-hero-content {
    max-width: 100%;
  }

  .hero-tag {
    margin-bottom: 14px;
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .me-hero h1 {
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .me-hero p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .hero-metrics {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-metric {
    width: 100%;
    min-width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .hero-metric strong {
    font-size: 18px;
  }

  .hero-metric span {
    font-size: 11px;
  }

  .hero-btn {
    width: 100%;
    min-width: 100%;
    padding: 15px 18px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .scroll-indicator {
    display: none;
  }

  /* GLOBAL SECTION SPACING */
  .me-section,
  .k3pdj2-section,
  .k3ciq-section,
  .kt-elec-section {
    padding: 72px 0;
  }

  .section-shell {
    width: 92%;
  }

  .section-heading.center {
    margin: 0 auto 36px;
  }

  .section-heading h2,
  .section-headings h2 {
    font-size: 28px;
    line-height: 1.15;
    margin-top: 10px;
  }

  .section-copy,
  .section-intro,
  .service-card p,
  .cap-box p,
  .project-content p,
  .cta-shell p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* ABOUT */
  .two-col {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /* ELECTRICAL FEATURE BLOCKS */
  .kt-elec-wrap,
  .kt-elec-wrap.reverse {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .kt-elec-wrap.reverse .kt-elec-visual,
  .kt-elec-wrap.reverse .kt-elec-content {
    order: initial;
  }

  .kt-elec-image-card {
    min-height: 220px;
    border-radius: 24px;
  }

  .kt-elec-content {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .kt-elec-content h3 {
    font-size: 24px;
  }

  .kt-elec-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .kt-elec-feature-card {
    padding: 15px 16px;
    border-radius: 18px;
  }

  .kt-elec-feature-card strong {
    font-size: 14px;
  }

  .kt-elec-feature-card span {
    font-size: 13px;
    line-height: 1.6;
  }

  /* PENGERANG + CIQ */
  .k3pdj2-top-wrap,
  .k3ciq-top-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
    margin-bottom: 22px;
  }

  .k3pdj2-main-image,
  .k3ciq-main-visual {
    min-height: 220px;
    border-radius: 22px;
  }

  .k3pdj2-info-box,
  .k3ciq-content-box {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .k3pdj2-info-box h3,
  .k3ciq-content-box h3 {
    font-size: 23px;
    line-height: 1.2;
  }

  .k3pdj2-info-box p,
  .k3ciq-content-box p {
    font-size: 14px;
    line-height: 1.8;
  }

  .k3pdj2-gallery-grid,
  .k3ciq-card-grid,
  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .k3pdj2-gallery-card,
  .k3ciq-card,
  .service-card {
    border-radius: 22px;
  }

  .k3pdj2-gallery-image,
  .k3ciq-card-image {
    height: 180px;
  }

  .k3pdj2-gallery-content,
  .k3ciq-card-body,
  .service-card {
    padding: 18px 16px 20px;
  }

  .k3pdj2-gallery-content h4,
  .k3ciq-card-body h4,
  .service-card h3 {
    font-size: 18px;
  }

  /* CAPABILITIES */
  .cap-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cap-box {
    padding: 22px 18px;
    border-radius: 20px;
    min-height: auto;
  }

  .cap-box span {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .cap-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cap-box p {
    font-size: 14px;
    line-height: 1.75;
  }

  /* OLD PROJECT GRID if used */
  .project-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .project-image-wrap {
    height: 190px;
  }

  /* NEW PROJECT PORTFOLIO */
  .k3-project-heading {
    margin-bottom: 22px;
  }

  .k3-project-heading h2 {
    font-size: 28px;
    line-height: 1.14;
  }

  .k3-project-heading p {
    font-size: 14px;
    line-height: 1.75;
  }

  .k3-project-filters {
    gap: 10px;
    margin-bottom: 20px;
  }

  .filter-btn {
    padding: 10px 14px;
    font-size: 0.76rem;
  }

  .k3-project-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .k3-project-left,
  .k3-project-right {
    width: 100%;
  }

  .k3-project-meta {
    gap: 8px;
    margin-bottom: 14px;
  }

  .project-chip {
    padding: 7px 11px;
    font-size: 0.68rem;
  }

  .k3-project-title,
  .k3-project-left h3 {
    font-size: 22px;
    line-height: 1.18;
  }

  .k3-project-description,
  .k3-project-left p {
    font-size: 14px;
    line-height: 1.75;
  }

  .k3-project-info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .k3-project-info-card,
  .project-info-card {
    padding: 12px 14px;
    border-radius: 16px;
  }

  .k3-project-visual,
  .project-visual {
    min-height: auto;
  }

  .k3-project-main-image-wrap,
  .project-main-image-wrap {
    border-radius: 18px;
    overflow: hidden;
  }

  .k3-project-main-image,
  .project-main-image,
  #projectMainImage {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }

  .k3-project-thumbs,
  .project-thumbs,
  #projectThumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .project-thumb {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
  }

  .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .k3-project-controls,
  .project-controls {
    gap: 10px;
    flex-wrap: wrap;
  }

  .project-nav-btn,
  .project-image-btn,
  #prevProject,
  #nextProject,
  #prevImage,
  #nextImage {
    min-width: 42px;
    min-height: 42px;
  }
}



/* =========================================================
   TABLET
   768px - 1023px
   ========================================================= */
@media (min-width: 768px) and (max-width: 1023px) {

  /* NAVBAR */
  .me-nav {
    background: rgba(9, 24, 46, 0.95);
  }

  .me-nav-inner {
    width: 92%;
    min-height: 82px;
  }

  .brand-logo {
    width: 90px;
    height: 90px;
  }

  .me-brand {
    gap: 12px;
    max-width: 82%;
  }

  .me-brand-top {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .me-brand-bottom {
    font-size: 18px;
  }

  .me-links {
    display: none;
  }

  .me-menu-toggle {
    display: block;
    z-index: 1002;
    position: relative;
    padding: 8px;
  }

  .me-mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 16px 4% 22px;
    gap: 16px;
    background: rgba(9, 24, 46, 0.98);
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 42px rgba(0,0,0,0.22);
    z-index: 1000;
  }

  .me-mobile-menu a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
  }

  /* HERO */
  .me-hero {
    min-height: auto;
    padding: 132px 6% 72px;
  }

  .hero-top-imag,
  .hero-top-image {
    display: none !important;
  }

  .me-hero-content {
    position: relative;
    z-index: 2;
  }

  .me-hero h1 {
    font-size: 48px;
    line-height: 1.06;
  }

  .me-hero p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 100%;
  }

  .hero-metrics {
    gap: 14px;
    margin-bottom: 26px;
  }

  .hero-metric {
    min-width: calc(50% - 7px);
    flex: 1 1 calc(50% - 7px);
    padding: 16px 18px;
  }

  .hero-metric strong {
    font-size: 19px;
  }

  .hero-btn {
    min-width: 220px;
  }

  /* GLOBAL SECTIONS */
  .me-section,
  .k3pdj2-section,
  .k3ciq-section,
  .kt-elec-section {
    padding: 90px 0;
  }

  .section-shell {
    width: 92%;
  }

  .section-heading.center {
    margin: 0 auto 42px;
  }

  .section-heading h2,
  .section-headings h2 {
    font-size: 36px;
  }

  /* ABOUT */
  .two-col {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  /* ELECTRICAL */
  .kt-elec-wrap,
  .kt-elec-wrap.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kt-elec-wrap.reverse .kt-elec-visual,
  .kt-elec-wrap.reverse .kt-elec-content {
    order: initial;
  }

  .kt-elec-image-card {
    min-height: 300px;
  }

  .kt-elec-content {
    padding: 28px 24px;
  }

  .kt-elec-content h3 {
    font-size: 30px;
  }

  /* PENGERANG + CIQ */
  .k3pdj2-top-wrap,
  .k3ciq-top-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
    margin-bottom: 26px;
  }

  .k3pdj2-main-image,
  .k3ciq-main-visual {
    min-height: 300px;
  }

  .k3pdj2-gallery-grid,
  .k3ciq-card-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .k3pdj2-gallery-image,
  .k3ciq-card-image {
    height: 200px;
  }

  /* CAPABILITIES */
  .cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
  }

  .cap-box {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .cap-box h3 {
    font-size: 20px;
  }

  .cap-box p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* OLD PROJECT GRID if used */
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .project-image-wrap {
    height: 220px;
  }

  /* NEW PROJECT PORTFOLIO */
  .k3-project-heading h2 {
    font-size: 38px;
  }

  .k3-project-heading p {
    font-size: 15px;
  }

  .k3-project-filters {
    gap: 12px;
    margin-bottom: 24px;
  }

  .k3-project-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
    border-radius: 26px;
  }

  .k3-project-main-image,
  .project-main-image,
  #projectMainImage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
  }

  .k3-project-thumbs,
  .project-thumbs,
  #projectThumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 14px;
  }

  .project-thumb {
    width: 100%;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
  }

  .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .k3-project-info-grid,
  .project-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}




















/* =========================================================
   SMALL LAPTOP / DESKTOP
   1024px - 1279px
   ========================================================= */
@media (min-width: 1024px) and (max-width: 1279px) {

  .me-links {
    display: flex;
  }

  .me-menu-toggle,
  .me-mobile-menu {
    display: none !important;
  }

  .hero-top-image {
    top: 170px;
    right: 4%;
    transform: none;
    opacity: 0.9;
    z-index: 2;
  }

  .hero-top-image img {
    width: 280px;
  }

  .me-hero h1 {
    font-size: 60px;
  }

  .cap-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .k3-project-card {
    grid-template-columns: 0.98fr 1.02fr;
    gap: 24px;
    padding: 28px;
  }

  .k3-project-main-image,
  .project-main-image,
  #projectMainImage {
    height: 360px;
  }
}






/* =========================================================
   📱 PHONE (0 - 767px)
   ========================================================= */
@media (max-width: 767px) {

  /* REMOVE HERO HAT */
  .hero-top-imag,
  .hero-top-image {
    display: none !important;
  }

  .me-hero-content {
    position: relative;
    z-index: 2;
  }

  /* NAV */
  .me-links {
    display: none;
  }

  .me-menu-toggle {
    display: block;
    z-index: 1002;
  }

  .me-mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 5%;
    background: rgba(9,24,46,0.98);
    z-index: 1000;
  }

  .me-mobile-menu a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
  }

  /* HERO */
  .me-hero {
    padding: 120px 5% 60px;
  }

  .me-hero h1 {
    font-size: 32px;
    line-height: 1.1;
  }

  .me-hero p {
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-metrics {
    flex-direction: column;
    gap: 12px;
  }

  .hero-metric {
    width: 100%;
  }

  .hero-btn {
    width: 100%;
  }

  /* SECTIONS */
  .two-col,
  .kt-elec-wrap,
  .k3pdj2-top-wrap,
  .k3ciq-top-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* ELECTRICAL */
  .kt-elec-image-card {
    min-height: 220px;
  }

  /* GALLERY */
  .k3pdj2-gallery-grid,
  .k3ciq-card-grid,
  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .k3pdj2-gallery-image,
  .k3ciq-card-image {
    height: 180px;
  }

  /* CAPABILITIES */
  .cap-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cap-box {
    padding: 20px;
  }

  /* PROJECT PORTFOLIO */
  .k3-project-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  #projectMainImage {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  #projectThumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .project-thumb {
    height: 55px;
  }
}


/* =========================================================
   📲 TABLET (768px - 1023px)
   ========================================================= */
@media (min-width: 768px) and (max-width: 1023px) {

  /* NAV */
  .me-links {
    display: none;
  }

  .me-menu-toggle {
    display: block;
  }

  .me-mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 18px 5%;
    background: rgba(9,24,46,0.98);
  }

  .me-mobile-menu a {
    display: block;
    padding: 12px 0;
  }

  /* HERO (KEEP HAT HERE) */
  .hero-top-imag,
  .hero-top-image {
    position: absolute;
    top: 120px;
    right: 0;
    opacity: 0.4;
  }

  .hero-top-imag img,
  .hero-top-image img {
    width: 240px;
  }

  .me-hero {
    padding: 130px 6% 70px;
  }

  .me-hero h1 {
    font-size: 48px;
  }

  .me-hero p {
    font-size: 15px;
  }

  /* LAYOUT */
  .two-col,
  .kt-elec-wrap,
  .k3pdj2-top-wrap,
  .k3ciq-top-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* GALLERY */
  .k3pdj2-gallery-grid,
  .k3ciq-card-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  /* CAPABILITIES */
  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  /* PROJECT */
  .k3-project-card {
    grid-template-columns: 1fr;
  }

  #projectMainImage {
    height: 300px;
  }

  #projectThumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}




