
:root {
  --navy:#0b1f3a;
  --blue:#0b5cff;
  --yellow:#ffd400;
  --text:#4d596b;
  --muted:#657084;
  --line:#e4e9f1;
  --bg:#f7f9fc;
  --white:#fff;
  --shadow:0 18px 50px rgba(11,31,58,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.5}
img{max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.eyebrow{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow.yellow{color:var(--yellow)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 20px;border:0;border-radius:10px;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(11,92,255,.22)}
.btn-yellow{background:var(--yellow);color:var(--navy);box-shadow:0 10px 24px rgba(255,212,0,.2)}
.btn-outline{border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff}
.btn-small{min-height:42px;padding:10px 16px;font-size:14px}
.text-link{color:var(--blue);font-weight:800;text-decoration:none}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.nav-shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:78px}
.brand{display:flex;align-items:center;text-decoration:none}.brand img{display:block;width:150px;max-height:54px;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}
.main-nav a{padding:9px 10px;border-radius:8px;color:#344154;font-size:13px;font-weight:750;text-decoration:none;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{background:#eef4ff;color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:12px}.phone{display:flex;align-items:center;gap:7px;color:var(--navy);font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.phone svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.menu-toggle{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;height:2px;margin:5px 0;background:var(--navy)}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#071a32 0%,#0b2a54 55%,#0d4bb0 100%);color:#fff}
.hero::before{content:"";position:absolute;inset:-20% auto auto 55%;width:480px;height:480px;border-radius:50%;background:rgba(255,212,0,.09);filter:blur(2px)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:46px;min-height:690px;padding-block:78px}
.hero-copy{position:relative;z-index:2}.hero .eyebrow{color:var(--yellow)}
.hero h1{max-width:780px;margin:0 0 18px;font-size:clamp(2.7rem,5.3vw,5.2rem);line-height:1.02;letter-spacing:-.04em}.hero h1 span{color:var(--yellow)}
.hero-lead{max-width:720px;margin:0 0 20px;color:rgba(255,255,255,.9);font-size:20px;line-height:1.65}
.hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0}.hero-feature{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.08)}.hero-feature strong,.hero-feature small{display:block}.hero-feature small{margin-top:2px;color:rgba(255,255,255,.68);font-size:11px}.feature-icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--yellow);color:var(--navy);font-weight:900}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;z-index:2}.hero-visual img{display:block;width:100%;border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.35)}

