/* ================================================
   BLUE BAY POOLS — style.css v5
   NO CSS variables/root
   Local fonts via @font-face
   Removed: Ticker, Compare Table, Process section
   ================================================ */

/* ── Local Fonts ── */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2");
  src: url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2");
  src: url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2") format("woff2");
  src: url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2") format("woff2");
  src: url("fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2");
  src: url("fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay-Bold.woff2") format("woff2");
  src: url("fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2");
  src: url("fonts/PlayfairDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
  color: #0d1b2a;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.65;
  font-size: 16px;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
button {
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

/* ── Container ── */
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.sec {
  padding: 80px 0;
}

/* ── Typography ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a9fd4;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #00b4d8;
  border-radius: 2px;
}
.sec-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  color: #0d1b2a;
  margin-bottom: 16px;
}
.sec-title em {
  font-style: normal;
  color: #1a9fd4;
}
.sec-sub {
  font-size: 1.05rem;
  color: #5d7a8e;
  line-height: 1.8;
  max-width: 580px;
}
.center {
  text-align: center;
}
.center .sec-sub {
  margin: 0 auto;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, #1a9fd4, #0a5f8a) !important;
  color: #fff !important;
  box-shadow: 0 6px 22px rgba(10, 95, 138, 0.3) !important;
}
.btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(10, 95, 138, 0.4) !important;
  color: #fff !important;
}
.btn-outline-white {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.btn-gold {
  background: linear-gradient(135deg, #f4a623, #d4880a);
  color: #fff;
  box-shadow: 0 6px 22px rgba(244, 166, 35, 0.35);
}
.btn-gold:hover {
  transform: translateY(-3px);
  color: #fff !important;
}
.btn-outline-blue {
  background: transparent;
  color: #0a5f8a;
  border-color: #0a5f8a;
}
.btn-outline-blue:hover {
  background: #0a5f8a;
  color: #fff;
}

/* ══════════════════════════
   TOP BAR
══════════════════════════ */
.topbar {
  background: #063d5c;
  padding: 9px 0;
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.75);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar-left {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-left span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar-left i {
  color: #00b4d8;
  font-size: 0.8rem;
}
.topbar-left a {
  color: #90e0ef;
  font-weight: 600;
  transition: 0.3s;
}
.topbar-left a:hover {
  color: #fff;
}
.topbar-social {
  display: flex;
  gap: 9px;
}
.topbar-social a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.topbar-social a:hover {
  background: #00b4d8;
  color: #fff;
}

/* ══════════════════════════
   HEADER
══════════════════════════ */
.header {
  position: sticky;
  top: 0;
  z-index: 990;
  background: #fff;
  border-bottom: 1px solid rgba(10, 95, 138, 0.1);
  transition:
    box-shadow 0.3s,
    background 0.3s;
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 28px rgba(10, 95, 138, 0.12);
  border-color: transparent;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 16px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  flex-shrink: 0;
}
.logo-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #063d5c;
  display: block;
}
.logo-sub {
  font-size: 0.66rem;
  color: #8aa4b5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}

/* Desktop nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links li {
  list-style: none;
}
.nav-links a {
  font-size: 0.87rem;
  font-weight: 600;
  color: #2c4a5e;
  position: relative;
  transition: 0.3s;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1a9fd4;
  border-radius: 2px;
  transition: width 0.3s;
}
.nav-links a:hover {
  color: #0a5f8a;
}
.nav-links a:hover::after {
  width: 100%;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  color: #063d5c;
  transition: 0.3s;
  white-space: nowrap;
}
.nav-phone i {
  color: #1a9fd4;
}
.nav-phone:hover {
  color: #1a9fd4;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 23px;
  height: 2px;
  background: #063d5c;
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ══════════════════════════
   MOBILE DRAWER
   FIXED: nav-links display forced
══════════════════════════ */
.mobile-scrim {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-scrim.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: min(300px, 85vw);
  background: #063d5c;
  z-index: 1001;
  padding: 55px 28px 36px;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.35);
}
.mobile-drawer.open {
  right: 0;
}

.mob-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.mob-close:hover {
  background: #00b4d8;
}

/* FIXED: force display flex for nav-links inside drawer */
.mobile-drawer .nav-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
  margin-bottom: 8px;
}
.mobile-drawer .nav-links li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-drawer .nav-links a {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 0;
  width: 100%;
}
.mobile-drawer .nav-links a::after {
  background: #fff;
}
.mobile-drawer .nav-links a:hover {
  color: #00b4d8;
}

.mob-phone-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #90e0ef;
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 20px;
  padding-top: 16px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}
