/* Homepage layout — codeMyVAG redesign */

body.page-home {
  background-color: #0d0f12;
}

body.page-home .navbar.navbar-dark {
  background: #ffcc00 !important;
}
body.page-home .navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: #1a1d24 !important;
  font-weight: 600;
}
body.page-home .navbar-dark .navbar-nav .nav-link:hover,
body.page-home .navbar-dark .navbar-nav .nav-link.active {
  color: #000 !important;
}
body.page-home .navbar-dark .navbar-toggler {
  border-color: #1a1d24;
}
body.page-home .navbar-dark .navbar-toggler-icon {
  filter: invert(1);
}
@media (max-width: 991.98px) {
  body.page-home .navbar.navbar-dark {
    background: #0d0f12 !important;
    border-bottom: 2px solid #ffcc00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  }
  body.page-home .navbar-collapse {
    background: #0d0f12;
  }
  body.page-home .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  body.page-home .navbar-dark .navbar-nav .nav-link:hover,
  body.page-home .navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
    background: rgba(255, 204, 0, 0.15);
  }
  body.page-home .navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.45);
  }
  body.page-home .navbar-dark .navbar-toggler-icon {
    filter: none;
  }
}
body.page-home .header-search-group .form-control {
  background: #fff;
}
body.page-home .home-section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #ffcc00;
  margin-top: 0.35rem;
  border-radius: 2px;
}
body.page-home .home-section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

body.page-home .site-main-content {
  background: #fff;
}

/* Hero */
.home-hero-wrap {
  background: #0d0f12;
}
.home-hero {
  min-height: 520px;
}
.home-hero-slide {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 14, 0.92) 0%, rgba(8, 10, 14, 0.55) 55%, rgba(8, 10, 14, 0.35) 100%);
  z-index: 1;
}
.home-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 1.5rem 3.5rem;
  max-width: none;
}
.home-hero-content-top {
  max-width: 680px;
}
.home-hero-content-bottom {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.home-hero-content h1 {
  color: #fff;
  font-size: clamp(1.35rem, 3.1vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.home-hero-content h1 .accent {
  color: #ffcc00;
}
.home-hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 204, 0, 0.45);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 0.5rem 0.85rem;
  margin-bottom: 0;
  border-radius: 6px;
  align-self: flex-start;
}
.home-hero-highlight i {
  color: #ffcc00;
  flex-shrink: 0;
}
.home-hero-highlight strong {
  color: #ffcc00;
  font-weight: 700;
}
.home-hero-content .hero-tagline {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.home-hero-stats-panel {
  display: none;
  margin-bottom: 0;
}
.home-hero-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem 1rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .home-hero-pills {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-hero-pill:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 0.75rem;
  }
}
.home-hero-pill {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  line-height: 1.3;
}
.home-hero-pill i {
  color: #ffcc00;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.home-hero-pill strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.home-hero-actions {
  display: none;
  margin-bottom: 0;
}
.home-hero-actions .btn-wa-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.home-hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}
.home-hero-trust-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
}
.home-hero-stars {
  display: inline-flex;
  gap: 0.1rem;
  color: #ffcc00;
  font-size: 0.75rem;
}
.home-hero-secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 0.45rem 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  line-height: 1.3;
}
.home-hero-secure-badge i {
  color: #ffcc00;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.home-hero-secure-badge strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}
.home-hero-actions .btn-primary-hero {
  background: #ffcc00;
  color: #1e2024 !important;
  border: none;
  font-weight: 700;
  padding: 0.7rem 1.25rem;
  border-radius: 4px;
  font-size: 0.9rem;
}
.home-hero-actions .btn-primary-hero:hover {
  background: #e6b800;
  color: #1e2024 !important;
}
.home-hero-actions .btn-wa-outline {
  background: transparent !important;
  color: #25d366 !important;
  border: 2px solid #25d366 !important;
  font-weight: 600;
  padding: 0.65rem 1.15rem;
  border-radius: 4px;
  font-size: 0.9rem;
  box-shadow: none;
}
.home-hero-actions .btn-wa-outline:hover {
  background: rgba(37, 211, 102, 0.12) !important;
  color: #25d366 !important;
  text-decoration: none;
}
.home-hero-actions .btn-primary-hero {
  box-shadow: none;
}

.home-hero-sidebar {
  background: #141820;
  min-height: 520px;
}
.home-hero-feature-link {
  display: flex;
  align-items: center;
  min-height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none !important;
  transition: background 0.2s;
}
.home-hero-feature-link:hover {
  background: rgba(255, 204, 0, 0.06);
}
.home-hero-feature-link img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
}
.home-hero-feature-link span {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  line-height: 1.35;
}