.page-intro{padding:70px 0 24px;background:linear-gradient(180deg,#f5f8ff 0%,#fff 100%)}
.page-intro .inner{max-width:850px}.page-intro h1{margin:5px 0 12px;color:var(--navy);font-size:clamp(2.35rem,5vw,4.3rem);line-height:1.05;letter-spacing:-.035em}.page-intro p{max-width:760px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:13px;color:#7b8799;font-size:13px}.breadcrumb a{color:var(--blue);font-weight:800;text-decoration:none}

.section{padding:88px 0}.section-heading{margin-bottom:38px}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2{margin:8px 0 0;color:var(--navy);font-size:clamp(2rem,4vw,3rem);line-height:1.12}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-card{position:relative;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(11,31,58,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-5px);border-color:var(--yellow);box-shadow:var(--shadow)}.service-icon{display:grid;width:52px;height:52px;margin-bottom:18px;place-items:center;border-radius:14px;background:#eef4ff}.service-icon svg{width:30px;height:30px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-icon.icon-solar{background:#fff8d8}.service-icon.icon-solar svg,.service-icon.yellow-stroke svg{stroke:#c6a100}.service-card h3{margin:0 0 10px;color:var(--navy);font-size:20px}.service-card p{margin:0 0 22px;color:var(--muted);line-height:1.7}.service-card>a{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--navy);color:#fff;text-decoration:none;font-weight:900}

.quote-strip{padding:46px 0;background:var(--navy);color:#fff}.quote-strip-inner{display:grid;grid-template-columns:1.2fr .8fr auto;align-items:center;gap:28px}.quote-strip h3{margin:0 0 8px;font-size:28px}.quote-strip p{margin:0;color:rgba(255,255,255,.72)}.quote-benefits{display:grid;grid-template-columns:repeat(2,auto);gap:8px 18px}.quote-benefits span{font-weight:700}

.contact-page-section{padding:72px 0 92px;background:#fff}.contact-page-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:start}.contact-info-card,.contact-form-card{padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.contact-info-card{background:var(--navy);color:#fff}.contact-info-card h2,.contact-form-card h2{margin:0 0 14px;font-size:30px}.contact-info-card p{color:rgba(255,255,255,.75)}.contact-list{display:grid;gap:18px;margin-top:28px}.contact-list strong{display:block;margin-bottom:4px;color:var(--yellow)}.quote-form{display:grid;gap:16px}.quote-form label{display:grid;gap:7px;color:var(--navy);font-weight:800}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:13px 14px;border:1px solid #d9e0ea;border-radius:10px;background:#fff;color:#263245;outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,92,255,.1)}.quote-form textarea{min-height:130px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-status{min-height:24px;margin:0;color:#16703a;font-weight:700}

.site-footer{padding:62px 0 28px;background:#071426;color:rgba(255,255,255,.72)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:34px}.site-footer h4{margin:0 0 16px;color:#fff}.site-footer a{display:block;margin:8px 0;color:rgba(255,255,255,.72);text-decoration:none}.site-footer a:hover{color:var(--yellow)}.footer-brand img{width:155px;filter:brightness(1.15)}.footer-brand p,.site-footer p{font-size:14px;line-height:1.65}.socials{display:flex;gap:8px}.socials a{display:grid;width:34px;height:34px;margin:0;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%}

.modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:20px;background:rgba(2,10,22,.72);opacity:0;visibility:hidden;transition:.2s}.modal.open{opacity:1;visibility:visible}.modal-card{position:relative;width:min(560px,100%);padding:34px;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-card h2{margin:5px 0 22px;color:var(--navy)}.modal-close{position:absolute;top:12px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f0f3f8;color:var(--navy);font-size:25px;cursor:pointer}.toast{position:fixed;right:20px;bottom:20px;z-index:6000;padding:14px 18px;border-radius:10px;background:#0b1f3a;color:#fff;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}

.page-section-shell{padding-top:18px}.page-section-shell > section:first-child{scroll-margin-top:90px}
.assets-note{display:none}

@media(max-width:1100px){.nav-actions .phone{display:none}.main-nav a{padding-inline:7px;font-size:12px}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.nav-shell{grid-template-columns:auto auto 1fr}.menu-toggle{display:block;order:2}.brand{order:1}.nav-actions{order:3;justify-self:end}.main-nav{position:absolute;top:78px;left:0;right:0;display:none;padding:14px 20px 18px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 18px 30px rgba(11,31,58,.08)}.main-nav.open{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.main-nav a{padding:11px 12px;font-size:14px}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-block:60px}.hero-visual{max-width:720px}.quote-strip-inner{grid-template-columns:1fr}.contact-page-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.nav-actions .btn{display:none}.hero h1{font-size:clamp(2.45rem,13vw,3.8rem)}.hero-features{grid-template-columns:1fr}.hero-visual img{border-radius:18px}.page-intro{padding-top:48px}.section{padding:62px 0}.service-grid{grid-template-columns:1fr}.split-heading{align-items:start;flex-direction:column}.quote-benefits{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.main-nav.open{grid-template-columns:1fr}.contact-info-card,.contact-form-card{padding:25px 20px}}


/* ===== Original section styles from supplied single-page site ===== */

    /* FAQ section */
    .faq-section {
      padding: 88px 0;
      background: #f7f9fc;
    }

    .faq-heading {
      max-width: 760px;
      margin: 0 auto 38px;
      text-align: center;
    }

    .faq-heading h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .faq-heading > p:last-child {
      margin: 0;
      color: #657084;
      line-height: 1.7;
      font-size: 18px;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .faq-item {
      overflow: hidden;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 10px 32px rgba(11, 31, 58, 0.06);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .faq-item:hover,
    .faq-item[open] {
      border-color: #f0c800;
      box-shadow: 0 14px 38px rgba(11, 31, 58, 0.1);
      transform: translateY(-2px);
    }

    .faq-item summary {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 76px;
      padding: 20px 62px 20px 24px;
      color: #0b1f3a;
      font-weight: 700;
      line-height: 1.45;
      cursor: pointer;
      list-style: none;
      font-size: 18px;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 22px;
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      border-radius: 50%;
      background: #ffd400;
      color: #0b1f3a;
      font-size: 1.35rem;
      font-weight: 800;
      transform: translateY(-50%);
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .faq-item[open] summary::after {
      content: "−";
      background: #0b5cff;
      color: #ffffff;
      transform: translateY(-50%) rotate(180deg);
    }

    .faq-answer {
      padding: 0 24px 24px;
      color: #657084;
      line-height: 1.75;
    }

    .faq-answer p {
      margin: 0;
      font-size: 16px;
    }

    .faq-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-top: 34px;
      text-align: center;
      color: #657084;
    }

    .faq-cta p {
      margin: 0;
    }

    @media (max-width: 820px) {
      .faq-section {
        padding: 64px 0;
      }

      .faq-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      .faq-item summary {
        min-height: 68px;
        padding: 18px 56px 18px 18px;
        font-size: 0.96rem;
      }

      .faq-item summary::after {
        right: 16px;
        width: 30px;
        height: 30px;
      }

      .faq-answer {
        padding: 0 18px 20px;
      }

      .faq-cta {
        flex-direction: column;
      }
    }
  

    /* Techno Solar inspired package, brand and process sections */
    .solar-packages-section {
      padding: 88px 0;
      background: #ffffff;
    }

    .solar-packages-heading {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .solar-packages-heading h2,
    .brand-section h2,
    .process-section h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .solar-packages-heading > p:last-child,
    .brand-section .section-copy,
    .process-section .section-copy {
      margin: 0;
      color: #657084;
      line-height: 1.7;
      font-size: 18px;
    }

    .solar-package-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }

    .solar-package-card {
      position: relative;
      min-height: 500px;
      overflow: hidden;
      border-radius: 24px;
      background: #0b1f3a;
      box-shadow: 0 22px 55px rgba(11, 31, 58, 0.16);
      isolation: isolate;
    }

    .solar-package-card > img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
      transition: transform 0.45s ease;
    }

    .solar-package-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(5, 20, 42, 0.12) 12%, rgba(5, 20, 42, 0.92) 86%);
    }

    .solar-package-card:hover > img {
      transform: scale(1.05);
    }

    .solar-package-content {
      display: flex;
      min-height: 500px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 34px;
      color: #ffffff;
    }

    .solar-package-label {
      display: inline-flex;
      align-self: flex-start;
      margin-bottom: 12px;
      padding: 8px 13px;
      border-radius: 999px;
      background: #ffd400;
      color: #0b1f3a;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .solar-package-content h3 {
      margin: 0 0 10px;
      font-size: clamp(1.7rem, 3vw, 2.35rem);
    }

    .solar-package-content > p {
      max-width: 560px;
      margin: 0 0 22px;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.65;
      font-size: 18px;
    }

    .package-size-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 24px;
    }

    .package-size-list span {
      padding: 9px 12px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.12);
      font-weight: 700;
      backdrop-filter: blur(8px);
    }

    .package-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .package-actions .btn-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 20px;
      border-radius: 10px;
      background: #ffffff;
      color: #0b1f3a;
      font-weight: 800;
      text-decoration: none;
      font-size: 20px;
    }

    .brand-section {
      padding: 72px 0;
      background: #f6f8fb;
      text-align: center;
    }

    .brand-heading {
      max-width: 720px;
      margin: 0 auto 32px;
    }

    .brand-logo-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }

    .brand-logo-card {
      display: grid;
      min-height: 94px;
      place-items: center;
      padding: 18px;
      border: 1px solid #e4e9f1;
      border-radius: 14px;
      background: #ffffff;
      color: #0b1f3a;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: 0.025em;
      box-shadow: 0 10px 28px rgba(11, 31, 58, 0.05);
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .brand-logo-card:hover {
      border-color: #ffd400;
      box-shadow: 0 14px 34px rgba(11, 31, 58, 0.1);
      transform: translateY(-4px);
    }

    .brand-note {
      margin: 22px 0 0;
      color: #7a8495;
      font-size: 0.9rem;
    }

    .process-section {
      padding: 88px 0;
      background: #ffffff;
    }

    .process-heading {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .process-card {
      position: relative;
      padding: 30px 24px 26px;
      border: 1px solid #e4e9f1;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 12px 34px rgba(11, 31, 58, 0.06);
    }

    .process-number {
      display: grid;
      width: 52px;
      height: 52px;
      margin-bottom: 20px;
      place-items: center;
      border-radius: 15px;
      background: #0b5cff;
      color: #ffffff;
      font-size: 1.15rem;
      font-weight: 800;
      box-shadow: 0 10px 22px rgba(11, 92, 255, 0.24);
    }

    .process-card:nth-child(even) .process-number {
      background: #ffd400;
      color: #0b1f3a;
      box-shadow: 0 10px 22px rgba(255, 212, 0, 0.24);
    }

    .process-card h3 {
      margin: 0 0 10px;
      color: #0b1f3a;
      font-size: 1.22rem;
    }

    .process-card p {
      margin: 0;
      color: #657084;
      line-height: 1.65;
      font-size: 18px;
    }

    @media (max-width: 1050px) {
      .brand-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      .solar-packages-section,
      .process-section {
        padding: 64px 0;
      }

      .brand-section {
        padding: 58px 0;
      }

      .solar-package-grid {
        grid-template-columns: 1fr;
      }

      .solar-package-card,
      .solar-package-content {
        min-height: 440px;
      }
    }

    @media (max-width: 560px) {
      .solar-package-content {
        padding: 26px 22px;
      }

      .brand-logo-grid,
      .process-grid {
        grid-template-columns: 1fr;
      }

      .brand-logo-card {
        min-height: 78px;
      }
    }
    
    
    /* =================================================
   SOLAR / BATTERY PRICING PACKAGES
================================================= */

.package-pricing-section {
  padding: 90px 0;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 212, 0, 0.08),
      transparent 30%
    ),
    #ffffff;
}


/* 3 Cards */

.energy-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}


/* Card */

.energy-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.09);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.energy-price-card:hover {
  transform: translateY(-8px);
  border-color: #ffd400;
  box-shadow: 0 26px 65px rgba(11, 31, 58, 0.15);
}


/* Image */

.energy-card-image {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #0b1f3a;
}

.energy-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 31, 58, 0.05),
    rgba(11, 31, 58, 0.45)
  );
}