.mob-phone-row i {
  color: #00b4d8;
}
.mob-cta {
  margin-top: 16px;
  width: 100%;
  justify-content: center;
}

/* ══════════════════════════
   HERO
══════════════════════════ */
.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
  z-index: 0;
  will-change: opacity;
}
.hero-slide.active {
  opacity: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(4, 22, 38, 0.88) 0%,
    rgba(4, 22, 38, 0.6) 55%,
    rgba(4, 22, 38, 0.22) 100%
  );
}
.hero-body {
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.hero-content {
  max-width: 660px;
  padding: 44px 0 24px;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 16px;
  background: rgba(0, 180, 216, 0.18);
  border: 1px solid rgba(0, 180, 216, 0.45);
  border-radius: 50px;
  color: #90e0ef;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(6px);
  animation: fadeUp 0.7s ease both;
}
.hero-badge i {
  color: #f4a623;
}
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 18px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.hero-title em {
  font-style: normal;
  color: #00b4d8;
  display: block;
}
.hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 500px;
  margin-bottom: 28px;
  animation: fadeUp 0.7s 0.2s ease both;
}
.hero-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeUp 0.7s 0.3s ease both;
}

/* Stats strip */
.hero-stats-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(4, 20, 36, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  animation: fadeUp 0.7s 0.4s ease both;
}
.hstat {
  text-align: center;
  padding: 16px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
}
.hstat:last-child {
  border-right: none;
}
.hstat-num {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #00b4d8;
  display: block;
  line-height: 1;
}
.hstat-lbl {
  font-size: 0.61rem;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 5px;
  display: block;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  backdrop-filter: blur(4px);
}
.hero-arrow:hover {
  background: #00b4d8;
  border-color: #00b4d8;
}
.hero-prev {
  left: 24px;
}
.hero-next {
  right: 24px;
}
.hero-dots {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 5;
  display: flex;
  gap: 7px;
}
.hdot:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.hdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.hdot.active {
  width: 22px;
  border-radius: 3px;
  background: #00b4d8;
}

/* ══════════════════════════
   ABOUT
══════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-imgs {
  position: relative;
  height: 520px;
}
.aimg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 82%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
}
.aimg-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
  border: 5px solid #fff;
}
.aimg-badge {
  position: absolute;
  top: 48%;
  left: 60%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  color: #fff;
  text-align: center;
  padding: 20px 24px;
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
  z-index: 3;
  border: 3px solid #fff;
}
.aimg-badge-num {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  display: block;
}
.aimg-badge-lbl {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
}
.about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.about-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 16px;
  background: #f4f8fc;
  border-radius: 14px;
  border-left: 3px solid #1a9fd4;
  transition: 0.3s;
}
.about-item:hover {
  background: #eaf4fb;
  transform: translateX(3px);
}
.about-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1a9fd4, #0a5f8a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
}
.about-item strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 2px;
}
.about-item span {
  font-size: 0.75rem;
  color: #8aa4b5;
}

/* ══════════════════════════
   SERVICES
══════════════════════════ */
.services-bg {
  background: #f4f8fc;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.svc-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(10, 95, 138, 0.12);
  border: 1px solid rgba(10, 95, 138, 0.1);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
}
.svc-img {
  height: 210px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.svc-card:hover .svc-img img {
  transform: scale(1.06);
}
.svc-img-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(6, 40, 70, 0.65) 100%
  );
}
.svc-icon-badge {
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #00b4d8, #1a9fd4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 4px 14px rgba(0, 180, 216, 0.45);
}
.svc-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 8px;
}
.svc-body p {
  font-size: 0.86rem;
  color: #5d7a8e;
  line-height: 1.75;
  flex: 1;
}
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a9fd4;
  transition: 0.3s;
}
.svc-link:hover {
  gap: 10px;
  color: #0a5f8a;
}

