:root {
  --nova-ink: #071014;
  --nova-paper: #f7f8f3;
  --nova-cloud: #eef3f0;
  --nova-muted: #64726f;
  --nova-line: rgba(7, 16, 20, .12);
  --nova-cyan: #0284c7;
  --nova-lime: #0ea5e9;
  --nova-coral: #0284c7;
  --nova-shell: min(1440px, calc(100% - 64px));
}

body {
  color: var(--nova-ink);
  background: var(--nova-paper);
}

.container,
.container-lg,
.container-xl,
.container-xxl,
.nova-container {
  max-width: var(--nova-shell) !important;
  width: var(--nova-shell) !important;
  margin-inline: auto !important;
  padding-left: 16px;
  padding-right: 16px;
}

/* =========================================================
   WATER TECH HEADER & NAVBAR - MODERN FLOATING GLASS
   ========================================================= */
.nova-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}

.nova-nav {
  pointer-events: auto;
  padding: 0;
}

.nova-header .responsive-menu {
  display: none !important;
}

.water-nav-shell {
  width: var(--nova-shell) !important;
  max-width: var(--nova-shell) !important;
  min-height: 78px;
  padding: 8px 22px;
  border: 1px solid rgba(2, 132, 199, 0.32);
  border-radius: 28px;
  background: rgba(4, 10, 18, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 24px rgba(2, 132, 199, 0.12);
  transition: all 0.3s ease;
}

.water-brand {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0;
}

.water-brand img {
  display: block;
  max-height: 48px;
  max-width: 185px;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(2, 132, 199, 0.35));
}

.water-menu {
  align-items: center;
  gap: 4px;
}

.water-menu .nav-link {
  position: relative;
  padding: 10px 14px !important;
  border-radius: 999px;
  color: rgba(241, 245, 249, 0.88) !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: all 0.22s ease;
}

.water-menu .nav-link:hover,
.water-menu .nav-link:focus,
.water-menu .nav-item.active > .nav-link {
  color: #ffffff !important;
  background: rgba(2, 132, 199, 0.2);
  box-shadow: 0 0 16px rgba(2, 132, 199, 0.25);
}

.water-menu .dropdown > .nav-link::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-size: 11px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.water-menu .dropdown:hover > .nav-link::after {
  transform: rotate(180deg);
}

/* Modern Water Tech Dropdown Menu */
.water-dropdown-menu {
  overflow: hidden;
  padding: 10px;
  min-width: 320px;
  max-width: 380px;
  border: 1px solid rgba(2, 132, 199, 0.35) !important;
  border-radius: 20px !important;
  background: rgba(3, 8, 15, 0.95) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(2, 132, 199, 0.18) !important;
  animation: waterDropFade 0.22s ease forwards;
}

@keyframes waterDropFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.water-dropdown-menu li {
  margin-bottom: 2px;
}

.water-dropdown-menu .nav-link {
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 9px 14px !important;
  border-radius: 12px !important;
  color: #cbd5e1 !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  white-space: normal !important;
  line-height: 1.35;
  transition: all 0.2s ease !important;
}

.water-dropdown-menu .nav-link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0284c7;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.water-dropdown-menu .nav-link:hover {
  color: #ffffff !important;
  background: rgba(2, 132, 199, 0.22) !important;
  transform: translateX(4px);
}

.water-dropdown-menu .nav-link:hover::before {
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
  transform: scale(1.4);
}

/* Nav Actions */
.water-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.water-header-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.25), rgba(14, 165, 233, 0.15));
  border: 1px solid rgba(2, 132, 199, 0.45);
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.25s ease;
}

.water-header-call:hover {
  background: linear-gradient(135deg, #0284c7, #0369a1);
  border-color: #0284c7;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.4);
  transform: translateY(-2px);
}

.water-header-call-icon {
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background: #0284c7;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 0 10px rgba(2, 132, 199, 0.6);
}

.water-header-call-text {
  display: flex;
  flex-direction: column;
}

.water-header-call-text small {
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.1;
}

.water-header-call-text strong {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 850;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.water-header-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.18);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #4ade80 !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: all 0.22s ease;
}

.water-header-wa-btn:hover {
  background: #25d366;
  border-color: #25d366;
  color: #052e16 !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transform: translateY(-2px);
}

.nova-language .vl-lang-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.water-toggler {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(2, 132, 199, 0.35);
  border-radius: 14px;
  box-shadow: none;
  background: rgba(2, 132, 199, 0.1);
}