.home-hero .main-carousel .owl-dots {
  top: auto;
  bottom: 12px;
  left: 0;
  right: auto;
  text-align: left;
  padding-left: 1.5rem;
  height: auto;
  z-index: 3;
}
.home-hero .main-carousel .owl-dot {
  width: 24px;
  height: 4px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transition: width 0.3s, background 0.3s;
}
.home-hero .main-carousel .owl-dot.active {
  width: 40px;
  background: #ffcc00;
}
.home-hero .main-carousel .owl-dot span {
  display: none;
}
.home-hero .main-carousel .owl-nav {
  position: absolute;
  bottom: 12px;
  right: 1rem;
  z-index: 5;
}
.home-hero .main-carousel .owl-nav button {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  border-radius: 4px;
  margin-left: 6px;
  font-size: 1.25rem;
}

/* Trust stats — full-width black bar directly under hero */
.home-trust-bar {
  width: 100%;
  background: #1a1d24;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.9rem 0;
}
.home-trust-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  width: 100%;
}
.home-trust-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 420px;
  gap: 0.65rem 0.85rem;
  min-width: 0;
}
.home-trust-stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: clamp(0.68rem, 1.05vw, 0.8rem);
  white-space: nowrap;
  flex: 0 1 auto;
}
.home-trust-stat i {
  color: #ffcc00;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.home-trust-stat strong {
  color: #ffcc00;
  font-weight: 700;
}
.home-trust-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  flex: 0 0 auto;
  border: 2px solid #ffcc00;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  background: rgba(0, 0, 0, 0.2);
  min-width: 240px;
  max-width: 300px;
}
.home-trust-highlight-icon {
  color: #ffcc00;
  font-size: 1.35rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.home-trust-highlight-text {
  flex: 1;
  min-width: 0;
}
.home-trust-highlight strong {
  color: #ffcc00;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
  line-height: 1.25;
}
.home-trust-highlight-body {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  line-height: 1.4;
}
.home-trust-highlight a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.home-trust-highlight a:hover {
  color: #ffcc00;
  text-decoration: none;
}
.home-trust-highlight a .fa-instagram {
  color: #ffcc00;
}
.home-trust-watch-btn {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.35rem 0.75rem;
  background: #ffcc00;
  color: #1a1d24 !important;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none !important;
}
.home-trust-watch-btn:hover {
  background: #e6b800;
  color: #1a1d24 !important;
}
.home-trust-watch-btn .fa-instagram {
  color: #1a1d24 !important;
}

/* Section blocks */
.home-section {
  padding: 3rem 0;
}
.home-section-alt {
  background: #fff;
}
.home-section-muted {
  background: #eef0f3;
}
.home-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e2024;
  margin-bottom: 1rem;
}
.home-section-title .accent {
  color: #c9a000;
}
.home-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.home-checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  color: #31404b;
  font-size: 0.95rem;
}
.home-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffcc00;
}

/* ── Why choose + 4 cards + Coverage map — three-column single row ────────── */
.home-why-coverage-block {
  background: #eef0f3;
  padding: 0;
}
.home-why-coverage-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Column 1: Why Choose text */
.home-why-col {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(30,32,36,0.08);
}
.home-why-col-inner {
  padding: 2rem 1.25rem;
  height: 100%;
}

