/* High-End Water Purifier Components - Crystal Pure Theme */

/* Buttons */
.eswp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.5rem;
  font-family: var(--eswp-font-heading);
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: var(--eswp-radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  letter-spacing: -0.01em;
  min-height: 44px;
  box-sizing: border-box;
}

.eswp-btn:hover {
  transform: translateY(-2px);
}

.eswp-btn-primary {
  background: var(--eswp-blue);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 119, 182, 0.25);
}
.eswp-btn-primary:hover {
  background: var(--eswp-navy);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 59, 76, 0.3);
}

.eswp-btn-accent {
  background: var(--eswp-cyan);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 180, 216, 0.3);
}
.eswp-btn-accent:hover {
  background: var(--eswp-blue);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 119, 182, 0.4);
}

.eswp-btn-whatsapp {
  background: var(--eswp-whatsapp);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}
.eswp-btn-whatsapp:hover {
  background: var(--eswp-whatsapp-hover);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
}

.eswp-btn-hero-primary {
  background: #0066cc;
  color: #ffffff;
  padding: 0.85rem 1.65rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(0, 102, 204, 0.25);
  text-decoration: none;
  transition: all 0.2s ease;
}
.eswp-btn-hero-primary:hover {
  background: #0052a3;
  transform: translateY(-2px);
  color: #ffffff;
}

.eswp-btn-hero-whatsapp {
  background: #ffffff;
  color: #0f172a;
  border: 1.5px solid #22c55e;
  padding: 0.85rem 1.65rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.eswp-btn-hero-whatsapp:hover {
  background: #f0fdf4;
  transform: translateY(-2px);
  color: #0f172a;
}

/* 4 Trust Cards Matrix */
.eswp-hero-trust-cards {
  display: flex;
  gap: 0.85rem;
  align-items: stretch;
}

.eswp-hero-trust-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 0.9rem 0.75rem;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.eswp-hero-trust-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.12);
  border-color: #0066cc;
}
.eswp-hero-trust-box__icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.eswp-hero-dot-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f97316;
  border: 1.5px solid #ffffff;
}
.eswp-hero-trust-box__text {
  font-size: 0.74rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

/* 100% Pure & Safe Water Badge on Marble */
.eswp-hero-glass-seal {
  position: absolute;
  bottom: 210px;
  right: 38%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  padding: 0.65rem 1.15rem;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
}
.eswp-hero-glass-seal__title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #0a2540;
  line-height: 1;
}
.eswp-hero-glass-seal__sub {
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.2;
}

/* Section 2 Floating Metrics Card */
.eswp-trust-ribbon-section {
  position: relative;
  margin-top: -3.5rem;
  z-index: 10;
  padding: 0 1rem;
}

.eswp-metrics-floating-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(10, 37, 64, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--eswp-container-max);
  margin: 0 auto;
}

.eswp-metrics-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.eswp-metrics-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0066cc;
  flex-shrink: 0;
}

.eswp-metrics-value {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.eswp-metrics-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 3px;
}

.eswp-metrics-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.eswp-metrics-stars {
  color: #f59e0b;
  font-size: 0.95rem;
  letter-spacing: 1px;
}

.eswp-metrics-divider {
  width: 1px;
  height: 48px;
  background: #e2e8f0;
}

.eswp-btn-outline {
  background: #ffffff;
  border-color: var(--eswp-line);
  color: var(--eswp-navy);
}
.eswp-btn-outline:hover {
  border-color: var(--eswp-blue);
  background: #ffffff;
  color: var(--eswp-blue);
  box-shadow: var(--eswp-shadow-sm);
}

.eswp-btn-light {
  background: #effcf8;
  color: var(--eswp-navy);
  border: 1px solid rgba(0, 180, 216, 0.25);
}
.eswp-btn-light:hover {
  background: #8ee9dc;
  color: var(--eswp-navy);
}

.eswp-btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  min-height: 36px;
}
.eswp-btn-lg {
  padding: 0.85rem 1.85rem;
  font-size: 1rem;
  min-height: 48px;
}

/* Badges & Trust Seals */
.eswp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--eswp-radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.eswp-badge-blue {
  background: #e0f2fe;
  color: var(--eswp-blue);
  border: 1px solid rgba(0, 119, 182, 0.2);
}

.eswp-badge-mint {
  background: #e8f5ee;
  color: var(--eswp-green);
  border: 1px solid rgba(45, 106, 79, 0.25);
}

.eswp-badge-amber {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.25);
}

/* Trust Strip / Stats Ribbon */
.eswp-trust-ribbon {
  background: var(--eswp-sage-tint);
  border-top: 1px solid var(--eswp-line);
  border-bottom: 1px solid var(--eswp-line);
  padding: 2.25rem 0;
}

.eswp-trust-ribbon__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  gap: 2rem;
  align-items: center;
}