/* ══════════════════════════
   WHY CHOOSE US
══════════════════════════ */
.why-bg {
  background: linear-gradient(140deg, #063d5c 0%, #0a3d5c 55%, #0a5f8a 100%);
  position: relative;
  overflow: hidden;
}
.why-bg::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -20%;
  right: -8%;
  background: rgba(0, 180, 216, 0.06);
  border-radius: 50%;
  pointer-events: none;
}
.why-bg::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  bottom: -15%;
  left: -5%;
  background: rgba(0, 180, 216, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
.why-bg .sec-title {
  color: #fff;
}
.why-bg .sec-sub {
  color: rgba(255, 255, 255, 0.65);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.why-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  padding: 34px 22px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  backdrop-filter: blur(6px);
}
.why-card:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-7px);
  border-color: rgba(0, 180, 216, 0.45);
}
.why-icon {
  width: 68px;
  height: 68px;
  border-radius: 17px;
  margin: 0 auto 19px;
  background: linear-gradient(135deg, #00b4d8, #1a9fd4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 22px rgba(0, 180, 216, 0.3);
}
.why-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 9px;
}
.why-card p {
  font-size: 0.83rem;
  opacity: 0.72;
  line-height: 1.75;
}

/* ══════════════════════════
   GALLERY
══════════════════════════ */
.gallery-wrap {
  margin-top: 50px;
  position: relative;
}
.swiper-gallery {
  padding-bottom: 44px !important;
  overflow: hidden;
  border-radius: 22px;
}
.swiper-gallery .swiper-slide {
  border-radius: 14px;
  overflow: hidden;
  height: 340px;
  position: relative;
}
.swiper-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.swiper-gallery .swiper-slide:hover img {
  transform: scale(1.05);
}
.slide-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(4, 22, 38, 0.8));
  color: #fff;
  padding: 14px 14px 12px;
  font-size: 0.83rem;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s;
}
.swiper-gallery .swiper-slide:hover .slide-label {
  opacity: 1;
}
.gallery-nav-prev,
.gallery-nav-next {
  position: absolute;
  top: calc(50% - 22px);
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(10, 95, 138, 0.1);
  color: #0a5f8a;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(10, 95, 138, 0.12);
  transition: 0.3s;
}
.gallery-nav-prev:hover,
.gallery-nav-next:hover {
  background: #0a5f8a;
  color: #fff;
}
.gallery-nav-prev {
  left: -22px;
}
.gallery-nav-next {
  right: -22px;
}
.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 12px !important;
}
.swiper-pagination-bullet {
  background: #1a9fd4 !important;
  opacity: 0.4 !important;
  width: 7px !important;
  height: 7px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 22px !important;
  border-radius: 3px !important;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/* ══════════════════════════
   REVIEWS
══════════════════════════ */
.reviews-bg {
  background: #f4f8fc;
}
.reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 20px;
  flex-wrap: wrap;
}
.g-badge {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  padding: 14px 20px;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(10, 95, 138, 0.12);
  border: 1px solid rgba(10, 95, 138, 0.1);
  flex-shrink: 0;
}
.g-g {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.2rem;
  font-family: "Playfair Display", serif;
}
.g-score {
  font-family: "Playfair Display", serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1;
}
.g-stars {
  color: #fbbc04;
  font-size: 0.95rem;
  letter-spacing: 1px;
  margin-top: 2px;
}
.g-count {
  font-size: 0.7rem;
  color: #8aa4b5;
  margin-top: 1px;
}
.swiper-reviews {
  padding-bottom: 40px !important;
}
.swiper-reviews .swiper-slide {
  height: auto;
}
.rev-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(10, 95, 138, 0.12);
  height: 100%;
  border: 1px solid rgba(10, 95, 138, 0.1);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.rev-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(10, 95, 138, 0.18);
}
.rev-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 13px;
  gap: 8px;
}
.rev-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rev-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
}
.rev-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #0d1b2a;
}
.rev-date {
  font-size: 0.7rem;
  color: #8aa4b5;
  margin-top: 1px;
}
.rev-stars {
  color: #fbbc04;
  font-size: 0.9rem;
  white-space: nowrap;
}
.rev-text {
  font-size: 0.86rem;
  color: #2c4a5e;
  line-height: 1.76;
  flex: 1;
}
.rev-source {
  margin-top: 12px;
  font-size: 0.7rem;
  color: #8aa4b5;
  display: flex;
  align-items: center;
  gap: 5px;
}
.rev-source span {
  color: #1a9fd4;
  font-weight: 700;
}

