:root {
  /* MAIN BLUE PALETTE */
  --primary-blue: #1b5fd3;        
  --primary-blue-dark: #0f3b8f;
  --primary-blue-light: #e0ebff;

  /* ACCENTS */
  --accent-cyan: #2bb3ff;
  --accent-orange: #f97316;

  /* BACKGROUNDS */
  --bg-body: #eef3ff;             
  --bg-section-alt: #e0ebff;      

  /* TEXT */
  --text-main: #0b214a;           
  --text-muted: #4b6385;          

  /* SURFACES */
  --card-bg: #ffffff;
  --border-soft: rgba(148, 163, 184, 0.4);
  --shadow-soft: 0 14px 32px rgba(15, 23, 42, 0.14);
}


.services-tabs-section h2 {
  color: #ffffff !important;
}



/* RESET BASIC */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: var(--bg-body);
  color: var(--text-main);
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

/* GENERIC SECTIONS */
.section-padding {
  padding: 80px 0;
  color: #0b214a;
}

.section-alt {
  background: var(--bg-section-alt);
}


.section-heading .section-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-orange);  /* Only here orange */
}




.text-orange {
  color: var(--accent-orange);
}




.section-title {
  font-size: 2rem;
  font-weight: 600;
}

.section-text {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.section-list li {
  font-size: 0.9rem;
  color: var(--text-main);
  margin-bottom: 4px;
}

.max-width-center {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* NAVBAR */

.custom-navbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}


.navbar-logo {
  width: 60px;      /* bigger logo */
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));  /* premium pop */
}


.brand-main {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0b214a !important;   /* dark blue */
  letter-spacing: 0.3px;
}

.brand-sub {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  margin-top: -2px;
}

.navbar-brand {
  gap: 10px;
}



.nav-link {
  font-size: 0.9rem;
  color: #0b214a !important;
}

.nav-link.active,
.nav-link:hover {
  color: var(--primary-blue) !important;
}



/* CUSTOM TOGGLER */
.custom-toggler {
  border: none;
  outline: none;
  padding: 4px;
}

.custom-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: #0b214a;
  border-radius: 999px;
}

/* HERO */
.section-hero {
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  background-image: url("../img/hero-banner.jpg"); /* yaha apna banner lagao */
  background-size: cover;
  background-position: center;
}

.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(21, 55, 119, 0.25), rgba(247, 249, 255, 0.96));
}


.section-hero > .container {
  position: relative;
  z-index: 2;
}


.badge-tag {
  font-size: 0.78rem;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(57, 196, 255, 0.14);
  color: var(--accent-cyan);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
}

