
    :root {
      --blue-deep: #003f7f;
      --blue-mid: #005bbd;
      --blue-bright: #0085e8;
      --blue-light: #00b4f0;
      --cyan: #00d4ff;
      --aqua: #00f5e4;
      --white: #ffffff;
      --off-white: #f0f8ff;
      --gold: #ffd700;
      --gold-dark: #e6b800;
      --text-dark: #0a1628;
      --text-mid: #1a3a5c;
      --shadow: rgba(0,63,127,0.25);
      --card-bg: rgba(255,255,255,0.93);
      --radius: 16px;
      --radius-lg: 28px;
      --green: #25d366;
      
    }
    .amc-card.featured .amc-body {
  color: white;
}

.amc-card.featured .amc-features li {
  color: white;
}
.amc-card.featured .amc-features li i {
  color: #00ffcc;
}

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Poppins', sans-serif;
      background: #001a3a;
      color: var(--text-dark);
      overflow-x: hidden;
    }

    /* ─── BUBBLES BACKGROUND ─── */
    .bubbles-bg {
      position: fixed; top: 0; left: 0; width: 100%; height: 100%;
      pointer-events: none; z-index: 0; overflow: hidden;
    }
    .bubble {
      position: absolute; bottom: -80px; border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, rgba(0,212,255,0.35), rgba(0,133,232,0.1));
      border: 1px solid rgba(0,212,255,0.2);
      animation: rise linear infinite;
    }
    @keyframes rise {
      0% { transform: translateY(0) scale(1); opacity: 0.7; }
      100% { transform: translateY(-110vh) scale(1.1); opacity: 0; }
    }

    /* ─── TOP BAR ─── */
    .topbar {
      background: linear-gradient(90deg, var(--blue-deep) 0%, var(--blue-mid) 100%);
      color: var(--white); padding: 8px 20px;
      display: flex; justify-content: space-between; align-items: center;
      flex-wrap: wrap; gap: 6px; font-size: 0.82rem;
      position: relative; z-index: 1000;
      border-bottom: 2px solid var(--cyan);
    }
    .topbar a { color: var(--cyan); text-decoration: none; font-weight: 600; margin: 0 6px; }
    .topbar a:hover { color: var(--gold); }
    .topbar-left { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
    .topbar-right { display: flex; gap: 10px; }
    .topbar-right a {
      background: rgba(0,212,255,0.15); border: 1px solid var(--cyan);
      border-radius: 20px; padding: 3px 12px; font-size: 0.78rem;
      transition: all 0.3s;
    }
    .topbar-right a:hover { background: var(--cyan); color: var(--blue-deep); }

    /* ─── NAVBAR ─── */
    nav {
      background: rgba(0,20,60,0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(0,180,240,0.2);
      position: sticky; top: 0; z-index: 999;
      padding: 0 24px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .logo-wrap {
      display: flex; align-items: center; gap: 12px;
      padding: 10px 0; text-decoration: none;
    }
    .logo-icon {
      width: 46px; height: 46px;
      background: linear-gradient(135deg, var(--cyan), var(--blue-bright));
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; color: white; box-shadow: 0 0 20px rgba(0,212,255,0.5);
      flex-shrink: 0;
    }
    .logo-text { line-height: 1.2; }
    .logo-main { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 1rem; color: var(--cyan); display: block; }
    .logo-sub { font-size: 0.65rem; color: rgba(255,255,255,0.6); letter-spacing: 1px; text-transform: uppercase; }

    .nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
    .nav-links a {
      color: rgba(255,255,255,0.85); text-decoration: none;
      padding: 8px 14px; border-radius: 8px;
      font-size: 0.85rem; font-weight: 500;
      transition: all 0.3s; white-space: nowrap;
    }
    .nav-links a:hover, .nav-links a.active { background: rgba(0,212,255,0.15); color: var(--cyan); }
    .nav-cta {
      background: linear-gradient(135deg, var(--blue-bright), var(--cyan)) !important;
      color: white !important; padding: 8px 18px !important;
      box-shadow: 0 4px 15px rgba(0,133,232,0.4);
    }
    .nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,133,232,0.5) !important; }

    .hamburger {
      display: none; background: none; border: none; cursor: pointer;
      flex-direction: column; gap: 5px; padding: 8px;
    }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--cyan); border-radius: 2px; transition: all 0.3s; }

    /* ─── HERO ─── */
    #home {
      position: relative; min-height: 92vh;
      display: flex; align-items: center; justify-content: center;
      overflow: hidden; padding: 60px 20px;
    }
    .hero-bg-img {
      position: absolute; inset: 0; z-index: 0;
      background-image: url('/image\ copy\ 6.png');
      background-size: cover; background-position: center;
    }
    .hero-bg-img::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(0,15,50,0.88) 0%, rgba(0,40,100,0.82) 50%, rgba(0,80,150,0.75) 100%);
    }
    .hero-water-rings {
      position: absolute; bottom: -100px; left: 50%; transform: translateX(-50%);
      width: 900px; height: 900px; pointer-events: none; z-index: 1;
    }
    .hero-water-rings::before, .hero-water-rings::after {
      content: ''; position: absolute; border-radius: 50%;
      border: 1px solid rgba(0,212,255,0.15);
      animation: pulse-ring 4s ease-out infinite;
    }
    .hero-water-rings::before { width: 100%; height: 100%; top: 0; left: 0; }
    .hero-water-rings::after { width: 70%; height: 70%; top: 15%; left: 15%; animation-delay: 2s; }
    @keyframes pulse-ring {
      0% { transform: scale(0.85); opacity: 0.5; }
      100% { transform: scale(1.15); opacity: 0; }
    }
    .hero-drops { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
    .drop { position: absolute; font-size: 2rem; opacity: 0.12; animation: float-drop 6s ease-in-out infinite; color: var(--cyan); }
    @keyframes float-drop {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(10deg); }
    }
    .hero-content { position: relative; z-index: 2; text-align: center; max-width: 820px; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(0,212,255,0.15); border: 1px solid rgba(0,212,255,0.4);
      border-radius: 30px; padding: 6px 18px; margin-bottom: 24px;
      color: var(--cyan); font-size: 0.8rem; font-weight: 600; letter-spacing: 1px;
      text-transform: uppercase; backdrop-filter: blur(10px);
    }
    .hero-title-te { font-family: 'Baloo 2', sans-serif; font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 900; color: white; line-height: 1.2; margin-bottom: 8px; text-shadow: 0 2px 20px rgba(0,0,0,0.4); }
    .hero-title-en { font-size: clamp(0.9rem, 2.5vw, 1.15rem); color: rgba(255,255,255,0.7); margin-bottom: 18px; letter-spacing: 2px; text-transform: uppercase; font-weight: 400; }
    .hero-tagline { font-size: clamp(1.1rem, 3vw, 1.7rem); font-weight: 700; margin-bottom: 14px; background: linear-gradient(90deg, var(--cyan), var(--aqua), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .hero-tagline-te { font-size: clamp(0.95rem, 2.5vw, 1.2rem); color: rgba(255,255,255,0.75); margin-bottom: 32px; font-weight: 500; }
    .hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
    .btn-primary { background: linear-gradient(135deg, #0085e8, #00d4ff); color: white; border: none; padding: 14px 32px; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 30px rgba(0,133,232,0.5); transition: all 0.3s; letter-spacing: 0.5px; }
    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(0,133,232,0.6); }
    .btn-secondary { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.5); padding: 14px 32px; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; backdrop-filter: blur(10px); transition: all 0.3s; }
    .btn-secondary:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-3px); }
    .btn-whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); color: white; border: none; padding: 14px 32px; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 30px rgba(37,211,102,0.4); transition: all 0.3s; }
    .btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(37,211,102,0.5); }
    .hero-stats { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; }
    .stat-item { text-align: center; }
    .stat-num { font-size: 1.8rem; font-weight: 800; color: var(--cyan); display: block; text-shadow: 0 0 20px rgba(0,212,255,0.5); }
    .stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; }

    /* ─── BOOKING SECTION ─── */
    #booking {
      position: relative; z-index: 1;
      background: linear-gradient(180deg, #001428 0%, #00204e 100%);
      padding: 80px 0;
    }
    .booking-wrapper {
      display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start;
    }
    .booking-info { color: white; }
    .booking-info h2 { font-family: 'Baloo 2', sans-serif; font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; color: white; margin-bottom: 16px; }
    .booking-info p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.8; margin-bottom: 28px; }
    .booking-features { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
    .booking-features li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.8); font-size: 0.9rem; }
    .booking-features li .fi { width: 36px; height: 36px; border-radius: 10px; background: rgba(0,212,255,0.12); border: 1px solid rgba(0,212,255,0.25); display: flex; align-items: center; justify-content: center; color: var(--cyan); flex-shrink: 0; }
    .booking-img-preview {
      border-radius: var(--radius); overflow: hidden; margin-top: 24px;
      height: 200px; position: relative;
    }
    .booking-img-preview img { width: 100%; height: 100%; object-fit: cover; }
    .booking-img-preview::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,30,80,0.4),transparent); }

    /* ─── BOOKING CARD FORM ─── */
    .booking-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(0,212,255,0.25);
      border-radius: var(--radius-lg);
      padding: 36px;
      backdrop-filter: blur(20px);
      position: relative; overflow: hidden;
    }
    .booking-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--blue-bright), var(--cyan), var(--aqua));
    }
    .booking-card-title { font-family: 'Baloo 2', sans-serif; font-size: 1.3rem; font-weight: 700; color: white; margin-bottom: 4px; }
    .booking-card-sub { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { margin-bottom: 16px; }
    .form-group label { display: block; font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.65); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
    .form-group input, .form-group select, .form-group textarea {
      width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(0,212,255,0.2);
      border-radius: 10px; padding: 12px 16px; color: white; font-size: 0.9rem;
      font-family: 'Poppins', sans-serif; outline: none; transition: all 0.3s;
    }
    .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
      border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,212,255,0.1); background: rgba(255,255,255,0.08);
    }
    .form-group select option { background: #001a3a; color: white; }
    .form-group textarea { resize: vertical; min-height: 90px; }

    /* Location button */
    .location-group { position: relative; }
    .location-group input { padding-right: 140px; }
    .btn-location {
      position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
      background: linear-gradient(135deg, var(--blue-bright), var(--cyan));
      color: white; border: none; border-radius: 8px;
      padding: 7px 14px; font-size: 0.75rem; font-weight: 600;
      cursor: pointer; display: flex; align-items: center; gap: 6px;
      transition: all 0.3s; white-space: nowrap;
    }
    .btn-location:hover { opacity: 0.9; transform: translateY(-50%) scale(1.02); }
    .btn-location:disabled { opacity: 0.6; cursor: not-allowed; }
    .location-status {
      font-size: 0.75rem; margin-top: 6px; padding: 6px 12px; border-radius: 8px;
      display: none; align-items: center; gap: 6px;
    }
    .location-status.success { display: flex; background: rgba(37,211,102,0.1); color: #25d366; border: 1px solid rgba(37,211,102,0.25); }
    .location-status.error { display: flex; background: rgba(255,80,80,0.1); color: #ff8080; border: 1px solid rgba(255,80,80,0.25); }
    .location-status.loading { display: flex; color: var(--cyan); background: rgba(0,212,255,0.08); border: 1px solid rgba(0,212,255,0.2); }
    .location-link { color: var(--cyan); text-decoration: none; font-size: 0.75rem; font-weight: 600; }
    .location-link:hover { color: var(--aqua); }

    .btn-book-main {
      width: 100%; background: linear-gradient(135deg, #25d366, #128c7e);
      color: white; border: none; padding: 15px 32px; border-radius: 12px;
      font-size: 1rem; font-weight: 700; cursor: pointer;
      display: flex; align-items: center; justify-content: center; gap: 10px;
      box-shadow: 0 6px 30px rgba(37,211,102,0.35); transition: all 0.3s;
      margin-top: 8px; letter-spacing: 0.5px;
    }
    .btn-book-main:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(37,211,102,0.5); }
    .btn-book-main:active { transform: translateY(0); }
    .form-note { text-align: center; font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-top: 10px; }

    /* ─── SECTIONS ─── */
    section { position: relative; z-index: 1; }
    .section-bg-white { background: var(--white); }
    .section-bg-light { background: #f0f8ff; }
    .section-bg-dark { background: linear-gradient(135deg, #001428, #002050); }
    .section-bg-blue { background: linear-gradient(135deg, #002d6b, #004fa3); }
    .section-header { text-align: center; margin-bottom: 50px; }
    .section-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,133,232,0.1); border: 1px solid rgba(0,133,232,0.3); border-radius: 20px; padding: 4px 16px; margin-bottom: 12px; color: var(--blue-bright); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
    .section-eyebrow-light { background: rgba(0,212,255,0.15); border-color: rgba(0,212,255,0.3); color: var(--cyan); }
    .section-title { font-family: 'Baloo 2', sans-serif; font-size: clamp(1.5rem, 3.5vw, 2.3rem); font-weight: 800; color: var(--text-dark); line-height: 1.25; margin-bottom: 8px; }
    .section-title-light { color: white; }
    .section-subtitle { color: #5a7a9a; font-size: 0.95rem; max-width: 520px; margin: 0 auto; }
    .section-subtitle-light { color: rgba(255,255,255,0.65); }
    .section-line { width: 60px; height: 3px; background: linear-gradient(90deg, var(--blue-bright), var(--cyan)); border-radius: 2px; margin: 16px auto 0; }
    .container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
    .py { padding: 90px 0; }
    .py-sm { padding: 60px 0; }

    /* ─── SERVICES ─── */
    .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
    .service-card {
      background: var(--card-bg); border-radius: var(--radius-lg);
      overflow: hidden; box-shadow: 0 4px 24px rgba(0,63,127,0.1);
      border: 1px solid rgba(0,133,232,0.1); transition: all 0.4s; cursor: pointer;
      position: relative;
    }
    .service-img { height: 180px; overflow: hidden; position: relative; }
    .service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
    .service-card:hover .service-img img { transform: scale(1.06); }
    .service-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, transparent 40%, rgba(0,20,60,0.7));
    }
    .service-body { padding: 22px 24px; }
    .service-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--blue-bright), var(--cyan));
      transform: scaleX(0); transform-origin: left; transition: transform 0.4s; z-index: 2;
    }
    .service-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(0,133,232,0.2); }
    .service-card:hover::before { transform: scaleX(1); }
    .service-icon { width: 52px; height: 52px; border-radius: 14px; margin-bottom: 14px; background: linear-gradient(135deg, rgba(0,133,232,0.1), rgba(0,212,255,0.15)); border: 2px solid rgba(0,133,232,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--blue-bright); transition: all 0.4s; }
    .service-card:hover .service-icon { background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); color: white; border-color: transparent; box-shadow: 0 6px 20px rgba(0,133,232,0.4); }
    .service-title-te { font-family: 'Baloo 2', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
    .service-title-en { font-size: 0.78rem; color: #6a8aaa; margin-bottom: 10px; font-weight: 500; }
    .service-desc { font-size: 0.85rem; color: #5a7a9a; line-height: 1.6; margin-bottom: 18px; }
    .service-price { display: inline-block; background: rgba(0,133,232,0.08); color: var(--blue-bright); border: 1px solid rgba(0,133,232,0.2); border-radius: 20px; padding: 4px 14px; font-size: 0.78rem; font-weight: 600; margin-bottom: 16px; }
    .btn-book { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); color: white; border: none; padding: 9px 22px; border-radius: 30px; font-size: 0.85rem; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 16px rgba(0,133,232,0.3); }
    .btn-book:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,133,232,0.4); }

    /* ─── PRODUCTS ─── */
    .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
    .product-card { background: var(--card-bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 4px 24px rgba(0,63,127,0.12); border: 1px solid rgba(0,133,232,0.12); transition: all 0.4s; }
    .product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,133,232,0.2); }
    .product-img { height: 220px; overflow: hidden; position: relative; }
    .product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
    .product-card:hover .product-img img { transform: scale(1.05); }
    .product-badge { position: absolute; top: 12px; right: 12px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: var(--text-dark); border-radius: 20px; padding: 3px 12px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px; z-index: 2; }
    .product-body { padding: 22px 24px; }
    .product-name { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
    .product-name-te { font-size: 0.85rem; color: #6a8aaa; margin-bottom: 14px; }
    .product-features { list-style: none; margin-bottom: 16px; }
    .product-features li { font-size: 0.82rem; color: #5a7a9a; padding: 3px 0; display: flex; align-items: center; gap: 8px; }
    .product-features li::before { content: '✓'; color: var(--blue-bright); font-weight: 700; flex-shrink: 0; }
    .product-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(0,133,232,0.1); }
    .product-price { font-size: 1.2rem; font-weight: 800; color: var(--blue-bright); }
    .product-price span { font-size: 0.75rem; color: #8aaccc; font-weight: 400; }

    /* ─── WHY ─── */
    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
    .why-card { text-align: center; padding: 36px 24px; border: 1px solid rgba(0,212,255,0.15); border-radius: var(--radius-lg); background: rgba(255,255,255,0.04); transition: all 0.4s; backdrop-filter: blur(10px); }
    .why-card:hover { background: rgba(0,212,255,0.08); border-color: rgba(0,212,255,0.3); transform: translateY(-6px); }
    .why-icon { font-size: 2.5rem; margin-bottom: 16px; background: linear-gradient(135deg, var(--cyan), var(--aqua)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .why-title { font-family: 'Baloo 2', sans-serif; font-size: 1rem; font-weight: 700; color: white; margin-bottom: 8px; }
    .why-title-en { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-bottom: 10px; }
    .why-desc { font-size: 0.85rem; color: rgba(255,255,255,0.65); line-height: 1.6; }

    /* ─── TESTIMONIALS ─── */
    .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
    .review-card { background: white; border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 4px 24px rgba(0,63,127,0.1); border: 1px solid rgba(0,133,232,0.1); position: relative; transition: all 0.3s; }
    .review-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,133,232,0.15); }
    .review-card::before { content: '"'; position: absolute; top: -10px; left: 24px; font-size: 5rem; color: rgba(0,133,232,0.1); font-family: Georgia, serif; line-height: 1; }
    .stars { color: #ffc107; font-size: 1rem; margin-bottom: 12px; }
    .review-text { font-size: 0.9rem; color: #3a5a7a; line-height: 1.7; margin-bottom: 18px; }
    .reviewer { display: flex; align-items: center; gap: 12px; }
    .reviewer-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: white; font-weight: 700; flex-shrink: 0; }
    .reviewer-name { font-weight: 600; color: var(--text-dark); font-size: 0.9rem; }
    .reviewer-loc { font-size: 0.75rem; color: #8aaccc; }

    /* ─── OFFERS ─── */
    .offers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
    .offer-card { border-radius: var(--radius-lg); padding: 30px; position: relative; overflow: hidden; border: 1px solid rgba(0,212,255,0.3); background: rgba(255,255,255,0.04); backdrop-filter: blur(10px); }
    .offer-badge { position: absolute; top: 20px; right: -30px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: var(--text-dark); padding: 6px 40px; font-size: 0.75rem; font-weight: 700; transform: rotate(45deg); transform-origin: center; letter-spacing: 1px; }
    .offer-icon { font-size: 2.5rem; margin-bottom: 14px; }
    .offer-title { font-family: 'Baloo 2', sans-serif; font-size: 1.1rem; font-weight: 700; color: white; margin-bottom: 8px; }
    .offer-desc { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 18px; }
    .offer-saving { display: inline-block; background: rgba(255,215,0,0.15); border: 1px solid rgba(255,215,0,0.3); color: var(--gold); border-radius: 20px; padding: 4px 14px; font-size: 0.8rem; font-weight: 600; }

    /* ─── FAQ ─── */
    .faq-list { max-width: 720px; margin: 0 auto; }
    .faq-item { border: 1px solid rgba(0,133,232,0.15); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; background: rgba(255,255,255,0.96); }
    .faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; font-size: 0.95rem; font-weight: 600; color: var(--text-dark); text-align: left; transition: all 0.3s; }
    .faq-q:hover { background: rgba(0,133,232,0.04); }
    .faq-q .icon { color: var(--blue-bright); font-size: 0.9rem; transition: transform 0.3s; flex-shrink: 0; }
    .faq-item.open .faq-q .icon { transform: rotate(180deg); }
    .faq-a { display: none; padding: 0 24px 20px; font-size: 0.88rem; color: #5a7a9a; line-height: 1.7; }
    .faq-item.open .faq-a { display: block; }

    /* ─── ABOUT ─── */
    .about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .about-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
    .about-visual img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-lg); }
    .about-visual::after { content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg); border: 2px solid rgba(0,212,255,0.3); pointer-events: none; }
    .about-owner-badge {
      position: absolute; bottom: 24px; left: 24px; right: 24px;
      background: rgba(0,20,60,0.9); backdrop-filter: blur(12px);
      border: 1px solid rgba(0,212,255,0.3); border-radius: 14px;
      padding: 14px 18px; display: flex; align-items: center; gap: 14px;
    }
    .about-owner-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-mid), var(--cyan)); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
    .owner-name { font-size: 1rem; font-weight: 700; color: white; margin-bottom: 2px; }
    .owner-title { color: var(--cyan); font-size: 0.75rem; font-weight: 500; }
    .about-text .section-title { text-align: left; }
    .about-text .section-eyebrow { margin-bottom: 12px; }
    .about-para { font-size: 0.92rem; color: rgba(255,255,255,0.75); line-height: 1.8; margin-bottom: 16px; }
    .about-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
    .about-badge { background: rgba(0,212,255,0.12); border: 1px solid rgba(0,212,255,0.25); border-radius: 20px; padding: 6px 16px; color: var(--cyan); font-size: 0.8rem; font-weight: 600; }

    /* ─── CONTACT ─── */
    .contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; }
    .contact-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(0,212,255,0.2); border-radius: var(--radius); padding: 22px; margin-bottom: 16px; display: flex; align-items: flex-start; gap: 16px; backdrop-filter: blur(10px); }
    .contact-icon { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: white; }
    .contact-card-title { font-weight: 600; color: white; margin-bottom: 4px; }
    .contact-card-val { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
    .contact-card-val a { color: var(--cyan); text-decoration: none; font-weight: 600; display: block; }
    .contact-card-val a:hover { color: var(--aqua); }
    .contact-form-wrap { background: rgba(255,255,255,0.04); border: 1px solid rgba(0,212,255,0.2); border-radius: var(--radius-lg); padding: 36px; backdrop-filter: blur(10px); }
    .form-title { font-family: 'Baloo 2', sans-serif; font-size: 1.2rem; font-weight: 700; color: white; margin-bottom: 24px; }
    .map-wrap { border-radius: var(--radius); overflow: hidden; margin-top: 20px; border: 1px solid rgba(0,212,255,0.2); }
    .map-placeholder { background: rgba(0,30,70,0.8); height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 0.88rem; }
    .map-placeholder i { font-size: 2.5rem; color: var(--cyan); }

    /* ─── BOOKING MODAL ─── */
    .modal-overlay { position: fixed; inset: 0; background: rgba(0,10,30,0.85); z-index: 9999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(8px); padding: 20px; }
    .modal-overlay.open { display: flex; }
    .modal { background: linear-gradient(135deg, #001830, #002d6b); border: 1px solid rgba(0,212,255,0.3); border-radius: var(--radius-lg); padding: 40px; max-width: 500px; width: 100%; position: relative; animation: modal-in 0.4s ease; max-height: 90vh; overflow-y: auto; }
    @keyframes modal-in { from { opacity: 0; transform: translateY(-30px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } }
    .modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: rgba(255,255,255,0.5); font-size: 1.5rem; cursor: pointer; transition: color 0.3s; }
    .modal-close:hover { color: white; }
    .modal-title { font-family: 'Baloo 2', sans-serif; font-size: 1.3rem; font-weight: 700; color: white; margin-bottom: 6px; }
    .modal-sub { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 28px; }

    /* ─── FLOATING BUTTONS ─── */
    .float-wa {
      position: fixed; bottom: 24px; right: 24px; z-index: 9000;
      width: 58px; height: 58px; border-radius: 50%;
      background: linear-gradient(135deg, #25d366, #128c7e);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.7rem; color: white; text-decoration: none;
      box-shadow: 0 6px 24px rgba(37,211,102,0.5);
      animation: pulse-wa 2.5s ease-in-out infinite;
    }
    @keyframes pulse-wa {
      0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
      50% { box-shadow: 0 6px 36px rgba(37,211,102,0.7), 0 0 0 12px rgba(37,211,102,0.1); }
    }
    .float-call { position: fixed; bottom: 92px; right: 24px; z-index: 9000; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: white; text-decoration: none; box-shadow: 0 6px 24px rgba(0,133,232,0.5); transition: transform 0.3s; }
    .float-call:hover { transform: scale(1.1); }
    .float-tooltip { position: absolute; right: 70px; top: 50%; transform: translateY(-50%); background: rgba(0,10,30,0.9); color: white; border-radius: 8px; padding: 6px 12px; font-size: 0.78rem; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.3s; border: 1px solid rgba(0,212,255,0.2); }
    .float-wa:hover .float-tooltip, .float-call:hover .float-tooltip { opacity: 1; }

    /* ─── STICKY CALL BAR (mobile) ─── */
    .sticky-call {
      display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 8999;
      background: linear-gradient(90deg, var(--blue-deep), var(--blue-mid));
      border-top: 2px solid var(--cyan);
      padding: 12px 20px;
      justify-content: center; gap: 12px;
    }
    .sticky-call a { color: white; text-decoration: none; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.95rem; background: rgba(255,255,255,0.12); border-radius: 30px; padding: 8px 20px; }

    /* ─── FOOTER ─── */
    footer { background: #000d1f; border-top: 1px solid rgba(0,180,240,0.15); padding: 60px 0 0; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
    .footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-top: 14px; margin-bottom: 18px; max-width: 260px; }
    .social-links { display: flex; gap: 10px; }
    .social-link { width: 36px; height: 36px; border-radius: 50%; background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.2); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 0.9rem; text-decoration: none; transition: all 0.3s; }
    .social-link:hover { background: var(--cyan); color: var(--blue-deep); border-color: var(--cyan); }
    .footer-col h4 { font-size: 0.82rem; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(0,212,255,0.15); }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 10px; }
    .footer-col ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; display: flex; align-items: center; gap: 6px; }
    .footer-col ul li a:hover { color: var(--cyan); }
    .footer-col ul li a i { font-size: 0.75rem; color: var(--blue-bright); }
    .footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
    .footer-contact-item i { color: var(--cyan); margin-top: 3px; font-size: 0.85rem; flex-shrink: 0; }
    .footer-contact-item span { font-size: 0.84rem; color: rgba(255,255,255,0.55); line-height: 1.5; }
    .footer-contact-item a { color: var(--cyan); text-decoration: none; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
    .footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
    .footer-bottom .tel-text { color: rgba(0,212,255,0.5); font-size: 0.78rem; }

    /* ─── GOOGLE REVIEW BUTTON ─── */
    .btn-google-review {
      display: inline-flex; align-items: center; gap: 10px;
      background: white; color: #3c4043;
      border: 2px solid #dadce0; border-radius: 50px;
      padding: 12px 24px; font-size: 0.92rem; font-weight: 600;
      text-decoration: none; cursor: pointer;
      box-shadow: 0 2px 12px rgba(0,0,0,0.1);
      transition: all 0.3s;
    }
    .btn-google-review:hover {
      background: #f8f9fa; border-color: #4285F4;
      box-shadow: 0 4px 20px rgba(66,133,244,0.25);
      transform: translateY(-2px); color: #1a1a1a;
    }
    .btn-google-review-write {
      background: linear-gradient(135deg, #4285F4, #34A853);
      color: white; border-color: transparent;
    }
    .btn-google-review-write:hover {
      background: linear-gradient(135deg, #3367d6, #2d9249);
      color: white; border-color: transparent;
      box-shadow: 0 6px 24px rgba(66,133,244,0.4);
    }

    /* ─── AMC PLANS TABLE ─── */
    #amc { background: linear-gradient(180deg, #f0f8ff 0%, #e0f0ff 100%); }
    .amc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
    .amc-card {
      background: white; border-radius: var(--radius-lg); overflow: hidden;
      box-shadow: 0 6px 30px rgba(0,63,127,0.12); border: 2px solid transparent;
      transition: all 0.4s; position: relative;
    }
    .amc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,133,232,0.2); }
    .amc-card.featured {
      border-color: var(--blue-bright);
      box-shadow: 0 8px 40px rgba(0,133,232,0.25);
      transform: scale(1.03);
    }
    .amc-card.featured:hover { transform: scale(1.03) translateY(-8px); }
    .amc-header {
      padding: 28px 28px 22px; text-align: center;
      background: linear-gradient(135deg, #f8fcff, #e8f4ff);
      border-bottom: 1px solid rgba(0,133,232,0.1);
    }
    .amc-card.featured .amc-header { background: linear-gradient(135deg, var(--blue-bright), var(--blue-light)); }
    .amc-badge {
      display: inline-block; background: rgba(0,133,232,0.1); color: var(--blue-bright);
      border: 1px solid rgba(0,133,232,0.25); border-radius: 20px;
      padding: 3px 14px; font-size: 0.72rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px;
    }
    .amc-card.featured .amc-badge { background: rgba(255,255,255,0.25); border-color: rgba(255,255,255,0.5); color: white; }
    .amc-popular {
      position: absolute; top: 16px; right: -28px;
      background: linear-gradient(135deg, var(--gold), var(--gold-dark));
      color: var(--text-dark); padding: 5px 38px; font-size: 0.7rem; font-weight: 800;
      transform: rotate(45deg); letter-spacing: 1px; white-space: nowrap;
    }
    .amc-plan-name { font-family: 'Baloo 2', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
    .amc-card.featured .amc-plan-name { color: white; }
    .amc-plan-sub { font-size: 0.8rem; color: #6a8aaa; margin-bottom: 14px; }
    .amc-card.featured .amc-plan-sub { color: rgba(255,255,255,0.8); }
    .amc-price { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
    .amc-price-main { font-size: 2.2rem; font-weight: 900; color: var(--blue-bright); }
    .amc-card.featured .amc-price-main { color: white; }
    .amc-price-period { font-size: 0.85rem; color: #8aaccc; }
    .amc-card.featured .amc-price-period { color: rgba(255,255,255,0.7); }
    .amc-old-price { font-size: 0.9rem; color: #aaa; text-decoration: line-through; margin-top: 4px; text-align: center; }
    .amc-body { padding: 24px 28px; }
    .amc-features { list-style: none; margin-bottom: 24px; }
    .amc-features li {
      display: flex; align-items: center; gap: 10px;
      padding: 8px 0; border-bottom: 1px solid rgba(0,133,232,0.06);
      font-size: 0.88rem; color: #3a5a7a;
    }
    .amc-features li:last-child { border-bottom: none; }
    .amc-features li i { color: var(--blue-bright); font-size: 0.85rem; flex-shrink: 0; }
    .amc-features li.not-included { color: #aabbd0; }
    .amc-features li.not-included i { color: #ccddee; }
    .btn-amc {
      width: 100%; padding: 13px; border-radius: 12px; border: none; cursor: pointer;
      font-size: 0.95rem; font-weight: 700; letter-spacing: 0.5px;
      background: linear-gradient(135deg, rgba(0,133,232,0.1), rgba(0,212,255,0.15));
      color: var(--blue-bright); border: 2px solid rgba(0,133,232,0.3);
      transition: all 0.3s; text-decoration: none; display: block; text-align: center;
    }
    .btn-amc:hover { background: linear-gradient(135deg, var(--blue-bright), var(--cyan)); color: white; border-color: transparent; transform: translateY(-2px); }
    .amc-card.featured .btn-amc { background: white; color: var(--blue-bright); border-color: white; }
    .amc-card.featured .btn-amc:hover { background: var(--gold); color: var(--text-dark); border-color: var(--gold); }
    .amc-note { text-align: center; margin-top: 30px; color: #6a8aaa; font-size: 0.85rem; }
    .amc-note i { color: var(--blue-bright); }

    /* ─── BEFORE & AFTER ─── */
    #before-after { background: linear-gradient(135deg, #001428, #002050); }
    .ba-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
    .ba-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(0,212,255,0.2); }
    .ba-images { display: grid; grid-template-columns: 1fr 1fr; }
    .ba-side { position: relative; overflow: hidden; }
    .ba-side img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.5s; }
    .ba-card:hover .ba-side img { transform: scale(1.05); }
    .ba-label {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: 8px; text-align: center; font-size: 0.75rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 1px;
    }
    .ba-label.before { background: rgba(220,60,60,0.85); color: white; }
    .ba-label.after { background: rgba(0,133,232,0.85); color: white; }
    .ba-divider { width: 4px; background: white; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
    .ba-divider-icon { background: white; border-radius: 50%; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: var(--blue-bright); font-size: 0.8rem; flex-shrink: 0; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
    .ba-info { padding: 20px; background: rgba(255,255,255,0.04); border-top: 1px solid rgba(0,212,255,0.15); }
    .ba-title { font-weight: 700; color: white; font-size: 0.95rem; margin-bottom: 4px; }
    .ba-desc { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.5; }
    .ba-result { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.25); border-radius: 20px; padding: 4px 12px; color: var(--cyan); font-size: 0.75rem; font-weight: 600; }

    /* ─── ENHANCED TESTIMONIALS ─── */
    .rating-summary { display: flex; align-items: center; justify-content: center; gap: 32px; background: white; border-radius: var(--radius-lg); padding: 28px; margin-bottom: 40px; box-shadow: 0 4px 24px rgba(0,63,127,0.1); flex-wrap: wrap; }
    .rating-big { text-align: center; }
    .rating-big-num { font-size: 3.5rem; font-weight: 900; color: var(--blue-bright); line-height: 1; }
    .rating-stars-big { color: #ffc107; font-size: 1.4rem; margin: 6px 0; }
    .rating-big-label { font-size: 0.8rem; color: #6a8aaa; }
    .rating-bars { flex: 1; min-width: 200px; max-width: 320px; }
    .rating-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; font-size: 0.8rem; color: #5a7a9a; }
    .rating-bar-row .bar-track { flex: 1; height: 8px; background: #e8f4ff; border-radius: 4px; overflow: hidden; }
    .rating-bar-row .bar-fill { height: 100%; background: linear-gradient(90deg, var(--blue-bright), var(--cyan)); border-radius: 4px; }
    .rating-bar-row .bar-count { width: 28px; text-align: right; color: #8aaccc; font-size: 0.75rem; }
    .review-card .review-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; flex-wrap: wrap; gap: 6px; }
    .review-date { font-size: 0.72rem; color: #aabbd0; }
    .review-tag { display: inline-block; background: rgba(0,133,232,0.07); border: 1px solid rgba(0,133,232,0.15); border-radius: 12px; padding: 2px 10px; font-size: 0.7rem; color: var(--blue-bright); font-weight: 600; margin-top: 8px; }
    .stars-row { display: flex; gap: 2px; }
    .stars-row i { color: #ffc107; font-size: 0.9rem; }

    [id]:not(html):not(body) { scroll-margin-top: 80px; }
    .fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .fade-up:nth-child(2) { transition-delay: 0.1s; }
    .fade-up:nth-child(3) { transition-delay: 0.2s; }
    .fade-up:nth-child(4) { transition-delay: 0.3s; }

    /* ─── SPINNER ─── */
    @keyframes spin { 0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)} }
    .spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,0.3); border-top-color: white; border-radius: 50%; animation: spin 0.8s linear infinite; }

    /* ─── MOBILE ─── */
    @media (max-width: 900px) {
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .about-layout { grid-template-columns: 1fr; }
      .about-visual img { height: 300px; }
      .contact-layout { grid-template-columns: 1fr; }
      .booking-wrapper { grid-template-columns: 1fr; }
      .booking-info { order: 2; }
      .booking-card { order: 1; }
    }
    @media (max-width: 640px) {
      .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(0,20,60,0.98); padding: 16px; gap: 4px; border-bottom: 1px solid rgba(0,212,255,0.2); }
      .nav-links.open { display: flex; }
      .hamburger { display: flex; }
      nav { flex-wrap: wrap; position: relative; }
      .topbar { font-size: 0.74rem; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-brand p { max-width: 100%; }
      .modal { padding: 28px 20px; }
      .hero-stats { gap: 20px; }
      .stat-num { font-size: 1.4rem; }
      .form-row { grid-template-columns: 1fr; }
      .sticky-call { display: flex; }
      .float-wa { bottom: 80px; }
      .float-call { bottom: 148px; }
      body { padding-bottom: 70px; }
    }
    /* ═══════════════════════════════════════════════════════════════
   SRI THIRUMALA WATER SOLUTIONS — TEXT VISIBILITY FIX
   Paste this at the END of your existing <style> block.
   These rules override earlier ones thanks to specificity/order.
   ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────
   PROFESSIONAL COLOR PALETTE (Water/Clean Theme)
   ─────────────────────────────────────────────
   Dark Navy      #0a1628   → body text on white
   Deep Blue      #003f7f   → headings on white
   Mid Blue       #005bbd   → accents
   Bright Blue    #0085e8   → CTA, links, icons
   Cyan           #00d4ff   → highlights, badges
   White          #ffffff   → text on dark bg
   Off White      #f0f8ff   → light section bg
   Slate          #3a5a7a   → body text on light bg
   Muted Slate    #5a7a9a   → secondary text
   Light Slate    #8aaccc   → captions, dates
   ───────────────────────────────────────────── */


/* ══════════════════════════════════════════════
   1. SECTION HEADERS — UNIVERSAL FIX
   The root issue: .section-title defaults to
   var(--text-dark) which is invisible on dark bg.
   We use parent-context selectors to apply the
   right color automatically.
   ══════════════════════════════════════════════ */

/* Light backgrounds: #f0f8ff, white → dark text */
.section-bg-light .section-title,
.section-bg-white .section-title,
#amc .section-title,
#services .section-title {
  color: #0a2a4a; /* deep navy — strong contrast on light blue/white */
}

.section-bg-light .section-subtitle,
.section-bg-white .section-subtitle,
#amc .section-subtitle,
#services .section-subtitle {
  color: #3a5a7a; /* readable slate */
}

.section-bg-light .section-eyebrow,
.section-bg-white .section-eyebrow,
#amc .section-eyebrow,
#services .section-eyebrow {
  background: rgba(0, 133, 232, 0.1);
  border-color: rgba(0, 133, 232, 0.3);
  color: #0065c0; /* darker blue for contrast on white */
}

/* Dark backgrounds → bright white text */
.section-bg-dark .section-title,
.section-bg-blue .section-title,
#before-after .section-title,
#booking .section-title,
#about .section-title,
#contact .section-title {
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.section-bg-dark .section-subtitle,
.section-bg-blue .section-subtitle,
#before-after .section-subtitle,
#booking .section-subtitle,
#about .section-subtitle,
#contact .section-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.section-bg-dark .section-eyebrow,
.section-bg-blue .section-eyebrow,
#before-after .section-eyebrow,
#booking .section-eyebrow {
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.35);
  color: #00d4ff;
}

/* Products section (dark bg) */
#products .section-title {
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
#products .section-subtitle {
  color: rgba(255, 255, 255, 0.72);
}
#products .section-eyebrow {
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.35);
  color: #00d4ff;
}


/* ══════════════════════════════════════════════
   2. FAQ SECTION — FULL VISIBILITY FIX
   ══════════════════════════════════════════════ */

/* FAQ is inside .section-bg-white → dark styling */
.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 133, 232, 0.18);
  box-shadow: 0 2px 12px rgba(0, 63, 127, 0.07);
}

.faq-q {
  color: #0a2a4a; /* deep navy — clearly readable */
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.faq-q:hover {
  background: rgba(0, 133, 232, 0.05);
  color: #0065c0;
}

.faq-q .icon {
  color: #0085e8;
}

.faq-a {
  color: #3a5a7a; /* clear readable slate */
  font-size: 0.88rem;
  line-height: 1.75;
  border-top: 1px solid rgba(0, 133, 232, 0.1);
  padding-top: 12px;
}

/* Open state highlight */
.faq-item.open {
  border-color: rgba(0, 133, 232, 0.3);
  box-shadow: 0 4px 20px rgba(0, 133, 232, 0.1);
}
.faq-item.open .faq-q {
  color: #0065c0;
}


/* ══════════════════════════════════════════════
   3. AMC SECTION — VISIBILITY FIX
   AMC is on light blue bg (#f0f8ff → #e0f0ff)
   ══════════════════════════════════════════════ */

/* Plan name & sub on non-featured cards */
.amc-card .amc-plan-name {
  color: #0a2a4a;
  font-size: 1.3rem;
}

.amc-card .amc-plan-sub {
  color: #4a6a8a;
  font-size: 0.82rem;
}

.amc-card .amc-price-main {
  color: #0065c0;
}

.amc-card .amc-price-period {
  color: #5a7a9a;
}

.amc-card .amc-old-price {
  color: #8a9aaa;
}

.amc-card .amc-badge {
  background: rgba(0, 133, 232, 0.1);
  border-color: rgba(0, 133, 232, 0.28);
  color: #0065c0;
  font-weight: 700;
}

/* AMC feature list text */
.amc-features li {
  color: #2a4a6a; /* darker than before for readability */
}

.amc-features li.not-included {
  color: #8aaccc;
}

/* Featured (Gold) card overrides — keep white text */
.amc-card.featured .amc-plan-name { color: #ffffff; }
.amc-card.featured .amc-plan-sub  { color: rgba(255,255,255,0.85); }
.amc-card.featured .amc-price-main { color: #ffffff; }
.amc-card.featured .amc-price-period { color: rgba(255,255,255,0.75); }
.amc-card.featured .amc-old-price { color: rgba(255,255,255,0.6); }
.amc-card.featured .amc-badge { color: #ffffff; }
.amc-card.featured .amc-features li { color: #0a2a4a; }
.amc-card.featured .amc-features li i { color: #00f5e4; }

/* AMC section note */
.amc-note {
  color: #4a6a8a;
  font-size: 0.85rem;
}
.amc-note i { color: #0085e8; }


/* ══════════════════════════════════════════════
   4. REVIEWS / TESTIMONIALS SECTION
   On light bg (#f0f8ff) — fix subtitle/eyebrow
   ══════════════════════════════════════════════ */

.section-bg-light .section-title {
  color: #0a2a4a;
}

.section-bg-light .section-subtitle {
  color: #3a5a7a;
}

/* Review cards */
.review-card {
  background: #ffffff;
  border: 1px solid rgba(0, 133, 232, 0.12);
}

.review-text {
  color: #2a4a6a; /* slightly darker for better readability */
}

.reviewer-name {
  color: #0a2a4a;
  font-weight: 700;
}

.reviewer-loc {
  color: #6a8aaa;
}

.review-date {
  color: #8aaccc;
}

.review-tag {
  color: #0065c0;
  background: rgba(0, 133, 232, 0.07);
  border-color: rgba(0, 133, 232, 0.18);
}

/* Rating summary */
.rating-big-num { color: #0065c0; }
.rating-big-label { color: #5a7a9a; }


/* ══════════════════════════════════════════════
   5. SERVICES SECTION — CARD TEXT
   On .section-bg-light (#f0f8ff)
   ══════════════════════════════════════════════ */

.service-title-te {
  color: #0a2a4a;
  font-weight: 700;
}

.service-title-en {
  color: #5a7a9a;
}

.service-desc {
  color: #3a5a7a;
}

.service-price {
  color: #0065c0;
  background: rgba(0, 133, 232, 0.08);
  border-color: rgba(0, 133, 232, 0.22);
  font-weight: 700;
}


/* ══════════════════════════════════════════════
   6. BEFORE & AFTER SECTION
   Dark bg → ensure all text is bright
   ══════════════════════════════════════════════ */

.ba-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.98rem;
}

.ba-desc {
  color: rgba(255, 255, 255, 0.75);
}

.ba-result {
  color: #00d4ff;
  background: rgba(0, 212, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.28);
}


/* ══════════════════════════════════════════════
   7. WHY CHOOSE US SECTION
   Dark bg — already good, just small boost
   ══════════════════════════════════════════════ */

.why-title {
  color: #ffffff;
  font-size: 1.02rem;
}

.why-title-en {
  color: rgba(255, 255, 255, 0.6);
}

.why-desc {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}


/* ══════════════════════════════════════════════
   8. ABOUT SECTION — READABLE PARAS
   ══════════════════════════════════════════════ */

.about-para {
  color: rgba(255, 255, 255, 0.82); /* slightly brighter */
  line-height: 1.85;
}

.about-badge {
  color: #00d4ff;
  border-color: rgba(0, 212, 255, 0.3);
  font-weight: 600;
}


/* ══════════════════════════════════════════════
   9. CONTACT SECTION
   Dark blue bg → ensure all values readable
   ══════════════════════════════════════════════ */

.contact-card-title {
  color: #ffffff;
  font-weight: 600;
}

.contact-card-val {
  color: rgba(255, 255, 255, 0.75);
}

.contact-card-val a {
  color: #00d4ff;
  font-weight: 600;
}


/* ══════════════════════════════════════════════
   10. FOOTER TEXT
   ══════════════════════════════════════════════ */

.footer-brand p {
  color: rgba(255, 255, 255, 0.55);
}

.footer-col h4 {
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1.5px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.55);
}

.footer-col ul li a:hover {
  color: #00d4ff;
}

.footer-contact-item span {
  color: rgba(255, 255, 255, 0.58);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.35);
}

.footer-bottom .tel-text {
  color: rgba(0, 212, 255, 0.55);
}


/* ══════════════════════════════════════════════
   11. SPECIAL OFFERS SECTION
   Dark blue bg → keep text white and bright
   ══════════════════════════════════════════════ */

.offer-title {
  color: #ffffff;
  font-weight: 700;
}

.offer-desc {
  color: rgba(255, 255, 255, 0.78);
}

.offer-saving {
  color: #ffd700;
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.3);
  font-weight: 700;
}


/* ══════════════════════════════════════════════
   12. BOOKING SECTION FORM LABELS
   Dark bg → ensure labels are clear
   ══════════════════════════════════════════════ */

.form-group label {
  color: rgba(255, 255, 255, 0.8); /* up from 0.65 */
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.booking-info p {
  color: rgba(255, 255, 255, 0.78);
}

.booking-info h2 {
  color: #ffffff;
}

.booking-features li {
  color: rgba(255, 255, 255, 0.88);
}

.form-note {
  color: rgba(255, 255, 255, 0.5);
}


/* ══════════════════════════════════════════════
   13. HERO SECTION — SMALL BOOSTS
   ══════════════════════════════════════════════ */

.stat-label {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 1.2px;
}

.hero-title-en {
  color: rgba(255, 255, 255, 0.78);
}

.hero-tagline-te {
  color: rgba(255, 255, 255, 0.82);
}


/* ══════════════════════════════════════════════
   14. SECTION LINE — consistent accent
   ══════════════════════════════════════════════ */

.section-line {
  background: linear-gradient(90deg, #0085e8, #00d4ff);
  height: 3px;
  width: 60px;
  border-radius: 2px;
}


/* ══════════════════════════════════════════════
   15. PRODUCT CARDS (NEW ONES)
   White card bg → dark text
   ══════════════════════════════════════════════ */

.product-name {
  color: #0a2a4a;
}

.product-name-te {
  color: #5a7a9a;
}

.product-features li {
  color: #3a5a7a;
}

.product-price {
  color: #0065c0;
  font-weight: 800;
}

/* ═══════════════════════════════════════════════
   END OF VISIBILITY FIX CSS
   ═══════════════════════════════════════════════ */