.water-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: #ffffff;
}

/* =========================================================
   WATER TECH HERO SLIDER - HIGH-TECH ENGINEERING HERO
   ========================================================= */
.water-tech-hero {
  position: relative;
  min-height: 100vh;
  background: #03080e;
  overflow: hidden;
}

.water-tech-hero .swiper,
.water-tech-hero .swiper-wrapper,
.water-tech-hero .swiper-slide,
.water-hero-slide {
  min-height: 100vh;
}

.water-tech-hero .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  pointer-events: none;
}

.water-tech-hero .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}

.water-hero-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  isolation: isolate;
}

.water-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: brightness(0.96) contrast(1.04);
  animation: heroKenBurns 18s ease-out infinite alternate;
}

@keyframes heroKenBurns {
  0% { transform: scale(1.01) translate(0, 0); }
  100% { transform: scale(1.06) translate(-1%, -1%); }
}

/* Crystal-clear, very low opacity overlay so background images are vivid */
.water-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 8, 14, 0.48) 0%, rgba(3, 8, 14, 0.24) 48%, rgba(3, 8, 14, 0.06) 100%),
    linear-gradient(180deg, rgba(3, 8, 14, 0.22) 0%, transparent 45%, rgba(3, 8, 14, 0.35) 100%);
}

.water-hero-container {
  display: flex;
  align-items: center;
  width: var(--nova-shell);
  padding-top: 130px;
  padding-bottom: 96px;
}

.water-hero-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.92fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}

.water-hero-content {
  max-width: 780px;
  color: #fff;
}

.water-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(3, 8, 16, 0.65);
  border: 1px solid rgba(56, 189, 248, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #38bdf8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.water-hero-badge i {
  color: #38bdf8;
  font-size: 13px;
}

.water-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 4px 24px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.6);
}

.water-hero-desc {
  max-width: 650px;
  margin: 18px 0 0;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(3, 8, 16, 0.55);
  border-left: 3.5px solid #0284c7;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(248, 250, 252, 0.95);
  font-size: clamp(14.5px, 1.2vw, 17px);
  line-height: 1.65;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.water-hero-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.water-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(3, 8, 16, 0.65);
  border: 1px solid rgba(2, 132, 199, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #f1f5f9;
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.water-hero-tag i {
  color: #38bdf8;
}

.water-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.water-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(2, 132, 199, 0.45);
  transition: all 0.25s ease;
}

.water-hero-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0369a1, #0284c7);
  box-shadow: 0 18px 44px rgba(2, 132, 199, 0.6);
}

.water-hero-btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 10px;
  border-radius: 999px;
  background: rgba(4, 12, 20, 0.7);
  border: 1px solid rgba(2, 132, 199, 0.4);
  backdrop-filter: blur(16px);
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.25s ease;
}

.water-hero-btn-phone:hover {
  background: rgba(2, 132, 199, 0.25);
  border-color: #0284c7;
  transform: translateY(-2px);
}

.water-hero-phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: #0284c7;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 0 12px rgba(2, 132, 199, 0.6);
}

.water-hero-phone-text {
  display: flex;
  flex-direction: column;
}

.water-hero-phone-text small {
  color: #7dd3fc;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.water-hero-phone-text strong {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 850;
  letter-spacing: 0.2px;
}

/* Right Floating Technical Spec Card */
.water-hero-tech-card-wrap {
  display: flex;
  justify-content: flex-end;
}

.water-hero-tech-card {
  width: 100%;
  max-width: 390px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(4, 12, 22, 0.68);
  border: 1px solid rgba(2, 132, 199, 0.4);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 30px rgba(2, 132, 199, 0.2);
  color: #ffffff;
  transition: all 0.3s ease;
}

.water-hero-tech-card:hover {
  border-color: rgba(56, 189, 248, 0.65);
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.6), 0 0 36px rgba(2, 132, 199, 0.3);
}

.water-tech-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.water-tech-header-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.3), rgba(14, 165, 233, 0.15));
  border: 1px solid rgba(2, 132, 199, 0.5);
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.water-tech-card-header strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}

.water-tech-live-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #94a3b8;
  margin-top: 2px;
}

.water-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

.water-tech-specs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.water-tech-spec-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.2s ease;
}

.water-tech-spec-row:hover {
  background: rgba(2, 132, 199, 0.12);
  border-color: rgba(2, 132, 199, 0.3);
}