.hero-highlight {
  background: linear-gradient(120deg, #39c4ff, #7bd8ff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 0.95rem;
  color: #cfe3ff;
  max-width: 500px;
}

.btn-primary-solid {
  background: linear-gradient(135deg, #39c4ff, #0b4da7);
  border: none;
  color: #02040a;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(57, 196, 255, 0.35);
}

.btn-primary-solid:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn-outline-light-custom {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.9rem;
  border: 1px solid rgba(229, 241, 255, 0.7);
  color: #e5f1ff;
  background: transparent;
}

.btn-outline-light-custom:hover {
  background: rgba(229, 241, 255, 0.07);
}

.hero-card {
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

/* light variant for calculator */
.hero-card-light {
  background: #ffffff;
  color: #0f172a;
}

.hero-card-light h5 {
  color: #0f172a;
  font-weight: 600;
}

.hero-card-light .text-muted {
  color: #6b7280 !important;
}


.hero-card .form-control,
.hero-card .form-select {
  font-size: 0.85rem;
  background-color: #030814;
  border-color: #1b2740;
  color: #ffffff;
}

.hero-card .form-control,
.hero-card .form-select {
  font-size: 0.85rem;
  background-color: #f3f4ff;
  border-color: #d1d5f0;
  color: #0f172a;
  border-radius: 10px;
}

.hero-card .form-control::placeholder {
  color: #9ca3af;
}

.hero-card .form-control:focus,
.hero-card .form-select:focus {
  background-color: #ffffff;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.4);
  color: #0f172a;
}


.btn-calc {
  background: linear-gradient(90deg, #16a34a, #0284c7);
  border: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

.btn-calc:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* result text box */
.calc-result {
  min-height: 40px;
  color: #0f172a;
}
.calc-result span.calc-error {
  color: #dc2626;
}




.hero-stats {
  margin-top: 24px;
}

.stat-item {
  font-size: 0.8rem;
  color: #c0e6ff;
}

.stat-item strong {
  display: block;
  font-size: 1.05rem;
  color: #ffffff;
}

/* VISITOR STRIP */
.section-visits {
  padding: 14px 0;
  background: rgba(3, 8, 20, 0.96);
  border-top: 1px solid rgba(57, 196, 255, 0.2);
  border-bottom: 1px solid rgba(57, 196, 255, 0.2);
}

.visit-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #13e57b;
  box-shadow: 0 0 8px rgba(19, 229, 123, 0.7);
}

.visit-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #c0e6ff;
}

.visit-counter {
  font-size: 0.86rem;
  color: #c0e6ff;
}

.visit-counter #visit-count {
  font-weight: 600;
  color: var(--accent-cyan);
}

/* CARDS / SECTIONS */
.info-card,
.service-card,
.tool-card,
.process-card {
  background: var(--card-bg);
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  padding: 18px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.info-card h5,
.service-card h5,
.tool-card h5 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.info-card p,
.service-card p,
.tool-card p,
.process-card p {
  color: var(--text-muted);
}

.tool-link {
  font-size: 0.85rem;
  color: var(--accent-cyan);
}

.tool-link:hover {
  text-decoration: underline;
}

.process-card {
  align-items: flex-start;
}

.step-badge {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(57, 196, 255, 0.16);
  color: var(--accent-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 10px;
}

/* CONTACT FORM */
.section-alt .form-control,
.section-alt .form-select {
  font-size: 0.85rem;
  background-color: #030814;
  border-color: #1b2740;
  color: #ffffff;
}

.section-alt .form-control:focus,
.section-alt .form-select:focus {
  background-color: #030814;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 1px rgba(57, 196, 255, 0.45);
}

/* FOOTER */
.footer {
  border-top: 1px solid rgba(27, 39, 64, 0.8);
  padding: 16px 0;
  background: #02040a;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .section-hero {
    padding-top: 95px;
  }
}

@media (max-width: 767.98px) {
  .section-hero {
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-card {
    margin-top: 10px;
  }
}



/* SERVICES SECTION (LIGHT BLOCK ON WHITE) */
.services-section-light {
  background: #ffffff;
  color: #111827;
}

.services-section-light .section-title {
  color: #111827;
}

.services-section-light .section-text {
  color: #4b5563;
}

.services-circle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 36px;
  justify-items: center;
  margin-top: 28px;
}

.service-circle-item {
  width: 170px;
  text-align: center;
  cursor: default;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  padding: 10px 6px 4px;
  border-radius: 20px;
}

.service-circle-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
  border: 3px solid #ffffff;
  background: #e5f1ff;
}

.service-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-circle-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.service-circle-desc {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 2px;
}

/* Hover Interaction */
.service-circle-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  background: rgba(15, 118, 215, 0.03);
}

.service-circle-item:hover .service-circle-img img {
  transform: scale(1.05);
}

/* Scroll Reveal Animation */
.reveal-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition-delay: var(--delay, 0s);
}

.reveal-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { --delay: 0.1s; }
.reveal-delay-2 { --delay: 0.2s; }
.reveal-delay-3 { --delay: 0.3s; }
.reveal-delay-4 { --delay: 0.4s; }


/* Responsive */
@media (max-width: 991.98px) {
  .services-circle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 20px;
  }
}

@media (max-width: 767.98px) {
  .services-circle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-circle-item {
    width: 150px;
  }
  .service-circle-img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 480px) {
  .services-circle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
}