/* Column 2: 4 brand cards */
.home-brands-col {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(30,32,36,0.08);
}

/* Column 3: Coverage map */
.home-coverage-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.home-coverage-col-inner {
  padding: 2rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .home-why-col {
    flex: 0 0 25%;
    max-width: 25%;
    border-bottom: none;
    border-right: 1px solid rgba(30,32,36,0.08);
  }
  .home-brands-col {
    flex: 0 0 42%;
    max-width: 42%;
    border-bottom: none;
    border-right: 1px solid rgba(30,32,36,0.08);
  }
  .home-coverage-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

/* Headings inside this block */
.home-why-col .home-section-title,
.home-coverage-col .home-section-title {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.home-why-intro,
.home-coverage-intro {
  font-size: 0.82rem;
  color: #5a6d7e;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.home-checklist-compact li {
  font-size: 0.82rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: #31404b;
}
.home-checklist-compact li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffcc00;
}

/* 2×2 brand cards grid */
.home-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
}
.home-brand-card {
  position: relative;
  overflow: hidden;
  background: #1e2024;
  aspect-ratio: 4 / 3;
}
.home-brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.82;
  transition: opacity 0.25s, transform 0.35s;
}
.home-brand-card:hover img {
  opacity: 0.95;
  transform: scale(1.04);
}
.home-brand-card span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.82));
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

/* Map card inside coverage col */
.home-coverage-map-card {
  flex: 1 1 auto;
  background: #1a1d24;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(30,32,36,0.18);
  border: 1px solid rgba(255,204,0,0.18);
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* Leaflet India map inside coverage column */
.why-india-map {
  width: 100%;
  height: 240px;
  background: #1a1d24;
  position: relative;
  display: block;
}
/* Leaflet resets for the column map */
.why-india-map .leaflet-container {
  background: #1a1d24 !important;
  height: 100% !important;
}
/* Spinner while GeoJSON loads */
.why-map-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffcc00;
  font-size: 1.25rem;
  pointer-events: none;
  z-index: 1000;
}
/* Marker icon — strip Leaflet default wrapper styles */
.why-lf-pin {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
/* City tooltip */
.cmv-map-tooltip.leaflet-tooltip {
  background: #1e2024;
  border: 1px solid #ffcc00;
  border-radius: 4px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 3px 8px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.4);
  pointer-events: none;
}
.cmv-map-tooltip.leaflet-tooltip::before {
  border-top-color: #ffcc00;
}

@media (min-width: 992px) {
  .why-india-map { height: 262px; }
}
@media (max-width: 767.98px) {
  .why-india-map { height: 220px; }
}
.home-coverage-cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
}

.home-coverage-box {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 100%;
}
.home-coverage-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e2024;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
.home-coverage-desc {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0 0 0.75rem;
  line-height: 1.4;
}
.home-coverage-section .home-coverage-map,
.home-why-coverage-block .home-coverage-map {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  background: #1e2024;
  border: none;
  border-radius: 8px;
  aspect-ratio: 612 / 696;
  min-height: 200px;
  max-height: none;
  overflow: hidden;
  flex: 1 1 auto;
}
.home-coverage-map-svg,
.home-coverage-map-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.home-coverage-markers {
  position: absolute;
  inset: 0.5rem;
  pointer-events: none;
}
.home-coverage-box .home-coverage-map {
  min-height: 200px;
  max-height: 240px;
  aspect-ratio: auto;
  padding: 0.5rem;
}
.home-map-marker {
  position: absolute;
  display: inline-block;
  width: 0.95rem;
  height: 1.35rem;
  transform: translate(-50%, -100%);
  line-height: 1;
  z-index: 2;
  pointer-events: auto;
  filter: drop-shadow(0 1px 1px rgba(30, 32, 36, 0.3));
}
.home-map-marker i {
  display: block;
  font-size: 1.5rem;
  color: #ffcc00;
  line-height: 1;
}
.home-coverage-section .home-map-marker i,
.home-why-coverage-block .home-map-marker i {
  font-size: clamp(0.85rem, 1.5vw, 1.35rem);
}
.home-map-marker-dot {
  position: absolute;
  left: 50%;
  top: 0.2rem;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background: #1e2024;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.home-coverage-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.55rem 0.75rem;
}
.home-btn-yellow {
  background: #ffcc00;
  color: #1e2024 !important;
  border: none;
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none !important;
}
.home-btn-yellow:hover {
  background: #e6b800;
  color: #1e2024 !important;
}
.home-btn-yellow-sm {
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  border-radius: 4px;
  white-space: nowrap;
}