.water-spec-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(2, 132, 199, 0.15);
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.water-spec-detail {
  display: flex;
  flex-direction: column;
}

.water-spec-detail small {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.water-spec-detail strong {
  color: #f1f5f9;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  margin-top: 2px;
}

.water-tech-card-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 700;
}

.water-tech-card-footer i {
  color: #38bdf8;
  font-size: 14px;
}

/* Slider Controls & Navigation */
.water-hero-bottom {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--nova-shell);
  transform: translateX(-50%);
  z-index: 10;
}

.water-hero-nav-arrows {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.water-slide-prev,
.water-slide-next {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(4, 12, 20, 0.6);
  border: 1px solid rgba(2, 132, 199, 0.35);
  backdrop-filter: blur(14px);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.22s ease;
}

.water-slide-prev:hover,
.water-slide-next:hover {
  background: #0284c7;
  border-color: #0284c7;
  box-shadow: 0 0 16px rgba(2, 132, 199, 0.5);
  transform: scale(1.08);
}

.water-hero-progress {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  overflow: hidden;
}

.water-hero-progress span {
  display: block;
  width: 33.33%;
  height: 100%;
  background: linear-gradient(90deg, #0284c7, #38bdf8);
}

.water-hero-pagination {
  position: static;
  display: inline-flex;
  width: auto !important;
  gap: 8px;
}

.water-hero-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  border-radius: 999px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.25s ease;
}

.water-hero-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: linear-gradient(90deg, #0284c7, #38bdf8) !important;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(2, 132, 199, 0.6);
}

/* Responsive adjustments for header & hero */
@media (max-width: 1199.98px) {
  .water-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .water-nav-shell {
    min-height: 68px;
    border-radius: 20px;
  }

  .water-toggler {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .water-collapse {
    margin-top: 14px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(3, 8, 16, 0.96);
    border: 1px solid rgba(2, 132, 199, 0.3);
  }

  .water-menu {
    align-items: stretch;
  }

  .water-dropdown-menu {
    position: static !important;
    display: none;
    max-width: 100%;
    margin-top: 6px;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  .water-dropdown.is-open > .water-dropdown-menu {
    display: block !important;
  }

  .water-nav-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 14px;
    gap: 8px;
  }

  .water-header-call,
  .water-header-wa-btn {
    width: 100%;
    justify-content: center;
  }

  .water-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .water-hero-tech-card-wrap {
    justify-content: flex-start;
  }

  .water-hero-tech-card {
    max-width: 520px;
  }
}

@media (max-width: 767.98px) {
  .water-hero-container {
    padding-top: 115px;
    padding-bottom: 90px;
  }

  .water-hero-title {
    font-size: clamp(26px, 6.8vw, 36px);
  }

  .water-hero-desc {
    font-size: 14.5px;
  }

  .water-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .water-hero-btn-primary,
  .water-hero-btn-phone {
    width: 100%;
    justify-content: center;
  }

  .water-hero-nav-arrows {
    display: none;
  }
}


.nova-about,
.nova-content-strip,
.nova-featured {
  padding: 82px 0;
}

.nova-about {
  background:
    radial-gradient(circle at 18% 20%, rgba(50, 214, 200, .14), transparent 32%),
    var(--nova-paper);
}

.nova-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.nova-about-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--nova-cloud);
}

.nova-about-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.nova-about-glass {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: min(280px, calc(100% - 52px));
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 20px;
  background: rgba(255, 255, 255, .22);
  backdrop-filter: blur(18px);
  color: #fff;
}

.nova-about-glass i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  border-radius: 14px;
  background: var(--nova-lime);
  color: #071014;
  font-size: 22px;
}

.nova-about-glass strong {
  display: block;
  font-size: 38px;
  line-height: 1;
}

.nova-about-glass span {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.nova-about-copy h2,
.nova-section-head h2 {
  margin: 0;
  color: var(--nova-ink);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}

.nova-about-copy p {
  margin: 18px 0 0;
  color: var(--nova-muted);
  font-size: 15px;
  line-height: 1.7;
}

.nova-about-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--nova-coral);
  border-radius: 18px;
  background: #fff;
  color: var(--nova-ink);
  box-shadow: 0 18px 48px rgba(7, 16, 20, .07);
}

.nova-content-strip {
  overflow: hidden;
  background: #fff;
}