.testimonial-card {
  background: #111827;
  border-radius: 18px;
  padding: 24px 20px 20px;
  border: 1px solid rgba(75, 85, 99, 0.8);
  position: relative;
  color: #f9fafb;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.quote-mark {
  font-size: 2rem;
  line-height: 1;
  color: #f97316; /* orange accent */
  margin-bottom: 10px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f97316;
}

.user-name {
  font-size: 0.9rem;
  font-weight: 600;
}

.user-role {
  font-size: 0.8rem;
  color: var(--text-muted);
}


/* FOOTER */
.site-footer {
  margin-top: 40px;
  background: radial-gradient(circle at top left, #0b1120 0, #020617 55%, #000000 100%);
  color: var(--text-main);
  position: relative;
}

.footer-main {
  padding: 40px 0 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.8);
  border-bottom: 1px solid rgba(15, 23, 42, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.4fr;
  gap: 32px;
}

.footer-col {
  font-size: 0.88rem;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4));
}


.footer-brand {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

.footer-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.footer-text {
  color: #cbd5f5;
}


.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  padding: 6px 12px;
  border-radius: 999px;
  color: whitesmoke;
  border: 1px solid rgba(148, 163, 184, 0.5);
  margin-top: 10px;
}

.dot-live {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
}

/* Headings & links */

.footer-heading {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  color: #e5e7eb;
  position: relative;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-orange), transparent);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  font-size: 0.86rem;
  color: var(--text-muted);
}

.footer-links a:hover {
  color: var(--accent-cyan);
}

/* CTA button */

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: #e5f1ff;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.28), transparent 60%);
}

.footer-cta:hover {
  border-color: var(--accent-cyan);
}

/* Social */

.footer-social-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.footer-social-icons {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.footer-social-icons a {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #e5e7eb;
}

.footer-social-icons a:hover {
  border-color: var(--accent-cyan);
}

/* Bottom bar */

.footer-bottom {
  padding: 12px 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  position: relative;
}

/* Back to top button */

.footer-back-to-top {
  position: absolute;
  right: 18px;
  top: -18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0b4da7;
  color: #e5f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.9);
}

.footer-back-to-top:hover {
  background: #0f67cf;
}

/* Responsive */

@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1.6fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-main {
    padding-top: 30px;
  }
}





/* ABOUT PAGE */
.about-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle at top left, #e0ecff 0, #f7f9ff 55%, #eef3ff 100%);
}

.about-hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about-hero-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 620px;
}

.about-hero-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 20px 20px 18px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.about-glance-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.about-glance-list li {
  margin-bottom: 6px;
}

.about-glance-list span {
  font-weight: 600;
  color: #0f0a8a;
}

/* Partnership card */
.partnership-card {
  background: var(--card-bg);
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-soft);
}

.partner-list {
  list-style: disc;
  padding-left: 18px;
  color: var(--text-muted);
}

.partner-list li {
  margin-bottom: 6px;
}

/* Values */
.value-card {
  background: var(--card-bg);
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  padding: 18px 18px 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
}

.value-card h5 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.value-list {
  padding-left: 16px;
}

/* Process list */
.about-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-process-list li {
  margin-bottom: 10px;
}

.about-process-list span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #042750;
}

.about-process-list p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* Metrics */
.about-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  background: #f9fbff;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 12px 12px 10px;
  font-size: 0.85rem;
}


.metric-number {
  font-weight: 600;
  color: var(--accent-cyan);
}

.metric-label {
  color: var(--text-muted);
}

/* Profiles */
.profile-card {
  background: var(--card-bg);
  border-radius: 18px;
  padding: 16px 14px 14px;
  border: 1px solid var(--border-soft);
  text-align: center;
}

.placeholder-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-weight: 600;
  color: #e5f1ff;
}

/* Areas & CTA */
.about-area-list {
  margin-top: 6px;
  padding-left: 16px;
}