.eswp-trust-ribbon__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eswp-trust-ribbon__item strong {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--eswp-navy);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.eswp-trust-ribbon__item span {
  font-size: 0.78rem;
  color: var(--eswp-muted);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.eswp-trust-ribbon__highlight {
  border-left: 1px solid #cce1db;
  padding-left: 1.75rem;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 0.85rem !important;
  color: var(--eswp-green);
}

.eswp-trust-ribbon__highlight span {
  color: var(--eswp-green);
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: 600;
}

/* Cards & Surface Containers */
.eswp-card {
  background: #ffffff;
  border-radius: var(--eswp-radius-md);
  border: 1px solid var(--eswp-line);
  box-shadow: var(--eswp-shadow-sm);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eswp-card:hover {
  border-color: #bcd4cd;
  box-shadow: var(--eswp-shadow-card);
  transform: translateY(-3px);
}

.eswp-card-glass {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border: 1px solid var(--eswp-line);
  box-shadow: var(--eswp-shadow-md);
}

/* Grids & Layout Containers */
.eswp-container {
  width: 100%;
  max-width: var(--eswp-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.eswp-grid {
  display: grid;
  gap: 1.75rem;
}
.eswp-grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.eswp-grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.eswp-grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* Minimal Horizontal Category Filter Row */
.eswp-filter-row {
  display: flex;
  gap: 0.75rem;
  margin: 2rem 0 2.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 6px;
}
.eswp-filter-row::-webkit-scrollbar {
  display: none;
}

.eswp-filter-btn {
  background: #f1f5f9;
  color: #475569;
  border: 1.5px solid transparent;
  border-radius: 50px;
  padding: 0.65rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eswp-filter-btn:hover {
  background: #e2e8f0;
  color: #0a2540;
}

.eswp-filter-btn.active {
  background: #0066cc;
  color: #ffffff;
  border-color: #0066cc;
  box-shadow: 0 4px 14px rgba(0, 102, 204, 0.28);
}

/* Redesigned D2C Product Cards (Like Sample) */
.eswp-product-card {
  background: #ffffff;
  border-radius: var(--eswp-radius-md);
  border: 1px solid var(--eswp-line);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(7, 59, 76, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.eswp-product-card:hover {
  transform: translateY(-5px);
  border-color: #c4ded7;
  box-shadow: var(--eswp-shadow-card);
}

.eswp-product-card__image-wrap {
  position: relative;
  background: var(--eswp-card-tint);
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  box-sizing: border-box;
}

.eswp-product-card__image {
  max-height: 190px;
  width: auto;
  max-width: 90%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 6px 12px rgba(7, 59, 76, 0.08));
}

.eswp-product-card:hover .eswp-product-card__image {
  transform: scale(1.05);
}

.eswp-product-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffffff;
  color: var(--eswp-green);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(7, 59, 76, 0.08);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
}

.eswp-product-card__quick-view {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border: 0;
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--eswp-navy);
  font-weight: 700;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.eswp-product-card:hover .eswp-product-card__quick-view {
  opacity: 1;
  transform: translateY(0);
}

.eswp-product-card__body {
  padding: 1.25rem 1.15rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.eswp-product-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  color: var(--eswp-text-muted);
  letter-spacing: 0.06em;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.eswp-product-card__rating {
  color: var(--eswp-amber);
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

.eswp-product-card__title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--eswp-navy);
  line-height: 1.3;
  margin: 0.25rem 0 0.4rem;
  letter-spacing: -0.02em;
}

.eswp-product-card__desc {
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--eswp-muted);
  margin: 0 0 0.85rem;
}

.eswp-product-card__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.eswp-product-card__specs li {
  font-size: 0.74rem;
  color: var(--eswp-navy);
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
}

.eswp-product-card__specs li svg {
  color: var(--eswp-green);
  flex-shrink: 0;
}

.eswp-product-card__price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid #edf4f1;
}

.eswp-product-card__price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--eswp-navy);
}

.eswp-product-card__old-price {
  font-size: 0.78rem;
  color: #9aacb0;
  text-decoration: line-through;
}

.eswp-product-card__actions {
  margin-left: auto;
}

.eswp-product-card__cta {
  background: var(--eswp-blue);
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  padding: 7px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.eswp-product-card__cta:hover {
  background: var(--eswp-navy);
  transform: translateY(-2px);
  color: #ffffff;
}

/* Quick View Modal Dialog */
.eswp-modal-backdrop {
  display: none !important;
  position: fixed;
  inset: 0;
  background: rgba(7, 59, 76, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.eswp-modal-backdrop.active {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

.eswp-modal {
  background: #ffffff;
  border-radius: var(--eswp-radius-md);
  max-width: 760px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(7, 59, 76, 0.25);
  display: grid;
  grid-template-columns: 45% 55%;
  position: relative;
  transform: translateY(15px) scale(0.98);
  transition: transform 0.25s ease;
}

.eswp-modal-backdrop.active .eswp-modal {
  transform: translateY(0) scale(1);
}

.eswp-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f7f5;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eswp-navy);
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}
.eswp-modal__close:hover {
  background: #e2ede8;
}

.eswp-modal__media {
  background: var(--eswp-card-tint);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eswp-modal__img {
  max-height: 280px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.eswp-modal__content {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
}

.eswp-modal__content h2 {
  font-size: 1.65rem;
  letter-spacing: -0.04em;
  margin: 0 0 0.5rem;
  color: var(--eswp-navy);
}

.eswp-modal__content p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--eswp-muted);
  margin: 0 0 1.25rem;
}

.eswp-modal__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eswp-modal__specs li {
  font-size: 0.82rem;
  color: var(--eswp-green);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .eswp-modal {
    grid-template-columns: 1fr;
  }
  .eswp-modal__media {
    padding: 1.5rem;
    max-height: 200px;
  }
  .eswp-modal__content {
    padding: 1.5rem;
  }
  .eswp-trust-ribbon__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .eswp-trust-ribbon__highlight {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #cce1db;
    padding-left: 0;
    padding-top: 1.25rem;
  }
}

/* ==================== AUTHENTIC HIGH-RES KERALA MAP SECTION ==================== */
.kerala-map-container {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.kerala-map {
  width: 100%;
  height: auto;
  display: block;
}

.district {
  fill: #d6e4f0;
  stroke: #ffffff;
  stroke-width: 2px;
  cursor: pointer;
  transition: fill 0.25s ease, stroke 0.25s ease, filter 0.25s ease;
}

.district:hover,
g.district:hover > path {
  fill: #0077b6 !important;
  stroke: #ffffff !important;
  stroke-width: 2.5px;
}

.district-active,
.ernakulam-active {
  fill: #22d3ee !important;
  stroke: #ffffff !important;
  stroke-width: 2.5px;
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.6));
}

.district-active > path,
.ernakulam-active > path {
  fill: #22d3ee !important;
  stroke: #ffffff !important;
  stroke-width: 2.5px;
}

.district-active:hover,
.district-active:hover > path,
.ernakulam-active:hover,
.ernakulam-active:hover > path {
  fill: #06b6d4 !important;
}

.district-link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.location-marker {
  pointer-events: none;
}

.marker-dot {
  fill: #0077b6;
  stroke: #ffffff;
  stroke-width: 2.5;
}

.marker-pulse {
  fill: rgba(0, 119, 182, 0.4);
  animation: mapBeaconPulse 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes mapBeaconPulse {
  0% {
    r: 10;
    opacity: 0.8;
  }
  50% {
    r: 28;
    opacity: 0;
  }
  100% {
    r: 10;
    opacity: 0;
  }
}

.marker-label {
  font-family: var(--eswp-font-heading, sans-serif);
  font-size: 30px;
  font-weight: 800;
  fill: #073b4c;
  pointer-events: none;
  text-shadow: 0 1px 5px rgba(255, 255, 255, 0.95);
}

.map-tooltip {
  position: fixed;
  pointer-events: none;
  background: #073b4c;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--eswp-font-sans, sans-serif);
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -120%);
  transition: opacity 0.15s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.map-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  border: 6px solid transparent;
  border-top-color: #073b4c;
}

.map-tooltip.visible {
  opacity: 1;
}

/* District Pills */
.eswp-district-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.eswp-district-pill-btn {
  padding: 0.55rem 1.05rem;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
}

.eswp-district-pill-btn:hover,
.eswp-district-pill-btn.active {
  background: #073b4c;
  border-color: #073b4c;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(7, 59, 76, 0.2);
  transform: translateY(-1px);
}

/* Ticker at bottom */
.districts-scroll-container {
  overflow: hidden;
  margin-top: 4.5rem;
  border-top: 1px solid #f1f5f9;
  padding-top: 2rem;
  position: relative;
}

.districts-scroll-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: scrollTrack 35s linear infinite;
}

@keyframes scrollTrack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.districts-scroll-item {
  font-size: 1.6rem;
  font-weight: 900;
  color: #e2e8f0;
  font-family: var(--eswp-font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  user-select: none;
}

/* Service Cards */
.eswp-service-card {
  background: #ffffff;
  border-radius: var(--eswp-radius-lg);
  border: 1.5px solid rgba(2, 132, 199, 0.12);
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--eswp-shadow-sm);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eswp-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--eswp-accent), var(--eswp-mint));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.eswp-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(2, 132, 199, 0.3);
  box-shadow: var(--eswp-shadow-md);
}