.nova-content-dark,
.nova-featured-dark {
  background:
    linear-gradient(135deg, rgba(50, 214, 200, .14), transparent 34%),
    linear-gradient(180deg, #0b1719, #101f1d);
  color: #fff;
}

.nova-section-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto 36px auto;
  gap: 10px;
}

.nova-section-head .nova-section-kicker {
  justify-content: center;
  margin-bottom: 0;
}

.nova-section-head h2 {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  font-weight: 800;
  color: var(--nova-ink);
}

.nova-content-dark .nova-section-head h2,
.nova-featured-dark .nova-section-head h2,
.nova-content-dark .nova-content-card h3 a {
  color: #fff;
}

.nova-content-dark .nova-content-card p,
.nova-content-dark .nova-section-head,
.nova-featured-dark .nova-section-head {
  color: rgba(255, 255, 255, .72);
}

.nova-content-dark .nova-section-kicker {
  color: var(--nova-lime);
}

.nova-content-dark .nova-card-action {
  background: var(--nova-lime);
  color: var(--nova-ink);
}

.nova-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nova-slider-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.nova-slider-wrap .swiper {
  overflow: hidden;
  border-radius: 20px;
  padding: 6px 4px 14px 4px;
  margin: 0 auto;
}

.nova-content-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--nova-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(7, 16, 20, .05);
  transition: all .3s ease;
}

.nova-content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(7, 16, 20, .10);
  border-color: rgba(2, 132, 199, 0.35);
}

.nova-content-dark .nova-content-card {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
}

.nova-content-dark .nova-content-card:hover {
  border-color: rgba(2, 132, 199, 0.5);
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
}

.nova-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--nova-cloud);
}

.nova-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.nova-content-card:hover .nova-card-media img {
  transform: scale(1.06);
}

.nova-card-body {
  padding: 18px 62px 22px 18px;
}

.nova-card-body span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--nova-coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nova-card-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.nova-card-body h3 a {
  color: var(--nova-ink);
  text-decoration: none;
  transition: color .2s ease;
}

.nova-card-body h3 a:hover {
  color: #0284c7;
}

.nova-card-body p {
  margin: 10px 0 0;
  color: var(--nova-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nova-card-action {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--nova-ink);
  color: #fff;
  text-decoration: none;
  transition: all .25s ease;
}

.nova-content-card:hover .nova-card-action {
  background: #0284c7;
  color: #fff;
  transform: scale(1.08);
}

.nova-services-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.nova-services-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .32);
  transition: all .3s ease;
}

.nova-services-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: #0284c7 !important;
  border-radius: 999px;
}

.nova-featured {
  background:
    radial-gradient(circle at 78% 10%, rgba(50, 214, 200, .12), transparent 26%),
    linear-gradient(180deg, #f7fbf8, #ffffff);
  color: var(--nova-ink);
}

.nova-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nova-feature-list article {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(7, 16, 20, .10);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(7, 16, 20, .07);
}

.nova-featured-dark .nova-feature-list article {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
}

.nova-feature-list article > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--nova-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.nova-feature-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--nova-cyan), var(--nova-lime));
  color: #ffffff;
  font-size: 20px;
}

.nova-feature-list h3 {
  margin: 0;
  color: var(--nova-ink);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.nova-feature-list p {
  margin: 10px 0 0;
  color: var(--nova-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nova-featured-dark .nova-feature-list h3 {
  color: #fff;
}

.nova-featured-dark .nova-feature-list p,
.nova-featured-dark .nova-feature-list article > span {
  color: rgba(255, 255, 255, .70);
}

/* =========================================================
   WATER TECH FOOTER - HIGH-END INDUSTRIAL WATER STYLING
   ========================================================= */
.water-tech-footer {
  background: 
    radial-gradient(ellipse at 50% 0%, rgba(2, 132, 199, 0.14) 0%, transparent 60%),
    radial-gradient(circle at 10% 90%, rgba(14, 165, 233, 0.08) 0%, transparent 40%),
    linear-gradient(180deg, #070d14 0%, #03070b 100%) !important;
  color: #94a3b8 !important;
  border-top: 1px solid rgba(2, 132, 199, 0.22) !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.water-tech-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0284c7 30%, #38bdf8 50%, #0284c7 70%, transparent);
}

/* Highlights / Trust Strip */
.water-footer-highlights {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 132, 199, 0.04);
}

.water-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.water-highlight-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.25s ease;
}

.water-highlight-card:hover {
  background: rgba(2, 132, 199, 0.10);
  border-color: rgba(2, 132, 199, 0.35);
  transform: translateY(-2px);
}

.water-hl-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.25), rgba(14, 165, 233, 0.15));
  border: 1px solid rgba(2, 132, 199, 0.4);
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.water-hl-text {
  display: flex;
  flex-direction: column;
}