.about-cta-card {
  background: var(--card-bg);
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  padding: 20px 20px 16px;
  box-shadow: var(--shadow-soft);
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .about-hero {
    text-align: center;
  }
  .about-hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .about-hero-card {
    margin-top: 10px;
  }
}



/* SERVICES PAGE */

.service-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle at top left, #153777 0, whitesmoke 45%, #01020b 100%);
}

.service-hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
}

.service-hero-text {
  font-size: 0.95rem;
  color: whitesmoke;
  max-width: 640px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.service-tags span {
  font-size: 0.78rem;
  border-radius: 999px;
  padding: 4px 10px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5f1ff;
  background: rgba(15, 23, 42, 0.6);
}

.service-hero-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 20px 20px 18px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.service-hero-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 6px 0;
}

.service-hero-list li {
  margin-bottom: 6px;
}

/* Service chips */

.services-tabs-section {
  background: #020617;
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.service-chip {
  font-size: 0.82rem;
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #e5f1ff;
}

.service-chip:hover {
  border-color: var(--accent-cyan);
}

/* Residential packages */

.service-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-package-card {
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  padding: 14px 14px 12px;
  font-size: 0.85rem;
}

.service-package-card h6 {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.service-package-card ul {
  padding-left: 16px;
  margin-bottom: 0;
}

.sp-label {
  display: inline-block;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.18);
  color: var(--accent-cyan);
  margin-bottom: 4px;
}

/* Commercial matrix / icon cards */

.service-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-icon-card {
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  padding: 14px 14px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.service-icon-card h6 {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

/* AMC grid */

.amc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.amc-card {
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  padding: 14px 14px 10px;
  font-size: 0.85rem;
}

/* FAQ */

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #ffffff;
}


.faq-q {
  font-size: 0.9rem;
  font-weight: 600;
}

.faq-a {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Final CTA strip */

.service-final-cta,
.process-final-cta,
.gallery-final-cta {
  background: radial-gradient(circle at top left, #103a8f 0, #020617 70%);
  border-top: 1px solid rgba(15, 23, 42, 0.8);
  color: #f9fafb;                         /* text white */
}

.service-final-cta .section-title,
.process-final-cta .section-title,
.gallery-final-cta .section-title {
  color: #f9fafb;
}

.service-final-cta .section-text,
.process-final-cta .section-text,
.gallery-final-cta .section-text {
  color: #d1e5ff;
}


/* Responsive tweaks */

@media (max-width: 991.98px) {
  .service-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .service-hero {
    text-align: center;
  }
  .service-hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .service-hero-card {
    margin-top: 10px;
  }
  .service-packages-grid {
    grid-template-columns: 1fr;
  }
  .service-matrix,
  .amc-grid {
    grid-template-columns: 1fr;
  }
}








/* CALCULATORS PAGE */

.calc-hero {
  padding-top: 120px;
  padding-bottom: 70px;
  background: radial-gradient(circle at top left, #153777 0, whitesmoke 45%, #01020b 100%);
}

/* tool card reuse */
.tool-card {
  background: var(--card-bg);
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  padding: 20px 18px 18px;
  box-shadow: var(--shadow-soft);
}

/* Load calculator modal */
.tg-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.86);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  padding: 16px;
}

.tg-modal-overlay.is-visible {
  display: flex;
}

.tg-modal {
  background: #020617;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  max-width: 720px;
  width: 100%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.tg-modal-header {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(51, 65, 85, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tg-modal-header h5 {
  font-size: 1rem;
}

.tg-modal-close {
  border: none;
  background: transparent;
  color: #e5e7eb;
  font-size: 1.4rem;
  line-height: 1;
}

.tg-modal-body {
  padding: 12px 14px 14px;
  font-size: 0.85rem;
}

.tg-load-table {
  font-size: 0.8rem;
}

.tg-load-table thead th {
  background: #020617;
  border-color: #1f2937 !important;
}

.tg-load-table td,
.tg-load-table th {
  border-color: #1f2937 !important;
}

/* responsive */
@media (max-width: 767.98px) {
  .calc-hero {
    text-align: center;
  }
}











/* PROCESS PAGE */

.process-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle at top left, #153777 0, whitesmoke 45%, #01020b 100%);}

.process-hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
}

.process-hero-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 640px;
}

.process-hero-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 20px 20px 18px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

/* 5-step overview */

.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.process-step-card {
  background: var(--card-bg);
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  padding: 16px 12px 12px;
  font-size: 0.85rem;
  text-align: left;
}

/* timeline */

.timeline-wrapper {
  position: relative;
  margin-top: 10px;
  padding-left: 12px;
  border-left: 1px solid rgba(148, 163, 184, 0.5);
}

.timeline-item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.timeline-dot {
  position: absolute;
  left: -7px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent-orange);
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.8);
}

.timeline-content h6 {
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.timeline-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 2px;
}

/* roles */

.role-card {
  background: var(--card-bg);
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  padding: 18px 16px 14px;
  box-shadow: var(--shadow-soft);
}

.role-card-light {
  background: #020617;
}

.role-list {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 0;
}

/* docs */

.doc-card {
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  padding: 16px 14px 12px;
}

.doc-card h6 {
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.doc-list {
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 0;
}

/* final CTA */

.process-final-cta {
  background: radial-gradient(circle at top left, #153777 0, #020617 60%);
  border-top: 1px solid rgba(15, 23, 42, 0.8);
}

/* responsive */

@media (max-width: 991.98px) {
  .process-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .process-hero {
    text-align: center;
  }
  .process-hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .process-hero-card {
    margin-top: 10px;
  }
  .process-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .process-steps-grid {
    grid-template-columns: 1fr;
  }
}




/* CONTACT PAGE */

.contact-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle at top left, #153777 0, whitesmoke 45%, #01020b 100%);
}

.contact-hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
}

.contact-hero-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 640px;
}

.contact-highlight {
  margin-top: 10px;
  font-size: 0.9rem;
}

.contact-highlight-item {
  margin-bottom: 4px;
}

.contact-highlight-item a {
  color: var(--accent-cyan);
}

.contact-info-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 20px 20px 18px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  font-size: 0.87rem;
}