/* ══════════════════════════
   SERVICE AREA
══════════════════════════ */
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
  margin-top: 48px;
}
.map-frame {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
  height: 420px;
  border: 1px solid rgba(10, 95, 138, 0.1);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.areas-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px;
}
.chip {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  background: #f4f8fc;
  border: 1px solid rgba(10, 95, 138, 0.1);
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2c4a5e;
  transition: 0.3s;
  cursor: default;
}
.chip:hover {
  background: #0a5f8a;
  color: #fff;
  border-color: #0a5f8a;
}
.chip::before {
  content: "📍";
  font-size: 0.72rem;
}

/* ══════════════════════════
   CTA BANNER
══════════════════════════ */
.cta-sec {
  background: linear-gradient(135deg, #063d5c, #0a5f8a);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-inner {
  position: relative;
  z-index: 1;
}
.cta-sec h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
}
.cta-sec h2 em {
  font-style: normal;
  color: #00b4d8;
}
.cta-sec p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.03rem;
  margin-bottom: 34px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.cta-btns {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ══════════════════════════
   FAQ
══════════════════════════ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 48px;
  align-items: start;
}
.faq-sticky-img {
  position: sticky;
  top: 96px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
}
.faq-sticky-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #f4f8fc;
  border-radius: 14px;
  border: 1.5px solid transparent;
  overflow: hidden;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.faq-item.open {
  border-color: #1a9fd4;
  background: #fff;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.91rem;
  color: #0d1b2a;
  gap: 12px;
  transition: color 0.3s;
  user-select: none;
}
.faq-item.open .faq-q {
  color: #0a5f8a;
}
.faq-chevron {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #1a9fd4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s ease;
  font-size: 0.86rem;
  color: #2c4a5e;
  line-height: 1.82;
}
.faq-item.open .faq-a {
  grid-template-rows: 1fr;
}
.faq-a-inner {
  overflow: hidden;
  padding: 0 18px;
}
.faq-item.open .faq-a-inner {
  padding: 0 18px 16px;
}

/* ══════════════════════════
   CONTACT
══════════════════════════ */
.contact-bg {
  background: #f4f8fc;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 52px;
  margin-top: 48px;
  align-items: start;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
}
.ccard {
  background: #fff;
  border-radius: 22px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 8px 32px rgba(10, 95, 138, 0.12);
  border: 1px solid rgba(10, 95, 138, 0.1);
  transition: 0.3s;
}
.ccard:hover {
  transform: translateX(5px);
  box-shadow: 0 20px 60px rgba(10, 95, 138, 0.18);
}
.ccard-icon {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #fff;
}
.ccard-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #8aa4b5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.ccard-val {
  font-weight: 700;
  color: #0d1b2a;
  font-size: 0.95rem;
  transition: 0.3s;
  line-height: 1.5;
}
a.ccard-val:hover {
  color: #1a9fd4;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 4px;
}
.hrow {
  font-size: 0.78rem;
  font-weight: 600;
  color: #0d1b2a;
}
.hrow span {
  display: block;
  color: #8aa4b5;
  font-weight: 400;
  font-size: 0.73rem;
}