.energy-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.energy-price-card:hover .energy-card-image img {
  transform: scale(1.06);
}


/* Image Tag */

.energy-card-tag {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 7px 13px;
  color: #0b1f3a;
  background: #ffd400;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Content */

.energy-card-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 28px 28px;
}


/* Icon */

.energy-card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-top: -55px;
  margin-bottom: 20px;
  place-items: center;
  position: relative;
  z-index: 5;
  color: #0b1f3a;
  background: #ffd400;
  border: 5px solid #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(11, 31, 58, 0.15);
  font-size: 22px;
  font-weight: 800;
}

.battery-icon-card {
  color: #ffffff;
  background: #0b5cff;
}

.combo-icon-card {
  color: #ffffff;
  background: #0b1f3a;
}


/* Headings */

.energy-card-content h3 {
  margin: 0 0 12px;
  color: #0b1f3a;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.energy-card-description {
  min-height: 80px;
  margin: 0 0 22px;
  color: #657084;
  font-size: 15px;
  line-height: 1.65;
}


/* Price Box */

.energy-price-block {
  padding: 20px;
  margin-bottom: 22px;
  background: #f6f8fb;
  border: 1px solid #e8edf3;
  border-radius: 15px;
}

.energy-price-label {
  display: block;
  margin-bottom: 4px;
  color: #657084;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.energy-price {
  display: flex;
  align-items: flex-start;
  color: #0b1f3a;
  line-height: 1;
}

