:root {
  --orange-1: #F9A825;
  --orange-2: #F57C00;
  --orange-grad: linear-gradient(90deg, var(--orange-1) 0%, var(--orange-2) 100%);
  --dark: #1c2430;
  --navy: #0c1b2e;
  --muted: #6b7280;
  --green: #25D366;
  --cream: #fdfaf5;
}

* {
  box-sizing: border-box;
}

html,
body {
  /* overflow-x: clip; */
  max-width: 100%;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.icon-svg {
  display: inline-block;
  vertical-align: -0.14em;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
.brand-font {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.text-orange {
  color: #f6a521 !important;
}

.bg-orange-grad {
  background: var(--orange-grad);
}

.btn-orange {
  background: var(--orange-grad);
  border: none;
  color: #1c1200;
  font-weight: 600;
  border-radius: 8px;
  padding: 1rem 1.4rem;
  transition: .2s transform;
}

.btn-orange:hover {
  color: #1c1200;
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.btn-outline-dark-soft {
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 1rem 1.4rem;
  background: transparent;
}

.btn-outline-dark-soft:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.btn-cream {
  background: #fff7e6;
  color: #1c1200;
  border-radius: 8px;
  font-weight: 600;
  padding: 1rem 1.2rem;
  border: none;
}

.btn-cream:hover{
  background-color: #fff7e6;
}

.btn-green {
  background: var(--green);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 1rem 1.2rem;
  border: none;
}

.btn-green:hover {
  color: #fff;
  filter: brightness(1.05);
  background: var(--green);
}

.btn-outline-orange {
  border: 1px solid var(--orange-2);
  color: var(--orange-2);
  border-radius: 8px;
  font-weight: 600;
  background: #fff;
}

.btn-outline-orange:hover {
  background: var(--orange-2);
  color: #fff;
}

/* ---------- Image placeholder helper ---------- */
.img-placeholder {
  width: 100%;
  border: 2px dashed #f0b13a;
  background: repeating-linear-gradient(45deg, #fff7e8, #fff7e8 10px, #fffdf7 10px, #fffdf7 20px);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c98a1a;
  text-align: center;
  font-size: .85rem;
  /* padding: 1rem; */
}

.img-placeholder i {
  font-size: 1.8rem;
  margin-bottom: .4rem;
}

/* ---------- Navbar ---------- */
html {
  /* overflow-x: clip; */
}

body {
  overflow-x: hidden;
}

.navbar {
  padding: .55rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.navbar .container {
  flex-wrap: nowrap;
}

.navbar .logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--orange-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1200;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.navbar-brand {
  min-width: 0;
}

.brand-title {
  font-size: .98rem;
  line-height: 1.1;
  margin-bottom: 0;
  white-space: nowrap;
}

.brand-sub {
  font-size: .62rem;
  color: var(--muted);
  letter-spacing: .01em;
  white-space: nowrap;
}

.navbar-nav {
  gap: 0 !important;
}

.nav-item {
  margin: 0 .55rem;
}

.nav-link {
  font-weight: 500;
  color: #333 !important;
  font-size: .85rem;
  padding: .4rem 0 !important;
  white-space: nowrap;
}

.nav-link.active {
  color: var(--orange-2) !important;
}

.nav-phone {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.nav-phone svg {
  width: 12px;
  height: 12px;
  margin-right: .25rem;
  flex-shrink: 0;
}

.navbar .btn-orange {
  font-size: .85rem;
  padding: .5rem 1.1rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---------- Marquee style top strip ---------- */
.top-strip {
  background: var(--orange-grad);
  color: #1c1200;
  padding: .6rem 0;
}

.top-strip h6 {
  margin: 0;
  font-weight: 700;
  font-size: .95rem;
}

.top-strip small {
  font-size: .75rem;
  opacity: .85;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(120deg, rgba(8, 20, 36, .92) 10%, rgba(8, 20, 36, .55) 55%, rgba(8, 20, 36, .2) 100%), #16324a;
  color: #fff;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero .hero-bg-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0;
  border: none;
  opacity: .18;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.badge-hero {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #f5c76a;
  font-size: .78rem;
  padding: .4rem .9rem;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.15;
}

.hero p.lead {
  color: #dbe3ea;
  font-size: 1.02rem;
  max-width: 560px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange-grad);
  border: 2px solid #fff;
  margin-left: -10px;
  display: inline-block;
}

.avatar-stack span:first-child {
  margin-left: 0;
}

/* ---------- Quote calculator ---------- */
.quote-card {
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
  padding: 1.8rem;
  border: 1px solid #f1e6cf;
}

.quote-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--orange-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1200;
}

.form-control-lg-custom {
  border-radius: 10px;
  border: 1px solid #e5e0d5;
  padding: .75rem 1rem;
}

.alert-soft {
  background: #fff6e0;
  color: #8a6100;
  border: 1px solid #f3dfa0;
  border-radius: 10px;
  font-size: .82rem;
  padding: .5rem .9rem;
}

/* ---------- Live quote result card ---------- */
.quote-result {
  background: linear-gradient(135deg, #fff9ec 0%, #fffdf7 100%);
  border: 1px solid #f3dfa0;
  border-radius: 14px;
  padding: 1.4rem 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  animation: qrPop .35s ease;
}

.quote-result .qr-label {
  color: #c98a1a;
  font-weight: 600;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-bottom: .35rem;
  letter-spacing: .02em;
}

.quote-result .qr-sparkle {
  font-size: .9rem;
  display: inline-block;
  animation: qrSparkle 1.6s ease-in-out infinite;
}

.quote-result .qr-sparkle.right {
  animation-delay: .3s;
}

.quote-result .qr-sub {
  color: var(--muted);
  font-size: .85rem;
  margin-bottom: .5rem;
}

.quote-result .qr-sub strong {
  color: var(--dark);
}

.quote-result .qr-price {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--orange-2);
  line-height: 1.15;
}

.quote-result .qr-caption {
  color: var(--muted);
  font-size: .78rem;
  margin-top: .35rem;
}

.quote-result.qr-error {
  background: #fff1f0;
  border-color: #f5c2c0;
  color: #b42318;
  text-align: left;
  padding: .75rem 1rem;
  font-size: .85rem;
  font-weight: 500;
}

@keyframes qrPop {
  from {
    opacity: 0;
    transform: scale(.94) translateY(4px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes qrSparkle {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: scale(1.25) rotate(15deg);
    opacity: .6;
  }
}

/* ---------- About page: hero icon ---------- */
.about-hero-icon {
  width: 34px;
  height: 34px;
  margin: 1.5rem auto 0;
  opacity: .35;
}

/* ---------- About page: badge-power left variant ---------- */
.badge-power.badge-power-left {
  left: 1.2rem;
  right: auto;
}

/* ---------- About page: Our Values (blue) section ---------- */
.values-section {
  background: #1266dd;
  color: #fff;
  padding: 4rem 0;
}

.values-section .section-title {
  color: #101828;
}

.values-section .section-sub {
  color: rgba(255, 255, 255, .55);
}

.value-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.4rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.value-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--orange-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1200;
  font-size: 1.4rem;
  margin: 0 auto 1rem;
}

.value-card h5 {
  margin-bottom: .5rem;
  color: black;
}

.value-card p {
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: 0;
}

/* ---------- About page: orange CTA variant ---------- */
.cta-section-orange {
  background: var(--orange-grad);
  color: #1c1200;
  padding: 4rem 0;
  text-align: center;
}

.cta-section-orange h2 {
  font-weight: 800;
}

.cta-section-orange .cta-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.btn-call-blue {
  background: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: .75rem 1.6rem;
}

.btn-call-blue:hover {
  color: #fff;
  filter: brightness(1.05);
}

/* ---------- About page: navbar fix (taller, hard-sticky, solid bg, yellow hover) ---------- */
body.about-page .navbar {
  padding: 1.15rem 0;
  background: #fff;
  opacity: 1;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
}

body.about-page .nav-link {
  transition: color .2s ease;
}

body.about-page .nav-link:hover {
  color: var(--orange-1) !important;
}

body.about-page .navbar-brand:hover .logo-icon {
  filter: brightness(1.05);
}

/* ---------- Partner promo section ---------- */
.partner-section {
  background: var(--orange-grad);
  color: #1c1200;
  padding: 3.2rem 0;
}

.partner-section h3 {
  font-size: 1.5rem;
}

.partner-section .btn-cream,
.partner-section .btn-green {
  padding: .9rem 1.6rem;
  font-size: 1rem;
}

.partner-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* ---------- Section generic ---------- */
.section-title {
  font-weight: 700;
  font-size: 2rem;
}

.section-sub {
  color: var(--muted);
}

section {
  padding: 4rem 0;
}

.bg-cream {
  background: var(--cream);
}

/* ---------- Gallery / before-after peek slider ---------- */
.gallery-wrap {
  padding: 0 3.2rem;
}

.gallery-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .5rem .25rem 1.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-card {
  flex: 0 0 auto;
  width: 78%;
  /* max-width: 460px;  */
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

@media (min-width:576px) {
  .gallery-card {
    width: 60%;
  }
}

@media (min-width:992px) {
  .gallery-card {
    width: 55%;
  }
}

.gallery-card .img-placeholder.gallery-img {
  height: 350px;
  border-radius: 16px;
  margin: 0;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(10, 15, 25, .85), rgba(10, 15, 25, 0));
  pointer-events: none;
}

.gallery-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.2rem;
  color: #fff;
  text-align: left;
  z-index: 2;
}

.gallery-content strong {
  font-size: 1.05rem;
  display: block;
}

.gallery-content .badge {
  font-weight: 600;
  font-size: .72rem;
  padding: .35em .7em;
  margin-right: .4rem;
}

.badge-before {
  background: #e5484d;
}

.badge-after {
  background: #30a46c;
}

.carousel-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--orange-2);
  color: var(--orange-2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gallery-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

.gallery-nav-prev {
  left: 0;
}

.gallery-nav-next {
  right: 0;
}

@media (max-width:575.98px) {
  .gallery-wrap {
    padding: 0 2.4rem;
  }

  .gallery-card .img-placeholder.gallery-img {
    height: 220px;
  }
}

/* ---------- Stats ---------- */
.stats-bar {
  background: var(--orange-grad);
  color: #1c1200;
}

.stats-bar h2 {
  font-size: 2.2rem;
  font-weight: 800;
}

.stats-bar small {
  font-weight: 600;
  opacity: .85;
}

/* ---------- Why choose ---------- */
.why-img .img-placeholder {
  /* height: 380px; */
}

.badge-power {
  position: absolute;
  bottom: 3.2rem;
  right: 1.2rem;
  background: #fff;
  border-radius: 12px;
  padding: .6rem 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
  text-align: center;
}

.badge-power strong {
  color: #30a46c;
  font-size: 1.1rem;
  display: block;
}

.feature-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #faf7f0;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin-bottom: .9rem;
}

.feature-num {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: var(--orange-grad);
  color: #1c1200;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Services cards ---------- */
.service-card {
  background: #fff;
  border: 1px solid #f1ede2;
  border-radius: 16px;
  padding: 1.8rem;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .03);
  transition: .2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--orange-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1200;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/* ---------- Service area ---------- */
.area-list li {
  padding: .35rem 0;
  font-size: .95rem;
}

.area-list li::marker {
  color: var(--orange-2);
}

.area-img .img-placeholder {
  height: 340px;
  border: none;
  background: none;
}

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff;
  border: 1px solid #f1ede2;
  border-radius: 16px;
  padding: 1.6rem;
  height: 100%;
}

.testimonial-card .stars .icon-svg {
  color: #f5b301;
  width: .9rem;
  height: .9rem;
}

.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1c1200;
}

/* ---------- CTA ---------- */
.cta-section {
  background: linear-gradient(90deg, #0b3d91 0%, #1b6fb8 45%, #f2a541 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.cta-section h2 {
  font-weight: 800;
}

/* ---------- Footer ---------- */
footer {
  background: var(--navy);
  color: #c4cdd8;
  padding: 3.5rem 0 1.5rem;
}

footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer a {
  color: #c4cdd8;
  text-decoration: none;
  display: block;
  margin-bottom: .5rem;
  font-size: .9rem;
}

footer a:hover {
  color: var(--orange-1);
}

.footer-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--orange-2);
}

.social-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #33455c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4cdd8;
}

.footer-bottom {
  border-top: 1px solid #223349;
  margin-top: 2rem;
  padding-top: 1.2rem;
  font-size: .82rem;
  color: #8291a3;
}

/* ---------- Floating action buttons ---------- */
.float-actions {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  text-decoration: none;
  position: relative;
}

.float-btn.whatsapp {
  background: var(--green);
}

.float-btn.call {
  background: var(--orange-grad);
  color: #1c1200;
}

.float-btn .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
}

.float-btn.whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--green);
  animation: pulse-ring 2s infinite;
  z-index: -1;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: .55;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@media (max-width:575.98px) {
  .float-btn {
    width: 48px;
    height: 48px;
  }

  .float-actions {
    right: .9rem;
    bottom: .9rem;
    gap: .6rem;
  }
}

@media (max-width:767px) {
  .hero h1 {
    font-size: 1.9rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* ---------- Tablet / narrow desktop fixes for navbar overflow ---------- */
@media (min-width:992px) and (max-width:1199.98px) {
  .nav-item {
    margin: 0 .35rem;
  }

  .nav-link {
    font-size: .78rem;
  }

  .brand-title {
    font-size: .88rem;
  }

  .brand-sub {
    font-size: .58rem;
  }

  .navbar .btn-orange {
    font-size: .78rem;
    padding: .45rem .85rem;
  }

  .nav-phone {
    font-size: .7rem;
  }
}

@media (max-width:991.98px) {
  .navbar .container {
    flex-wrap: wrap;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .nav-item {
    margin: .1rem 0;
    width: 100%;
  }
}

/* -----------------------services start---------------------- */
* {
  max-width: 100%;
}

img,
svg {
  max-width: 100%;
  border-radius: 50px;
}

:root {
  --navy: #0b2447;
  --blue: #1e6fd9;
  --orange: #f7941d;
  --orange-dark: #e07b00;
  --green: #25b24a;
  --cream: #fffaf0;
}

/* ---------- Navbar ---------- */
.navbar {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  padding: .9rem 0;
}

.navbar .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.logo-badge {
  /* width: 46px;
  height: 46px; */
  border-radius: 50%;
  /* background: radial-gradient(circle at 35% 30%, #ffd166, #f7941d 55%, #0b2447 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
  flex: 0 0 auto;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, .15); */
}

.navbar-brand .brand-name {
  color: var(--orange);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.15;
  letter-spacing: .2px;
}

.navbar-brand .brand-name b {
  color: #1c2b3a;
  font-weight: 700;
}

.navbar-brand .brand-sub {
  display: block;
  font-size: .66rem;
  color: #8a94a3;
  font-weight: 500;
  letter-spacing: .2px;
}

.nav-link {
  font-weight: 500;
  font-size: .90rem;
  color: #4b5768 !important;
  /* padding: .4rem .2rem !important; */
}

.nav-link.active {
  color: var(--orange) !important;
  font-weight: 600;
}

.nav-phone {
  font-size: 14px;
  color: #4b5768;
  line-height: 1.35;
  font-weight: 500;
  white-space: nowrap;
}

.nav-phone i {
  color: var(--orange);
  margin-right: .35rem;
}

.btn-call {
  background: var(--orange);
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: .55rem 1.3rem;
  font-size: .9rem;
  white-space: nowrap;
}

.btn-call:hover {
  background: var(--orange-dark);
  color: #fff;
}

@media(max-width:991px) {
  .navbar .container {
    flex-wrap: wrap;
  }
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(100deg, var(--navy) 0%, #1a4f8a 45%, var(--orange) 100%);
  color: #fff;
  padding: 5rem 1rem;
  text-align: center;
}

.hero h1 {
  font-weight: 800;
  font-size: 2.6rem;
}

.hero h1 span {
  color: var(--orange);
  /* font-size: 60px; */
}

.hero p {
  max-width: 640px;
  margin: 0px 0px 0px;
  color: #e7edf5;
  font-size: 1.02rem;
}

.btn-hero {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  padding: .85rem 1.8rem;
  border-radius: 8px;
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.btn-hero:hover {
  background: var(--orange-dark);
  color: #fff;
}

/* ---------- Price calculator ---------- */
.price-section {
  background: var(--blue);
  padding: 4rem 1rem;
}

.price-warning {
  background: #fff;
  color: #33415c;
  display: inline-block;
  padding: .5rem 1.2rem;
  border-radius: 30px;
  font-size: .85rem;
  font-weight: 500;
  margin: 0 auto 2rem;
}

.price-card {
  background: #fff;
  border-radius: 16px;
  max-width: 480px;
  margin: 0 auto;
  padding: 2.2rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.price-card .icon-badge {
  width: 46px;
  height: 46px;
  background: var(--orange);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto .8rem;
}

.price-card h3 {
  font-weight: 700;
}

.price-card .sub {
  color: #6b7280;
  font-size: .85rem;
  margin-bottom: 1.2rem;
}

.price-input-wrap {
  position: relative;
  margin-bottom: 1.2rem;
}

.price-input-wrap input {
  text-align: center;
  border-radius: 8px;
  padding: .7rem 2.8rem .7rem 1rem;
  border: 1px solid #d7dee7;
  width: 100%;
}

.price-input-wrap span {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #8a94a3;
  font-weight: 600;
  font-size: .85rem;
}

.btn-check {
  background: linear-gradient(90deg, #ffb238, var(--orange-dark));
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: .8rem;
  border-radius: 8px;
  border: none;
}

.btn-check:hover {
  opacity: .92;
}

.price-note {
  font-size: .78rem;
  color: #6b7280;
  margin-top: 1rem;
}

.price-result {
  display: none;
  background: linear-gradient(180deg, #fff8ea, #fffdf8);
  border: 1px solid #ffe4ab;
  border-radius: 12px;
  padding: 1.4rem;
  margin-top: 1.2rem;
  text-align: center;
}

.price-result.show {
  display: block;
}

.price-result .label {
  font-size: .85rem;
  color: #8a6100;
  font-weight: 600;
}

.price-result .for-kw {
  font-size: .85rem;
  color: #5b6b7d;
  margin: .3rem 0 .6rem;
}

.price-result .amount {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--orange-dark);
}

.price-result .per {
  font-size: .8rem;
  color: #8a94a3;
  margin-top: .2rem;
}

hr.price-divider {
  margin: 1.2rem 0 1rem;
  border-color: #eef0f3;
}

/* ---------- Service cards ---------- */
.services-section {
  padding: 4.5rem 1rem;
  background: #fff;
}

.service-card {
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
  transition: .2s;
}

.service-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.service-icon {
  width: 52px;
  height: 52px;
  background: var(--orange);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.badge-price {
  background: #fff4e2;
  color: var(--orange-dark);
  font-size: .72rem;
  font-weight: 600;
  padding: .3rem .7rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: .6rem;
}

.service-card h4 {
  font-weight: 700;
  margin-bottom: .3rem;
}

.service-card p {
  color: #5b6b7d;
  font-size: .92rem;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.service-card ul li {
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #33415c;
}

.service-card ul li i {
  color: var(--green);
  margin-right: .5rem;
}

.btn-book {
  border: 1.5px solid var(--orange);
  color: var(--orange-dark);
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  padding: .6rem;
  background: #fff;
}

.btn-book:hover {
  background: var(--orange);
  color: #fff;
}

.price-vary-banner {
  background: #fff8e6;
  border: 1px solid #ffe2a6;
  color: #8a6100;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 500;
  margin: 0 1rem 3rem;
}

/* ---------- AMC table ---------- */
.amc-section {
  padding: 3rem 1rem 4rem;
  background: #fff;
}

.amc-section h2 {
  font-weight: 800;
  text-align: center;
}

.amc-section h2 span {
  color: var(--orange);
}

.amc-section .lead-sub {
  text-align: center;
  color: #5b6b7d;
  max-width: 600px;
  margin: 0.8rem auto 2.5rem;
}

.amc-table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  overflow: hidden;
}

.amc-table .row-head {
  background: #f7f8fa;
  font-weight: 700;
  padding: 1rem 1.5rem;
}

.amc-row {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eef0f3;
}

.amc-row .price {
  color: var(--orange-dark);
  font-weight: 700;
  text-align: right;
}

.btn-contact {
  background: var(--green);
  color: #fff;
  font-weight: 600;
  padding: .7rem 2rem;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

.btn-contact:hover {
  background: #1f9a3e;
  color: #fff;
}

.amc-note {
  max-width: 750px;
  margin: 2rem auto 0;
  background: #f7f8fa;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  font-size: .88rem;
  color: #5b6b7d;
  text-align: center;
}

.trust-row {
  max-width: 900px;
  margin: 2.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  /* justify-content: center; */
  font-size: .9rem;
  color: #33415c;
}

.trust-row i {
  color: var(--green);
  margin-right: .4rem;
}

/* ---------- Custom pricing CTA ---------- */
.custom-cta {
  background: linear-gradient(90deg, #fff3e0, #e7f0ff);
  border-radius: 16px;
  max-width: 1000px;
  margin: 3rem auto;
  padding: 2.5rem;
  text-align: center;
}

.custom-cta h3 {
  font-weight: 800;
}

.custom-cta p {
  color: #5b6b7d;
  max-width: 600px;
  margin: .8rem auto 1.5rem;
}

.btn-call-now {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  padding: .7rem 1.6rem;
  border-radius: 8px;
  margin-right: .8rem;
  display: inline-block;
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  font-weight: 700;
  padding: .7rem 1.6rem;
  border-radius: 8px;
}

.seo-text {
  max-width: 800px;
  margin: 2rem auto 0;
  text-align: center;
  font-size: .88rem;
  color: #6b7280;
}

/* ---------- Process ---------- */
.process-section {
  background: var(--blue);
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
}

.process-section h2 {
  font-weight: 800;
}

.process-section h2 span {
  color: #ffd580;
}

.process-section .lead-sub {
  color: #dbe8fb;
  max-width: 600px;
  margin: .6rem auto 3rem;
}

.step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0 auto 1rem;
}

.process-section h5 {
  font-weight: 700;
}

/* ---------- Final CTA ---------- */
.final-cta {
  background: linear-gradient(90deg, var(--orange), #ffb238);
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
}

.final-cta h2 {
  font-weight: 800;
}

.final-cta p {
  max-width: 520px;
  margin: .8rem auto 1.8rem;
  color: #fff5e6;
}

.btn-final-call {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  padding: .75rem 1.8rem;
  border-radius: 8px;
  margin-right: .8rem;
  display: inline-block;
}

.btn-final-outline {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: .7rem 1.8rem;
  border-radius: 8px;
  background: transparent;
  display: inline-block;

}

/* ---------- Footer ---------- */
footer {
  background: var(--navy);
  color: #c9d4e3;
  padding: 3.5rem 1rem 1.5rem;
  /* border-top: 3px solid var(--orange); */
}

footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.1rem;
  font-size: 1rem;
}

footer p {
  font-size: .88rem;
  color: #aab8cc;
  line-height: 1.6;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: .65rem;
  font-size: .9rem;
}

footer ul li a {
  color: #aab8cc;
  transition: .2s;
}

footer ul li a:hover {
  color: var(--orange);
  padding-left: .2rem;
}

footer .contact-list li {
  color: #aab8cc;
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}

footer .contact-list i {
  color: var(--orange);
  margin-top: .2rem;
  width: 16px;
  flex: 0 0 auto;
}

.footer-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.footer-logo i {
  color: var(--orange);
  font-size: 1.3rem;
}

footer .social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #3a4d6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aab8cc;
  margin-right: .6rem;
  font-size: .85rem;
  transition: .2s;
}

footer .social a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.footer-bottom {
  border-top: 1px solid #1c3a63;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  font-size: 1rem;
  color: #8494ab;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem;
}



/* -----------------------services end---------------------- */

/* ---------------------product section starts-------------- */
:root {
  --navy: #0b1f45;
  --navy-dark: #081a3a;
  --orange: #f6a521;
  --orange-dark: #e8940f;
  --cream: #fdf9f0;
  --gray-bg: #f2f0ea;
  --green: #22a559;
  --whatsapp: #25d366;
  --text-dark: #16213e;
  --text-gray: #5b6373;
}

/* placeholder image box */
.img-placeholder {
  width: 100%;
  /* background: #e9e9e9; */
  background: none;
  border: none;
  /* border: 2px dashed #b9b9b9; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  min-height: 200px;
}

.container {
  /* max-width: 2000px; */
  margin: 0 auto;
  /* padding: 0 24px; */

}

/* HEADER */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

.logo-text .brand {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
}

.logo-text .brand span {
  color: var(--orange);
}

.logo-text .tagline {
  font-size: 11px;
  color: var(--text-gray);
}

nav ul {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

nav a:hover {
  color: var(--orange);
}

nav .active {
  color: var(--orange);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phones {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  text-align: right;
}

.phones div {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.btn-call {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(246, 165, 33, 0.4);
}

/* HERO */

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(0, 0, 0, .72) 10%,
      rgba(0, 0, 0, .45) 55%,
      rgba(0, 0, 0, .15) 100%);
  z-index: 1;
}

.hero {
  /* background: linear-gradient(120deg, var(--navy) 0%, var(--navy) 45%, #b8862f 75%, var(--orange) 100%); */
  background-image: url("../imgs/index/hero-solar.jpg");
  color: #fff;
  text-align: center;
  padding: 80px 24px 90px;
}


.to-transparent {
  --tw-gradient-to: ;
}

.hero h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  /* max-width: 800px; */
  /* margin-left: auto;
  margin-right: auto; */
}

.hero p {
  max-width: 650px;
  margin: 0 auto 32px;
  font-size: 16px;
  color: #e8ecf5;
  position: relative;
  z-index: 2;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 15px;
}

/* INTRO */
.intro {
  background: var(--cream);
  padding: 70px 24px;
}

.intro-inner {
  max-width: 900px;
  margin: 0 auto;
}

.intro p {
  margin-bottom: 18px;
  font-size: 15px;
  color: var(--text-dark);
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  margin-top: 24px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.check {
  color: var(--green);
  font-weight: 800;
}

/* PRODUCTS SECTION */
.products-section {
  background: var(--gray-bg);
  padding: 70px 24px;
}

.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 50px;
}

.section-title.small-sub {
  margin-bottom: 12px;
}

.section-sub {
  text-align: center;
  color: var(--text-gray);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.product-row.reverse .product-card {
  order: 2;
}

.product-row.reverse .img-placeholder {
  order: 1;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.product-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
}

.product-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.product-card p {
  font-size: 14px;
  color: var(--text-gray);
  margin-bottom: 16px;
}

.product-card ul {
  margin-bottom: 20px;
}

.product-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.btn-small {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.img-placeholder.product-img {
  aspect-ratio: 1/1;
}

/* WHY CHOOSE */
.why-section {
  background: #fff;
  padding: 70px 24px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--gray-bg);
  border-radius: 12px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

/* CITIES */
.cities-section {
  background: var(--gray-bg);
  padding: 70px 24px;
  text-align: center;
}

.cities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 800px;
  margin: 30px auto 0;
}

.city-pill {
  background: #fff;
  border: 1px solid #eadfc4;
  color: var(--navy);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.city-pill::before {
  content: "☀ ";
  color: var(--orange);
}

.cities-note {
  margin-top: 24px;
  color: var(--text-gray);
  font-size: 14px;
  font-style: italic;
}

/* CTA */
.cta-section {
  /* background: linear-gradient(120deg, var(--navy) 0%, var(--navy) 55%, var(--orange) 100%); */
  color: #fff;
  text-align: center;
  padding: 70px 24px;
}

.cta-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}

.cta-section .cta-sub {
  margin-bottom: 6px;
  color: #e8ecf5;
}

.cta-list {
  margin: 16px 0 32px;
  color: #f0f2f8;
  font-size: 14px;
}

.cta-list div {
  margin-bottom: 6px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-note {
  font-size: 13px;
  color: #dfe3ee;
  margin-bottom: 14px;
}

.cta-links {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* FOOTER */
footer {
  background: var(--navy-dark);
  color: #c7cde0;
  padding: 60px 24px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

.footer-grid p {
  font-size: 13px;
  color: #a9b0c7;
  margin-bottom: 14px;
}

.footer-grid li {
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-grid li:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-social span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #152655;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #1c2c58;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  color: #8b93ac;
}

@media(max-width:900px) {
  nav {
    display: none;
  }

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

  .product-row,
  .product-row.reverse {
    grid-template-columns: 1fr;
  }

  .product-row.reverse .product-card {
    order: 1;
  }

  .product-row.reverse .img-placeholder {
    order: 2;
  }

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

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

  .hero h1 {
    font-size: 30px;
  }
}

@media(max-width:600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .header-right {
    gap: 10px;
  }

  .phones {
    display: none;
  }
}

/* ----------------why clean section start here ------------------- */

:root {
  --wc-navy: #0b1f45;
  --wc-navy-dk: #0a0f2b;
  --wc-amber: #f6a521;
  --wc-blue: #1568e8;
  --wc-cream: #fdf9ee;
  --wc-bg: #f6f4ee;
  --wc-red: #e64545;
  --wc-red-bg: #fdecec;
  --wc-green: #1aa251;
  --wc-ink: #16213e;
  --wc-mute: #5b6373;
}

.ph-slot {
  width: 100%;
  /* background: #e9e9e9;
  border: 2px dashed #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  font-size: 14px;
  text-align: center;
  border-radius: 12px; */
  min-height: 300px;
}

/* header (reused pattern, unique names) */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  flex-wrap: wrap;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--wc-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

.brand-copy .brand-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--wc-navy);
}

.brand-copy .brand-name b {
  color: var(--wc-amber);
  font-weight: 800;
}

.brand-copy .brand-tag {
  font-size: 11px;
  color: var(--wc-mute);
}

.main-nav ul {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wc-navy);
}

.main-nav a:hover {
  color: var(--wc-amber);
}

.main-nav .current {
  color: var(--wc-amber);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-block {
  font-size: 13px;
  font-weight: 600;
  color: var(--wc-navy);
  text-align: right;
}

.phone-block div {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.call-btn {
  background: var(--wc-amber);
  color: #fff;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(246, 165, 33, 0.4);
}

/* hero */
.page-hero {
  background: var(--wc-cream);
  text-align: center;
  padding: 70px 24px 60px;
}

.page-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a2e;
  max-width: 750px;
  margin: 0 auto 18px;
}

.page-hero h1 .accent {
  color: var(--wc-amber);
}

.page-hero p {
  max-width: 600px;
  margin: 0 auto 30px;
  color: var(--wc-mute);
  font-size: 18px;
}

.pill-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fdeecb;
  border: 1px solid var(--wc-amber);
  color: #8a5a06;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 15px;
}

/* difference */
.diff-section {
  background: #fff;
  padding: 70px 24px;
}

.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.diff-copy h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.diff-copy h2 .accent {
  color: var(--wc-amber);
}

.diff-copy>p {
  color: var(--wc-mute);
  font-size: 15px;
  margin-bottom: 22px;
}

.warn-card {
  background: var(--wc-cream);
  border: 1px solid #f0dfa8;
  border-radius: 10px;
  padding: 20px;
}

.warn-card .warn-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  font-size: 15px;
}

.warn-card p {
  font-size: 14px;
  color: var(--wc-mute);
  margin-bottom: 10px;
}

.warn-card p:last-child {
  margin-bottom: 0;
  color: var(--wc-ink);
  font-weight: 600;
}

.diff-photo {
  position: relative;
}

.before-after {
  display: flex;
  gap: 6px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.before-after .ph-slot {
  border-radius: 0;
  min-height: 280px;
  flex: 1;
}

.tag-before,
.tag-after {
  position: absolute;
  top: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 2;
}

.tag-before {
  left: 14px;
  background: var(--wc-red);
}

.tag-after {
  right: 14px;
  background: var(--wc-green);
}

@media (max-width: 600px) {
  .diff-section {
    padding: 20px 16px;
  }
  .diff-grid {
    gap: 16px;
  }
  .diff-copy {
    margin-bottom: 0;
  }
  .diff-photo {
    margin-bottom: 0;
  }
} 

/* benefits (blue) */
.benefits-section {
  background: var(--wc-blue);
  color: #fff;
  padding: 70px 24px;
}

.benefits-section .heading {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.benefits-section .heading .accent {
  color: var(--wc-amber);
}

.benefits-section .sub {
  text-align: center;
  color: #cfe0fb;
  margin-bottom: 44px;
  font-size: 15px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.benefit-card {
  background: #fff;
  color: var(--wc-ink);
  border-radius: 12px;
  padding: 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--wc-amber);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.benefit-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}

.benefit-card p {
  font-size: 13.5px;
  color: var(--wc-mute);
}

/* problems */
.problems-section {
  background: #fff;
  padding: 70px 24px;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  background: var(--wc-red-bg);
  color: var(--wc-red);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.problems-section h2 {
  font-size: 30px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.problems-section .sub {
  color: var(--wc-mute);
  font-size: 15px;
  margin-bottom: 44px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.problem-card {
  background: var(--wc-bg);
  border-radius: 12px;
  padding: 22px;
}

.problem-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.problem-card p {
  font-size: 13px;
  color: var(--wc-mute);
}

/* frequency */
.freq-section {
  background: var(--wc-cream);
  padding: 70px 24px;
  text-align: center;
}

.freq-section h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.freq-section h2 .accent {
  color: var(--wc-amber);
}

.freq-section>.sub {
  color: var(--wc-mute);
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.freq-card {
  background: #fff;
  border-radius: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.freq-badge {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fdeecb;
  color: var(--wc-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  margin: 0 auto 20px;
}

.freq-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.freq-card>p {
  color: var(--wc-mute);
  font-size: 14px;
  max-width: 520px;
  margin: 0 auto 26px;
}

.freq-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.freq-tile {
  background: #5fa0f0;
  color: #fff;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}

.freq-tile h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

.freq-tile p {
  font-size: 12px;
  color: #eaf1fd;
}

.caution-card {
  background: var(--wc-red-bg);
  border: 1px solid #f6c9c9;
  border-radius: 10px;
  max-width: 760px;
  margin: 26px auto 0;
  padding: 20px 24px;
  text-align: left;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.caution-card .tri {
  color: var(--wc-red);
  font-size: 18px;
  flex-shrink: 0;
}

.caution-card h4 {
  font-size: 14px;
  font-weight: 800;
  color: #7a1f1f;
  margin-bottom: 6px;
}

.caution-card p {
  font-size: 13px;
  color: #8a4444;
}

/* closing cta */
.final-cta {
  background: linear-gradient(120deg, var(--wc-navy) 0%, var(--wc-navy) 55%, var(--wc-amber) 100%);
  color: #fff;
  text-align: center;
  padding: 70px 24px;
}

.final-cta h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 14px;
}

.final-cta p {
  color: #e8ecf5;
  max-width: 560px;
  margin: 0 auto 30px;
  font-size: 15px;
}

.btn-cta-lg {
  background: var(--wc-amber);
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* footer */
.site-footer {
  background: var(--wc-navy-dk);
  color: #c7cde0;
  padding: 60px 24px 24px;
}

.footer-grid4 {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid4 h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

.footer-grid4 p {
  font-size: 13px;
  color: #a9b0c7;
  margin-bottom: 14px;
}

.footer-grid4 li {
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-grid4 li:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-social span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #182347;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-legal {
  text-align: center;
  border-top: 1px solid #1c2c58;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  color: #8b93ac;
}

@media(max-width:900px) {
  .main-nav {
    display: none;
  }

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

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

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

  .freq-tiles {
    grid-template-columns: 1fr;
  }

  .footer-grid4 {
    grid-template-columns: 1fr 1fr;
  }

  .page-hero h1 {
    font-size: 28px;
  }
}

@media(max-width:600px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid4 {
    grid-template-columns: 1fr;
  }

  .header-actions {
    gap: 10px;
  }

  .phone-block {
    display: none;
  }

  .before-after {
    flex-direction: column;
  }
}

/* -------------------why clean end here-------------- */

/* -------------------service area starts here-------------- */
:root {
  --sa-navy: #0b1f45;
  --sa-navy-dk: #0a0f2b;
  --sa-amber: #f6a521;
  --sa-amber-dk: #e8940f;
  --sa-blue: #1a7ee8;
  --sa-blue-lt: #3fb2f2;
  --sa-cream: #fdf9ee;
  --sa-ink: #16213e;
  --sa-mute: #5b6373;
  --sa-green: #1aa251;
}

.sa-ph {
  width: 100%;
  background: #e9e9e9;
  border: 2px dashed #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
  min-height: 120px;
}

/* header */
.sa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  flex-wrap: wrap;
}

.sa-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sa-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sa-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

.sa-brand-info .sa-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--sa-navy);
}

.sa-brand-info .sa-title strong {
  color: var(--sa-amber);
  font-weight: 800;
}

.sa-brand-info .sa-subtitle {
  font-size: 11px;
  color: var(--sa-mute);
}

.sa-nav ul {
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sa-navy);
}

.sa-nav a:hover {
  color: var(--sa-amber);
}

.sa-nav .sa-active {
  color: var(--sa-amber);
}

.sa-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sa-phones {
  font-size: 13px;
  font-weight: 600;
  color: var(--sa-navy);
  text-align: right;
}

.sa-phones div {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.sa-callbtn {
  background: var(--sa-amber);
  color: #fff;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(246, 165, 33, 0.4);
}

/* hero */
.sa-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--sa-blue) 0%, var(--sa-blue-lt) 100%);
  color: #fff;
  text-align: center;
  padding: 80px 24px 90px;
}

.sa-hero-mark {
  position: absolute;
  left: 28px;
  bottom: 24px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.sa-hero h1 {
  font-size: 48px;
  font-weight: 800;
  max-width: 820px;
  margin: 0 auto 22px;
}

.sa-hero h1 .sa-hl {
  color: var(--sa-amber);
}

.sa-hero p {
  max-width: 750px;
  margin: 0 auto 34px;
  font-size: 18px;
  color: #e6f2ff;
}

.sa-book-btn {
  background: var(--sa-amber);
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* region sections */
.sa-region-section {
  background: var(--sa-cream);
  padding: 70px 24px;
}

.sa-region-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.sa-region-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.sa-region-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--sa-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.sa-region-heading h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--sa-ink);
}

.sa-region-left>p {
  color: var(--sa-mute);
  font-size: 14px;
  margin-bottom: 20px;
}

.sa-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sa-check-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sa-ink);
  display: flex;
  align-items: center;
  gap: 10px;
}

.sa-check-item .sa-tick {
  color: var(--sa-green);
  font-weight: 800;
}

.sa-region-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.sa-region-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--sa-ink);
  margin-bottom: 16px;
}

.sa-region-card p {
  font-size: 14px;
  color: var(--sa-mute);
  margin-bottom: 14px;
}

.sa-btn-amber {
  background: var(--sa-amber);
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

/* haryana section (blue full width) */
.sa-haryana-section {
  background: var(--sa-blue);
  color: #fff;
  padding: 70px 24px;
}

.sa-haryana-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.sa-haryana-card {
  background: #fff;
  color: var(--sa-ink);
  border-radius: 16px;
  padding: 32px;
}

.sa-haryana-card h3 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 16px;
}

.sa-haryana-card p {
  font-size: 14px;
  color: var(--sa-mute);
  margin-bottom: 14px;
}

.sa-btn-blue {
  background: var(--sa-blue);
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.sa-haryana-right .sa-region-heading h2 {
  color: #fff;
}

.sa-haryana-right .sa-region-icon {
  background: rgba(255, 255, 255, 0.2);
}

.sa-haryana-right>p {
  color: #dceafd;
  font-size: 14px;
  margin-bottom: 20px;
}

.sa-pill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sa-pill {
  background: #fff;
  color: var(--sa-ink);
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sa-pill .sa-tick {
  color: var(--sa-green);
  font-weight: 800;
}

/* cta */
.sa-cta-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--sa-amber) 0%, var(--sa-amber-dk) 100%);
  text-align: center;
  padding: 70px 24px;
  color: var(--sa-navy);
}

.sa-cta-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.15);
}

.sa-cta-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
}

.sa-cta-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 15px;
  color: #3d2c05;
}

.sa-btn-check {
  background: var(--sa-blue);
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* footer */
.sa-footer {
  background: var(--sa-navy-dk);
  color: #c7cde0;
  padding: 60px 24px 24px;
}

.sa-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.sa-footer-grid h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

.sa-footer-grid p {
  font-size: 13px;
  color: #a9b0c7;
  margin-bottom: 14px;
}

.sa-footer-grid li {
  margin-bottom: 10px;
  font-size: 13px;
}

.sa-footer-grid li:hover {
  color: #fff;
}

.sa-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.sa-footer-social span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #182347;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.sa-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sa-footer-legal {
  text-align: center;
  border-top: 1px solid #1c2c58;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  color: #8b93ac;
}

@media(max-width:900px) {
  .sa-nav {
    display: none;
  }

  .sa-region-grid,
  .sa-haryana-grid {
    grid-template-columns: 1fr;
  }

  .sa-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sa-hero h1 {
    font-size: 26px;
  }
}

@media(max-width:600px) {

  .sa-checklist,
  .sa-pill-grid {
    grid-template-columns: 1fr;
  }

  .sa-footer-grid {
    grid-template-columns: 1fr;
  }

  .sa-actions {
    gap: 10px;
  }

  .sa-phones {
    display: none;
  }
}

/* ------------------------seravice area end here------------------- */

/* ---------------------contact section start here---------------- */
:root {
  --ct-navy: #0b1f45;
  --ct-navy-dk: #0a0f2b;
  --ct-amber: #f6a521;
  --ct-amber-dk: #e8940f;
  --ct-cream: #fdf6e9;
  --ct-green: #1fa84c;
  --ct-blue: #2a6fe0;
  --ct-ink: #16213e;
  --ct-mute: #5b6373;
  --ct-border: #e4e0d4;
}

/* header */
.ct-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  flex-wrap: wrap;
}

.ct-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ct-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

.ct-brand-info .ct-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--ct-navy);
}

.ct-brand-info .ct-title b {
  color: var(--ct-amber);
  font-weight: 800;
}

.ct-brand-info .ct-subtitle {
  font-size: 11px;
  color: var(--ct-mute);
}

.ct-nav ul {
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ct-navy);
}

.ct-nav a:hover {
  color: var(--ct-amber);
}

.ct-nav .ct-active {
  color: var(--ct-amber);
}

.ct-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ct-phones {
  font-size: 13px;
  font-weight: 600;
  color: var(--ct-navy);
  text-align: right;
}

.ct-phones div {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.ct-callbtn {
  background: var(--ct-amber);
  color: #fff;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(246, 165, 33, 0.4);
}

/* hero */
.ct-hero {
  background: linear-gradient(120deg, var(--ct-navy) 0%, var(--ct-navy) 45%, #b8862f 75%, var(--ct-amber) 100%);
  color: #fff;
  text-align: center;
  padding: 70px 24px 60px;
}

.ct-hero h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 14px;
}

.ct-hero p {
  max-width: 600px;
  margin: 0 auto;
  color: #e8ecf5;
  font-size: 18px;
}

/* main split */
.ct-main {
  background: var(--ct-cream);
  padding: 70px 24px;
}

.ct-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.ct-info h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--ct-ink);
  margin-bottom: 10px;
}