.form-card {
  background: #fff;
  border-radius: 32px;
  padding: 38px 42px;
  box-shadow: 0 32px 80px rgba(10, 95, 138, 0.22);
  border: 1px solid rgba(10, 95, 138, 0.1);
}
.form-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 5px;
}
.form-sub-text {
  font-size: 0.86rem;
  color: #5d7a8e;
  margin-bottom: 26px;
  line-height: 1.7;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.fgrp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
.fgrp label {
  font-size: 0.73rem;
  font-weight: 700;
  color: #2c4a5e;
  line-height: unset;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.fgrp input,
.fgrp select,
.fgrp textarea {
  padding: 12px 15px !important;
  border: 1.5px solid rgba(10, 95, 138, 0.14) !important;
  border-radius: 9px !important;
  font-size: 0.92rem;
  font-family: "Inter", sans-serif;
  color: #0d1b2a;
  background: #f4f8fc;
  transition: 0.3s !important;
  outline: none;
  width: 100% !important;
  -webkit-appearance: none;
  appearance: none;
  line-height: unset;
}
.fgrp input:focus,
.fgrp select:focus,
.fgrp textarea:focus {
  border-color: #1a9fd4;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26, 159, 212, 0.11);
}
.fgrp textarea {
  resize: vertical;
  min-height: 112px;
}
.fgrp select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%235d7a8e' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 38px;
}
.form-submit-btn {
  width: 100% !important;
  padding: 15px !important;
  background: linear-gradient(135deg, #1a9fd4, #0a5f8a) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  margin-top: 5px !important;
  box-shadow: 0 6px 22px rgba(10, 95, 138, 0.28) !important;
}
.form-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(10, 95, 138, 0.38);
}
.form-success-msg {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.form-success-msg .s-icon {
  font-size: 3.5rem;
  display: block;
  margin-bottom: 14px;
}
.form-success-msg h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 8px;
}
.form-success-msg p {
  font-size: 0.88rem;
  color: #5d7a8e;
}

/* ══════════════════════════
   FOOTER
══════════════════════════ */
.footer {
  background: #063d5c;
  color: rgba(255, 255, 255, 0.78);
  padding: 68px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 48px;
}
.footer-brand .logo-name {
  color: #fff;
  font-size: 1.35rem;
}
.footer-brand .logo-sub {
  color: rgba(255, 255, 255, 0.45);
}
.footer-brand p {
  font-size: 0.84rem;
  line-height: 1.82;
  margin-top: 14px;
  opacity: 0.7;
  max-width: 275px;
}
.footer-social {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}
.footer-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.footer-social a:hover {
  background: #00b4d8;
  color: #fff;
}
.foot-col h4 {
  font-family: "Playfair Display", serif;
  font-size: 0.94rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 9px;
  position: relative;
}
.foot-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 2px;
  background: #00b4d8;
  border-radius: 2px;
}
.foot-col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.foot-col ul li a {
  font-size: 0.83rem;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  color: unset !important;
}
.foot-col ul li a:hover {
  opacity: 1;
  color: #90e0ef !important;
  padding-left: 3px;
}
.foot-col ul li a::before {
  content: "›";
  color: #00b4d8;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.fci {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.83rem;
  opacity: 0.75;
  margin-bottom: 10px;
}
.fci i {
  color: #00b4d8;
  font-size: 0.8rem;
  width: 13px;
  flex-shrink: 0;
  margin-top: 3px;
}
.fci a {
  color: unset !important;
}
.fci a:hover {
  color: #90e0ef !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.77rem;
  opacity: 0.56;
  flex-wrap: wrap;
  gap: 12px;
}
.fbl {
  display: flex;
  gap: 18px;
}
.fbl a {
  color: unset !important;
}
.fbl a:hover {
  opacity: 1;
  color: #90e0ef !important;
}

/* ══════════════════════════
   SCROLL TOP
══════════════════════════ */
#scrollTop {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 888;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  color: #fff;
  font-size: 0.95rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(10, 95, 138, 0.4);
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.3s;
}
#scrollTop.vis {
  opacity: 1;
  transform: translateY(0);
}
#scrollTop:hover {
  transform: translateY(-4px);
}