.energy-price sup {
  position: relative;
  top: 8px;
  margin-right: 3px;
  color: #0b5cff;
  font-size: 21px;
  font-weight: 800;
}

.energy-price strong {
  font-size: clamp(36px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -2px;
}


/* Features */

.energy-features {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.energy-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4d596b;
  font-size: 14px;
  line-height: 1.5;
}

.energy-features li span {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #0b1f3a;
  background: #ffd400;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}


/* Button */

.energy-package-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 51px;
  margin-top: auto;
  border-radius: 10px;
}

.energy-package-btn span {
  transition: transform 0.2s ease;
}

.energy-package-btn:hover span {
  transform: translateX(4px);
}


/* Featured Package */

.energy-price-featured {
  border: 2px solid #ffd400;
  box-shadow: 0 24px 65px rgba(11, 31, 58, 0.14);
}

.featured-package-label {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  padding: 8px 14px;
  color: #ffffff;
  background: #0b5cff;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(11, 92, 255, 0.25);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.energy-price-featured .energy-price-block {
  background: #fffbea;
  border-color: #ffe56c;
}

.energy-price-featured .energy-price strong {
  color: #0b1f3a;
}


/* Disclaimer */

.energy-pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 950px;
  margin: 28px auto 0;
  padding: 16px 20px;
  color: #657084;
  background: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 12px;
}