/* Process — mockup: steps + safe box in one row */
.home-process-layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
}
.home-process-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem 0.25rem;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.home-process-step {
  flex: 1 1 100px;
  text-align: center;
  max-width: 155px;
  min-width: 90px;
}
.home-process-step .step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.75rem;
  background: #1e2024;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffcc00;
  font-size: 1.5rem;
}
.home-process-step h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e2024;
  margin-bottom: 0.35rem;
}
.home-process-step p {
  font-size: 0.78rem;
  color: #6c757d;
  margin: 0;
}
.home-process-arrow {
  color: #ffcc00;
  font-size: 1.1rem;
  align-self: center;
  padding-top: 1.75rem;
  flex: 0 0 auto;
  display: none;
}
@media (min-width: 768px) {
  .home-process-arrow {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .home-process-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
  }
  .home-process-steps {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .home-process-step {
    max-width: 140px;
  }
}
.home-safe-box {
  background: #1e2024;
  color: #fff;
  border-radius: 12px;
  padding: 1rem 1rem 2.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .home-safe-box {
    width: 240px;
    max-width: 260px;
    margin-left: 0.5rem;
    align-self: flex-start;
  }
}
.home-safe-box-body {
  flex: 0 1 auto;
  padding-right: 0.5rem;
}
.home-safe-box .shield-icon {
  position: absolute;
  right: 0.75rem;
  bottom: 0.55rem;
  font-size: 2.15rem;
  color: #ffcc00;
  margin: 0;
  opacity: 0.95;
  line-height: 1;
  pointer-events: none;
}
.home-safe-box h3 {
  color: #ffcc00;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}
.home-safe-box p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.home-safe-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-safe-list li {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.92);
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.home-safe-list li:last-child {
  margin-bottom: 0;
}
.home-safe-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffcc00;
  font-size: 0.7rem;
}
.home-process-cta {
  margin-top: 1.25rem;
}

/* Reviews */
.home-reviews-section {
  background: #f5f7fa;
}
.home-review-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-review-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}
.home-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #dee2e6;
}
.home-review-meta {
  flex: 1;
  min-width: 0;
}
.home-review-meta .name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #1e2024;
  margin: 0;
}
.home-review-meta .time {
  font-size: 0.75rem;
  color: #6c757d;
}
.home-review-google,
.home-review-source {
  color: #4285f4;
  font-size: 1.1rem;
}
.home-review-source-google {
  color: #4285f4;
}
.home-review-source-whatsapp {
  color: #25d366;
}
.home-review-source-none {
  color: #9aa5b1;
}
.home-review-stars {
  color: #ffcc00;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.home-review-text {
  font-size: 0.85rem;
  color: #31404b;
  flex: 1;
  margin-bottom: 0.75rem;
  line-height: 1.45;
}
.home-review-photo {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

/* Videos / portfolio */
.home-videos-wrap {
  background: #fff;
}
.home-insta-box {
  background: #1e2024;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #ffcc00;
  padding: 1.5rem;
  min-height: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-insta-bolt {
  color: #ffcc00;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.home-insta-box strong {
  color: #ffcc00;
  font-size: 1rem;
}
.home-insta-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
}
.btn-insta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #e1306c !important;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.55rem 0.85rem;
  align-self: flex-start;
}
.btn-insta-outline:hover {
  background: rgba(225, 48, 108, 0.15) !important;
  color: #fff !important;
}
.btn-insta-outline .fa-instagram {
  color: #e1306c;
}
.home-video-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.home-video-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.home-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 2.5rem;
  transition: background 0.2s;
}
.home-video-card:hover .home-video-play {
  background: rgba(0, 0, 0, 0.5);
}
.home-video-caption {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e2024;
  text-align: center;
  padding: 0.35rem 0;
}