.eswp-service-card:hover::before {
  opacity: 1;
}

.eswp-service-card__icon {
  width: 54px;
  height: 54px;
  border-radius: var(--eswp-radius-md);
  background: linear-gradient(135deg, #e0f2fe, #f0fdf4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0066cc;
  margin-bottom: 1rem;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.1);
}

.eswp-service-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  margin-bottom: 0.85rem;
  width: fit-content;
}
.eswp-service-card__badge--mint { background: rgba(16, 185, 129, 0.1); color: #059669; }
.eswp-service-card__badge--blue { background: rgba(2, 132, 199, 0.1); color: #0284c7; }
.eswp-service-card__badge--amber { background: rgba(245, 158, 11, 0.12); color: #d97706; }

.eswp-service-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.eswp-service-card__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--eswp-text-body);
  line-height: 1.45;
}
.eswp-service-card__check {
  color: #059669;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Floating Animations */
@keyframes eswpFloatSlow {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes eswpFloatFast {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(-1.5deg); }
}

.eswp-float-slow {
  animation: eswpFloatSlow 6s ease-in-out infinite;
}

.eswp-float-fast {
  animation: eswpFloatFast 4s ease-in-out infinite;
}

/* Forms */
.eswp-input, .eswp-textarea {
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: 1.5px solid var(--eswp-border);
  border-radius: var(--eswp-radius-md);
  font-family: var(--eswp-font-body);
  font-size: 0.95rem;
  color: var(--eswp-text-heading);
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eswp-input:focus, .eswp-textarea:focus {
  outline: none;
  border-color: var(--eswp-accent);
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12);
}

/* ==================== 4-STEP CONNECTED TIMELINE ==================== */
.eswp-timeline-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}
.eswp-timeline-header__title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a2540;
  white-space: nowrap;
  margin: 0;
}
.eswp-timeline-header__line {
  flex: 1;
  height: 1.5px;
  background: #e2e8f0;
}