/* ══════════════════════════
   AOS ANIMATIONS
══════════════════════════ */
[data-aos] {
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
[data-aos="fade-up"] {
  transform: translateY(28px);
}
[data-aos="fade-left"] {
  transform: translateX(28px);
}
[data-aos="fade-right"] {
  transform: translateX(-28px);
}
[data-aos="zoom-in"] {
  transform: scale(0.93);
}
[data-aos].aos-in {
  opacity: 1;
  transform: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ══════════════════════════
   RESPONSIVE 1024px
══════════════════════════ */
@media (max-width: 1024px) {
  .wrap {
    padding: 0 36px;
    overflow: hidden;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ══════════════════════════
   RESPONSIVE 768px MOBILE
══════════════════════════ */
@media (max-width: 768px) {
  .sec {
    padding: 40px 0;
  }
  .wrap {
    padding: 0 18px;
    overflow: hidden;
  }
  .hours-grid {
    gap: 6px;
  }
  /* Topbar */
  .topbar-left {
    display: none;
  }
  .topbar-inner {
    justify-content: center;
  }

  /* Header — show hamburger, hide desktop nav & CTA */
  .nav-links {
    display: none;
  }
  .btn-primary {
    box-shadow: unset !important;
  }
  .nav-right .btn-primary {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-phone {
    font-size: 0.82rem;
    display: none;
  }

  /* Hero */
  .hero {
    height: auto;
    min-height: 0;
  }
  .hero-body {
    min-height: 320px;
    align-items: flex-start;
    padding-top: 28px;
  }
  .hero-content {
    padding: 20px 0 16px;
    max-width: 100%;
    text-align: left;
  }
  .hero-title {
    font-size: clamp(1.8rem, 6.5vw, 2.3rem);
  }
  .hero-desc {
    font-size: 0.9rem;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .hero-btns {
    flex-direction: column;
    gap: 10px;
  }
  .hero-btns .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-stats-strip {
    grid-template-columns: 1fr 1fr;
  }
  .hstat {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .hstat:nth-child(1),
  .hstat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .hstat:nth-child(3),
  .hstat:nth-child(4) {
    border-bottom: none;
  }
  .hstat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
  }
  .hstat:nth-child(even) {
    border-right: none;
  }
  .hstat-num {
    font-size: 1.4rem;
  }
  .hero-arrow {
    display: none;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-imgs {
    height: 260px;
  }
  .aimg-main {
    width: 64%;
    height: 78%;
  }
  .aimg-sub {
    width: 46%;
    height: 47%;
  }
  .about-list {
    grid-template-columns: 1fr;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr;
  }

  /* Why */
  .why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  /* Gallery */
  .gallery-nav-prev,
  .gallery-nav-next {
    display: none;
  }
  .swiper-gallery .swiper-slide {
    height: 200px;
  }

  /* Reviews */
  .reviews-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  /* FAQ */
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-sticky-img {
    display: none;
  }

  /* Contact */
  .contact-cards {
    margin-bottom: 24px;
    position: unset;
    top: 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    display: unset;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
  .form-card {
    padding: 22px 18px;
    box-shadow: unset;
  }
  .cta-sec {
    padding: 40px 0;
  }
  /* Area */
  .area-grid {
    grid-template-columns: 1fr;
  }
  .map-frame {
    height: 270px;
  }
  .areas-chips {
    grid-template-columns: 1fr 1fr;
  }

  /* Footer */
  .footer {
    padding: 40px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ══════════════════════════
   RESPONSIVE 480px
══════════════════════════ */
@media (max-width: 480px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .areas-chips {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .hero-title {
    font-size: clamp(1.65rem, 6vw, 2rem);
  }
  .sec-title {
    font-size: 1.65rem;
  }
}

/* ══════════════════════════
   GALLERY SECTION — CSS Marquee
   No JS, no Swiper, no glitch
   Repeater: .gallery-sec__item (image + caption)
══════════════════════════ */
.gallery-sec {
  padding: 80px 0 80px;
  background: #fff;
  overflow: hidden;
}

.gallery-sec__head {
  margin-bottom: 52px;
}

.gallery-sec__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a9fd4;
  margin-bottom: 14px;
}
.gallery-sec__eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #00b4d8;
  border-radius: 2px;
}
.gallery-sec__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  color: #0d1b2a;
  margin-bottom: 16px;
}
.gallery-sec__title em {
  font-style: normal;
  color: #1a9fd4;
}
.gallery-sec__sub {
  font-size: 1.05rem;
  color: #5d7a8e;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto;
}

/* Marquee outer — clips overflow */
.gallery-sec__marquee-wrap {
  width: 100%;
  overflow: hidden;
  /* fade edges */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  );
}

/* Track — flex row, animates left */
.gallery-sec__track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: gallery-scroll 100s linear infinite;
  will-change: transform;
}

/* Pause on hover */
.gallery-sec__marquee-wrap:hover .gallery-sec__track {
  animation-play-state: paused;
}

/* Each image card — WP ACF repeater item */
.gallery-sec__item {
  flex-shrink: 0;
  width: 420px;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-sec__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-sec__item:hover img {
  transform: scale(1.06);
}

/* Caption overlay */
.gallery-sec__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(4, 22, 38, 0.82));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 28px 14px 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-sec__item:hover .gallery-sec__caption {
  opacity: 1;
}

/* Keyframe — scrolls exactly half (original set) */
@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile: smaller cards, faster */
@media (max-width: 768px) {
  .gallery-sec {
    padding: 40px 0;
  }
  .gallery-sec__item {
    width: 300px;
    height: 220px;
  }
  .gallery-sec__track {
    gap: 14px;
    animation-duration: 80s;
  }
}

/* ══════════════════════════
   SCROLL TOP BUTTON — renamed #scroll-top-btn
   Unique ID, no conflict with other btns
══════════════════════════ */
#scroll-top-btn {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 888;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  color: #fff;
  font-size: 1rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(10, 95, 138, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
#scroll-top-btn.scrtop-vis {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#scroll-top-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(10, 95, 138, 0.55);
}

/* Remove old #scrollTop styles if any */
#scrollTop {
  display: none !important;
}

/* ══════════════════════════
   HEADER NAV CTA BUTTON
   Separate class from other .btn-primary uses
   Prevents class conflict across sections
══════════════════════════ */
.nav__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.87rem;
  font-weight: 700;
  border: none;
  white-space: nowrap;
  background: linear-gradient(135deg, #1a9fd4, #0a5f8a);
  color: #fff;
  box-shadow: 0 4px 16px rgba(10, 95, 138, 0.28);
  transition: 0.3s;
}
.nav__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 95, 138, 0.38);
  color: #fff;
}

@media (max-width: 768px) {
  .nav__cta-btn {
    display: none;
  }
}

/* ══════════════════════════
   REVIEWS SECTION
   Renamed from .reviews-bg / .rev-card to
   .reviews-sec__* — no class conflict
   WP ACF Repeater: .reviews-sec__slider > .swiper-slide > .reviews-sec__card
══════════════════════════ */
.reviews-sec {
  padding: 80px 0;
  background: #f4f8fc;
}
.reviews-sec__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
.reviews-sec .swiper-wrapper {
  margin-top: 30px;
}
.reviews-sec__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a9fd4;
  margin-bottom: 14px;
}
.reviews-sec__eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #00b4d8;
  border-radius: 2px;
}
.reviews-sec__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  color: #0d1b2a;
  margin-bottom: 0;
}
.reviews-sec__title em {
  font-style: normal;
  color: #1a9fd4;
}