/* ── Pre-footer CTA bar ──────────────────────────────────────────────────── */
.home-prefooter-cta {
  background: #1a1d24;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.home-prefooter-cta .cta-icon {
  font-size: 2rem;
  color: #ffcc00;
}
.home-prefooter-cta .font-weight-semibold {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}
.home-prefooter-sub {
  color: rgba(255,255,255,0.65);
  font-size: 0.8rem;
}
.home-prefooter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}
.home-prefooter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none !important;
}
.home-prefooter-btn-yellow {
  background: #ffcc00 !important;
  color: #1a1d24 !important;
  border: none !important;
}
.home-prefooter-btn-yellow:hover {
  background: #e6b800 !important;
  color: #1a1d24 !important;
}
.home-prefooter-btn-wa {
  background: #25d366 !important;
  color: #fff !important;
  border: none !important;
}
.home-prefooter-btn-wa:hover {
  background: #1ebe5b !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .home-coverage-section .home-coverage-map {
    min-height: 240px;
  }
  .home-process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.75rem;
  }
  .home-process-step {
    max-width: none;
    min-width: 0;
  }
  .home-process-arrow {
    display: none !important;
  }
  .home-hero-sidebar {
    min-height: auto;
  }
  .home-hero-feature-link {
    min-height: 90px;
  }
  .home-hero-feature-link img {
    width: 90px;
    height: 90px;
  }
  .home-hero-trust-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-hero-secure-badge {
    width: 100%;
  }
  .home-hero-content {
    padding: 1.75rem 1.25rem 3.25rem;
  }
  .home-hero-content-bottom {
    max-width: none;
  }
  .home-trust-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .home-trust-stats {
    flex: 1 1 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.65rem;
    overflow-x: visible;
    flex-wrap: wrap;
    justify-content: stretch;
    padding-bottom: 0;
  }
  .home-trust-stat {
    white-space: normal;
    font-size: 0.72rem;
    min-width: 0;
  }
  .home-trust-stat span {
    line-height: 1.35;
    display: inline-block;
  }
  .home-trust-highlight {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .home-trust-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 0.5rem;
  }
  .home-trust-stat {
    align-items: flex-start;
  }
}


/* ── Trusted Across India + Why Choose grid (mockup) ─────────────────────── */
.home-trust-why-section {
  background: #eef0f3;
  padding: 3rem 0;
}
.home-trusted-inner {
  padding-right: 1rem;
}
.home-trusted-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.home-trusted-medal {
  color: #ffcc00;
  font-size: 1.35rem;
}
.home-trusted-sub {
  color: #5a6d7e;
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
}
.home-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
a.home-city-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: #1a1d24;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255, 204, 0, 0.25);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
a.home-city-tag:hover {
  background: #252a33;
  border-color: #ffcc00;
  color: #ffcc00;
  text-decoration: none;
}
a.home-city-tag i {
  color: #ffcc00;
  font-size: 0.7rem;
}
a.home-city-tag:hover i {
  color: #ffcc00;
}
.home-city-more {
  color: #c9a000;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 1.25rem;
}
.home-trusted-cta {
  display: inline-block;
}
.home-why-grid-col {
  padding-left: 1.5rem;
}
.home-why-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .home-why-icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-why-icon-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem 0.85rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(30, 32, 36, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-why-icon-card:hover {
  border-color: rgba(255, 204, 0, 0.45);
  box-shadow: 0 4px 16px rgba(30, 32, 36, 0.1);
}
.home-why-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid #ffcc00;
  border-radius: 8px;
  color: #ffcc00;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.home-why-icon-card h3 {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e2024;
  margin: 0 0 0.25rem;
  line-height: 1.25;
}
.home-why-icon-card p {
  font-size: 0.7rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  .home-why-grid-col {
    padding-left: 15px;
    margin-top: 2rem;
  }
  .home-trusted-inner {
    padding-right: 0;
  }
}