.contact-info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
}

.contact-info-list li {
  margin-bottom: 4px;
}

.contact-info-list span {
  font-weight: 600;
}

/* contact cards */

.contact-card {
  background: var(--card-bg);
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  padding: 16px 14px 12px;
  font-size: 0.85rem;
}

/* form cards */

.form-card {
  background: var(--card-bg);
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  padding: 18px 16px 16px;
  box-shadow: var(--shadow-soft);
}

.form-card h5 {
  font-size: 1rem;
}

/* Map placeholder */

.contact-map-placeholder {
  background: #e5edff;
  border-radius: 18px;
  border: 1px dashed rgba(148, 163, 184, 0.8);
  padding: 40px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


/* responsive */

@media (max-width: 767.98px) {
  .contact-hero {
    text-align: center;
  }
  .contact-hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-info-card {
    margin-top: 8px;
  }
}



/* Global transitions & card hover */
a,
button,
.btn,
.btn-primary-solid,
.btn-outline-light-custom,
.hero-card,
.info-card,
.service-card,
.tool-card,
.process-card,
.service-package-card,
.service-icon-card,
.amc-card,
.value-card,
.profile-card,
.gallery-item,
.service-circle-item {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    border-color 0.25s ease, color 0.25s ease;
}

/* Buttons hover lift */
.btn-primary-solid,
.btn-outline-light-custom {
  transform: translateY(0);
}

.btn-primary-solid:hover,
.btn-outline-light-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

/* Cards subtle lift */
.hero-card:hover,
.info-card:hover,
.service-card:hover,
.tool-card:hover,
.process-card:hover,
.service-package-card:hover,
.service-icon-card:hover,
.amc-card:hover,
.value-card:hover,
.profile-card:hover,
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}