.water-hl-text strong {
  color: #f1f5f9;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
}

.water-hl-text span {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px;
}

/* Main Footer Content */
.water-footer-main {
  display: grid !important;
  grid-template-columns: 1.35fr 0.85fr 1.35fr 1.15fr !important;
  gap: 36px !important;
  align-items: start !important;
  padding-top: 50px !important;
  padding-bottom: 44px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.water-footer-logo-wrap {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
}

.water-footer-logo-wrap .luxe-footer-logo {
  max-height: 52px;
  width: auto;
  filter: drop-shadow(0 4px 14px rgba(2, 132, 199, 0.3));
}

.water-footer-desc {
  color: #94a3b8 !important;
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.water-cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.water-cert-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(2, 132, 199, 0.12);
  border: 1px solid rgba(2, 132, 199, 0.28);
  color: #7dd3fc;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.water-cert-pill i {
  color: #38bdf8;
}

.water-footer-nav h3,
.water-footer-contact h3 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px;
  margin: 0 0 18px 0 !important;
  display: flex !important;
  align-items: center;
  gap: 9px;
  position: relative;
}

.water-footer-nav h3::before,
.water-footer-contact h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0284c7, #38bdf8);
}

.water-footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.water-footer-link-list li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1 !important;
  font-size: 13.5px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.water-footer-link-list li a i {
  font-size: 11px;
  color: #0284c7;
  transition: transform 0.2s ease, color 0.2s ease;
}

.water-footer-link-list li a:hover {
  color: #38bdf8 !important;
  transform: translateX(4px);
}

.water-footer-link-list li a:hover i {
  color: #38bdf8;
}

/* Services 2-Column Subgrid */
.water-services-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
}

.water-service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #cbd5e1 !important;
  font-size: 12.5px;
  line-height: 1.35;
  text-decoration: none;
  padding: 4px 0;
  transition: all 0.2s ease;
}

.water-service-link i {
  color: #0284c7;
  font-size: 12px;
  flex-shrink: 0;
}

.water-service-link span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.water-service-link:hover {
  color: #38bdf8 !important;
  transform: translateX(3px);
}

.water-service-link:hover i {
  color: #38bdf8;
}

/* Engineering Contact */
.water-contact-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.water-contact-address i {
  color: #0284c7;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.water-cta-call-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.2), rgba(14, 165, 233, 0.1));
  border: 1px solid rgba(2, 132, 199, 0.4);
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.25s ease;
}

.water-cta-call-btn:hover {
  background: linear-gradient(135deg, #0284c7, #0369a1);
  border-color: #0284c7;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.35);
  transform: translateY(-2px);
}

.water-cta-icon-pulse {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #0284c7;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 0 14px rgba(2, 132, 199, 0.6);
}

.water-cta-info {
  display: flex;
  flex-direction: column;
}

.water-cta-info small {
  color: #7dd3fc;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.water-cta-info strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.2px;
}

.water-cta-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 9px 14px;
  border-radius: 10px;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #4ade80 !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.22s ease;
}

.water-cta-wa-btn:hover {
  background: #25d366;
  border-color: #25d366;
  color: #052e16 !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transform: translateY(-2px);
}

.water-contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8 !important;
  font-size: 12.5px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.water-contact-email-link i {
  color: #0284c7;
}

.water-contact-email-link:hover {
  color: #38bdf8 !important;
}

.water-response-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}

.water-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: waterPulse 2s infinite;
}

@keyframes waterPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.water-response-badge small {
  color: #64748b;
  font-size: 11.5px;
}

.water-footer-social {
  display: flex !important;
  gap: 8px !important;
}

.water-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0 !important;
  text-decoration: none;
  transition: all 0.2s ease;
}

.water-footer-social a:hover {
  background: #0284c7;
  border-color: #0284c7;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.water-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 28px;
  color: #64748b;
  font-size: 13px;
}

/* =========================================================
   WATER TECH HIZMET BÖLGELERİ - REGIONAL HUB STYLING
   ========================================================= */