.eswp-mobile-tablet-only {
  display: none !important;
}
.eswp-desktop-only {
  display: flex !important;
}

.eswp-timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  position: relative;
}

.eswp-timeline-node {
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 1;
}

.eswp-timeline-node__left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.eswp-timeline-node__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #0066cc;
  background: #ffffff;
  color: #0066cc;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.12);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.eswp-timeline-node.is-active .eswp-timeline-node__num {
  background: #0066cc;
  color: #ffffff;
  transform: scale(1.06);
  box-shadow: 0 0 0 6px rgba(0, 102, 204, 0.2), 0 4px 12px rgba(0, 102, 204, 0.3);
}

.eswp-timeline-node__icon {
  width: 38px;
  height: 38px;
  color: #0066cc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
  transition: transform 0.4s ease;
}

.eswp-timeline-node.is-active .eswp-timeline-node__icon {
  transform: scale(1.12);
}

.eswp-timeline-node__connector {
  position: absolute;
  top: 50%;
  left: 95px;
  right: -2.5rem;
  height: 3px;
  background: #e2e8f0;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px;
}

.eswp-timeline-node__connector-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0066cc, #0284c7);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.eswp-timeline-node.is-active .eswp-timeline-node__connector-fill {
  transform: scaleX(1);
}

.eswp-timeline-node:last-child .eswp-timeline-node__connector {
  display: none;
}

.eswp-timeline-node__content {
  display: flex;
  flex-direction: column;
}

.eswp-timeline-node__header-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.eswp-timeline-node__title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.35;
  margin: 0;
}