/* Reusable image strip (for more photos on pages) */
.image-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.image-strip-item {
  border-radius: 16px;
  overflow: hidden;
  background: #e5edff;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.image-strip-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.image-strip-caption {
  padding: 6px 9px 8px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* responsive */
@media (max-width: 991.98px) {
  .image-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .image-strip {
    grid-template-columns: 1fr;
  }
}






/* GALLERY PAGE */

.gallery-hero {
  padding-top: 120px;
  padding-bottom: 60px;
  background: radial-gradient(circle at top left, #153777 0, whitesmoke 45%, #01020b 100%);
}

.gallery-hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
}

.gallery-hero-text {
  font-size: 0.95rem;
  color: #0d117d;
  max-width: 640px;
}

.gallery-hero-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 20px 20px 18px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

/* chips */
.gallery-chips-wrap {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-chip {
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 6px 12px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #e5f1ff;
}

/* Grid for generic gallery items */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gallery-grid-tight {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
}

.gallery-media {
  position: relative;
  overflow: hidden;
}

.gallery-media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-media img {
  transform: scale(1.05);
}

.gallery-caption {
  padding: 8px 10px 10px;
  font-size: 0.85rem;
}

.gc-title {
  font-weight: 600;
}

.gc-meta {
  color: var(--text-muted);
}

/* doc / testimonial variations */
.doc-style .gallery-media img {
  object-fit: contain;
  background: #0b1120;
}

.testimonial-style .gallery-media img {
  object-fit: contain;
  background: #020617;
}

/* videos */
.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-media img {
  height: 210px;
}

.video-thumb-link {
  display: block;
  position: relative;
}

.video-play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* final CTA */
.gallery-final-cta {
  background: radial-gradient(circle at top left, #153777 0, #020617 60%);
  border-top: 1px solid rgba(15, 23, 42, 0.8);
}

/* -------------------------------------------------- */
/* SPECIFIC STYLES FOR PROJECTS SECTION (CLIENT DETAILS) */
/* These styles only apply to the projects section with client details */
/* -------------------------------------------------- */

/* Projects Grid - more specific selector */
#projects .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Projects Item - specific to projects section */
#projects .gallery-item {
  background: var(--card-bg);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#projects .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
  border-color: var(--primary-blue);
}

/* Projects Image Container - FIXED: Show full image without cropping */
#projects .gallery-media {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  min-height: 250px;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Projects Image Styling - FIXED: Show full image */
#projects .gallery-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  display: block;
  padding: 10px;
}

#projects .gallery-item:hover .gallery-media img {
  transform: scale(1.03);
}

/* Project Details - specific to projects - FIXED: Better padding */
#projects .project-details {
  padding: 22px 24px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Client Name - FIXED: Better spacing */
#projects .client-name {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-soft);
}

#projects .client-name i {
  color: var(--primary-blue);
  font-size: 1.2rem;
  flex-shrink: 0;
}

#projects .client-name h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

/* Project Specifications - FIXED: Better spacing and text wrapping */
#projects .project-specs {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 22px;
  flex-grow: 1;
}

#projects .spec-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

#projects .spec-item i {
  color: var(--primary-blue);
  margin-top: 3px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

#projects .spec-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0; /* Prevents text overflow */
}

#projects .spec-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

#projects .spec-value {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.5;
  word-break: break-word; /* Prevents long text from overflowing */
}

/* Project Status - FIXED: Better positioning */
#projects .project-status {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--border-soft);
  text-align: center;
}

#projects .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

#projects .status-badge.completed {
  background: rgba(34, 197, 94, 0.1);
  color: #059669;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

#projects .status-badge i {
  font-size: 0.95rem;
}

/* Projects Fallback image styling */
#projects .gallery-media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  z-index: -1;
}

/* -------------------------------------------------- */
/* RESPONSIVE DESIGN */
/* -------------------------------------------------- */

/* Responsive for generic gallery */
@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid-tight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gallery-hero {
    text-align: center;
  }
  .gallery-hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid-tight {
    grid-template-columns: 1fr;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive for projects section specifically */
@media (max-width: 991.98px) {
  #projects .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
  }
  
  #projects .gallery-media {
    min-height: 230px;
    max-height: 280px;
  }
}