.ct-info>p {
  color: var(--ct-mute);
  font-size: 14px;
  margin-bottom: 24px;
}

.ct-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.ct-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
}

.ct-icon.ct-amber-bg {
  background: var(--ct-amber);
}

.ct-icon.ct-green-bg {
  background: var(--ct-green);
}

.ct-icon.ct-blue-bg {
  background: var(--ct-blue);
}

.ct-icon.ct-cream-bg {
  background: #f6dfa0;
  color: #8a5a06;
}

.ct-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--ct-ink);
  margin-bottom: 4px;
}

.ct-card p {
  font-size: 13.5px;
  color: var(--ct-mute);
  margin: 0;
}

/* form panel */
.ct-form-panel {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.ct-form-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.ct-form-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--ct-amber);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.ct-form-head h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--ct-ink);
  margin-bottom: 4px;
}

.ct-form-head p {
  font-size: 13px;
  color: var(--ct-mute);
}

.ct-field {
  margin-bottom: 20px;
}

.ct-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ct-ink);
  margin-bottom: 8px;
}

.ct-field label .ct-req {
  color: #e64545;
}

.ct-field label .ct-opt {
  font-weight: 400;
  color: var(--ct-mute);
  font-size: 12.5px;
}

.ct-field input,
.ct-field textarea,
.ct-field select {
  width: 100%;
  border: 1px solid var(--ct-border);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ct-ink);
  background: #fff;
}