.eswp-timeline-node__desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Brand Cards Styling & Hover */
.eswp-brand-card {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.eswp-brand-card:hover {
  border-color: #0066cc !important;
  box-shadow: 0 12px 28px rgba(10, 37, 64, 0.08) !important;
  transform: translateY(-3px) !important;
}
/* Trust Cards Styling & Hover */
.eswp-trust-card {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.eswp-trust-card:hover {
  border-color: #0066cc !important;
  box-shadow: 0 12px 28px rgba(0, 102, 204, 0.08) !important;
  transform: translateY(-3px) !important;
}
.eswp-trust-card svg {
  transition: transform 0.25s ease;
}
.eswp-trust-card:hover svg {
  transform: scale(1.08);
}

/* Pillar Cards Styling & Hover */
.eswp-pillar-card {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.eswp-pillar-card:hover {
  border-color: #0066cc !important;
  box-shadow: 0 14px 30px rgba(10, 37, 64, 0.08) !important;
  transform: translateY(-4px) !important;
}

/* ==================== COMPONENT RESPONSIVENESS ==================== */

@media (max-width: 991px), (hover: none) and (max-width: 1024px) {
  .eswp-mobile-tablet-only {
    display: flex !important;
  }
  .eswp-desktop-only {
    display: none !important;
  }

  .eswp-timeline-header {
    text-align: center !important;
    justify-content: center !important;
    max-width: 540px !important;
    margin: 0 auto 3rem auto !important;
  }
  .eswp-timeline-header__line {
    display: none !important;
  }

  /* Centered Option C Timeline for Tablet & Mobile */
  .eswp-timeline-track {
    display: flex !important;
    flex-direction: column !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    gap: 0 !important;
    position: relative !important;
    padding-left: 0 !important;
  }

  .eswp-timeline-node {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1.5rem !important;
    position: relative !important;
    padding-bottom: 2.25rem !important;
  }

  .eswp-timeline-node:last-child {
    padding-bottom: 0 !important;
  }

  .eswp-timeline-node__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }

  .eswp-timeline-node__num {
    width: 44px !important;
    height: 44px !important;
    font-size: 0.9rem !important;
  }

  .eswp-timeline-node__connector {
    position: absolute !important;
    top: 44px !important;
    bottom: -2.25rem !important;
    left: 50% !important;
    width: 3px !important;
    height: calc(100% - 44px + 2.25rem) !important;
    transform: translateX(-50%) !important;
    background: #e2e8f0 !important;
    z-index: 1 !important;
    right: auto !important;
  }

  .eswp-timeline-node__connector-fill {
    transform: scaleY(0) !important;
    transform-origin: top center !important;
    background: linear-gradient(180deg, #0066cc, #0284c7) !important;
  }

  .eswp-timeline-node.is-active .eswp-timeline-node__connector-fill {
    transform: scaleY(1) !important;
  }

  .eswp-timeline-node__content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 0.2rem !important;
  }

  .eswp-timeline-node__header-row {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    margin-bottom: 0.35rem !important;
  }

  .eswp-timeline-node__icon {
    width: 26px !important;
    height: 26px !important;
  }

  .eswp-timeline-node__title {
    font-size: 1.12rem !important;
    margin: 0 !important;
  }

  .eswp-timeline-node__desc {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }
  .eswp-grid-process {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .eswp-grid-pillars {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .eswp-process-card {
    padding: 1.5rem 1.25rem !important;
  }
  .eswp-pillar-card {
    padding: 1.5rem 1.25rem !important;
  }

  /* Pre-Footer CTA Banner Mobile Optimization */
  .eswp-cta-banner-section {
    padding: 3.5rem 1.25rem !important;
  }
  .eswp-cta-banner-section h2 {
    font-size: 1.85rem !important;
    line-height: 1.25 !important;
  }
  .eswp-cta-banner-section p {
    font-size: 0.95rem !important;
    margin-bottom: 1.75rem !important;
  }
  .eswp-cta-banner-section .eswp-btn {
    width: 100% !important;
  }

  /* Balanced 2-Column Brand Partner Grid */
  .eswp-grid-brands {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }

  /* Responsive Trust Pillars Grid */
  .eswp-grid-trust-pillars {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
  }

  @media (max-width: 640px) {
    .eswp-grid-trust-pillars {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 0.75rem !important;
    }
    .eswp-trust-card {
      padding: 1.5rem 0.65rem !important;
    }
    .eswp-trust-card h3 {
      font-size: 0.92rem !important;
    }
    .eswp-trust-card p {
      font-size: 0.76rem !important;
    }
  }

  /* Balanced 2-Column District Cards Grid */
  .eswp-grid-districts {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.85rem !important;
  }

  /* Service & Product Card Refinements */
  .eswp-service-card {
    padding: 1.5rem 1.25rem !important;
  }
  .eswp-product-card__body {
    padding: 1.25rem 1rem !important;
  }
  .eswp-product-card__image-wrap {
    padding: 1.5rem 1rem !important;
  }
  .eswp-product-card__actions .eswp-btn {
    width: 100% !important;
  }

  /* Reviews Component Mobile Fitting */
  .eswp-reviews-hero-card {
    padding: 1.35rem 1rem !important;
    margin-bottom: 2rem !important;
  }
  .eswp-review-card {
    padding: 1.35rem 1.15rem !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }
  .eswp-review-card p {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  /* Coverage Callout Mobile Stacking */
  .eswp-coverage-callout {
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: center !important;
    padding: 1.5rem 1.25rem !important;
    gap: 1.25rem !important;
  }
  /* Products Grid Mobile Stacking */
  .eswp-grid-products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .eswp-coverage-callout .eswp-btn {
    width: 100% !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .eswp-grid-products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .eswp-grid-products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
  }
  .eswp-grid-process {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .eswp-grid-pillars {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .eswp-grid-districts {
    grid-template-columns: 1fr !important;
  }
  .eswp-badge {
    font-size: 0.72rem !important;
    padding: 0.3rem 0.75rem !important;
  }
}

/* ==========================================================================
   Section 9: Live Google Reviews & Ratings Showcase (Exact Image Layout)
   ========================================================================== */

/* Pulsing live connection dot */
.eswp-live-pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: eswpPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
  vertical-align: middle;
}

@keyframes eswpPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* Outer Showcase Wrapper */
.eswp-google-showcase-wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Left Royal Blue Rating Card */
.eswp-google-hero-badge-card {
  background: linear-gradient(155deg, #1a73e8 0%, #0d5bdd 100%);
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.35rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.2);
  position: relative;
  min-height: 230px;
  box-sizing: border-box;
}

.eswp-google-hero-badge-card .google-logo-box {
  background: #ffffff;
  padding: 5px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  align-self: flex-start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.eswp-google-hero-badge-card .rating-big {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.02em;
  font-family: var(--eswp-font-heading, system-ui, sans-serif);
}

.eswp-google-hero-badge-card .rating-denom {
  font-size: 1.45rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.eswp-google-hero-badge-card .stars-gold {
  color: #fbbc04;
  font-size: 1.25rem;
  letter-spacing: 2px;
  margin: 0.45rem 0 0.25rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.eswp-google-hero-badge-card .verified-count {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.eswp-google-view-all-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  color: #1a73e8 !important;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  margin-top: auto;
  box-sizing: border-box;
}

.eswp-google-view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  background: #f8fafc;
}

/* Right Side Review Cards Grid */
.eswp-google-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.eswp-google-review-card-item {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 1.25rem 1.15rem 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-sizing: border-box;
  min-height: 230px;
}

.eswp-google-review-card-item:hover {
  transform: translateY(-3px);
  border-color: #93c5fd;
  box-shadow: 0 10px 24px rgba(0, 102, 204, 0.08);
}

.eswp-reviewer-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.eswp-reviewer-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #e2e8f0;
  background: #f1f5f9;
  flex-shrink: 0;
}

.eswp-reviewer-meta {
  flex: 1;
  min-width: 0;
}

.eswp-reviewer-name-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.eswp-reviewer-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eswp-blue-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d9bf0;
  flex-shrink: 0;
}

.eswp-reviewer-city {
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 1px;
  display: block;
}

.eswp-card-stars {
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.eswp-card-quote {
  font-size: 0.84rem;
  color: #374151;
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
}

.eswp-card-bottom-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 0.25rem;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .eswp-google-showcase-wrap {
    grid-template-columns: 220px 1fr;
    gap: 0.85rem;
  }
  .eswp-google-cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
  }
  .eswp-google-review-card-item {
    padding: 1.1rem 0.95rem 0.85rem;
  }
}

@media (max-width: 1024px) {
  .eswp-google-showcase-wrap {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .eswp-google-hero-badge-card {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .eswp-google-hero-badge-card .google-logo-box {
    align-self: center;
  }
  .eswp-google-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .eswp-google-cards-grid {
    grid-template-columns: 1fr;
  }
  .eswp-google-review-card-item {
    min-height: auto;
    padding: 1.15rem 1rem;
  }
}

/* ==========================================================================
   Section 10: Kerala Service Coverage & TDS Showcase (Unified Card Layout)
   ========================================================================== */

.eswp-coverage-section-wrap {
  padding: 4.5rem 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.eswp-kerala-unified-card {
  background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  padding: 2.75rem 2.5rem 2.25rem;
  box-shadow: 0 10px 35px rgba(0, 50, 150, 0.04);
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 2.25rem;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

/* Left Content Column */
.eswp-coverage-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.eswp-coverage-tag {
  color: #0284c7;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.eswp-coverage-title {
  font-size: clamp(1.85rem, 2.5vw, 2.4rem);
  font-weight: 900;
  color: #0a2540;
  line-height: 1.15;
  margin: 0 0 0.85rem 0;
  font-family: var(--eswp-font-heading, system-ui, sans-serif);
  letter-spacing: -0.02em;
}

.eswp-coverage-sub {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 2rem 0;
}

.eswp-coverage-stats-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1rem;
}

.eswp-coverage-stat-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.eswp-coverage-stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eswp-coverage-stat-val {
  font-size: 1rem;
  font-weight: 900;
  color: #0a2540;
  line-height: 1.1;
  display: block;
}

.eswp-coverage-stat-lbl {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  display: block;
}

/* Center Map Column */
.eswp-coverage-center-map {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eswp-kerala-svg-map {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0, 50, 150, 0.08));
}

.district {
  fill: #bfdbfe;
  stroke: #ffffff;
  stroke-width: 2.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  cursor: pointer;
  transition: fill 0.25s ease, stroke 0.25s ease, filter 0.25s ease;
}

.district:hover,
g.district:hover > path {
  fill: #0284c7 !important;
  stroke: #ffffff !important;
  stroke-width: 3px;
}

.district-active,
.district-active > path {
  fill: #0284c7 !important;
  stroke: #ffffff !important;
  stroke-width: 3px;
  filter: drop-shadow(0 0 10px rgba(2, 132, 199, 0.6));
}

.location-marker {
  pointer-events: none;
}

.marker-dot {
  fill: #0284c7;
  stroke: #ffffff;
  stroke-width: 2.5;
}

.marker-pulse {
  fill: rgba(2, 132, 199, 0.45);
  animation: eswpKMapPulse 2s ease-in-out infinite;
  transform-origin: center;
}

.dot-hq {
  fill: #0369a1;
  stroke: #ffffff;
  stroke-width: 3;
}

.pulse-hq {
  fill: rgba(3, 105, 161, 0.5);
  animation: eswpKMapPulse 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes eswpKMapPulse {
  0% {
    r: 8;
    opacity: 0.8;
  }
  50% {
    r: 26;
    opacity: 0;
  }
  100% {
    r: 8;
    opacity: 0;
  }
}

.marker-label {
  font-family: var(--eswp-font-heading, sans-serif);
  font-size: 26px;
  font-weight: 800;
  fill: #0a2540;
  pointer-events: none;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.95);
}

/* Right District TDS List Column */
.eswp-coverage-right-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eswp-district-tds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1.25rem;
}

.eswp-district-tds-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.eswp-district-tds-row:hover,
.eswp-district-tds-row.active {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.eswp-district-name-wrap {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 100px;
}

.eswp-hub-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0284c7;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.2);
}

.eswp-high-tds-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef4444;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.eswp-district-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e293b;
  transition: color 0.2s ease;
}

.eswp-district-tds-row:hover .eswp-district-name {
  color: #0284c7;
}

.eswp-district-tds-val {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Legend Row */
.eswp-coverage-legend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
}

.eswp-legend-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

/* Responsive Styles for Section 10 */
@media (max-width: 1200px) {
  .eswp-kerala-unified-card {
    grid-template-columns: 1fr 0.9fr 1.2fr;
    gap: 1.5rem;
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 991px) {
  .eswp-kerala-unified-card {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding: 2.25rem 1.5rem;
  }
  .eswp-coverage-left {
    text-align: center;
    align-items: center;
  }
  .eswp-coverage-stats-row {
    justify-content: center;
  }
  .eswp-coverage-center-map {
    max-width: 280px;
  }
  .eswp-coverage-legend {
    justify-content: center;
  }
}

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

/* ==========================================================================
   SECTION 11: Sleek Pre-Footer CTA Action Strip
   ========================================================================== */
.eswp-cta-banner-strip-wrap {
  padding: 3rem 0;
  background: #ffffff;
}

.eswp-cta-banner-strip {
  background: linear-gradient(95deg, #003e92 0%, #0054b4 35%, #006ec7 70%, #0087db 100%);
  border-radius: 18px;
  padding: 0 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 14px 35px rgba(0, 78, 178, 0.28);
  position: relative;
  overflow: hidden;
  min-height: 100px;
}

.eswp-cta-splash-visual {
  flex-shrink: 0;
  width: 145px;
  height: 125px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin-top: -15px;
  margin-bottom: -5px;
  margin-left: 0.5rem;
  pointer-events: none;
}

.eswp-cta-splash-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  mix-blend-mode: screen;
  filter: brightness(1.2) contrast(1.15);
}

.eswp-cta-strip-text {
  flex: 1;
  color: #ffffff;
  padding: 1rem 0;
}

.eswp-cta-strip-title {
  font-family: var(--eswp-font-heading, var(--eswp-font-sans, system-ui, sans-serif));
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.eswp-cta-strip-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.eswp-cta-strip-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  padding: 1rem 0;
}

.eswp-cta-strip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  padding: 0.65rem 1.35rem;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.eswp-cta-strip-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  background: #f8fbff;
}

.eswp-cta-btn-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eswp-cta-btn-text {
  font-size: 0.92rem;
  font-weight: 700;
  color: #073b4c;
}

.eswp-cta-call-text-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.15;
}

.eswp-cta-call-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
}

.eswp-cta-call-num {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0066cc;
}

@media (max-width: 1100px) {
  .eswp-cta-banner-strip {
    padding: 0 1.5rem 0 0;
    gap: 1.25rem;
  }
  .eswp-cta-strip-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .eswp-cta-banner-strip {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.5rem;
    gap: 1.25rem;
  }
  .eswp-cta-splash-visual {
    margin: 0 auto;
    width: 120px;
    height: 100px;
  }
  .eswp-cta-strip-text {
    text-align: center;
    padding: 0;
  }
  .eswp-cta-strip-actions {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .eswp-cta-strip-btn {
    width: 100%;
    justify-content: center;
    max-width: 280px;
  }
}

/* ==========================================================================
   SECTION 12: Contact & Central Service Hub
   ========================================================================== */
.eswp-contact-section {
  padding: 5.5rem 0;
  background: #f8fafc;
  position: relative;
}

.eswp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.5rem;
  align-items: stretch;
}

.eswp-contact-info-card,
.eswp-contact-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(7, 59, 76, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eswp-contact-items-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.75rem 0 2rem;
}

.eswp-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.eswp-contact-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eswp-contact-item-content {
  flex: 1;
}

.eswp-contact-item-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.eswp-contact-item-val {
  font-size: 0.95rem;
  color: #1e293b;
  margin: 0;
  line-height: 1.55;
}

.eswp-contact-phone-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.15rem;
}

.eswp-contact-phone-tag {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
  margin-left: 4px;
}

.eswp-contact-landline-row {
  font-size: 0.92rem;
  color: #475569;
  font-weight: 500;
  white-space: nowrap;
}

.eswp-contact-landline-lbl {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 4px;
}

.eswp-contact-link-landline {
  color: #1e293b;
  text-decoration: none;
  font-weight: 700;
}

.eswp-contact-link-landline:hover {
  color: #0284c7;
  text-decoration: underline;
}

.eswp-contact-link-primary {
  color: #0284c7;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  white-space: nowrap;
}

.eswp-contact-link-primary:hover {
  text-decoration: underline;
}

.eswp-contact-link-sub {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
}

.eswp-contact-link-sub:hover {
  color: #0284c7;
}

.eswp-contact-info-footer {
  display: flex;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f5f9;
}

.eswp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-top: 1.5rem;
}