@media (max-width: 767.98px) {
  #projects .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #projects .gallery-media {
    min-height: 250px;
    max-height: 300px;
  }
}

@media (max-width: 575.98px) {
  #projects .project-details {
    padding: 20px;
  }
  
  #projects .gallery-media {
    min-height: 220px;
    max-height: 270px;
  }
  
  #projects .client-name h3 {
    font-size: 1.15rem;
  }
  
  #projects .spec-value {
    font-size: 0.9rem;
  }
  
  #projects .spec-item {
    gap: 12px;
  }
  
  #projects .spec-item i {
    font-size: 1rem;
  }
}

/* Very small screens */
@media (max-width: 400px) {
  #projects .project-details {
    padding: 18px 16px;
  }
  
  #projects .client-name {
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  
  #projects .client-name h3 {
    font-size: 1.1rem;
  }
  
  #projects .spec-label {
    font-size: 0.8rem;
  }
  
  #projects .spec-value {
    font-size: 0.85rem;
  }
  
  #projects .gallery-media {
    min-height: 200px;
    max-height: 250px;
  }
}










/* ================================
   CALCULATOR VISIBILITY FIXES
   (Calculators Page Only)
================================ */

/* Calculator cards text clarity */
.tool-card,
.info-card {
  background: #ffffff;
  color: #0f172a;
}

/* Calculator headings */
.tool-card h5,
.info-card h5 {
  color: #0b214a;
}

/* Calculator helper text */
.tool-card p,
.info-card p,
#result,
.calc-result {
  color: #334155;
}

/* Result output box */
#result,
#solar-power-result {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f1f5ff;
  border-left: 4px solid var(--primary-blue);
  border-radius: 8px;
  font-size: 0.9rem;
}

/* Error message inside result */
#result:has(span),
#solar-power-result span {
  color: #b91c1c;
  font-weight: 500;
}

/* Calculator form inputs (force light mode) */
.tool-card .form-control,
.tool-card .form-select {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid #c7d2fe;
}

/* Input focus state */
.tool-card .form-control:focus,
.tool-card .form-select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 2px rgba(27, 95, 211, 0.15);
}

/* Load calculator totals highlight */
#totalWattage,
#totalLoad,
#sanctionedLoad {
  font-weight: 600;
  color: #0b4da7;
}

/* Modal background clarity (load calculator) */
.tg-load-modal .tg-modal-content {
  background: #ffffff;
  color: #0f172a;
}

/* Modal table text */
.tg-load-modal table td,
.tg-load-modal table th {
  color: #0f172a;
}

/* Modal total cells */
.tg-load-modal .total {
  font-weight: 600;
  color: #1d4ed8;
}



/* =====================================================
   FORCE VISIBILITY — LOAD CALCULATOR MODAL (FINAL)
===================================================== */

/* Entire modal text default */
.tg-load-modal,
.tg-load-modal * {
  color: #e5f1ff !important;
}

/* Modal heading */
.tg-load-modal h2,
.tg-load-modal h3,
.tg-load-modal h4,
.tg-load-modal h5 {
  color: #ffffff !important;
  font-weight: 600;
}

/* Description line below heading */
.tg-load-modal p,
.tg-load-modal .modal-desc,
.tg-load-modal small {
  color: #a5b4fc !important;
}

/* Table headers */
.tg-load-modal table th {
  color: #ffffff !important;
  font-weight: 600;
  opacity: 1;
}

/* Appliance names (left column) */
.tg-load-modal table td:first-child {
  color: #e0e7ff !important;
  font-weight: 500;
}

/* Inputs */
.tg-load-modal input {
  background: #ffffff !important;
  color: #0f172a !important;
}

/* Input placeholder */
.tg-load-modal input::placeholder {
  color: #64748b !important;
}

/* Total (W) column values */
.tg-load-modal .total {
  color: #38bdf8 !important;
  font-weight: 600;
}