.water-tech-areas-section {
  padding: 84px 0 !important;
  background: 
    radial-gradient(ellipse at 50% 0%, rgba(2, 132, 199, 0.07) 0%, transparent 60%),
    linear-gradient(180deg, #f0f7fc 0%, #f8fafc 100%) !important;
  border-top: 1px solid rgba(2, 132, 199, 0.12) !important;
  border-bottom: 1px solid rgba(2, 132, 199, 0.12) !important;
  position: relative;
}

.water-areas-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 36px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.water-areas-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  border-radius: 999px;
  background: rgba(2, 132, 199, 0.10);
  border: 1px solid rgba(2, 132, 199, 0.28);
  color: #0369a1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.water-areas-badge i {
  color: #0284c7;
  font-size: 14px;
}

.water-areas-head h2 {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.35;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
}

.water-areas-subtitle {
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
  max-width: 780px;
  margin: 0;
}

/* Stats Row */
.water-areas-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}

.water-stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.16);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.05);
}

.water-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.15), rgba(14, 165, 233, 0.25));
  color: #0284c7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.water-stat-content {
  display: flex;
  flex-direction: column;
}

.water-stat-content strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.water-stat-content span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 2px;
}

/* Toolbar: Search + Region Tabs */
.water-areas-toolbar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.water-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.water-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #0284c7;
  font-size: 18px;
  pointer-events: none;
}

.water-search-input {
  width: 100%;
  height: 52px;
  padding: 0 150px 0 50px;
  border-radius: 999px;
  border: 1.5px solid rgba(2, 132, 199, 0.25);
  background: #ffffff;
  color: #0f172a;
  font-size: 14.5px;
  box-shadow: 0 8px 26px rgba(2, 132, 199, 0.08);
  outline: none;
  transition: all 0.25s ease;
}

.water-search-input:focus {
  border-color: #0284c7;
  box-shadow: 0 10px 32px rgba(2, 132, 199, 0.2);
}

.water-search-count {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(2, 132, 199, 0.1);
  color: #0369a1;
  font-size: 12px;
  font-weight: 750;
  pointer-events: none;
}

.water-region-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.water-tab-btn {
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.18);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.water-tab-btn:hover {
  background: rgba(2, 132, 199, 0.08);
  border-color: #0284c7;
  color: #0284c7;
}

.water-tab-btn.is-active {
  background: linear-gradient(135deg, #0284c7, #0369a1);
  border-color: #0284c7;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.28);
}

/* Cities Grid */
.water-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.water-city-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.18);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.04);
  text-decoration: none;
  min-height: 120px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.water-city-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #0284c7, #38bdf8);
  transition: height 0.25s ease;
}

.water-city-card:hover {
  transform: translateY(-4px);
  border-color: #0284c7;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.16);
}

.water-city-card:hover::before {
  height: 100%;
}

.water-city-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.water-city-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s ease;
}

.water-city-card:hover .water-city-icon {
  background: #0284c7;
  color: #ffffff;
}

.water-city-region-tag {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  padding: 2px 8px;
  border-radius: 99px;
  background: #f1f5f9;
}

.water-city-name {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.water-city-card:hover .water-city-name {
  color: #0284c7;
}

.water-city-service {
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.water-city-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 750;
  color: #0284c7;
  transition: transform 0.2s ease;
}

.water-city-action i {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.water-city-card:hover .water-city-action i {
  transform: translateX(4px);
}

.water-no-results {
  text-align: center;
  padding: 48px 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px dashed rgba(2, 132, 199, 0.3);
  margin-top: 10px;
}

.water-no-results i {
  font-size: 36px;
  color: #94a3b8;
  margin-bottom: 10px;
  display: block;
}

.water-no-results p {
  color: #475569;
  font-size: 15px;
  margin-bottom: 16px;
}

/* Bottom Engineering CTA Box */
.water-areas-bottom-cta {
  margin-top: 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, #07131e 0%, #031e33 100%);
  border: 1px solid rgba(2, 132, 199, 0.35);
  box-shadow: 0 20px 50px rgba(7, 19, 30, 0.25);
  padding: 36px 44px;
  position: relative;
  overflow: hidden;
}

.water-cta-mesh-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.2), transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(2, 132, 199, 0.15), transparent 50%);
  pointer-events: none;
}

.water-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.water-cta-left {
  max-width: 680px;
}

.water-cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #38bdf8;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.water-cta-left h3 {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 850;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

.water-cta-left p {
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.water-cta-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  min-width: 260px;
}