.eswp-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.eswp-form-row {
  display: flex;
  gap: 1rem;
}

.eswp-form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
}

.eswp-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1.5px solid #cbd5e1;
  font-size: 0.95rem;
  font-family: inherit;
  color: #0f172a;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.eswp-form-control:focus {
  outline: none;
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

@media (max-width: 991px) {
  .eswp-contact-grid {
    grid-template-columns: 1fr;
  }
  .eswp-contact-info-card,
  .eswp-contact-form-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 600px) {
  .eswp-form-row {
    flex-direction: column;
  }
  .eswp-contact-info-footer {
    flex-direction: column;
  }
}

/* ==========================================================================
   Modern 2-Column Mega Navigation Dropdown Styles
   ========================================================================== */
.eswp-mega-menu {
  min-width: 580px !important;
  max-width: 620px !important;
  padding: 1.15rem 1.15rem 0.85rem !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 20px 45px -8px rgba(15, 23, 42, 0.16) !important;
  background: #ffffff !important;
}

.eswp-mega-menu--services {
  min-width: 540px !important;
}

.eswp-mega-menu__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.25rem !important;
}

.eswp-mega-menu__col {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
}

.eswp-mega-menu__category-title {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #94a3b8 !important;
  margin-bottom: 0.45rem !important;
  padding-left: 0.5rem !important;
}