/* Google badge */
.reviews-sec__g-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 16px 22px;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(10, 95, 138, 0.12);
  border: 1px solid rgba(10, 95, 138, 0.1);
  flex-shrink: 0;
}
.reviews-sec__g-logo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.3rem;
  font-family: "Playfair Display", serif;
}
.reviews-sec__g-score {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1;
}
.reviews-sec__g-stars {
  color: #fbbc04;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 2px;
}
.reviews-sec__g-count {
  font-size: 0.7rem;
  color: #8aa4b5;
  margin-top: 1px;
}

/* Slider */
.reviews-sec__slider {
  padding-bottom: 0px !important;
}
.reviews-sec__slider .swiper-slide {
  height: auto;
}
.reviews-sec__pagination {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 16px !important;
}

/* Card */
.reviews-sec__card {
  background: #fff;
  border-radius: 22px;
  padding: 26px;
  /* box-shadow: 0 8px 32px rgba(10, 95, 138, 0.1); */
  border: 1px solid rgba(10, 95, 138, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.reviews-sec__card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 20px 56px rgba(10, 95, 138, 0.16); */
}
.reviews-sec__card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
  gap: 8px;
}
.reviews-sec__user {
  display: flex;
  align-items: center;
  gap: 11px;
}
.reviews-sec__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1a9fd4, #063d5c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.reviews-sec__name {
  font-weight: 700;
  font-size: 0.92rem;
  color: #0d1b2a;
}
.reviews-sec__date {
  font-size: 0.72rem;
  color: #8aa4b5;
  margin-top: 1px;
}
.reviews-sec__stars {
  color: #fbbc04;
  font-size: 0.92rem;
  white-space: nowrap;
}
.reviews-sec__text {
  font-size: 0.87rem;
  color: #2c4a5e;
  line-height: 1.78;
  flex: 1;
}
.reviews-sec__source {
  margin-top: 14px;
  font-size: 0.72rem;
  color: #8aa4b5;
  display: flex;
  align-items: center;
  gap: 5px;
}
.reviews-sec__source span {
  color: #1a9fd4;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .reviews-sec {
    padding: 40px 0;
  }
  .reviews-sec__card {
    box-shadow: unset;
  }
  .reviews-sec__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 0px;
  }
  .reviews-sec__g-badge {
    display: none;
  }
  .reviews-sec .center {
    margin-top: 20px !important;
  }
}