.energy-pricing-note > span {
  color: #0b5cff;
  font-weight: 800;
}

.energy-pricing-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}


/* Tablet */

@media (max-width: 1050px) {

  .energy-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .energy-price-featured {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    margin: 0 auto;
  }
}


/* Mobile */

@media (max-width: 760px) {

  .package-pricing-section {
    padding: 64px 0;
  }

  .energy-pricing-grid {
    grid-template-columns: 1fr;
  }

  .energy-price-featured {
    grid-column: auto;
    width: 100%;
  }

  .energy-card-image {
    height: 220px;
  }

  .energy-card-description {
    min-height: 0;
  }
}


@media (max-width: 480px) {

  .energy-card-image {
    height: 195px;
  }

  .energy-card-content {
    padding: 27px 20px 22px;
  }

  .energy-card-content h3 {
    font-size: 22px;
  }

  .energy-price strong {
    font-size: 39px;
  }

  .energy-pricing-note {
    padding: 14px;
  }
}


    /* Document-content integration */
    .hero-supporting-copy {
      max-width: 680px;
      margin: -8px 0 24px;
      color: rgba(255,255,255,.82);
      line-height: 1.7;
      font-size: 16px;
    }

    .rexlite-intro {
      padding: 88px 0 34px;
      background: #ffffff;
    }

    .rexlite-intro-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 58px;
      align-items: start;
    }

    .rexlite-intro-heading h2,
    .rexlite-residential h2,
    .rexlite-areas h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .rexlite-intro-copy p,
    .rexlite-residential-copy p,
    .rexlite-areas p {
      margin: 0 0 16px;
      color: #657084;
      line-height: 1.75;
      font-size: 17px;
    }

    .rexlite-service-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px;
      margin-top: 42px;
    }

    .rexlite-service-strip > div {
      padding: 22px 18px;
      border: 1px solid #e4e9f1;
      border-radius: 16px;
      background: #f8fafd;
      text-align: center;
    }

    .rexlite-service-strip strong,
    .rexlite-service-strip small {
      display: block;
    }

    .rexlite-service-strip strong {
      color: #0b1f3a;
      font-size: 1.08rem;
    }

    .rexlite-service-strip small {
      margin-top: 5px;
      color: #657084;
    }

    .rexlite-why-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0,1fr));
      gap: 16px;
      margin-top: 34px;
    }

    .rexlite-why-card {
      padding: 24px 20px;
      border: 1px solid #e4e9f1;
      border-radius: 16px;
      background: #fff;
      text-align: left;
      box-shadow: 0 10px 28px rgba(11,31,58,.05);
    }

    .rexlite-why-card > span {
      display: grid;
      width: 42px;
      height: 42px;
      margin-bottom: 16px;
      place-items: center;
      border-radius: 12px;
      background: #ffd400;
      color: #0b1f3a;
      font-weight: 900;
    }

    .rexlite-why-card h3 {
      margin: 0 0 9px;
      color: #0b1f3a;
      font-size: 1.04rem;
    }

    .rexlite-why-card p {
      margin: 0;
      color: #657084;
      line-height: 1.6;
      font-size: 14px;
    }

    .rexlite-process-grid {
      grid-template-columns: repeat(5, minmax(0,1fr));
    }

    .rexlite-residential {
      padding: 88px 0;
      background: #f7f9fc;
    }

    .rexlite-residential-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 48px;
      align-items: center;
    }

    .rexlite-residential-list {
      padding: 32px;
      border-radius: 22px;
      background: #0b1f3a;
      color: #fff;
      box-shadow: 0 22px 55px rgba(11,31,58,.16);
    }

    .rexlite-residential-list h3 {
      margin: 0 0 20px;
      font-size: 1.4rem;
    }

    .rexlite-residential-list ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .rexlite-residential-list li {
      position: relative;
      padding-left: 24px;
      line-height: 1.45;
    }

    .rexlite-residential-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #ffd400;
      font-weight: 900;
    }

    .rexlite-areas {
      padding: 82px 0;
      background: #0b1f3a;
    }

    .rexlite-areas-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 48px;
      align-items: center;
    }

    .rexlite-areas h2,
    .rexlite-areas p {
      color: #fff;
    }

    .rexlite-areas p {
      color: rgba(255,255,255,.76);
    }

    .rexlite-area-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .rexlite-area-tags span {
      padding: 12px 16px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      color: #fff;
      font-weight: 700;
      backdrop-filter: blur(8px);
    }

    @media (max-width: 1100px) {
      .rexlite-why-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .rexlite-process-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    }

    @media (max-width: 820px) {
      .rexlite-intro-grid,
      .rexlite-residential-grid,
      .rexlite-areas-grid { grid-template-columns: 1fr; gap: 30px; }
      .rexlite-service-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .rexlite-why-grid,
      .rexlite-process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .hero-supporting-copy { font-size: 15px; }
    }

    @media (max-width: 560px) {
      .rexlite-intro,
      .rexlite-residential,
      .rexlite-areas { padding: 60px 0; }
      .rexlite-service-strip,
      .rexlite-why-grid,
      .rexlite-process-grid,
      .rexlite-residential-list ul { grid-template-columns: 1fr; }
      .rexlite-residential-list { padding: 25px 22px; }
      .rexlite-area-tags span { width: 100%; text-align: center; }
    }