.eswp-mega-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  padding: 0.6rem 0.65rem !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  background: transparent !important;
}

.eswp-mega-item:hover {
  background: #f0f9ff !important;
  transform: translateY(-1px) !important;
}

.eswp-mega-item__icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.eswp-icon-blue { background: #e0f2fe !important; color: #0284c7 !important; }
.eswp-icon-indigo { background: #e0e7ff !important; color: #4f46e5 !important; }
.eswp-icon-teal { background: #ccfbf1 !important; color: #0d9488 !important; }
.eswp-icon-amber { background: #fef3c7 !important; color: #d97706 !important; }
.eswp-icon-cyan { background: #cffafe !important; color: #0891b2 !important; }
.eswp-icon-emerald { background: #d1fae5 !important; color: #059669 !important; }

.eswp-mega-item__body {
  display: flex !important;
  flex-direction: column !important;
}

.eswp-mega-item__title {
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
  margin-bottom: 2px !important;
  transition: color 0.15s ease !important;
  text-decoration: none !important;
}

.eswp-mega-item:hover .eswp-mega-item__title {
  color: #0066cc !important;
}

.eswp-mega-item__desc {
  font-size: 0.76rem !important;
  color: #64748b !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.eswp-mega-menu__footer {
  margin-top: 0.85rem !important;
  padding-top: 0.75rem !important;
  border-top: 1px solid #f1f5f9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 0.78rem !important;
  color: #64748b !important;
}

.eswp-mega-menu__footer a {
  font-weight: 700 !important;
  color: #0066cc !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.eswp-mega-menu__footer a:hover {
  color: #004c99 !important;
}

/* ==========================================================================
   Modern Mobile Navigation Drawer Redesign & Smooth Scrolling
   ========================================================================== */
html.eswp-no-scroll,
body.eswp-no-scroll {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
}

.eswp-mobile-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 88% !important;
  max-width: 360px !important;
  height: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  background: #ffffff !important;
  z-index: 1200 !important;
  transform: translateX(100%) !important;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2) !important;
  padding: 1.25rem 1.15rem 1.75rem !important;
  box-sizing: border-box !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: contain !important;
  touch-action: pan-y !important;
}

.eswp-mobile-drawer::-webkit-scrollbar {
  width: 5px;
}
.eswp-mobile-drawer::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.eswp-mobile-drawer.open {
  transform: translateX(0) !important;
}

.eswp-mobile-drawer__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  border-bottom: 1px solid #e2e8f0 !important;
  flex-shrink: 0 !important;
  position: sticky !important;
  top: -1.25rem !important;
  background: #ffffff !important;
  z-index: 20 !important;
  padding-top: 0.25rem !important;
}

.eswp-mobile-drawer__scroll {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

.eswp-mobile-home-btn {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  background: #f0f7ff !important;
  color: #0066cc !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  border: 1px solid #bae6fd !important;
  margin-bottom: 0.5rem !important;
}

.eswp-mobile-group {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 0.75rem 0.65rem !important;
  margin: 0.35rem 0 !important;
}

.eswp-mobile-group__header {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #64748b !important;
  margin-bottom: 0.45rem !important;
  padding-left: 0.35rem !important;
}

.eswp-mobile-group__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
}

.eswp-mobile-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  padding: 0.5rem 0.6rem !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  background: #ffffff !important;
  border: 1px solid #f1f5f9 !important;
  transition: all 0.15s ease !important;
}

.eswp-mobile-item:active,
.eswp-mobile-item:hover {
  background: #f0f9ff !important;
  border-color: #bae6fd !important;
}

.eswp-mobile-item__icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.eswp-mobile-item__title {
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.2 !important;
}

.eswp-mobile-item__arrow {
  margin-left: auto !important;
  color: #94a3b8 !important;
  font-size: 0.8rem !important;
}

.eswp-mobile-coverage-btn {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  border: 1px solid #e2e8f0 !important;
  margin: 0.4rem 0 !important;
}

.eswp-mobile-coverage-btn:hover {
  background: #f0f9ff !important;
  color: #0066cc !important;
}