.ct-field textarea {
  resize: vertical;
  min-height: 70px;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
  color: #a8a8a8;
}

.ct-field input:focus,
.ct-field textarea:focus,
.ct-field select:focus {
  outline: 2px solid var(--ct-amber);
  outline-offset: 1px;
}

.ct-submit {
  width: 100%;
  background: linear-gradient(90deg, var(--ct-amber) 0%, var(--ct-amber-dk) 100%);
  color: #fff;
  font-weight: 700;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.ct-secure {
  text-align: center;
  font-size: 12.5px;
  color: var(--ct-mute);
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* green cta */
.ct-cta {
  background: var(--ct-green);
  color: #fff;
  text-align: center;
  padding: 60px 24px;
}

.ct-cta h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.ct-cta p {
  color: #dff5e6;
  margin-bottom: 28px;
  font-size: 15px;
}

.ct-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.ct-btn-white {
  background: #fff;
  color: var(--ct-ink);
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ct-btn-wa {
  background: #22c55e;
  color: #fff;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* footer */
.ct-footer {
  background: var(--ct-navy-dk);
  color: #c7cde0;
  padding: 60px 24px 24px;
}

.ct-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.ct-footer-grid h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

.ct-footer-grid p {
  font-size: 13px;
  color: #a9b0c7;
  margin-bottom: 14px;
}

.ct-footer-grid li {
  margin-bottom: 10px;
  font-size: 13px;
}

.ct-footer-grid li:hover {
  color: #fff;
}

.ct-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.ct-footer-social span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #182347;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.ct-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ct-footer-legal {
  text-align: center;
  border-top: 1px solid #1c2c58;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  color: #8b93ac;
}

@media(max-width:900px) {
  .ct-nav {
    display: none;
  }

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

  .ct-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ct-hero h1 {
    font-size: 26px;
  }
}

@media(max-width:600px) {
  .ct-footer-grid {
    grid-template-columns: 1fr;
  }

  .ct-actions {
    gap: 10px;
  }

  .ct-phones {
    display: none;
  }

  .ct-form-panel {
    padding: 24px;
  }
}

/* ---------------------contact section start here---------------- */