/* =========================================
   ENERGY PROJECT GALLERY
========================================= */

.energy-gallery-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: #f7f9fc;
}

.energy-gallery-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 212, 0, 0.08);
    pointer-events: none;
}


/* Heading */

.energy-gallery-heading {
    position: relative;
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
    z-index: 2;
}

.energy-gallery-heading .eyebrow {
    margin-bottom: 8px;
}

.energy-gallery-heading h2 {
    margin: 0 0 16px;
    color: #0b1f3a;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
}

.energy-gallery-heading > p:last-child {
    max-width: 780px;
    margin: 0 auto;
    color: #657084;
    font-size: 17px;
    line-height: 1.7;
}


/* Grid */

.energy-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}


/* Gallery Item */

.energy-gallery-item {
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
    border-radius: 18px;
    background: #0b1f3a;
    box-shadow: 0 15px 35px rgba(11, 31, 58, 0.09);
    text-decoration: none;
    isolation: isolate;
}


/* Make selected images larger */

.energy-gallery-item:nth-child(1),
.energy-gallery-item:nth-child(6) {
    grid-column: span 2;
}


.energy-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}


.energy-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(5, 20, 42, 0.02) 25%,
            rgba(5, 20, 42, 0.9) 100%
        );
    transition: background 0.3s ease;
}