.water-cta-btn-primary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(2, 132, 199, 0.4);
  transition: all 0.25s ease;
}

.water-cta-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0369a1, #0284c7);
  box-shadow: 0 14px 34px rgba(2, 132, 199, 0.55);
}

.water-cta-btn-primary i {
  font-size: 22px;
}

.water-cta-btn-primary span {
  display: flex;
  flex-direction: column;
}

.water-cta-btn-primary small {
  font-size: 11.5px;
  opacity: 0.9;
  line-height: 1.2;
}

.water-cta-btn-primary strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.water-cta-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #4ade80 !important;
  font-size: 13.5px;
  font-weight: 750;
  text-decoration: none;
  transition: all 0.22s ease;
}

.water-cta-btn-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: #052e16 !important;
  transform: translateY(-2px);
}

/* Responsive adjustments for water tech footer and areas */
@media (max-width: 1199.98px) {
  .water-highlights-grid,
  .water-areas-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .water-cities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .water-footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .water-cta-content {
    flex-direction: column;
    text-align: center;
  }

  .water-cta-left {
    max-width: 100%;
  }

  .water-cta-right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .water-highlights-grid,
  .water-areas-stats {
    grid-template-columns: 1fr;
  }

  .water-cities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .water-footer-main {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .water-services-subgrid {
    grid-template-columns: 1fr;
  }

  .water-areas-bottom-cta {
    padding: 26px 20px;
  }
}

@media (max-width: 480px) {
  .water-cities-grid {
    grid-template-columns: 1fr;
  }

  .water-search-input {
    padding-right: 20px;
    height: 48px;
  }

  .water-search-count {
    display: none;
  }
}


main > .page-header:first-child,
main > .topic-page-header:first-child {
  padding-top: 165px !important;
}

@media (min-width: 992px) {
  .nova-menu .dropdown-menu {
    width: max-content;
    max-width: min(460px, calc(100vw - 40px));
  }

  .nova-menu .dropdown:hover > .dropdown-menu,
  .nova-menu .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1440px) {
  :root {
    --nova-shell: min(100% - 48px, 1360px);
  }
}

@media (max-width: 1199.98px) {
  :root {
    --nova-shell: min(100% - 40px, 1140px);
  }

  .nova-call {
    display: none;
  }

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

  .nova-areas-grid,
  .kombi-areas-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 991.98px) {
  :root {
    --nova-shell: min(100% - 32px, 720px);
  }

  .nova-header {
    top: 12px;
  }

  .nova-nav-shell {
    width: var(--nova-shell);
    min-height: 66px;
    border-radius: 20px;
  }

  .nova-toggler {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nova-collapse {
    margin-top: 12px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(8, 14, 18, .92);
  }

  .nova-menu {
    align-items: stretch;
  }

  .nova-actions {
    justify-content: space-between;
    margin-top: 10px;
  }

  .nova-language {
    display: none;
  }

  .nova-menu .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 4px 0 8px;
    padding: 6px;
    border-radius: 14px;
    box-shadow: none;
  }

  .nova-menu .dropdown.is-open > .dropdown-menu {
    display: block;
  }

  .nova-menu .dropdown > .nav-link::after {
    content: "\F282";
    float: right;
    font-family: "bootstrap-icons";
    transition: transform .2s ease;
  }

  .nova-menu .dropdown.is-open > .nav-link::after {
    transform: rotate(180deg);
  }

  .nova-about-grid,
  .nova-section-head {
    grid-template-columns: 1fr;
  }

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

  .luxe-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .luxe-footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .luxe-footer-bottom-links a {
    margin: 0 8px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --nova-shell: min(100% - 28px, 540px);
  }

  .nova-container,
  .nova-hero-container,
  .nova-hero-bottom {
    width: var(--nova-shell);
  }

  .nova-hero-container {
    padding-top: 112px;
    padding-bottom: 82px;
  }

  .nova-hero h1 {
    font-size: clamp(24px, 6.5vw, 36px) !important;
    line-height: 1.22 !important;
  }

  .nova-hero p {
    font-size: 15px;
    margin-top: 14px;
  }

  .nova-hero-rail,
  .nova-hero-progress {
    display: none;
  }

  .nova-hero-bottom {
    justify-content: center;
  }

  .nova-about,
  .nova-content-strip,
  .nova-featured,
  .nova-service-areas {
    padding: 50px 0;
  }

  .nova-about-media,
  .nova-about-media img {
    min-height: 300px;
  }

  .nova-content-grid {
    grid-template-columns: 1fr;
  }

  .nova-feature-list {
    grid-template-columns: 1fr;
  }

  .nova-areas-grid,
  .kombi-areas-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }

  .nova-area-chip,
  .kombi-area-card {
    padding: 10px 12px !important;
  }

  .nova-chip-name,
  .kombi-area-card strong {
    font-size: 12.5px !important;
  }

  .nova-card-body {
    padding: 18px 58px 22px 18px;
  }

  .luxe-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  main > .page-header:first-child,
  main > .topic-page-header:first-child {
    padding-top: 128px !important;
  }
}