/* Bottom totals */
#totalWattage,
#totalLoad,
#sanctionedLoad {
  color: #22d3ee !important;
  font-weight: 600;
}

/* Calculate Load button */
.tg-load-modal button {
  color: #020617 !important;
  font-weight: 600;
}

/* Close (X) button */
.tg-load-modal .tg-modal-close {
  color: #ffffff !important;
}



/* =====================================================
   LOAD CALCULATOR MODAL — REAL FIX (BOOTSTRAP OVERRIDE)
===================================================== */

/* Modal container */
.tg-modal {
  background: linear-gradient(180deg, #020617, #02040a);
  color: #e5f1ff;
  border: 1px solid rgba(99, 102, 241, 0.25);
}

/* Modal header */
.tg-modal-header h5 {
  color: #ffffff;
  font-weight: 600;
}

/* Modal description text */
.tg-modal-body p {
  color: #a5b4fc;
}

/* ---- BOOTSTRAP table-dark OVERRIDE (KEY FIX) ---- */
.tg-modal .table-dark {
  --bs-table-bg: transparent;
  --bs-table-color: #e5f1ff;
  background-color: transparent;
}

.tg-modal .table-dark th {
  color: #ffffff;
  font-weight: 600;
  border-color: rgba(148, 163, 184, 0.3);
}

.tg-modal .table-dark td {
  color: #c7d2fe;
  border-color: rgba(148, 163, 184, 0.15);
}

/* Appliance name column */
.tg-modal .table-dark td:first-child {
  color: #e0e7ff;
  font-weight: 500;
}

/* Inputs inside table */
.tg-modal .table-dark input {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #c7d2fe;
}

.tg-modal .table-dark input::placeholder {
  color: #64748b;
}

/* Total (W) column */
.tg-modal .table-dark .total {
  color: #38bdf8;
  font-weight: 600;
}

/* Bottom totals */
#totalWattage,
#totalLoad,
#sanctionedLoad {
  color: #22d3ee;
  font-weight: 600;
}

/* Close button */
.tg-modal-close {
  color: #ffffff;
}

.tg-modal-close:hover {
  color: #60a5fa;
}

/* Smooth testimonial slide transition */
#testimonialCarousel .carousel-item {
  transition: transform 0.8s ease-in-out;
}

@media (max-width: 575px) {
  #testimonialCarousel .testimonial-card {
    margin: 0 auto;
    max-width: 92%;
  }
}



/* Footer Map Box */
.footer-map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
}

.footer-map iframe {
  width: 100%;
  height: 160px;
  border: 0;
}



/* Contact Page - Google Map Embed */
.contact-map-embed {
  width: 100%;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 14px 36px rgba(0,0,0,0.25);
  background: #e5edff;
}

.contact-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}



/* Contact Details Card - Embedded Map */
.contact-card-map {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
  background: #e5edff;
}

.contact-card-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* FIX: Override section-padding dark text */
.section-padding.services-tabs-section {
  color: #ffffff;
}




.services-tabs-section .section-heading {
  color: #ffffff;
}

/* FORCE WHITE TITLE — FINAL */
.services-title-white {
  color: #ffffff !important;
}





footer icon 






.footer-social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-social-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social-icons a:hover img {
  transform: scale(1.15);
  opacity: 0.85;
}







gallery page image solution lavi video 







/* Grid safety */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* Card */
.video-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Media wrapper */
.video-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 🔥 MOST IMPORTANT */
  overflow: hidden;
  background: #000;
}

/* Thumbnail image */
.video-thumb-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* keeps proportions */
  object-position: center; /* prevents face cut */
  display: block;
}

/* Play icon */
.video-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #fff;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.video-thumb-link:hover .video-play-icon {
  opacity: 1;
  transform: scale(1.05);
}

/* Caption */
.gallery-caption {
  padding: 14px 16px 18px;
}

.gc-title {
  font-weight: 600;
  color: #0b214a;
}

.gc-meta {
  color: #64748b;
  margin-top: 4px;
  font-size: 14px;
}