/* ── Reviews + YouTube sidebar ───────────────────────────────────────────── */
.home-reviews-section {
  background: #f5f7fa;
  padding: 3rem 0;
  overflow: hidden;
}
.home-reviews-section .home-reviews-row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}
.home-reviews-col {
  overflow: hidden;
  padding-right: 1.25rem;
}
.home-reviews-section .home-youtube-side-col {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-left: 0.75rem;
  position: relative;
  z-index: 2;
}
.home-reviews-section .home-youtube-side-col .home-youtube-side-card {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .home-reviews-col {
    padding-right: 15px;
  }
  .home-reviews-section .home-youtube-side-col {
    margin-top: 2rem;
    justify-content: center;
    padding-left: 15px;
  }
}
.home-reviews-head,
.home-latest-portfolio-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}
.home-latest-portfolio-block {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
.home-latest-portfolio-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e2024;
}
.home-latest-portfolio-title .accent {
  color: #c9a000;
}
.home-reviews-carousel .home-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 4px 20px rgba(30, 32, 36, 0.08);
  border: 1px solid #e8ecf0;
  min-height: 240px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-reviews-carousel-wrap .owl-item {
  display: flex;
  align-items: stretch;
}
.home-reviews-carousel .home-review-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}
.home-reviews-carousel .home-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1a1d24;
  color: #ffcc00;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-reviews-carousel .home-review-meta .name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #1e2024;
}
.home-reviews-carousel .home-review-meta .time {
  font-size: 0.75rem;
  color: #6c757d;
}
.home-reviews-carousel .home-review-google,
.home-reviews-carousel .home-review-source {
  margin-left: auto;
  color: #4285f4;
  font-size: 1.25rem;
}
.home-reviews-carousel .home-review-source-google {
  color: #4285f4;
}
.home-reviews-carousel .home-review-source-whatsapp {
  color: #25d366;
}
.home-reviews-carousel .home-review-source-none {
  color: #9aa5b1;
}
.home-reviews-carousel .home-review-stars {
  color: #ffcc00;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  padding-left: 2.75rem;
}
.home-reviews-carousel .home-review-text {
  font-size: 0.85rem;
  color: #31404b;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  flex: 1 1 auto;
  min-height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home-reviews-carousel .home-review-photo {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  margin-top: auto;
}
.home-reviews-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 2.75rem 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
}
.home-reviews-carousel-wrap .home-reviews-carousel {
  position: relative;
  width: 100% !important;
  max-width: 100%;
}
.home-reviews-carousel-wrap .owl-stage-outer {
  overflow: hidden;
  max-width: 100%;
}
.home-reviews-nav {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d7de;
  border-radius: 50%;
  background: #fff;
  color: #1a1d24;
  box-shadow: 0 2px 8px rgba(30, 32, 36, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.home-reviews-nav:hover,
.home-reviews-nav:focus {
  background: #ffcc00;
  color: #1a1d24;
  border-color: #ffcc00;
  outline: none;
}
.home-reviews-nav-prev {
  left: 0;
  transform: translateY(-50%);
}
.home-reviews-nav-next {
  right: 0;
  transform: translateY(-50%);
}
.home-reviews-col .home-latest-portfolio-block {
  max-width: 100%;
}
.home-reviews-carousel-wrap .owl-dots {
  margin-top: 0.35rem;
  margin-bottom: 0;
  text-align: center;
}
.home-reviews-mobile-cta,
.home-portfolio-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  width: 100%;
}
@media (max-width: 575.98px) {
  .home-reviews-nav {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
}
.home-reviews-carousel-wrap .owl-dot span {
  background: #c5cdd6;
}
.home-reviews-carousel-wrap .owl-dot.active span {
  background: #ffcc00;
}
.home-insta-reel-col {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .home-insta-reel-col {
    padding-left: 0.5rem;
  }
}
.home-insta-reel-card {
  background: #1a1d24;
  border: 2px solid #ffcc00;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
}
.home-insta-reel-eyebrow {
  color: #ffcc00;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}
.home-insta-reel-thumb {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.home-insta-reel-thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 200px;
  object-fit: cover;
  display: block;
}
.home-insta-reel-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.75rem;
}
.btn-insta-reel {
  background: transparent;
  border: 2px solid #ffcc00;
  color: #ffcc00 !important;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.45rem 0.75rem;
  width: 100%;
  margin-top: auto;
}
.btn-insta-reel:hover {
  background: #ffcc00;
  color: #1a1d24 !important;
}

/* ── Portfolio carousel (latest coding) ──────────────────────────────────── */
.home-portfolio-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 0 1.5rem;
  overflow: hidden;
  box-sizing: border-box;
}
.home-portfolio-carousel-wrap .home-portfolio-carousel {
  width: 100% !important;
  max-width: 100%;
}
.home-portfolio-carousel-wrap .owl-stage-outer {
  overflow: hidden;
  max-width: 100%;
}
.home-portfolio-nav {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d7de;
  border-radius: 50%;
  background: #fff;
  color: #1a1d24;
  box-shadow: 0 2px 8px rgba(30, 32, 36, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.home-portfolio-nav:hover,
.home-portfolio-nav:focus {
  background: #ffcc00;
  color: #1a1d24;
  border-color: #ffcc00;
  outline: none;
}
.home-portfolio-nav-prev {
  left: 0;
  transform: translateY(-50%);
}
.home-portfolio-nav-next {
  right: 0;
  transform: translateY(-50%);
}
.home-portfolio-slide {
  padding: 0 2px;
}
.home-portfolio-carousel .home-portfolio-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.35rem;
  box-shadow: 0 2px 10px rgba(30, 32, 36, 0.08);
}
.home-portfolio-carousel .home-portfolio-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 130px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
@media (min-width: 576px) {
  .home-portfolio-carousel .home-portfolio-card img {
    max-height: 115px;
  }
}
@media (min-width: 992px) {
  .home-portfolio-carousel .home-portfolio-card img {
    max-height: 105px;
  }
}
.home-portfolio-carousel-wrap .owl-dots {
  margin-top: 0.5rem;
  text-align: center;
}
.home-portfolio-carousel-wrap .owl-dot span {
  background: #c5cdd6;
}
.home-portfolio-carousel-wrap .owl-dot.active span {
  background: #ffcc00;
}
@media (max-width: 575.98px) {
  .home-portfolio-nav {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
}
.home-portfolio-card-link:hover .home-portfolio-card img {
  transform: scale(1.03);
}
.home-portfolio-location {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 0.4rem 0.35rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 100%);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.25;
}
.home-portfolio-card-link {
  text-decoration: none !important;
  display: block;
}
.home-portfolio-caption {
  margin: 0 0 0.15rem;
}
.home-portfolio-car {
  font-size: 0.72rem;
  font-weight: 700;
  color: #1e2024;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-portfolio-card-link:hover .home-portfolio-car {
  color: #1a5c45;
}
.home-portfolio-features-link {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  color: #5a6d7e;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 1.3;
}
.home-portfolio-features-link:hover {
  color: #1a5c45;
  text-decoration: underline;
}
.home-youtube-side-card {
  background: #eef0f3;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #e2e8f0;
}
.home-youtube-side-title {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e2024;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.home-youtube-icon {
  font-size: 1.5rem;
  color: #ff0000;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.home-youtube-embed-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.home-youtube-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.home-youtube-block-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e2024;
  margin: 0 0 0.35rem;
  line-height: 1.25;
}
.home-youtube-block-desc {
  font-size: 0.82rem;
  color: #5a6d7e;
  margin: 0 0 0.65rem;
  line-height: 1.4;
}
.home-youtube-block .home-youtube-embed {
  margin-bottom: 0.75rem;
}
.home-youtube-block .home-youtube-watch-btn {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.home-youtube-side-footer {
  font-size: 0.88rem;
  color: #5a6d7e;
  margin-bottom: 0.75rem;
}
.home-youtube-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 4px 16px rgba(30, 32, 36, 0.12);
}
.home-youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home-youtube-watch-btn {
  display: inline-block;
}
.home-youtube-channel-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a5c45;
  text-decoration: none;
}
.home-youtube-channel-link:hover {
  color: #228f5c;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .home-portfolio-section .home-youtube-side-col {
    margin-top: 1.5rem;
  }
}

/* ── Lead form (mockup — dark section) ───────────────────────────────────── */
.home-lead-form-section {
  background: linear-gradient(180deg, #141820 0%, #0d0f12 100%);
  padding: 3.5rem 0;
}
.home-lead-form-card {
  max-width: 960px;
  margin: 0 auto;
}
.home-lead-form-title {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.home-lead-form-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin-bottom: 2rem;
}
.home-lead-form label {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.home-lead-form .form-control,
.home-lead-form .input-group-text {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 6px;
}
.home-lead-form .form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffcc00;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.2);
}
.home-lead-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.home-lead-form .input-group-text {
  color: rgba(255, 255, 255, 0.7);
}
.home-lead-form select.form-control option {
  color: #1e2024;
  background: #fff;
}
.home-lead-form-row-2 {
  margin-top: 0.15rem;
}
.home-lead-form .home-lead-city-group {
  max-width: 100%;
}
@media (min-width: 992px) {
  .home-lead-form .home-lead-city-group {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .home-lead-form-row-2 .home-lead-form-actions {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.home-lead-form .row {
  align-items: flex-start;
}
.home-lead-form-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.65rem;
  padding-top: 1.65rem;
}
.home-lead-form-actions .home-lead-btn-outline {
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
.home-lead-btn-outline {
  background: transparent !important;
  color: #ffcc00 !important;
  border: 2px solid #ffcc00 !important;
  font-weight: 700;
  padding: 0.55rem 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
  box-shadow: none;
}
.home-lead-btn-outline:hover,
.home-lead-btn-outline:focus {
  background: rgba(255, 204, 0, 0.12) !important;
  color: #ffcc00 !important;
}
.home-lead-privacy {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}
.home-lead-privacy .fa-lock {
  color: #ffcc00;
  margin-right: 0.25rem;
}
.home-city-suggest-list {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 100%;
  background: #1e2024;
  border: 1px solid rgba(255, 204, 0, 0.35);
  border-radius: 0 0 6px 6px;
  max-height: 180px;
  overflow-y: auto;
}
.home-city-suggest-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
}
.home-city-suggest-item:hover {
  background: rgba(255, 204, 0, 0.15);
}
.home-lead-form .form-group {
  position: relative;
}
.home-lead-city-field {
  position: relative;
}
.home-lead-same-day-note {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.45rem);
  margin: 0;
  padding: 0.45rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a6b45;
  background: rgba(62, 207, 142, 0.12);
  border-radius: 8px;
  z-index: 1;
}
.home-lead-form .home-lead-form-row-2.has-same-day-note {
  margin-bottom: 2.75rem;
}
@media (max-width: 991.98px) {
  .home-lead-form-section > .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .home-lead-form > .row,
  .home-lead-form .home-lead-form-row-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .home-lead-form > .row > [class*="col-"],
  .home-lead-form .home-lead-form-row-2 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .home-lead-form-actions {
    padding-top: 0.5rem;
  }
}