.energy-gallery-item:hover img {
    transform: scale(1.08);
}


.energy-gallery-item:hover::after {
    background:
        linear-gradient(
            180deg,
            rgba(5, 20, 42, 0.08) 10%,
            rgba(5, 20, 42, 0.94) 100%
        );
}


/* Overlay */

.energy-gallery-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 24px;
    color: #ffffff;
}


.gallery-category {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 11px;
    color: #0b1f3a;
    background: #ffd400;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.energy-gallery-overlay h3 {
    max-width: calc(100% - 50px);
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}


/* Plus Button */

.gallery-view-icon {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #0b1f3a;
    background: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}


.energy-gallery-item:hover .gallery-view-icon {
    color: #0b1f3a;
    background: #ffd400;
    transform: rotate(90deg);
}


/* Bottom CTA */

.energy-gallery-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 38px;
}


.energy-gallery-bottom p {
    margin: 0;
    color: #657084;
    font-size: 15px;
}


.energy-gallery-bottom .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


/* =========================================
   LIGHTBOX
========================================= */

.energy-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 85px;
    background: rgba(2, 10, 22, 0.94);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


.energy-lightbox.active {
    opacity: 1;
    visibility: visible;
}


.energy-lightbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.energy-lightbox-content img {
    display: block;
    max-width: 1100px;
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}


/* Close */

.energy-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 5;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    color: #0b1f3a;
    background: #ffd400;
    border: 0;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}


/* Navigation */

.energy-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    color: #0b1f3a;
    background: #ffffff;
    border: 0;
    border-radius: 50%;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}


.energy-lightbox-prev {
    left: 24px;
}


.energy-lightbox-next {
    right: 24px;
}


.energy-lightbox-nav:hover {
    background: #ffd400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .energy-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energy-gallery-item:nth-child(1),
    .energy-gallery-item:nth-child(6) {
        grid-column: span 1;
    }

    .energy-gallery-item {
        height: 280px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .energy-gallery-section {
        padding: 60px 0;
    }

    .energy-gallery-heading {
        margin-bottom: 30px;
    }

    .energy-gallery-heading h2 {
        font-size: 30px;
    }

    .energy-gallery-heading > p:last-child {
        font-size: 14px;
    }

    .energy-gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .energy-gallery-item,
    .energy-gallery-item:nth-child(1),
    .energy-gallery-item:nth-child(6) {
        grid-column: auto;
        height: 245px;
    }

    .energy-gallery-overlay {
        padding: 18px;
    }

    .energy-gallery-overlay h3 {
        font-size: 17px;
    }

    .gallery-view-icon {
        right: 17px;
        bottom: 17px;
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .energy-gallery-bottom {
        flex-direction: column;
        text-align: center;
    }

    .energy-lightbox {
        padding: 60px 15px;
    }

    .energy-lightbox-content img {
        max-width: 100%;
        max-height: 78vh;
    }

    .energy-lightbox-nav {
        top: auto;
        bottom: 18px;
        width: 44px;
        height: 44px;
        font-size: 30px;
        transform: none;
    }

    .energy-lightbox-prev {
        left: calc(50% - 52px);
    }

    .energy-lightbox-next {
        right: calc(50% - 52px);
    }

}
  