@media (max-width: 480px) {
  .nova-areas-grid,
  .kombi-areas-grid {
    grid-template-columns: 1fr !important;
  }
}

.nova-featured:not(.nova-featured-dark) {
  color: var(--nova-ink) !important;
}

.nova-featured:not(.nova-featured-dark) .nova-section-head,
.nova-featured:not(.nova-featured-dark) .nova-section-head h2,
.nova-featured:not(.nova-featured-dark) .nova-feature-list h3 {
  color: var(--nova-ink) !important;
}

.nova-featured:not(.nova-featured-dark) .nova-feature-list p,
.nova-featured:not(.nova-featured-dark) .nova-feature-list article > span {
  color: var(--nova-muted) !important;
}

.nova-featured.nova-featured-dark {
  background:
    radial-gradient(circle at 18% 0%, rgba(50, 214, 200, .18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(200, 255, 95, .10), transparent 26%),
    linear-gradient(180deg, #071014 0%, #0d1b1d 100%) !important;
  color: #fff !important;
}

.nova-featured.nova-featured-dark .nova-section-head,
.nova-featured.nova-featured-dark .nova-section-head h2,
.nova-featured.nova-featured-dark .nova-feature-list h3 {
  color: #fff !important;
}

.nova-featured.nova-featured-dark .nova-feature-list p,
.nova-featured.nova-featured-dark .nova-feature-list article > span {
  color: rgba(255, 255, 255, .72) !important;
}

.nova-featured.nova-featured-dark .nova-section-kicker {
  color: var(--nova-lime) !important;
}

.page-services .service-btn,
.our-services .service-btn,
.luxe-services .service-btn {
  display: flex;
  justify-content: center;
}

.page-services .readmore-btn,
.our-services .readmore-btn,
.luxe-services .readmore-btn,
.service-item .readmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px !important;
  border: 1px solid rgba(50, 214, 200, .28);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--nova-cyan), #168b82);
  color: #071014 !important;
  box-shadow: 0 14px 30px rgba(50, 214, 200, .22);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}

.page-services .readmore-btn:hover,
.our-services .readmore-btn:hover,
.luxe-services .readmore-btn:hover,
.service-item .readmore-btn:hover {
  background: linear-gradient(135deg, var(--nova-lime), #a7d637);
  color: #071014 !important;
}

.page-services .readmore-btn::before,
.our-services .readmore-btn::before,
.luxe-services .readmore-btn::before,
.service-item .readmore-btn::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 991.98px) {
  .luxe-mobile-actions {
    bottom: 0;
    display: block;
  }

  .luxe-mobile-actions-inner {
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .luxe-mobile-actions .luxe-mobile-call,
  .luxe-mobile-actions .luxe-mobile-whatsapp {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 58px;
    min-height: 58px;
    border-radius: 0;
    gap: 8px;
    color: #071014 !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .18);
  }

  .luxe-mobile-actions .luxe-mobile-call {
    border-top-left-radius: 14px;
    background: #2f80a8;
    color: #fff !important;
  }

  .luxe-mobile-actions .luxe-mobile-whatsapp {
    border-top-right-radius: 14px;
    background: #25d366;
  }

  .luxe-mobile-actions .luxe-mobile-call i,
  .luxe-mobile-actions .luxe-mobile-whatsapp i {
    font-size: 18px;
  }

  .luxe-mobile-actions .luxe-mobile-call span,
  .luxe-mobile-actions .luxe-mobile-whatsapp span {
    display: inline-block;
  }

  body {
    padding-bottom: 58px;
  }
}

@media (max-width: 360px) {
  .luxe-mobile-actions .luxe-mobile-call,
  .luxe-mobile-actions .luxe-mobile-whatsapp {
    gap: 6px;
    font-size: 13px;
  }
}
