/*----Importing Google Font------*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Universal Setting */
* {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* ═══════════════════════════════════════
   DESIGN TOKENS  — Dark Blue + White
═══════════════════════════════════════ */
:root {
  /* Core palette */

  --navy: #003366;
  --navy-dark: #002244;
  --navy-mid: #004080;
  --gold: #C8973A;
  --gold-light: #E8B96A;
  --off-white: #F7F5F0;
  --slate: #4A5568;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --shadow-sm: 0 2px 12px rgba(0, 51, 102, .07);
  --shadow-md: 0 8px 32px rgba(0, 51, 102, .13);
  --transition: .3s cubic-bezier(.4, 0, .2, 1);
  --navy-900: #060f24;
  --navy-800: #0b1a3e;
  --navy-700: #0f2356;
  --navy-600: #152d6b;
  --navy-500: #1d3d8f;
  --accent: #2e5fcc;
  --accent-lt: #3d72e8;
  --gold: #c9a84c;
  --gold-light: #e0c070;
  --white: #ffffff;
  --off-white: #f4f7ff;
  --muted: #cfdcf8;
  --muted-dark: rgba(255, 255, 255, .35);
  --border: rgba(255, 255, 255, 0.08);
  --font-head: 'Outfit', sans-serif;
  --font-body: 'DM Sans', 'Segoe UI', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --transition: 0.22s ease;
  --min-tap: 44px;
  --navy-light: #1a3d6e;
  --navy-card: #0f2847;
  --blue-accent: #1e4d8c;
  --white: #ffffff;
  --off-white: #f0f5fc;
  --soft-white: #e4ecf7;
  --primary: #0A2342;
  --primary-light: #153A6A;
  --primary-dark: #061629;
  --accent: #1E6FBF;
  --accent-light: #3D8FDF;
  --accent-soft: rgba(30, 111, 191, 0.10);
  --surface: #F4F6FA;
  --surface-alt: #E8ECF4;
  --white: #FFFFFF;
  --text: #12203A;
  --text-muted: #5B6882;
  --border: #D0D7E8;
  --success: #0F6B3E;
  --success-bg: #E7F8EF;
  --error: #B91C1C;
  --error-bg: #FEE2E2;
  --shadow-xs: 0 1px 4px rgba(10, 35, 66, 0.07);
  --shadow-sm: 0 2px 10px rgba(10, 35, 66, 0.09);
  --shadow-md: 0 8px 32px rgba(10, 35, 66, 0.13);
  --shadow-lg: 0 20px 60px rgba(10, 35, 66, 0.18);
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --navy: #0b1f4a;
  --navy-mid: #071430;
  --navy-soft: #0f2040;
  --blue: #1a4fd6;
  --blue-lt: #3b72f5;
  --blue-pale: #e8eeff;
  --blue-dim: rgba(26, 79, 214, .1);
  --white: #ffffff;
  --off: #f7f9ff;
  --paper: #fafbff;
  --text: #1c2b4a;
  --muted: #7a849e;
  --border: rgba(26, 79, 214, .18);
  --border-soft: rgba(26, 79, 214, .08);
  --r-xl: 20px;
  --r-lg: 14px;
  --r-md: 9px;
  --sh-sm: 0 2px 12px rgba(11, 31, 74, .06);
  --sh-md: 0 6px 32px rgba(11, 31, 74, .1);
  --sh-lg: 0 16px 56px rgba(11, 31, 74, .16);
  --sh-blue: 0 8px 32px rgba(26, 79, 214, .28);
  --ease: cubic-bezier(.25, .8, .25, 1);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;

  --navy: #0b1f4a;
  --navy-dark: #071430;
  --navy-mid: #132d6a;
  --navy-light: #1a3d8f;
  --blue-acc: #2158d4;
  --sky: #e8eef8;
  --sky-lt: #f4f7fd;
  --white: #ffffff;
  --gold: #c9a84c;
  --border: #dce4f0;
  --text-main: #0b1f4a;
  --text-soft: #4a5e88;
  --text-muted: #8a9bbf;
  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 12px rgba(11, 31, 74, 0.08);
  --shadow-md: 0 8px 32px rgba(11, 31, 74, 0.12);
  --shadow-lg: 0 20px 60px rgba(11, 31, 74, 0.16);
  --ease: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* Utility */
  --r-sm: 6px;
  --r-md: 14px;
  --r-lg: 22px;

  --sh-sm: 0 2px 12px rgba(11, 31, 58, .12);
  --sh-md: 0 8px 32px rgba(11, 31, 58, .18);
  --sh-lg: 0 24px 64px rgba(11, 31, 58, .28);

  --ease: cubic-bezier(.4, 0, .2, 1);


  --md-sys-surface: #FCFCFF;
  --md-sys-outline: #73777F;
  --md-sys-surface-container-low: #F6F3F4;

}

/* ───── RESET ───── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', 'Google Sans', 'Outfit', 'Segoe UI', sans-serif;
  color: var(--navy);
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}


h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -.02em;
}


/* 
=================================
Menubar
================================= */


nav.navbar {
  background-color: #0b1f4a;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: all 0.4s ease;
}

nav.navbar.scrolled {
  background-color: #071430 !important;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.3) !important;
}

/* Logo */
.navbar-brand .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.navbar-brand .brand-name span {
  color: #c9a84c;
}

/* Nav links */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.87rem;
  font-weight: 500;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  transition: color 0.25s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
  font-weight: 600;
}

/* Dropdown */
.dropdown-menu {
  z-index: 1055;
  border: 1px solid rgba(11, 31, 74, 0.1);
  border-radius: 10px;
  padding: 0.5rem;
  box-shadow: 0 10px 40px rgba(11, 31, 74, 0.15);
  margin-top: 0.5rem;
}

.dropdown-item {
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #132d6a;
  padding: 0.55rem 1rem;
  transition: all 0.2s;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e8eef8;
  color: #0b1f4a;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0b1f4a;
  color: #ffffff;
}

/* Search */
.navbar .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.82rem;
  transition: all 0.3s;
}

.navbar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.navbar .form-control:focus {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: none;
}

.navbar .btn-search {
  font-size: 0.82rem;
  font-weight: 500;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s;
}

.navbar .btn-search:hover {
  background-color: #2158d4;
  border-color: #2158d4;
  color: #ffffff;
}

/* Toggler */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.25);
}

.navbar-toggler:focus {
  box-shadow: none;
}


/* 
=================================
Home page
================================= */

/* ── Section Shared ── */
.section-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
  display: block;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}


.section-lead {
  color: var(--slate);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 640px;
}

.section-lead-index {
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 640px;
}

/* ── Hero ── */
.hero-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(0, 34, 68, .90) 10%,
      rgba(0, 1, 2, 0.836) 100%,
      rgba(0, 24, 52, 0.728) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 0 1.5rem;
  animation: heroFadeUp .9s ease both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-eyebrow {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

/* .hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.25rem;
}

.hero-title em {
  color: var(--gold-light);
  font-style: normal;
  font-family: Playfair;
} */


.hero-index-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.25rem;

}

.hero-index-title em {
  color: var(--gold-light);
  font-style: normal;
  font-family: Playfair;
}

.hero-subtitle {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 2.5rem;
  line-height: 1.65;
}

.btn-gold {
  background: var(--gold);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: .85rem 2.2rem;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  display: inline-block;
}

.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200, 151, 58, .45);
}

.btn-outline-hero {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: .85rem 2.2rem;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, .5);
  text-decoration: none;
  transition: all var(--transition);
  display: inline-block;
}

.btn-outline-hero:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
  color: #fff;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.hero-stat {
  text-align: center;
  color: #fff;
}

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--gold-light);
  display: block;
  line-height: 1;
}

.hero-stat-label {
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .7;
}

.hero-divider {
  width: 1px;
  background: rgba(255, 255, 255, .2);
}

/* ── About ── */
#about {
  background: var(--off-white);
  padding: 5rem 0;
}

.pillar-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius-xl);
  padding: 2.2rem 1.8rem;
  text-align: center;
  height: 100%;
  transition: box-shadow var(--transition), transform var(--transition);
}

.pillar-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.pillar-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  margin-bottom: 1.1rem;
}

.icon-green {
  background: #E8F7F0;
  color: #1A8050;
}

.icon-blue {
  background: #EAF2FF;
  color: #1A60C8;
}

.icon-orange {
  background: #FFF4E5;
  color: #C8730A;
}

.pillar-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.pillar-card p {
  color: var(--slate);
  font-size: .92rem;
  margin: 0;
  line-height: 1.6;
}

/* ── Why Us ── */
#why-us {
  padding: 5rem 0;
  background: #fff;
}

.why-card {
  border: 1px solid #eee;
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform var(--transition);
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.why-icon {
  width: 56px;
  height: 56px;
  background: #EAF2FF;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--navy-mid);
  margin-bottom: 1rem;
}

.why-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .4rem;
}

.why-card p {
  color: var(--slate);
  font-size: .9rem;
  margin: 0;
}

/* ══════════════════════════════════════════
       SERVICES SECTION — Card Grid
    ══════════════════════════════════════════ */
#services {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, #003366 0%, #002244 100%);
}

.service-card {
  background: #fff;
  border: 1px solid #e4ecf5;
  border-radius: var(--radius-xl);
  padding: 2.2rem 1.8rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.service-card:hover {
  box-shadow: 0 12px 40px rgba(0, 51, 102, .14);
  transform: translateY(-6px);
  border-color: #c5d8f0;
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  margin-bottom: 1.3rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}

.service-card:hover .service-icon-wrap {
  transform: scale(1.08) rotate(-3deg);
}

/* Individual icon colours */
.svc-visa {
  background: #EAF2FF;
  color: #1A60C8;
}

.svc-passport {
  background: #E8F7F0;
  color: #1A8050;
}

.svc-schengen {
  background: #FFF4E5;
  color: #C8730A;
}

.svc-insurance {
  background: #FDE8E8;
  color: #C0392B;
}

.svc-flights {
  background: #EDE8FD;
  color: #6C3FC8;
}

.svc-oci {
  background: #E8F6FD;
  color: #0A7FA8;
}

.service-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: .5rem;
}

.service-card p {
  font-size: .9rem;
  color: var(--slate);
  line-height: 1.65;
  flex-grow: 1;
  margin-bottom: 1.4rem;
}

.btn-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background: var(--navy);
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  padding: .6rem 1.6rem;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid var(--navy);
  transition: all var(--transition);
  margin-top: auto;
}

.btn-service:hover {
  background: transparent;
  color: var(--navy);
}

.btn-service i {
  font-size: .85rem;
  transition: transform var(--transition);
}

.btn-service:hover i {
  transform: translateX(3px);
}

/* ── Process ── */
#process {
  background: var(--navy);
  padding: 5rem 0;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.step-body h6 {
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .35rem;
}

.step-body p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .65);
  margin: 0;
  line-height: 1.55;
}

/* ── FAQ ── */
#faq {
  padding: 5rem 0;
  background: #fff;
}

#faq .accordion-button {
  font-weight: 600;
  font-size: .97rem;
  color: var(--navy);
}

#faq .accordion-button:not(.collapsed) {
  background: #EAF2FF;
  color: var(--navy);
  box-shadow: none;
}

#faq .accordion-item {
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  margin-bottom: .75rem;
  border: 1px solid #eee !important;
}

#faq .accordion-body {
  color: var(--slate);
  font-size: .95rem;
  line-height: 1.65;
}

/* ── News ── */
#news {
  padding: 5rem 0;
  background: var(--off-white);
}

.news-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  height: 100%;
  transition: box-shadow var(--transition), transform var(--transition);
}

.news-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.news-badge {
  display: inline-block;
  background: #EAF2FF;
  color: var(--navy-mid);
  font-size: .73rem;
  font-weight: 600;
  padding: .22rem .75rem;
  border-radius: 50px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.news-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.news-card p {
  color: var(--slate);
  font-size: .88rem;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.news-card a {
  color: var(--gold);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
}

.news-card a:hover {
  color: var(--navy);
}

.news-carousel-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius-xl);
  padding: 2rem 3rem;
  margin-bottom: 2.5rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--navy);
  border-radius: 50%;
  opacity: 1;
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--gold);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

/* ── Testimonials ── */
#testimonials {
  padding: 5rem 0;
  background: var(--navy);
}

.rating-callout {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(200, 151, 58, .3);
  border-radius: 50px;
  padding: .65rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.rating-num {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-light);
  font-family: 'Playfair Display', serif;
}

.testimonial-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-xl);
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background var(--transition), transform var(--transition);
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px);
}

.testimonial-quote {
  color: rgba(255, 255, 255, .85);
  font-size: .95rem;
  line-height: 1.7;
  flex-grow: 1;
  margin: 0 0 1.2rem;
}

.testimonial-quote strong {
  color: var(--gold-light);
  font-weight: 600;
}

.t-author h6 {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
}

.t-author small {
  color: rgba(255, 255, 255, .5);
}

/* ── WhatsApp CTA ── */
.wa-cta {
  background: linear-gradient(135deg, #0B4D2C 0%, #128C4B 100%);
  padding: 3.5rem 0;
}

.wa-cta h3 {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: .5rem;
}

.wa-cta p {
  color: rgba(255, 255, 255, .75);
  font-size: 1rem;
  margin-bottom: 0;
}

.btn-wa {
  background: #25D366;
  color: #fff;
  font-weight: 700;
  padding: .9rem 2.4rem;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: all var(--transition);
}

.btn-wa:hover {
  background: #1ebe59;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
}

/* ── Floating WA ── */
.floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .5);
  z-index: 999;
  text-decoration: none;
  animation: waPulse 2.5s ease-in-out infinite;
  transition: transform var(--transition);
}

.floating-wa:hover {
  transform: scale(1.1);
}

@keyframes waPulse {

  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, .5);
  }

  50% {
    box-shadow: 0 4px 36px rgba(37, 211, 102, .85);
  }
}


/* 
=================================
About Us
================================= */


/* ───── SKIP LINK ───── */
.skip-to-main {
  position: absolute;
  top: -50px;
  left: 1rem;
  background: var(--gold);
  color: var(--navy);
  padding: .4rem .9rem;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-weight: 700;
  z-index: 9999;
  transition: top .2s;
}

.skip-to-main:focus {
  top: 0;
}

/* ═══════════════════════════════════════
   PAGE HERO
═══════════════════════════════════════ */
.page-hero {
  padding: 8rem 0 5.5rem;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  min-height: 58vh;
  display: flex;
  align-items: center;
}

/* Subtle grid lines */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px,
      rgba(255, 255, 255, .025) 60px, rgba(255, 255, 255, .025) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px,
      rgba(255, 255, 255, .025) 60px, rgba(255, 255, 255, .025) 61px);
  pointer-events: none;
}

/* Blue glow orb */
.page-hero::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(30, 77, 140, .45) 0%, transparent 70%);
  pointer-events: none;
}

/* Bottom wave divider */
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 2;
}

.hero-wave svg {
  display: block;
  width: 100%;
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}


.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.3rem;
  opacity: 0;
  animation: fadeUp .7s .1s var(--ease) forwards;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--gold);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 1.3rem;
  opacity: 0;
  animation: fadeUp .7s .18s var(--ease) forwards;
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
  font-family: Playfair;
}

.hero-sub {
  font-size: clamp(.92rem, 1.5vw, 1.08rem);
  color: var(--muted);
  font-weight: 300;
  line-height: 1.8;
  max-width: 500px;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp .7s .26s var(--ease) forwards;
}

.hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  color: var(--muted-dark);
  opacity: 0;
  animation: fadeUp .7s .34s var(--ease) forwards;
}

.hero-breadcrumb a {
  color: rgba(255, 255, 255, .45);
  transition: color .2s;
}

.hero-breadcrumb a:hover {
  color: var(--gold);
}

.hero-breadcrumb .sep {
  color: rgba(255, 255, 255, .2);
}

.hero-breadcrumb .cur {
  color: var(--gold);
}

/* Hero visual card */
.hero-visual {
  opacity: 0;
  animation: fadeLeft .7s .3s var(--ease) forwards;
}

.hero-card-wrap {
  background: var(--navy-mid);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r-lg);
  padding: 2.4rem 2rem;
  position: relative;
  overflow: hidden;
}

.hero-card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-accent), var(--gold), var(--blue-accent));
}

.hero-globe {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  animation: float 4s ease-in-out infinite;
}

.hero-card-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}

.mini-stat {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--r-md);
  padding: .9rem .8rem;
  text-align: center;
  transition: all .25s var(--ease);
}

.mini-stat:hover {
  background: rgba(30, 77, 140, .3);
  border-color: rgba(201, 168, 76, .25);
}

.mini-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  display: block;
}

.mini-stat-label {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--muted-dark);
  margin-top: .25rem;
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(24px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

/* ═══════════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal-l {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.reveal-l.visible {
  opacity: 1;
  transform: none;
}

.reveal-r {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.reveal-r.visible {
  opacity: 1;
  transform: none;
}

.stagger>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

.stagger.visible>*:nth-child(1) {
  transition-delay: .04s;
  opacity: 1;
  transform: none
}

.stagger.visible>*:nth-child(2) {
  transition-delay: .10s;
  opacity: 1;
  transform: none
}

.stagger.visible>*:nth-child(3) {
  transition-delay: .16s;
  opacity: 1;
  transform: none
}

.stagger.visible>*:nth-child(4) {
  transition-delay: .22s;
  opacity: 1;
  transform: none
}

.stagger.visible>*:nth-child(5) {
  transition-delay: .28s;
  opacity: 1;
  transform: none
}

.stagger.visible>*:nth-child(6) {
  transition-delay: .34s;
  opacity: 1;
  transform: none
}

/* ═══════════════════════════════════════
   LAYOUT UTILS
═══════════════════════════════════════ */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.section {
  padding: 5.5rem 0;
}

.eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .6rem;
}

.eyebrow::before {
  content: '';
  width: 22px;
  height: 1.5px;
  background: var(--gold);
}

.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: .8rem;
}

.section-heading em {
  font-style: italic;
  color: var(--gold);
  font-family: Playfair;
}

.section-heading.dark-text {
  color: var(--navy);
}

.eyebrow.dark-eyebrow {
  color: var(--blue-accent);
}

.eyebrow.dark-eyebrow::before {
  background: var(--blue-accent);
}

.blue-rule {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-accent), var(--gold));
  border-radius: 2px;
  margin: .9rem 0 1.8rem;
}

/* ═══════════════════════════════════════
   MARQUEE / FLAG STRIP  — override marquee.php M3 styles
═══════════════════════════════════════ */
.marquee-wrap {
  background: var(--navy-mid);
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  padding: .4rem 0;
}

/* Override the M3 light-theme card that marquee.php renders */
.marquee-wrap .flag-container {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  height: 82px !important;
  padding: 0 24px !important;
}

/* Slightly larger flags with a soft shadow for depth on dark bg */
.marquee-wrap .flag-track img {
  height: 52px !important;
  margin-right: 36px !important;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .4);
  opacity: .85;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}

.marquee-wrap .flag-track img:hover {
  opacity: 1;
  transform: scale(1.1) translateY(-3px);
}

/* Decorative label above the flags */
.marquee-label {
  text-align: center;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .28);
  padding: .6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.marquee-label::before,
.marquee-label::after {
  content: '';
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, .08);
}

/* ═══════════════════════════════════════
   ABOUT / MISSION
═══════════════════════════════════════ */
.about-section {
  background: var(--off-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

/* Visual card stack */
.about-visual {
  position: relative;
}

.card-stack {
  position: relative;
  height: 440px;
}

.stack-main {
  position: absolute;
  width: 80%;
  aspect-ratio: 4/5;
  top: 0;
  left: 0;
  background: linear-gradient(145deg, var(--navy), var(--navy-light));
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  box-shadow: var(--sh-lg);
}

.stack-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 20px,
      rgba(255, 255, 255, .02) 20px, rgba(255, 255, 255, .02) 21px);
}

.stack-globe {
  font-size: 5.5rem;
  animation: float 4s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.stack-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

/* Floating stat badges */
.stat-badge {
  position: absolute;
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  text-align: center;
  z-index: 3;
}

.stat-badge-1 {
  bottom: -16px;
  right: -16px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  padding: 1.2rem 1.4rem;
  width: 148px;
}

.stat-badge-1 .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.stat-badge-1 .lbl {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy-mid);
  margin-top: .2rem;
}

.stat-badge-2 {
  bottom: 30px;
  right: 152px;
  background: var(--navy-mid);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: .9rem 1rem;
  width: 126px;
}

.stat-badge-2 .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.stat-badge-2 .lbl {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted-dark);
  margin-top: .2rem;
}

/* About text side */


.about-body p {
  color: #4a5568;
  font-size: .98rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.about-body strong {
  color: var(--navy);
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  margin-top: 1.8rem;
}

.value-chip {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: var(--white);
  border: 1.5px solid var(--soft-white);
  border-radius: var(--r-sm);
  padding: .7rem .9rem;
  font-size: .84rem;
  font-weight: 500;
  color: #374151;
  transition: border-color .25s, box-shadow .25s, transform .2s;
}

.value-chip:hover {
  border-color: var(--blue-accent);
  box-shadow: 0 4px 16px rgba(30, 77, 140, .1);
  transform: translateY(-2px);
}

.value-chip i {
  color: var(--blue-accent);
  font-size: .95rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   STATS BAND
═══════════════════════════════════════ */
.stats-band {
  background: var(--navy-mid);
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  padding: 3.5rem 0;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 130px;
  text-align: center;
  padding: 1rem;
  position: relative;
}

.stat-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, .08);
}

.stat-item:last-child::after {
  display: none;
}

.stat-icon {
  font-size: 1.3rem;
  color: rgba(201, 168, 76, .45);
  margin-bottom: .5rem;
  display: block;
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  display: inline;
}

.stat-suf {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
}

.stat-label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .4rem;
  display: block;
}

/* ═══════════════════════════════════════
   SERVICES SECTION  (original structure)
═══════════════════════════════════════ */
.services-section {
  position: relative;
  overflow: hidden;

}

.services-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(30, 77, 140, .25) 0%, transparent 70%);
  pointer-events: none;
}

.services-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 76, .06) 0%, transparent 70%);
  pointer-events: none;
}

/* group divider label */
.svc-group-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, .5);
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.2rem;
}

.svc-group-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(201, 168, 76, .35);
}

.svc-group-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .05);
}

/* 3-col grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  position: relative;
  z-index: 1;
}

/* 2-col centred for booking */
.svc-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.svc-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--r-lg);
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}

.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--blue-accent), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}

.svc-card:hover {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(201, 168, 76, .22);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.svc-card:hover::before {
  transform: scaleX(1);
}

.svc-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: rgba(30, 77, 140, .3);
  border: 1px solid rgba(30, 77, 140, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  transition: all .28s var(--ease);
}

.svc-icon-wrap i {
  font-size: 1.5rem;
  color: #7eb3ff;
}

.svc-card:hover .svc-icon-wrap {
  background: rgba(201, 168, 76, .15);
  border-color: rgba(201, 168, 76, .3);
}

.svc-card:hover .svc-icon-wrap i {
  color: var(--gold);
}

.svc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .65rem;
}

.svc-desc {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.4rem;
}

.svc-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7eb3ff;
  transition: gap .22s var(--ease), color .22s var(--ease);
  margin-top: auto;
}

.svc-link i {
  transition: transform .22s var(--ease);
}

.svc-card:hover .svc-link {
  color: var(--gold);
  gap: .7rem;
}

.svc-card:hover .svc-link i {
  transform: translateX(3px);
}

/* ═══════════════════════════════════════
   TRAVEL TIPS
═══════════════════════════════════════ */
.tips-section {
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}

.tips-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-55deg, transparent, transparent 48px,
      rgba(30, 77, 140, .03) 48px, rgba(30, 77, 140, .03) 49px);
  pointer-events: none;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

.tips-grid .tip-featured {
  grid-column: 1 / -1;
}

.tip-card {
  background: var(--white);
  border: 1px solid var(--soft-white);
  border-radius: var(--r-lg);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all .28s var(--ease);
}

.tip-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue-accent), var(--gold));
  border-radius: 3px 0 0 3px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .35s var(--ease);
}

.tip-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
  border-color: rgba(30, 77, 140, .15);
}

.tip-card:hover::before {
  transform: scaleY(1);
}

.tip-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, rgba(30, 77, 140, .1), rgba(30, 77, 140, .18));
  border: 1px solid rgba(30, 77, 140, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: all .28s var(--ease);
  flex-shrink: 0;
}

.tip-icon i {
  font-size: 1.4rem;
  color: var(--blue-accent);
  transition: color .28s var(--ease);
}

.tip-card:hover .tip-icon {
  background: linear-gradient(135deg, var(--blue-accent), var(--navy-light));
  border-color: transparent;
}

.tip-card:hover .tip-icon i {
  color: var(--white);
}

.tip-num {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(30, 77, 140, .06);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  transition: color .28s var(--ease);
}

.tip-card:hover .tip-num {
  color: rgba(30, 77, 140, .1);
}

.tip-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: .55rem;
}

.tip-body {
  font-size: .88rem;
  color: #4a5568;
  line-height: 1.78;
  flex: 1;
}

.tip-tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(30, 77, 140, .08);
  border: 1px solid rgba(30, 77, 140, .14);
  color: var(--blue-accent);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 50px;
  margin-bottom: .9rem;
  align-self: flex-start;
}

/* Featured card — dark, horizontal */
.tip-featured {
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-light) 100%);
  border: 1px solid rgba(255, 255, 255, .06);
}

.tip-featured::before {
  background: linear-gradient(180deg, var(--gold), var(--gold-light));
}

.tip-featured:hover {
  border-color: rgba(201, 168, 76, .2);
}

.tip-featured .tip-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .1);
}

.tip-featured .tip-icon i {
  font-size: 2rem;
  color: var(--gold);
}

.tip-featured:hover .tip-icon {
  background: rgba(201, 168, 76, .15);
  border-color: rgba(201, 168, 76, .25);
}

.tip-featured:hover .tip-icon i {
  color: var(--gold-light);
}

.tip-featured .tip-num {
  color: rgba(255, 255, 255, .04);
}

.tip-featured:hover .tip-num {
  color: rgba(255, 255, 255, .07);
}

.tip-featured .tip-tag {
  background: rgba(201, 168, 76, .12);
  border-color: rgba(201, 168, 76, .2);
  color: var(--gold);
}

.tip-featured .tip-title {
  color: var(--white);
  font-size: 1.35rem;
}

.tip-featured .tip-body {
  color: rgba(255, 255, 255, .55);
}

.tip-checklist {
  list-style: none;
  margin-top: .9rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.tip-checklist li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .85rem;
  color: rgba(255, 255, 255, .6);
  line-height: 1.5;
}

.tip-checklist li i {
  color: var(--gold);
  font-size: .9rem;
  margin-top: .15rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════ */
.cta-section {
  background: linear-gradient(120deg, var(--navy-mid) 0%, var(--blue-accent) 55%, var(--navy-mid) 100%);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 40px,
      rgba(255, 255, 255, .02) 40px, rgba(255, 255, 255, .02) 41px);
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
}

.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: .9rem;
}

.cta-title em {
  font-style: italic;
  color: var(--gold);
  font-family: Playfair;
}

.cta-sub {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 2.4rem;
  line-height: 1.7;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  font-weight: 700;
  font-size: .9rem;
  padding: .82rem 2rem;
  border-radius: 50px;
  transition: all .25s var(--ease);
  box-shadow: 0 4px 20px rgba(201, 168, 76, .3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201, 168, 76, .45);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
  color: var(--white);
  font-weight: 600;
  font-size: .9rem;
  padding: .8rem 2rem;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, .3);
  transition: all .25s var(--ease);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .7);
}


/* M3 Styling for the Container */
.flag-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 90px;
  /* Increased height slightly for better visual padding */

  /* M3 Style: Outlined Card appearance */
  background-color: var(--md-sys-surface);
  border: 1px solid var(--md-sys-outline);
  border-radius: 12px;
  padding: 0 16px;
  /* M3 padding on the sides */
  margin: 20px 0;
  /* Add margin to separate from content */

  /* Ensures flags are vertically centered within the new 90px height */
  display: flex;
  align-items: center;
}

.flag-track {
  display: flex;
  position: absolute;
  left: 0;
  /* Reset top to 0 as the parent now uses flexbox */
  top: 0;
  height: 100%;
}

.flag-track img {
  height: 55px;
  /* Slightly reduced flag height for better fit */
  margin-right: 30px;
  /* Increased spacing between flags */
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  /* Ensures images are vertically centered in the track's full height */
  align-self: center;
}


/* 
=================================
Contat Us Page
================================= */


/* ─── HERO ─── */
.contact-hero {
  background: var(--primary-dark);
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}

.hero-geo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-geo span {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  background: var(--accent);
}

.hero-geo span:nth-child(1) {
  width: 500px;
  height: 500px;
  top: -160px;
  right: -100px;
}

.hero-geo span:nth-child(2) {
  width: 280px;
  height: 280px;
  bottom: -120px;
  left: -60px;
  opacity: 0.04;
  background: var(--white);
}

.hero-geo span:nth-child(3) {
  width: 160px;
  height: 160px;
  top: 40px;
  left: 38%;
  opacity: 0.05;
}

.hero-line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--accent-light);
  border-radius: 2px;
  margin-bottom: 16px;
  vertical-align: middle;
}

.contact-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 14px auto 0;
  line-height: 1.75;
  font-weight: 300;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(30, 111, 191, 0.18);
  border: 1px solid rgba(61, 143, 223, 0.35);
  color: var(--accent-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

/* ─── STATS ─── */
.stats-bar {
  /* background: var(--white); */
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.stats-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.stat-cell {
  flex: 1 1 180px;
  padding: 24px 28px;
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background 0.2s;
}

.stat-cell:last-child {
  border-right: none;
}

.stat-cell:hover {
  background: var(--surface);
}

.stat-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.stat-cell strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 3px;
}

.stat-cell span {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 400;
}

/* ─── LAYOUT ─── */
.contact-main {
  padding: 60px 0 80px;
}

.section-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.section-title {
  font-size: 1.65rem;
  color: var(--primary);
  margin-bottom: 24px;
  line-height: 1.25;
}

.section-title-index {
  font-size: 1.65rem;
  color: var(--white);
  margin-bottom: 24px;
  line-height: 1.25;
}

/* ─── FORM CARD ─── */
.form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
}

.form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
}

.form-group-label {
  display: block;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--text-muted);
  margin-bottom: 7px;
  text-transform: uppercase;
}

.form-input {
  width: 100%;
  padding: 11px 15px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  font-size: 0.93rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
  appearance: none;
}

.form-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(30, 111, 191, 0.12);
  background: var(--white);
}

.form-input.is-invalid {
  border-color: var(--error);
}

.form-input.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.1);
}

textarea.form-input {
  resize: vertical;
  min-height: 115px;
  line-height: 1.6;
}

.invalid-msg {
  display: none;
  font-size: 0.77rem;
  color: var(--error);
  margin-top: 5px;
  font-weight: 500;
}

.form-input.is-invalid~.invalid-msg {
  display: block;
}

/* character counter */
.char-counter {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-align: right;
  margin-top: 4px;
}

/* ─── BUTTONS ─── */
.btn-primary-corp {
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 12px 26px;
  border-radius: var(--radius-sm);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary-corp:hover {
  background: var(--primary-light);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn-primary-corp:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-accent-corp {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 12px 26px;
  border-radius: var(--radius-sm);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-accent-corp:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
}

.btn-accent-corp:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1.5px solid var(--border);
  padding: 11px 22px;
  border-radius: var(--radius-sm);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* ─── ALERTS ─── */
.form-alert {
  display: none;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
  animation: alertIn 0.3s ease;
}

@keyframes alertIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-alert.success {
  background: var(--success-bg);
  color: var(--success);
  border-left: 4px solid var(--success);
}

.form-alert.error {
  background: var(--error-bg);
  color: var(--error);
  border-left: 4px solid var(--error);
}

/* ─── OFFICE CARDS ─── */
.office-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  padding: 22px 24px;
  margin-bottom: 14px;
  border: 1.5px solid var(--border);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  position: relative;
}

.office-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--accent);
}

.office-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.office-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 12px;
  font-weight: 600;
}

.office-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.865rem;
  color: var(--text-muted);
  margin-bottom: 7px;
  line-height: 1.5;
}

.office-detail i {
  color: var(--accent);
  margin-top: 2px;
  flex-shrink: 0;
  width: 14px;
  font-size: 0.8rem;
}

.office-detail a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.office-detail a:hover {
  color: var(--primary);
}

/* copy button inside office card */
.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
  vertical-align: middle;
}

.copy-btn:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

/* ─── MAP TABS ─── */
.map-section {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-top: 48px;
  border: 1.5px solid var(--border);
}

.map-tabs {
  display: flex;
  border-bottom: 1.5px solid var(--border);
  background: var(--surface);
  padding: 0 20px;
  gap: 4px;
}

.map-tab-btn {
  padding: 13px 18px;
  border: none;
  background: transparent;
  font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1.5px;
}

.map-tab-btn:hover {
  color: var(--primary);
}

.map-tab-btn.active {
  color: var(--primary);
  border-bottom-color: var(--accent);
  font-weight: 700;
}

.map-pane {
  display: none;
}

.map-pane.active {
  display: block;
}

.map-pane iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

/* ─── SOCIAL ─── */
.social-strip {
  background: var(--primary);
  border-radius: var(--radius-lg);
  padding: 26px 30px;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.social-strip h4 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 3px;
  font-family: 'Playfair Display', serif;
}

.social-strip p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 300;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icon:hover {
  background: var(--accent);
  transform: scale(1.1);
  color: var(--white);
}

/* ─── CALLBACK ─── */
.callback-section {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border);
  padding: 40px;
  margin-top: 48px;
  box-shadow: var(--shadow-sm);
}

.callback-section h3 {
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.callback-section p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 26px;
  font-weight: 300;
}

.callback-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}

@media (max-width: 900px) {
  .callback-form {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .callback-form {
    grid-template-columns: 1fr;
  }
}


/* ─── FAQ ─── */
.faq-section {
  margin-top: 64px;
}

.faq-item {
  border-bottom: 1.5px solid var(--border);
}

.faq-item:first-of-type {
  border-top: 1.5px solid var(--border);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 19px 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: color 0.2s;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.3s;
  font-size: 0.75rem;
  color: var(--primary);
}

.faq-item.open .faq-icon {
  background: var(--accent);
  color: var(--white);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  /* FIX 5: Increased max-height from 300px to 600px so long answers aren't clipped */
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 4px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  padding-bottom: 20px;
}

/* ─── CHAT WIDGET ─── */
#chatWidget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}

.chat-bubble {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: transform 0.2s, box-shadow 0.2s;
  color: var(--white);
  font-size: 1.2rem;
}

.chat-bubble:hover {
  transform: scale(1.08);
}

.chat-notification-dot {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 13px;
  height: 13px;
  background: #EF4444;
  border-radius: 50%;
  border: 2px solid var(--white);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.3)
  }
}

.chat-panel {
  position: absolute;
  bottom: 68px;
  right: 0;
  width: 320px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: none;
  flex-direction: column;
  border: 1.5px solid var(--border);
}

.chat-panel.open {
  display: flex;
  animation: slideUp 0.25s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.chat-header {
  background: var(--primary);
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--white);
}

.chat-header h5 {
  color: var(--white);
  font-size: 0.88rem;
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}

.chat-header small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.71rem;
}

.chat-close-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 0.95rem;
  padding: 4px;
}

.chat-body {
  padding: 14px;
  min-height: 150px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 220px;
  overflow-y: auto;
}

.chat-msg {
  background: var(--white);
  border-radius: 8px 8px 8px 2px;
  padding: 10px 13px;
  font-size: 0.83rem;
  color: var(--text);
  max-width: 88%;
  box-shadow: var(--shadow-xs);
  line-height: 1.5;
}

.chat-msg.user {
  align-self: flex-end;
  background: var(--primary);
  color: var(--white);
  border-radius: 8px 8px 2px 8px;
}

.chat-msg.typing {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-style: italic;
}

.chat-footer {
  padding: 10px 12px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
}

.chat-input {
  flex: 1;
  padding: 8px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.83rem;
  font-family: 'Outfit', sans-serif;
  outline: none;
}

.chat-input:focus {
  border-color: var(--accent);
}

.chat-send-btn {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 8px 13px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.83rem;
  transition: background 0.2s;
}

.chat-send-btn:hover {
  background: var(--primary);
}

/* ─── MOBILE CTA ─── */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  color: var(--white);
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 8888;
  box-shadow: 0 -4px 20px rgba(10, 35, 66, 0.2);
}

.mobile-cta .cta-text small {
  font-size: 0.71rem;
  opacity: 0.7;
  display: block;
}

.mobile-cta .cta-text strong {
  font-size: 0.92rem;
}

.mobile-cta a {
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.mobile-cta a:hover {
  background: var(--accent-light);
  color: var(--white);
}

@media (min-width: 992px) {
  .mobile-cta {
    display: none;
  }
}

/* ─── DIVIDER ─── */
.corp-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 56px 0;
}

/* ─── FADE IN ─── */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .form-card {
    padding: 26px 18px;
  }

  .callback-section {
    padding: 24px 20px;
  }

  .progress-tracker {
    padding: 26px 20px;
  }

  .social-strip {
    flex-direction: column;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}


/* 
=================================
Visa Page
================================= */


/* ── HERO ── */
.visa-hero-section {
  position: relative;
  padding: 130px 0 90px;
  background: var(--navy-dark);
  overflow: hidden;

}

.visa-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 70% at 65% -5%, rgba(31, 77, 179, .6) 0%, transparent 68%),
    radial-gradient(ellipse 45% 55% at 5% 85%, rgba(31, 77, 179, .2) 0%, transparent 60%);
  pointer-events: none;

}

.visa-hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;

}

.visa-hero-inner {
  position: relative;
  z-index: 2;
}

.visa-hero-eyebrow {

  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-pill);
  padding: 6px 18px 6px 10px;
  font-family: 'Outfit', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 1.4rem;
}

.visa-eyebrow-dot {
  width: 7px;
  height: 7px;
  background: #4ADE80;
  border-radius: 50%;
  box-shadow: 0 0 8px #4ADE80;
  animation: blink-d 1.8s ease-in-out infinite;
}

@keyframes blink-d {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}

.visa-hero-section h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -.5px;
}

.visa-hero-section h1 .visa-gold {
  color: #FBBF24;
  font-family: Playfair;
}

.visa-hero-lead {
  color: rgba(255, 255, 255, .62);
  font-size: 1.05rem;
  max-width: 500px;
  line-height: 1.78;
}

.visa-btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 34px;
  border-radius: var(--radius-pill);
  border: none;
  text-decoration: none;
  transition: all .22s ease;
  box-shadow: 0 4px 20px rgba(255, 107, 53, .35);
}

.visa-btn-hero-primary:hover {
  background: #e55a25;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 107, 53, .45);
}

.visa-btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255, 255, 255, .85);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  padding: 13px 30px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255, 255, 255, .28);
  text-decoration: none;
  transition: all .22s ease;
}

.visa-btn-hero-ghost:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
}

.visa-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 2rem;
}

.visa-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-pill);
  padding: 5px 13px;
  font-size: .79rem;
  color: rgba(255, 255, 255, .72);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.visa-trust-pill i {
  color: #FBBF24;
}

/* Hero card */
.visa-hero-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  backdrop-filter: blur(14px);
}

.visa-hero-card-row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.visa-hero-card-row:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.visa-h-val {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.visa-h-lbl {
  font-size: .8rem;
  color: rgba(255, 255, 255, .48);
  margin-top: 2px;
}

.visa-flag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: .65rem;
}

.visa-flag-chip {
  background: rgba(255, 255, 255, .1);
  border-radius: var(--radius-pill);
  padding: 3px 10px;
  font-size: .74rem;
  color: rgba(255, 255, 255, .78);
  font-family: 'Outfit', sans-serif;
}

/* ── STATS STRIP ── */
.visa-stats-strip {
  background: var(--white);
  border-bottom: 1.5px solid var(--outline);
}

.visa-stats-strip .visa-inner {
  display: flex;
  align-items: stretch;
}

.visa-stat-block {
  flex: 1;
  padding: 26px 16px;
  text-align: center;
  border-right: 1px solid var(--outline);
}

.visa-stat-block:last-child {
  border-right: none;
}

.visa-stat-block .visa-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}

.visa-stat-block .visa-lbl {
  font-size: .78rem;
  color: var(--text-muted);
  margin-top: 3px;
  font-weight: 600;
}

/* ── SECTION CHROME ── */
.visa-sec-tag {
  display: inline-block;
  background: var(--navy-tonal);
  color: var(--navy-light);
  font-family: 'Outfit', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: .8rem;
}

.visa-sec-head {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -.3px;
}

.visa-sec-sub {
  color: var(--text-muted);
  font-size: .97rem;
  margin-top: .4rem;
}

/* ── GUIDE SECTION (white) ── */
.visa-guide-section {
  padding: 90px 0;
  background: var(--white);
}

.visa-chat-wrapper {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--outline);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.visa-chat-topbar {
  background: var(--navy);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.visa-chat-avatar-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
}

.visa-chat-title {
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
}

.visa-chat-status {
  font-size: .71rem;
  color: rgba(255, 255, 255, .52);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 1px;
}

.visa-online-dot {
  width: 6px;
  height: 6px;
  background: #4ADE80;
  border-radius: 50%;
  box-shadow: 0 0 6px #4ADE80;
}

.visa-chat-body {
  padding: 22px;
  min-height: 310px;
  max-height: 370px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
  background: var(--off-white);
  scrollbar-width: thin;
  scrollbar-color: var(--outline) transparent;
}

.visa-chat-msg {
  display: flex;
  gap: 8px;
}

.visa-chat-msg.visa-user {
  flex-direction: row-reverse;
}

@keyframes msg-pop {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visa-chat-bubble-anim {
  animation: msg-pop .3s ease;
}

.visa-chat-bubble {
  max-width: 76%;
  padding: 11px 15px;
  border-radius: 18px;
  font-size: .87rem;
  line-height: 1.62;
  font-family: 'Nunito', sans-serif;
}

.visa-chat-msg.visa-bot .visa-chat-bubble {
  background: var(--white);
  border: 1.5px solid var(--outline);
  border-top-left-radius: 4px;
  color: var(--text-body);
}

.visa-chat-msg.visa-user .visa-chat-bubble {
  background: var(--navy);
  border-top-right-radius: 4px;
  color: #fff;
}

.visa-chat-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
}

.visa-bot .visa-chat-av {
  background: var(--navy);
  color: #fff;
}

.visa-user .visa-chat-av {
  background: var(--outline);
  color: var(--navy);
}

.visa-typing-dots {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 2px 0;
}

.visa-typing-dots span {
  width: 6px;
  height: 6px;
  background: var(--navy-light);
  border-radius: 50%;
  animation: bd .85s ease-in-out infinite;
}

.visa-typing-dots span:nth-child(2) {
  animation-delay: .15s;
}

.visa-typing-dots span:nth-child(3) {
  animation-delay: .3s;
}

@keyframes bd {

  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: .45;
  }

  30% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.visa-quick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 11px 22px 4px;
  background: var(--off-white);
  border-top: 1px solid var(--outline);
}

.visa-q-chip {
  background: var(--white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
  font-size: .77rem;
  color: var(--navy);
  font-weight: 600;
  cursor: pointer;
  transition: all .18s ease;
  font-family: 'Outfit', sans-serif;
}

.visa-q-chip:hover {
  background: var(--navy-tonal);
  border-color: var(--navy-muted);
}

.visa-chat-input-row {
  display: flex;
  gap: 10px;
  padding: 13px 18px 17px;
  border-top: 1px solid var(--outline);
  background: var(--white);
}

.visa-chat-text-input {
  flex: 1;
  background: var(--off-white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-pill);
  padding: 11px 18px;
  font-family: 'Nunito', sans-serif;
  font-size: .9rem;
  color: var(--text-dark);
  outline: none;
  transition: border-color .2s ease;
}

.visa-chat-text-input::placeholder {
  color: var(--text-muted);
}

.visa-chat-text-input:focus {
  border-color: var(--navy-light);
}

.visa-chat-send-btn {
  background: var(--navy);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}

.visa-chat-send-btn:hover {
  background: var(--navy-mid);
  transform: scale(1.08);
}

.visa-chat-send-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.visa-chat-note {
  text-align: center;
  font-size: .71rem;
  color: var(--text-muted);
  padding-bottom: 12px;
  font-family: 'Outfit', sans-serif;
  background: var(--white);
}

/* ── STEPS (off-white) ── */
.visa-steps-section {
  padding: 90px 0;
  background: var(--off-white);
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
}

.visa-step-card {
  background: var(--white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: all .25s ease;
}

.visa-step-card:hover {
  border-color: var(--navy-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.visa-step-num {
  width: 54px;
  height: 54px;
  background: var(--navy);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 1.25rem;
}

.visa-step-card h5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .35rem;
  color: var(--text-dark);
}

.visa-step-card p {
  font-size: .85rem;
  color: var(--text-muted);
  margin: 0;
}

/* ── TRUST BADGES (white) ── */
.visa-trust-section {
  padding: 60px 0;
  background: var(--white);
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
}

.visa-trust-item {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: var(--radius-md);
  transition: background .2s ease;
}

.visa-trust-item:hover {
  background: var(--navy-tonal);
}

.visa-trust-icon {
  width: 54px;
  height: 54px;
  background: var(--navy-tonal);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.visa-trust-icon i {
  font-size: 1.35rem;
  color: var(--navy);
}

.visa-trust-item h6 {
  font-family: 'Outfit', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .2rem;
}

.visa-trust-item p {
  font-size: .79rem;
  color: var(--text-muted);
  margin: 0;
}

/* ── ELIGIBILITY (navy bg) ── */
.visa-elig-section {
  padding: 90px 0;
  background: var(--navy);
}

.visa-elig-section .visa-sec-tag {
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .8);
}

.visa-elig-section .visa-sec-head {
  color: #fff;
}

.visa-elig-section .visa-sec-sub {
  color: rgba(255, 255, 255, .52);
}

.visa-elig-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.visa-f-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.visa-f-input {
  width: 100%;
  height: 48px;
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-family: 'Nunito', sans-serif;
  font-size: .92rem;
  color: var(--text-dark);
  background: var(--white);
  outline: none;
  transition: all .2s ease;
}

.visa-f-input:focus {
  border-color: var(--navy-light);
  box-shadow: 0 0 0 3px rgba(31, 77, 179, .1);
}

.visa-f-input.visa-input-error {
  border-color: #DC2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .1);
}

.visa-f-error-msg {
  font-size: .76rem;
  color: #DC2626;
  margin-top: 4px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  display: none;
}

.visa-run-btn {
  width: 100%;
  padding: 14px;
  background: var(--navy);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .97rem;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all .25s ease;
}

.visa-run-btn:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 32, 87, .3);
}

.visa-result-box {
  display: none;
  animation: su .45s ease;
}

@keyframes su {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visa-typing-line {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: var(--navy);
  min-height: 26px;
  font-size: .95rem;
}

.visa-cursor {
  display: inline-block;
  width: 2px;
  height: .9em;
  background: var(--navy-light);
  margin-left: 2px;
  vertical-align: middle;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

/* ── COUNTRIES (white) ── */
.visa-countries-section {
  padding: 90px 0;
  background: var(--white);
}

.visa-search-box {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.visa-search-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

.visa-search-box input {
  width: 100%;
  padding-left: 44px;
  height: 50px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--outline);
  font-family: 'Nunito', sans-serif;
  font-size: .93rem;
  color: var(--text-dark);
  outline: none;
  transition: all .2s ease;
}

.visa-search-box input::placeholder {
  color: var(--text-muted);
}

.visa-search-box input:focus {
  border-color: var(--navy-light);
  box-shadow: 0 0 0 3px rgba(31, 77, 179, .1);
}

.visa-country-card {
  background: var(--white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-md);
  padding: 1.25rem .75rem;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
}

.visa-country-card:hover {
  border-color: var(--navy-light);
  background: var(--navy-tonal);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.visa-country-card.visa-active {
  background: var(--navy);
  border-color: var(--navy);
}

.visa-country-card.visa-active h6 {
  color: #fff;
}

.visa-country-flag {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: .7rem;
  border: 2px solid var(--outline);
}

.visa-country-card h6 {
  font-family: 'Outfit', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-dark);
}

/* Procedure panel */
.visa-procedure-panel {
  display: none;
  background: var(--white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  animation: su .4s ease;
  margin-top: 2rem;
}

.visa-chk-item {
  background: var(--off-white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-xs);
  padding: 10px 14px 10px 40px;
  position: relative;
  cursor: pointer;
  transition: all .18s ease;
  height: 100%;
}

.visa-chk-item:hover {
  border-color: var(--navy-light);
  background: var(--navy-tonal);
}

.visa-chk-item input[type="checkbox"] {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  accent-color: var(--navy);
}

.visa-chk-item:has(input:checked) {
  opacity: .55;
}

.visa-chk-item:has(input:checked) label {
  text-decoration: line-through;
}

.visa-chk-item label {
  cursor: pointer;
  font-size: .84rem;
  font-weight: 600;
  color: var(--text-body);
}

.visa-checklist-box {
  background: var(--off-white);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  border: 1px solid var(--outline);
}

.visa-checklist-box h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: .2rem;
}

.visa-lead-form-card {
  background: var(--navy-tonal);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1.5px solid var(--navy-muted);
}

.visa-lead-form-card h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--navy);
}

.visa-lead-form-card p {
  font-size: .84rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

.visa-submit-btn-form {
  width: 100%;
  padding: 13px;
  background: var(--navy);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .93rem;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all .22s ease;
}

.visa-submit-btn-form:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Disclaimer */
.visa-disclaimer-box {
  background: #FFF5F5;
  border: 1.5px dashed #FDA4A4;
  border-radius: var(--radius-md);
  padding: 1.2rem;
  margin-top: 1.5rem;
  transition: all .2s ease;
}

.visa-disclaimer-box:hover {
  border-style: solid;
  border-color: #F87171;
}

.visa-disc-badge {
  background: #DC2626;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
}

@keyframes pw {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

.visa-warn-icon {
  animation: pw 2s infinite;
  color: #DC2626;
}

/* ── TESTIMONIALS (off-white) ── */
.visa-testimonials-section {
  padding: 90px 0;
  background: var(--off-white);
  border-top: 1px solid var(--outline);
}

.visa-testimonial-card {
  background: var(--white);
  border: 1.5px solid var(--outline);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition: all .25s ease;
}

.visa-testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--navy-muted);
  box-shadow: var(--shadow-md);
}

.visa-quote-mark {
  font-size: 4.5rem;
  color: var(--navy-tonal);
  font-family: Georgia, serif;
  line-height: .8;
  display: block;
  margin-bottom: .2rem;
}

.visa-reviewer-avatar {
  width: 42px;
  height: 42px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}

.visa-stars {
  color: #FBBF24;
  font-size: .85rem;
}

/* ── FAQ (white) ── */
.visa-faq-section {
  padding: 90px 0;
  background: var(--white);
}

.accordion-item {
  background: var(--white) !important;
  border: 1.5px solid var(--outline) !important;
  border-radius: var(--radius-md) !important;
  margin-bottom: .75rem;
  overflow: hidden;
}

.accordion-button {
  background: var(--white) !important;
  color: var(--text-dark) !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  font-size: .95rem;
}

.accordion-button:not(.collapsed) {
  background: var(--navy-tonal) !important;
  color: var(--navy) !important;
}

.accordion-body {
  background: var(--off-white);
  color: var(--text-body);
  font-size: .92rem;
  font-family: 'Nunito', sans-serif;
}

/* ── CTA BANNER (navy) ── */
.visa-cta-banner {
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.visa-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 60% at 15% 50%, rgba(31, 77, 179, .6) 0%, transparent 65%), radial-gradient(ellipse 45% 55% at 85% 50%, rgba(255, 107, 53, .1) 0%, transparent 65%);
  pointer-events: none;
}

.visa-cta-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.visa-cta-banner>* {
  position: relative;
  z-index: 1;
}

.visa-cta-banner h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
}

.visa-cta-banner p {
  color: rgba(255, 255, 255, .58);
  max-width: 480px;
  margin: 0 auto;
}

/* Buttons (reusable) */
.visa-btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 34px;
  border-radius: var(--radius-pill);
  border: none;
  text-decoration: none;
  transition: all .22s ease;
  box-shadow: 0 4px 20px rgba(255, 107, 53, .3);
}

.visa-btn-navy:hover {
  background: #e55a25;
  color: #fff;
  transform: translateY(-2px);
}

.visa-btn-ghost-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255, 255, 255, .85);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  padding: 13px 30px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255, 255, 255, .28);
  text-decoration: none;
  transition: all .22s ease;
}

.visa-btn-ghost-white:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
}

/* ── WA FLOAT ── */
.visa-wa-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 9999;
  background: #25D366;
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 13px 20px 13px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37, 211, 102, .4);
  transition: all .25s ease;
}

.visa-wa-float:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 32px rgba(37, 211, 102, .5);
}

.visa-wa-float i {
  font-size: 1.2rem;
}

.visa-wa-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: var(--radius-pill);
  background: rgba(37, 211, 102, .22);
  animation: wa-ring 2s infinite;
  z-index: -1;
}

@keyframes wa-ring {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0;
  }
}

/* ── MODAL ── */
.visa-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.visa-popup-box {
  background: var(--white);
  border: 1.5px solid var(--outline);
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  text-align: center;
  max-width: 350px;
  width: 90%;
  animation: pop-in .3s cubic-bezier(.2, 0, 0, 1);
  box-shadow: var(--shadow-xl);
}

@keyframes pop-in {
  from {
    transform: scale(.88);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.visa-tick-wrap {
  width: 68px;
  height: 68px;
  background: #DCFCE7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.visa-tick-wrap i {
  font-size: 2rem;
  color: var(--success);
}

.visa-popup-box h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--text-dark);
}

.visa-popup-box p {
  color: var(--text-muted);
  font-size: .88rem;
  margin-top: .25rem;
}

.visa-popup-close-btn {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: var(--radius-pill);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-top: 1.25rem;
  cursor: pointer;
  transition: background .2s;
}

.visa-popup-close-btn:hover {
  background: var(--navy-mid);
}

/* ── LEGAL FOOTER ── */
.visa-legal-footer {
  padding: 1.4rem 0;
  border-top: 1px solid var(--outline);
  background: var(--off-white);
}

.visa-legal-footer p {
  color: var(--text-muted);
  font-size: .78rem;
  text-align: center;
  margin: 0;
}

/* ── REVEAL ── */
.visa-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.visa-reveal.visa-visible {
  opacity: 1;
  transform: translateY(0);
}

.visa-rd1 {
  transition-delay: .1s;
}

.visa-rd2 {
  transition-delay: .2s;
}

.visa-rd3 {
  transition-delay: .3s;
}

.list-group-item {
  background: transparent;
  border-color: var(--outline);
  color: var(--text-body);
  font-size: .88rem;
}

.list-group-item i {
  color: var(--navy-light);
}

@media(max-width:767px) {
  .visa-stat-block {
    padding: 18px 10px;
  }

  .visa-stat-block .visa-num {
    font-size: 1.6rem;
  }

  .visa-hero-section {
    padding: 100px 0 70px;
  }

  .visa-elig-card {
    padding: 1.5rem;
  }

  .visa-stats-strip .visa-inner {
    flex-wrap: wrap;
  }

  .visa-stat-block {
    flex: 1 1 50%;
  }
}


/* 
=================================
Other Pages
================================= */

/* ── HERO ── */
.others-hero {
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
  background: var(--navy);
  overflow: hidden;
}

.others-hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/Gemini_Generated_Image_u39w8fu39w8fu39w.png') center/cover no-repeat;
  opacity: .13;
  filter: grayscale(.3);
}

.others-hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: .6;
  pointer-events: none;
}

.others-hero-grad {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 900px 600px at 110% 0%, rgba(59, 114, 245, .22) 0%, transparent 60%),
    radial-gradient(ellipse 600px 500px at -10% 100%, rgba(26, 79, 214, .15) 0%, transparent 60%),
    linear-gradient(170deg, rgba(11, 31, 74, .97) 0%, rgba(7, 20, 48, .92) 60%, rgba(15, 32, 64, .85) 100%);
}

.others-hero-rule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 40%, var(--blue-lt) 60%, transparent 100%);
}

.others-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 8rem 1.5rem 4rem;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.others-hero-content {
  max-width: 720px;
}

.others-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 1.75rem;
}

.others-hero-kicker-line {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-lt), transparent);


}

.others-hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  color: var(--white);
  letter-spacing: -.01em;
  line-height: 1.08;
  margin-bottom: 1.5rem;
}

.others-hero h1 em {
  font-style: italic;
  color: #93c5fd;
  font-family: var(--font-serif);
}

.others-hero-desc {
  font-size: 1.05rem;
  line-height: 1.78;
  font-weight: 300;
  color: rgba(255, 255, 255, .55);
  max-width: 500px;
  margin-bottom: 2.5rem;
}

.others-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 3rem;
}

.others-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(59, 114, 245, .35);
  border-radius: 50px;
  padding: .38rem 1rem;
  font-size: .78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .78);
  backdrop-filter: blur(8px);
}

.others-hero-chip i {
  color: #93c5fd;
  font-size: .82rem;
}

.others-hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.others-btn-blue {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
  color: var(--white);
  border: none;
  border-radius: 50px;
  padding: .9rem 2.4rem;
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .04em;
  transition: all .28s var(--ease);
  box-shadow: var(--sh-blue);
}

.others-btn-blue:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(26, 79, 214, .42);
  color: var(--white);
}

.others-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: transparent;
  color: rgba(255, 255, 255, .65);
  border: none;
  font-size: .88rem;
  font-weight: 400;
  transition: color .2s;
}

.others-btn-ghost:hover {
  color: var(--white);
}

.others-hero-scroll {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1.75rem 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.others-scroll-label {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
}

.others-scroll-icon {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scrollBob 2s ease-in-out infinite;
}

.others-scroll-icon i {
  font-size: .7rem;
  color: rgba(255, 255, 255, .4);
}

@keyframes scrollBob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

/* ── STATS ── */
.others-stats-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: var(--sh-sm);
}

.others-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

.others-stat-cell {
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.others-stat-cell+.others-stat-cell::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: var(--border-soft);
}

.others-stat-val {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
  display: block;


}

.others-stat-val .others-accent {
  color: var(--blue);
}

.others-stat-lbl {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .35rem;
  display: block;
}

@media (max-width: 600px) {
  .others-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .others-stat-cell:nth-child(3)::before {
    display: none;
  }
}

/* ── LAYOUT ── */
.others-main-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 991px) {
  .others-main-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .others-form-sticky {
    order: 2;
  }

  .others-content-side {
    order: 1;
  }
}

/* ── QUOTE FORM ──
       Scoped to .others-quote-form-card so styles don't leak into the footer's form. */
.others-form-sticky {
  position: sticky;
  top: 88px;
}

.others-quote-form-card {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 2.25rem 2rem;
  border: 1px solid var(--border);
  border-top: 3px solid var(--blue);
  box-shadow: var(--sh-lg);
  position: relative;
  overflow: hidden;
}

.others-quote-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: radial-gradient(ellipse at 50% 0%, rgba(26, 79, 214, .04) 0%, transparent 70%);
  pointer-events: none;
}

.others-quote-form-card-inner {
  position: relative;
  z-index: 1;
}

.others-form-heading {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 300;
  color: var(--navy);
  margin-bottom: .25rem;
}

.others-form-subheading {
  font-size: .8rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
  font-weight: 400;
}

/* Page-level form-control — scoped to .others-quote-form-card only */
.others-quote-form-card .form-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: .4rem;
  display: block;
}

.others-quote-form-card .form-control {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  padding: .72rem 1rem;
  font-size: .88rem;
  font-weight: 400;
  color: var(--navy);
  font-family: var(--font-sans);
  transition: all .22s var(--ease);
  width: 100%;
}

.others-quote-form-card .form-control::placeholder {
  color: var(--muted);
}

.others-quote-form-card .form-control:focus {
  outline: none;
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(26, 79, 214, .1);
  color: var(--navy);
}

.others-quote-form-card .form-control.is-invalid {
  border-color: #e53935;
}

.others-quote-form-card .form-control.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(229, 57, 53, .12);
}

.others-btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
  border: none;
  border-radius: var(--r-md);
  padding: .92rem 1.5rem;
  font-family: var(--font-sans);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: all .28s var(--ease);
  box-shadow: var(--sh-blue);
  cursor: pointer;
}

.others-btn-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(26, 79, 214, .45);
}

.others-btn-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.others-btn-spinner {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, .3);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin .6s linear infinite;
  display: none;
}

.others-btn-submit.loading .others-btn-spinner {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.others-form-trust {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 1.1rem;
}

.others-form-trust-item {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: .68rem;
  color: var(--muted);
}

.others-form-trust-item i {
  color: var(--blue);
  font-size: .75rem;
}

/* ── INLINE FIELD ERROR ── */
.others-field-error {
  font-size: .71rem;
  color: #e53935;
  margin-top: .28rem;
  display: none;
}

/* ── AUTOCOMPLETE ── */
.others-ac-wrap {
  position: relative;
}

.others-ac-list {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-top: none;
  border-radius: 0 0 var(--r-md) var(--r-md);
  z-index: 300;
  max-height: 210px;
  overflow-y: auto;
  box-shadow: var(--sh-md);
  display: none;
}

.others-ac-list div {
  padding: .58rem .9rem;
  cursor: pointer;
  font-size: .85rem;
  color: var(--navy);
  border-bottom: 1px solid var(--border-soft);
  transition: background .12s;
}

.others-ac-list div:hover,
.others-ac-list div.active {
  background: var(--blue-pale);
  color: var(--navy);
}

.others-ac-list div strong {
  color: var(--blue);
}

/* ── SECTION ELEMENTS ── */
.others-sec-eyebrow {
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--blue);
  display: block;
  margin-bottom: .6rem;
}

.others-sec-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  color: var(--navy);
  margin-bottom: .5rem;
  line-height: 1.18;
}

.others-sec-title em {
  font-style: italic;
  font-family: var(--font-serif);
  color: var(--blue);
}

.others-sec-sub {
  font-size: .9rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 520px;
}

/* ── FEATURE CARDS ── */
.others-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .others-feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .others-feat-grid {
    grid-template-columns: 1fr;
  }
}

.others-feat-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: 1.65rem 1.4rem;
  transition: all .28s var(--ease);
  position: relative;
  overflow: hidden;
}

.others-feat-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--blue-lt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s var(--ease);
}

.others-feat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
  border-color: rgba(26, 79, 214, .2);
}

.others-feat-card:hover::after {
  transform: scaleX(1);
}

.others-feat-icon-box {
  width: 46px;
  height: 46px;
  background: var(--blue-pale);
  border: 1px solid var(--border);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all .28s var(--ease);
}

.others-feat-card:hover .others-feat-icon-box {
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  border-color: var(--blue-lt);
}

.others-feat-icon {
  font-size: 1.35rem;
  color: var(--blue);
  transition: color .28s;
}

.others-feat-card:hover .others-feat-icon {
  color: var(--white);
}

.others-feat-card h5 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: .4rem;
}

.others-feat-card p {
  font-size: .82rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.7;
}

/* ── PLANS TABLE ── */
.others-plans-wrap {
  background: var(--navy);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid rgba(59, 114, 245, .2);
  box-shadow: var(--sh-lg);
  margin-bottom: 4rem;
}

.others-plans-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.others-plans-header .others-sec-eyebrow {
  color: #93c5fd;
}

.others-plans-header .others-sec-title {
  color: var(--white);
  margin-bottom: 0;
}

.others-plan-table {
  width: 100%;
  border-collapse: collapse;
}

.others-plan-table thead tr th {
  padding: 1.1rem 1.25rem;
  text-align: center;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .02);
}

.others-plan-table thead tr th:first-child {
  text-align: left;
}

.others-plan-table thead tr th.pop {
  background: linear-gradient(135deg, rgba(26, 79, 214, .3), rgba(59, 114, 245, .15));
  color: #93c5fd;
  border-bottom-color: rgba(59, 114, 245, .3);
}

.others-plan-pop-tag {
  display: inline-block;
  background: var(--blue-lt);
  color: var(--white);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  border-radius: 20px;
  padding: .12rem .55rem;
  margin-left: .45rem;
  vertical-align: middle;
}

.others-plan-table tbody tr td {
  padding: .82rem 1.25rem;
  text-align: center;
  font-size: .85rem;
  color: rgba(255, 255, 255, .45);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  font-weight: 300;
}

.others-plan-table tbody tr td:first-child {
  text-align: left;
  color: rgba(255, 255, 255, .65);
  font-weight: 400;
  font-size: .83rem;
}

.others-plan-table tbody tr:last-child td {
  border-bottom: none;
}

.others-plan-table tbody tr:hover td {
  background: rgba(255, 255, 255, .02);
}

.others-chk {
  color: #93c5fd;
  font-size: 1rem;
}

.others-crs {
  color: rgba(255, 255, 255, .15);
  font-size: 1rem;
}

/* ── TESTIMONIALS ── */
.others-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .others-testi-grid {
    grid-template-columns: 1fr;
  }
}

.others-testi-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 1.65rem 1.5rem;
  border: 1px solid var(--border-soft);
  transition: all .28s var(--ease);
}

.others-testi-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: rgba(26, 79, 214, .18);
}

.others-testi-mark {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  line-height: .5;
  color: var(--blue-lt);
  opacity: .25;
  margin-bottom: .9rem;
  display: block;
}

.others-stars {
  color: var(--blue-lt);
  font-size: .78rem;
  margin-bottom: .7rem;
}

.others-testi-card p {
  font-size: .87rem;
  color: var(--text);
  line-height: 1.78;
  font-weight: 300;
  margin-bottom: 1.1rem;
}

.others-testi-author {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.others-testi-av {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: .78rem;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(26, 79, 214, .28);
}

.others-testi-name {
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
}

.others-testi-loc {
  font-size: .72rem;
  color: var(--muted);
}

/* ── FAQ — scoped to .faq-section so footer accordion is unaffected ── */
.faq-section .accordion-item {
  background: var(--white) !important;
  border: 1px solid var(--border-soft) !important;
  border-radius: var(--r-md) !important;
  margin-bottom: .55rem;
  overflow: hidden;
}

.faq-section .accordion-button {
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 500;
  border-radius: var(--r-md) !important;
  box-shadow: none;
  padding: 1.1rem 1.25rem;
}

.faq-section .accordion-button:not(.collapsed) {
  background: var(--blue-pale);
  color: var(--blue);
  box-shadow: none;
}

.faq-section .accordion-button:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  box-shadow: none;
}

.faq-section .accordion-button::after {
  opacity: .4;
}

.faq-section .accordion-button:not(.collapsed)::after {
  opacity: 1;
  filter: invert(39%) sepia(90%) saturate(600%) hue-rotate(200deg);
}

.faq-section .accordion-body {
  background: var(--off);
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}

/* ── CTA ── */
.others-cta-strip {
  background: var(--navy-mid);
  position: relative;
  overflow: hidden;
}

.others-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 400px at 50% 50%, rgba(59, 114, 245, .18) 0%, transparent 70%);
  pointer-events: none;
}

.others-cta-strip-rule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-lt), transparent);
}

.others-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 5.5rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.others-cta-inner .others-sec-eyebrow {
  color: #93c5fd;
  margin-bottom: .75rem;
}

.others-cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: .75rem;
  line-height: 1.15;
}

.others-cta-inner h2 em {
  font-style: italic;
  color: #93c5fd;
  font-family: var(--font-serif);
}

.others-cta-inner p {
  font-size: .95rem;
  color: rgba(255, 255, 255, .45);
  font-weight: 300;
  margin-bottom: 2.25rem;
  line-height: 1.7;
}

/* ── WHATSAPP ── */
.others-wa-strip {
  background: var(--off);
  border-top: 1px solid var(--border-soft);
  padding: 3rem 1.5rem;
  text-align: center;
}

.others-wa-strip h4 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: .4rem;
}

.others-wa-strip p {
  font-size: .88rem;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.others-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: .82rem 2.25rem;
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 600;
  transition: all .28s var(--ease);
  box-shadow: 0 4px 18px rgba(37, 211, 102, .25);
}

.others-btn-wa:hover {
  background: #1ab955;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, .38);
}

/* ── SUCCESS MODAL ── */
.others-modal-success .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(11, 31, 74, .22);
}

.others-modal-success-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  padding: 2.5rem 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.others-modal-success-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 500px 300px at 50% 0%, rgba(59, 114, 245, .25) 0%, transparent 70%);
  pointer-events: none;
}

.others-success-icon-ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 0 0 12px rgba(59, 114, 245, .15), 0 8px 32px rgba(26, 79, 214, .4);
  animation: ringPulse 2s ease-in-out infinite;
}

@keyframes ringPulse {

  0%,
  100% {
    box-shadow: 0 0 0 12px rgba(59, 114, 245, .15), 0 8px 32px rgba(26, 79, 214, .4);
  }

  50% {
    box-shadow: 0 0 0 20px rgba(59, 114, 245, .08), 0 8px 32px rgba(26, 79, 214, .4);
  }
}

.others-success-icon-ring i {
  font-size: 2.2rem;
  color: var(--white);
}

.others-modal-success-header h4 {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: .35rem;
  position: relative;
}

.others-modal-success-header p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .5);
  font-weight: 300;
  margin: 0;
  position: relative;
}

.others-modal-success-body {
  padding: 2rem;
  background: var(--white);
}

.others-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .65rem 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: .84rem;
}

.others-summary-row:last-child {
  border-bottom: none;
}

.others-summary-label {
  color: var(--muted);
  font-weight: 400;
}

.others-summary-value {
  color: var(--navy);
  font-weight: 600;
  text-align: right;
  max-width: 60%;
}

.others-next-steps {
  background: var(--blue-pale);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 1rem 1.1rem;
  margin-top: 1.25rem;
}

.others-next-steps p {
  font-size: .78rem;
  color: var(--blue);
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}

.others-next-steps i {
  margin-right: .3rem;
}

.others-modal-success-footer {
  padding: 1.25rem 2rem 2rem;
  background: var(--white);
  text-align: center;
}

.others-btn-modal-close {
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: var(--white);
  border: none;
  border-radius: 50px;
  padding: .82rem 2.5rem;
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .28s var(--ease);
  box-shadow: var(--sh-blue);
  width: 100%;
}

.others-btn-modal-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(26, 79, 214, .45);
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: var(--off);
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 3px;
}

/* ── FLATPICKR ── */
.flatpickr-calendar {
  background: var(--navy-soft);
  border: 1px solid rgba(59, 114, 245, .3);
  box-shadow: var(--sh-lg);
  font-family: var(--font-sans);
}

.flatpickr-months,
.flatpickr-weekdays {
  background: var(--navy-mid);
}

.flatpickr-day {
  color: rgba(255, 255, 255, .65);
}

.flatpickr-day:hover {
  background: var(--blue-dim);
  color: var(--white);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.flatpickr-day.inRange {
  background: var(--blue-dim);
  border-color: transparent;
}

.flatpickr-current-month,
.others-numInputWrapper input {
  color: var(--white);
}

span.flatpickr-weekday {
  color: rgba(255, 255, 255, .3);
}

.flatpickr-monthDropdown-months {
  background: var(--navy-mid);
  color: var(--white);
}

/* ── MOBILE ── */
@media (max-width: 767px) {
  .others-hero h1 {
    font-size: 2.6rem;
  }

  .others-hero-cta-group {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* 
=================================
Hotal Booking
================================= */



/* ── HERO ──────────────────────────────────────────────────── */
.hotel-book-hero {
  min-height: 100vh;
  background: var(--navy-dark);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 2rem 6rem;
}

.hotel-book-hero-bg-img {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1600&amp;auto=format&amp;fit=crop&amp;q=80') center/cover no-repeat;
  opacity: 0.12;
}

.hotel-book-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(33, 88, 212, 0.5), transparent 65%),
    radial-gradient(ellipse 80% 50% at 80% 100%, rgba(11, 31, 74, 0.7), transparent),
    linear-gradient(180deg, rgba(7, 20, 48, 0.6) 0%, rgba(7, 20, 48, 0.95) 100%);
}

.hotel-book-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(33, 88, 212, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 88, 212, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 100%);
}

.hotel-book-hero>* {
  position: relative;
  z-index: 1;
}

.hotel-book-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(33, 88, 212, 0.15);
  border: 1px solid rgba(33, 88, 212, 0.4);
  border-radius: 50px;
  padding: 0.4rem 1.1rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #a8c4f8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  animation: fadeUp 0.7s ease both;
}

.hotel-book-live-dot {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px #4ade80;
  animation: blink 1.8s ease-in-out infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.2
  }
}

.hotel-book-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6.5vw, 6rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -2px;
  color: var(--white);
  margin-bottom: 1.5rem;
  animation: fadeUp 0.8s 0.1s ease both;
}

.hotel-book-hero h1 .hotel-book-accent {
  color: var(--gold);
  font-family: 'Playfair Display', serif;
}

.hotel-book-hero h1 em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Playfair Display', serif;
}

.hotel-book-hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
  font-weight: 300;
  animation: fadeUp 0.8s 0.2s ease both;
}

.hotel-book-hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  animation: fadeUp 0.8s 0.3s ease both;
}

.hotel-book-stats-bar {

  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.45s ease both;

}


.hotel-book-stat-item {
  padding: 1.5rem 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  flex: 1 1 auto;
}

.hotel-book-stat-item:last-child {
  border-right: none;
}

.hotel-book-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  line-height: 1;
}

.hotel-book-stat-lbl {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: 0.3rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.hotel-book-btn-primary-custom {
  background: var(--blue-acc);
  color: var(--white);
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.88rem 2.2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--ease);
  box-shadow: 0 6px 24px rgba(33, 88, 212, 0.4);
}

.hotel-book-btn-primary-custom:hover {
  background: #1a47b8;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(33, 88, 212, 0.5);
  color: var(--white);
}

.hotel-book-btn-ghost-white {
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-sm);
  padding: 0.88rem 2.2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--ease);
  backdrop-filter: blur(8px);
}

.hotel-book-btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  color: var(--white);
}

.hotel-book-btn-submit {
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.95rem 3rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: var(--ease);
  box-shadow: 0 6px 20px rgba(11, 31, 74, 0.25);
}

.hotel-book-btn-submit:hover {
  background: var(--blue-acc);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(33, 88, 212, 0.35);
}

.hotel-book-btn-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.hotel-book-btn-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80;
  border: 1.5px solid rgba(37, 211, 102, 0.35);
  border-radius: var(--radius-sm);
  padding: 0.88rem 2.2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: var(--ease);
}

.hotel-book-btn-wa:hover {
  background: rgba(37, 211, 102, 0.2);
  border-color: rgba(37, 211, 102, 0.6);
  transform: translateY(-2px);
}

/* ── SECTION HELPERS ───────────────────────────────────────── */
.hotel-book-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hotel-book-section-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue-acc);
  margin-bottom: 0.5rem;
  display: block;
}

.hotel-book-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -1px;
  line-height: 1.1;
}

.hotel-book-section-title-light {
  color: var(--white);
}

/* ── FORM ALERTS ───────────────────────────────────────────── */
.hotel-book-form-alert {
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  animation: fadeUp 0.4s ease both;
}

.hotel-book-form-alert.hotel-book-success {
  background: #ecfdf5;
  border: 1.5px solid #6ee7b7;
  color: #065f46;
}

.hotel-book-form-alert.hotel-book-error {
  background: #fef2f2;
  border: 1.5px solid #fca5a5;
  color: #991b1b;
}

.hotel-book-form-alert i {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── BOOKING SECTION ───────────────────────────────────────── */
.hotel-book-booking-section {
  background: var(--sky-lt);
  padding: 6rem 2rem;
  border-top: 1px solid var(--border);
}

.hotel-book-booking-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
  margin-top: 2.5rem;
}

.hotel-book-tab-pills {
  display: flex;
  background: var(--sky);
  padding: 5px;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 2.5rem;
}

.hotel-book-tab-pill {
  background: transparent;
  border: none;
  color: var(--text-soft);
  padding: 0.6rem 1.8rem;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ease);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hotel-book-tab-pill.hotel-book-active {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 3px 12px rgba(11, 31, 74, 0.25);
}

.hotel-book-tab-pill:hover:not(.hotel-book-active) {
  background: rgba(11, 31, 74, 0.06);
}

.hotel-book-form-pane {
  display: none;
}

.hotel-book-form-pane.hotel-book-active {
  display: block;
}

.hotel-book-trip-switch {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.hotel-book-trip-switch label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.83rem;
  color: var(--text-soft);
  font-weight: 500;
  cursor: pointer;
}

.hotel-book-trip-switch input {
  accent-color: var(--blue-acc);
}

.hotel-book-form-divider {
  height: 1px;
  background: var(--border);
  margin: 1.5rem 0;
}

.hotel-book-fg {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hotel-book-fg-3 {
  grid-template-columns: repeat(3, 1fr);
}

.hotel-book-fg-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.hotel-book-fg-4 {
  grid-template-columns: 2fr 2fr 1fr 1fr;
}

.hotel-book-ff {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.hotel-book-ff label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
}

.hotel-book-ff label .hotel-book-req {
  color: #e53e3e;
  margin-left: 2px;
}

.hotel-book-ff input,
.hotel-book-ff select {
  background: var(--sky-lt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  padding: 0.7rem 0.95rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.87rem;
  font-weight: 400;
  transition: var(--ease);
  outline: none;
  width: 100%;
}

.hotel-book-ff input::placeholder {
  color: var(--text-muted);
}

.hotel-book-ff input:focus,
.hotel-book-ff select:focus {
  border-color: var(--blue-acc);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(33, 88, 212, 0.1);
}

.hotel-book-ff input.hotel-book-invalid {
  border-color: #fc8181;
  box-shadow: 0 0 0 3px rgba(252, 129, 129, 0.15);
}

.hotel-book-form-submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* ── FEATURES ──────────────────────────────────────────────── */
.hotel-book-features-section {
  background: var(--navy);
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.hotel-book-features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.5), transparent);
}

.hotel-book-features-section .hotel-book-section-eyebrow {
  color: var(--gold);
}

.hotel-book-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.hotel-book-feat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  transition: var(--ease);
  position: relative;
  overflow: hidden;
}

.hotel-book-feat-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(33, 88, 212, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.hotel-book-feat-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-acc), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.hotel-book-feat-card:hover::after {
  transform: scaleX(1);
}

.hotel-book-feat-icon {
  width: 52px;
  height: 52px;
  background: rgba(33, 88, 212, 0.15);
  border: 1px solid rgba(33, 88, 212, 0.3);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
}

.hotel-book-feat-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.hotel-book-feat-card p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

/* ── DESTINATIONS ──────────────────────────────────────────── */
.hotel-book-dest-section {
  background: var(--white);
  padding: 6rem 2rem;
}

.hotel-book-dest-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hotel-book-view-all {
  background: var(--sky);
  border: 1.5px solid var(--border);
  color: var(--navy);
  border-radius: 50px;
  padding: 0.55rem 1.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hotel-book-view-all:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.hotel-book-dest-bento {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  grid-template-rows: 280px 230px;
  gap: 1rem;
}

.hotel-book-dest-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: var(--ease);
}

.hotel-book-dest-card:hover {
  transform: scale(1.015);
  box-shadow: 0 20px 48px rgba(11, 31, 74, 0.2);
}

.hotel-book-dest-card.hotel-book-big {
  grid-row: span 2;
}

.hotel-book-dest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.hotel-book-dest-card:hover .hotel-book-dest-img {
  transform: scale(1.06);
}

.hotel-book-dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 20, 48, 0.92) 0%, rgba(7, 20, 48, 0.1) 55%, transparent);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.hotel-book-dest-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.hotel-book-dest-card:not(.hotel-book-big) .hotel-book-dest-info h3 {
  font-size: 1.2rem;
}

.hotel-book-dest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotel-book-dest-badge {
  background: rgba(33, 88, 212, 0.55);
  border: 1px solid rgba(33, 88, 212, 0.7);
  color: #a8c4f8;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.2rem 0.65rem;
  border-radius: 50px;
}

.hotel-book-dest-sub {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* ── TESTIMONIALS ──────────────────────────────────────────── */
.hotel-book-testi-section {
  background: var(--sky-lt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 6rem 2rem;
}

.hotel-book-testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.hotel-book-testi-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 2rem;
  transition: var(--ease);
  position: relative;
  box-shadow: var(--shadow-sm);
}

.hotel-book-testi-card:hover {
  border-color: rgba(33, 88, 212, 0.3);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.hotel-book-testi-card .hotel-book-qm {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--sky);
  pointer-events: none;
}

.hotel-book-stars {
  color: #f59e0b;
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
}

.hotel-book-testi-card p {
  font-size: 0.87rem;
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.hotel-book-reviewer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hotel-book-r-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-acc), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--white);
  flex-shrink: 0;
}

.hotel-book-r-name {
  font-weight: 600;
  font-size: 0.87rem;
  color: var(--navy);
}

.hotel-book-r-role {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* ── FAQ ───────────────────────────────────────────────────── */
.hotel-book-faq-section {
  background: var(--white);
  padding: 6rem 2rem;
}

.hotel-book-faq-wrap {
  max-width: 680px;
  margin: 3rem auto 0;
}

.hotel-book-faq-item {
  border-bottom: 1.5px solid var(--border);
}

.hotel-book-faq-btn {
  width: 100%;
  background: none;
  border: none;
  color: var(--navy);
  text-align: left;
  padding: 1.3rem 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.3s;
}

.hotel-book-faq-btn:hover {
  color: var(--blue-acc);
}

.hotel-book-faq-btn .hotel-book-ic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue-acc);
  font-size: 1.1rem;
  transition: var(--ease);
}

.hotel-book-faq-item.hotel-book-open .hotel-book-faq-btn .hotel-book-ic {
  background: var(--blue-acc);
  border-color: var(--blue-acc);
  color: var(--white);
  transform: rotate(45deg);
}

.hotel-book-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.hotel-book-faq-body p {
  padding: 0 0 1.4rem;
  color: var(--text-soft);
  font-size: 0.87rem;
  line-height: 1.8;
}

.hotel-book-faq-item.hotel-book-open .hotel-book-faq-body {
  max-height: 200px;
}

/* ── CTA ───────────────────────────────────────────────────── */
.hotel-book-cta-section {
  background: var(--navy);
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hotel-book-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(33, 88, 212, 0.3), transparent);
}

.hotel-book-cta-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hotel-book-cta-section>* {
  position: relative;
  z-index: 1;
}

.hotel-book-cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hotel-book-cta-section p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.hotel-book-cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── WA FAB ────────────────────────────────────────────────── */
.hotel-book-wa-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  transition: var(--ease);
  animation: wa-bob 3s ease-in-out infinite;
}

.hotel-book-wa-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
  color: white;
}

@keyframes wa-bob {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}

/* ── REVEAL ────────────────────────────────────────────────── */
.hotel-book-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hotel-book-reveal.hotel-book-in {
  opacity: 1;
  transform: none;
}

.hotel-book-d1 {
  transition-delay: 0.08s
}

.hotel-book-d2 {
  transition-delay: 0.16s
}

.hotel-book-d3 {
  transition-delay: 0.24s
}

.hotel-book-d4 {
  transition-delay: 0.32s
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media(max-width:900px) {
  .hotel-book-dest-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .hotel-book-dest-card.hotel-book-big {
    grid-row: span 1;
  }

  .hotel-book-fg-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-book-fg-4 {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-book-fg-3 {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-book-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media(max-width:600px) {

  .hotel-book-fg-3,
  .hotel-book-fg-5,
  .hotel-book-fg-4 {
    grid-template-columns: 1fr;
  }

  .hotel-book-dest-bento {
    grid-template-columns: 1fr;
  }

  .hotel-book-booking-card {
    padding: 1.75rem 1.25rem;
  }
}


/* 
=================================
Footer
================================= */


/* ─── Prevent overflow from page sections bleeding into footer ── */
/* Any direct sibling before .emv-footer that has position issues */
*+.emv-footer {
  position: relative;
  z-index: 1;
}

/* Neutralise any rogue black/dark boxes that may overflow from above */
.emv-footer>* {
  position: relative;
  z-index: 1;
}

/* ─── Base Footer ────────────────────────────────────────────── */
.emv-footer {
  background: var(--navy-800);
  color: var(--white);
  font-family: var(--font-body);
  position: relative;
  /* FIX: isolate footer from any overflowing elements above it */
  isolation: isolate;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  /* Ensure footer always sits on its own stacking context */
  z-index: 1;
  /* Clear any floats or overflow from parent sections */
  clear: both;
}

.emv-footer *,
.emv-footer *::before,
.emv-footer *::after {
  box-sizing: border-box;
}

.emv-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(46, 95, 204, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(201, 168, 76, 0.07) 0%, transparent 40%);
  pointer-events: none;
}

.emv-footer-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy-900), var(--accent), var(--gold), var(--accent), var(--navy-900));
}

/* ─── Section Headings ───────────────────────────────────────── */
.emv-footer .f-heading {
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.emv-footer .f-heading i {
  font-size: 0.75rem;
  color: var(--accent-lt);
}

/* ─── Links ──────────────────────────────────────────────────── */
.emv-footer a {
  color: var(--white);
  text-decoration: none;
  transition: color var(--transition);
}

.emv-footer a:hover,
.emv-footer a:focus-visible {
  color: var(--gold);
}

.emv-footer a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ─── Nav Links List ─────────────────────────────────────────── */
.emv-footer .f-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.emv-footer .f-links li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0;
  font-size: 0.88rem;
}

.emv-footer .f-links li a {
  color: var(--white);
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: var(--min-tap);
  padding: 0.25rem 0;
  width: 100%;
}

.emv-footer .f-links li i {
  color: var(--accent-lt);
  font-size: 0.75rem;
  flex-shrink: 0;
  width: 1rem;
  transition: color var(--transition);
}

.emv-footer .f-links li:hover i,
.emv-footer .f-links li a:hover {
  color: var(--gold);
}

/* ─── Address Block ───────────────────────────────────────────── */
.emv-footer address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--white);
}

.emv-footer address strong {
  color: var(--white);
  font-size: 1rem;
  font-family: var(--font-head);
  font-weight: 700;
  display: block;
  margin-bottom: 0.6rem;
}

.emv-footer address i {
  color: var(--accent-lt);
  width: 1.1rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}

.emv-footer address .addr-row {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  min-height: var(--min-tap);
  padding: 0.2rem 0;
}

.emv-footer address .addr-row i {
  margin-top: 0.15rem;

}

.emv-footer address .addr-row span {
  margin-top: 0.15rem;
  line-height: 25px;

}

.emv-footer address a {
  color: var(--white);
  font-weight: 500;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  transition: all var(--transition);
  display: inline;
}

.emv-footer address a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ─── Social Icons ────────────────────────────────────────────── */
.f-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 1rem;
  transition: all var(--transition);
  min-width: var(--min-tap);
  min-height: var(--min-tap);
}

.f-social a:hover,
.f-social a:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(74, 127, 224, 0.45);
}

/* ─── Form Controls ───────────────────────────────────────────── */
.emv-footer .form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.01em;
  display: block;
}

.emv-footer .form-control {
  /* FIX: solid colour instead of transparent so inputs always look correct */
  background: #0f2356;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: #ffffff;
  font-size: 1rem;
  /* ≥16px prevents iOS zoom on focus */
  font-family: var(--font-body);
  padding: 0.6rem 0.9rem;
  width: 100%;
  display: block;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
  -webkit-appearance: none;
  appearance: none;
  min-height: var(--min-tap);
  /* Ensure WebKit autofill doesn't override our colours */
  -webkit-text-fill-color: #ffffff;
}

/* Override WebKit autofill yellow flash */
.emv-footer .form-control:-webkit-autofill,
.emv-footer .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #0f2356 inset;
  -webkit-text-fill-color: #ffffff;
  caret-color: #ffffff;
}

.emv-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.45);
}

.emv-footer .form-control:focus {
  background: #152d6b;
  border-color: var(--accent-lt);
  box-shadow: 0 0 0 3px rgba(107, 158, 245, 0.28);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  outline: none;
}

.emv-footer textarea.form-control {
  resize: vertical;
  min-height: 88px;
  /* textarea doesn't inherit -webkit-text-fill-color correctly on all browsers */
  -webkit-text-fill-color: unset;
  color: #ffffff;
}

/* ─── Buttons ─────────────────────────────────────────────────── */
.btn-emv-submit {
  background: var(--accent);
  border: none;
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  box-shadow: 0 4px 14px rgba(46, 95, 204, 0.35);
  cursor: pointer;
  min-height: var(--min-tap);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: 1 1 auto;
}

.btn-emv-submit:hover,
.btn-emv-submit:focus-visible {
  background: var(--accent-lt);
  box-shadow: 0 6px 22px rgba(46, 95, 204, 0.5);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-emv-submit:active {
  transform: translateY(0);
}

.btn-emv-reset {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 0.9rem;
  font-family: var(--font-body);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  cursor: pointer;
  min-height: var(--min-tap);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.btn-emv-reset:hover,
.btn-emv-reset:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.emv-btn-group {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* ─── Spinner inside button ───────────────────────────────────── */
.btn-emv-submit .btn-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: emv-spin 0.65s linear infinite;
  flex-shrink: 0;
}

.btn-emv-submit.loading .btn-spinner {
  display: inline-block;
}

.btn-emv-submit.loading .btn-label {
  opacity: 0.75;
}

/* ─── Desktop Column Divider ──────────────────────────────────── */
.emv-footer .col-divider {
  border-right: 1px solid var(--border);
}

/* ─── Mobile Accordion ────────────────────────────────────────── */
.emv-footer .accordion-button {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 1rem 0;
  min-height: var(--min-tap);
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.emv-footer .accordion-button::after {
  content: '\F282';
  /* bi-chevron-down */
  font-family: 'bootstrap-icons';
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  transition: transform var(--transition);
  flex-shrink: 0;
}

.emv-footer .accordion-button[aria-expanded="true"]::after {
  transform: rotate(180deg);
  color: var(--gold);
}

.emv-footer .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
}

.emv-footer .accordion-item:first-child {
  border-top: 1px solid var(--border);
}

/* FIX: accordion body needs explicit dark bg so it never goes white/light */
.emv-footer .accordion-body {
  padding: 0 0 1.25rem;
  background: var(--navy-800);
}

/* FIX: accordion button bg must be dark navy, not transparent (Bootstrap
   resets it to white on some pages) */
.emv-footer .accordion-button,
.emv-footer .accordion-button:not(.collapsed) {
  background: var(--navy-800) !important;
  color: var(--white) !important;
  box-shadow: none !important;
}

/* ─── Bottom Bar ──────────────────────────────────────────────── */
.emv-footer .f-bottom {
  background: var(--navy-900);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 1rem 0;
  margin-top: 3rem;
}

.emv-footer .f-bottom a {
  color: rgba(255, 255, 255, 0.85);
}

.emv-footer .f-bottom a:hover {
  color: var(--gold);
}

.emv-footer .f-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}

/* ─── Modal Overlay ───────────────────────────────────────────── */
#emv-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 15, 36, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#emv-overlay.show {
  display: flex;
  animation: emv-fadein 0.2s ease;
}

#emv-popup {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 28px 30px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 60px rgba(6, 15, 36, 0.4);
  animation: emv-slidein 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.emv-popup-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
}

.emv-popup-icon.success {
  background: #e6f4ea;
  color: #1e7e34;
}

.emv-popup-icon.error {
  background: #fdecea;
  color: #b71c1c;
}

.emv-popup-icon.loading {
  background: #e8f0fe;
  color: var(--accent);
}

#emv-popup h3 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy-900);
}

#emv-popup p {
  margin: 0 0 24px;
  font-size: 0.93rem;
  color: #555;
  line-height: 1.65;
  font-family: var(--font-body);
}

.emv-popup-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  border-radius: var(--radius);
  border: none;
  font-size: 0.9rem;
  font-family: var(--font-head);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  color: var(--white);
  min-height: var(--min-tap);
  width: 100%;
}

.emv-popup-close:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.emv-popup-close.success-btn {
  background: #1e7e34;
}

.emv-popup-close.error-btn {
  background: #b71c1c;
}

#emv-popup-spinner {
  display: none;
  width: 22px;
  height: 22px;
  border: 2.5px solid #ddd;
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: emv-spin 0.65s linear infinite;
  margin: 0 auto 20px;
}

/* ─── No-JS Banner ────────────────────────────────────────────── */
.emv-noscript-banner {
  background: #fff3cd;
  color: #664d03;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.875rem;
  border-top: 1px solid #ffe69c;
}

/* ─── Keyframes ───────────────────────────────────────────────── */
@keyframes emv-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes emv-slidein {
  from {
    transform: translateY(-20px) scale(0.97);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes emv-spin {
  to {
    transform: rotate(360deg);
  }
}


/* 
=================================
Visa Page
================================= */


/* ── PAGE HERO ─────────────────────────────────────────────── */
.passport-page-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 7rem 1.5rem 5rem;
  /* top pad for sticky navbar */
}

.passport-page-hero-bg {
  position: absolute;
  inset: 0;

  background: url('../images/gallery_2.jpg') center/cover no-repeat;
  z-index: 0;
}

.passport-page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 20, 48, 0.75) 0%, rgba(11, 31, 74, 0.92) 100%);
}

/* Subtle grid */
.passport-page-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(33, 88, 212, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 88, 212, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 20%, transparent 100%);
}

/* Gold top accent */
.passport-page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  z-index: 3;
}

.passport-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.passport-page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(33, 88, 212, 0.18);
  border: 1px solid rgba(33, 88, 212, 0.4);
  border-radius: 50px;
  padding: 0.38rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #a8c4f8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.passport-page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.1rem;
}

.passport-page-hero h1 .passport-accent {
  color: var(--gold);
  font-family: 'Playfair Display', serif;

}

.passport-page-hero p.lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 2rem;
}

.passport-btn-hero-primary {
  background: var(--blue-acc);
  color: var(--white);
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.85rem 2.2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--ease);
  box-shadow: 0 6px 24px rgba(33, 88, 212, 0.4);
}

.passport-btn-hero-primary:hover {
  background: #1a47b8;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(33, 88, 212, 0.5);
}

/* ── MAIN CARD ──────────────────────────────────────────────── */
.passport-main-card {
  max-width: 980px;
  margin: -70px auto 4rem auto;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 10;
}

/* ── SECTION HEADINGS ───────────────────────────────────────── */
.passport-section-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue-acc);
  display: block;
  margin-bottom: 0.4rem;
}

.passport-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.8px;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.passport-section-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-acc), var(--gold));
  border-radius: 2px;
  margin: 0 auto 2rem;
}

/* ── INTRO LEAD ─────────────────────────────────────────────── */
.passport-intro-lead {
  font-size: 1rem;
  color: var(--text-soft);
  line-height: 1.85;
  max-width: 700px;
  margin: 0 auto 3rem;
}

/* ── SERVICES GRID ──────────────────────────────────────────── */
.passport-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.passport-service-card {
  background: var(--sky-lt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: var(--ease);
}

.passport-service-card:hover {
  background: var(--white);
  border-color: rgba(33, 88, 212, 0.3);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.passport-service-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: rgba(33, 88, 212, 0.1);
  border: 1px solid rgba(33, 88, 212, 0.2);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--blue-acc);
}

.passport-service-card h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.passport-service-card p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ── ACCORDION ──────────────────────────────────────────────── */
.passport-faq-section {
  margin-bottom: 3rem;
}

.passport-accordion-item {
  border: 1.5px solid var(--border) !important;
  border-radius: var(--radius-md) !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: var(--ease);
  box-shadow: var(--shadow-sm);
}

.passport-accordion-item:hover {
  border-color: rgba(33, 88, 212, 0.3) !important;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.passport-accordion-button {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--navy) !important;
  background: var(--white) !important;
  border-radius: var(--radius-md) !important;
  padding: 1.1rem 1.3rem;
  box-shadow: none !important;
}

.passport-accordion-button:not(.collapsed) {
  color: var(--blue-acc) !important;
  background: var(--sky-lt) !important;
  border-bottom: 1px solid var(--border);
}

.passport-accordion-button::after {
  /* Custom chevron color */
  filter: invert(22%) sepia(89%) saturate(700%) hue-rotate(205deg) brightness(80%);
}

.passport-accordion-body {
  font-size: 0.87rem;
  color: var(--text-soft);
  line-height: 1.8;
  background: var(--white);
  padding: 1.1rem 1.3rem;
}

/* ── CTA STRIP ──────────────────────────────────────────────── */
.passport-cta-strip {
  background: var(--navy);
  border-radius: var(--radius-md);
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}

.passport-cta-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.passport-cta-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(33, 88, 212, 0.25), transparent);
  pointer-events: none;
}

.passport-cta-strip>* {
  position: relative;
  z-index: 1;
}

.passport-cta-strip h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}

.passport-cta-strip p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.passport-btn-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80;
  border: 1.5px solid rgba(37, 211, 102, 0.35);
  border-radius: var(--radius-sm);
  padding: 0.75rem 2rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: var(--ease);
}

.passport-btn-wa:hover {
  background: rgba(37, 211, 102, 0.22);
  border-color: rgba(37, 211, 102, 0.6);
  color: #4ade80;
  transform: translateY(-2px);
}

/* ── WA FAB ─────────────────────────────────────────────────── */
.passport-wa-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  animation: passport-wa-bob 3s ease-in-out infinite;
  transition: var(--ease);
}

.passport-wa-fab:hover {
  transform: scale(1.1);
  color: white;
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}

@keyframes passport-wa-bob {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .passport-main-card {
    margin: -50px 1rem 3rem;
    padding: 2rem 1.25rem;
  }

  .passport-page-hero {
    padding: 6rem 1.25rem 4rem;
    min-height: 380px;
  }

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

/* ===== Clean navigation fixes added by ChatGPT ===== */
.navbar .dropdown-menu.show {
  display: block;
}

.navbar .dropdown-toggle {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: .75rem;
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .navbar .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: .35rem;
    background: rgba(255, 255, 255, .98);
  }

  .navbar .nav-item {
    width: 100%;
  }

  .navbar form[role="search"] {
    width: 100%;
  }
}





/* 
=================================
Application Form
================================= */


.application-page {
  width: 100%;
  min-height: 100vh;
  padding: 70px 20px;
  background:
    radial-gradient(circle at top left, rgba(33, 88, 212, 0.12), transparent 35%),
    linear-gradient(180deg, var(--sky-lt), var(--white));
}

.application-container {
  max-width: 980px;
  margin: 0 auto;
}

.application-top {
  text-align: center;
  margin-bottom: 34px;
}

.application-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue-acc);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.application-title {
  font-size: clamp(34px, 5vw, 58px);
  color: var(--navy);
  margin-bottom: 10px;
}

.application-subtitle {
  color: var(--text-soft);
  font-size: 17px;
}

.application-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.application-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  color: var(--text-soft);
  transition: var(--ease);
}

.application-step i {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.application-step small,
.application-step strong {
  display: block;
}

.application-step small {
  font-size: 13px;
  margin-bottom: 4px;
}

.application-step strong {
  font-size: 15px;
  color: var(--navy);
  text-transform: uppercase;
}

.application-step-active {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.application-step-active i {
  background: var(--gold);
  color: var(--white);
}

.application-step-active strong,
.application-step-active small {
  color: var(--white);
}

.application-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 34px;
}

.application-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 26px;
}

.application-heading h2 {
  color: var(--navy);
  font-size: clamp(25px, 3vw, 36px);
  margin-bottom: 8px;
}

.application-heading p {
  color: var(--text-soft);
  font-size: 16px;
}

.application-help-dot {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-pale);
  color: var(--blue-acc);
  border-radius: 50%;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  vertical-align: middle;
}

.application-form {
  display: grid;
  gap: 20px;
}

.application-field {
  position: relative;
}

.application-field label,
.application-label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 9px;
}

.application-field label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sky);
  color: var(--blue-acc);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
}

.application-field input,
.application-field select,
.application-triplet select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--sky-lt);
  color: var(--text-main);
  padding: 0 48px 0 16px;
  font-size: 16px;
  outline: none;
  transition: var(--ease);
}

.application-field input:focus,
.application-field select:focus,
.application-triplet select:focus {
  border-color: var(--blue-acc);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(33, 88, 212, 0.12);
}

.application-valid-check {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: var(--success);
  font-size: 18px;
}

.application-triplet {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.application-hidden {
  display: none;
}

.application-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background: var(--blue-pale);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--navy);
}

.application-price-row span {
  font-weight: 700;
}

.application-price-row strong {
  font-size: 22px;
  color: var(--blue-acc);
}

.application-submit {
  min-height: 58px;
  border: none;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--navy), var(--blue-acc));
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--sh-blue);
  transition: var(--ease);
}

.application-submit:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.application-submit:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .application-page {
    padding: 45px 14px;
  }

  .application-steps {
    grid-template-columns: 1fr;
  }

  .application-step {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 14px;
  }

  .application-step i {
    margin: 0;
    flex: 0 0 48px;
  }

  .application-card {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }

  .application-triplet {
    grid-template-columns: 1fr;
  }

  .application-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .application-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .application-title {
    font-size: 32px;
  }

  .application-subtitle {
    font-size: 15px;
  }

  .application-field input,
  .application-field select,
  .application-triplet select {
    min-height: 50px;
    font-size: 15px;
  }
}





/* 
=================================
Shipping Form 
================================= */

.shapping-page {
  width: 100%;
  min-height: 100vh;
  padding: 70px 20px;
  background:
    radial-gradient(circle at top left, rgba(33, 88, 212, 0.12), transparent 35%),
    linear-gradient(180deg, var(--sky-lt), var(--white));
}

.shapping-container {
  max-width: 980px;
  margin: 0 auto;
}

.shapping-top {
  text-align: center;
  margin-bottom: 34px;
}

.shapping-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue-acc);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.shapping-title {
  font-size: clamp(34px, 5vw, 58px);
  color: var(--navy);
  margin-bottom: 10px;
}

.shapping-subtitle {
  color: var(--text-soft);
  font-size: 17px;
}

.shapping-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.shapping-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  color: var(--text-soft);
  transition: var(--ease);
}

.shapping-step i {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.shapping-step small,
.shapping-step strong {
  display: block;
}

.shapping-step small {
  font-size: 13px;
  margin-bottom: 4px;
}

.shapping-step strong {
  font-size: 15px;
  color: var(--navy);
  text-transform: uppercase;
}

.shapping-step-active {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  color: var(--white);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.shapping-step-active i {
  background: var(--gold);
  color: var(--white);
}

.shapping-step-active strong,
.shapping-step-active small {
  color: var(--white);
}

.shapping-step-done {
  border-color: rgba(15, 107, 62, 0.25);
  background: var(--success-bg);
}

.shapping-step-done i {
  background: var(--success);
  color: var(--white);
}

.shapping-form {
  width: 100%;
}

.shapping-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 34px;
  display: grid;
  gap: 20px;
}

.shapping-field {
  position: relative;
}

.shapping-field label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 9px;
}

.shapping-field label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sky);
  color: var(--blue-acc);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
}

.shapping-field input,
.shapping-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--sky-lt);
  color: var(--text-main);
  padding: 0 48px 0 16px;
  font-size: 16px;
  outline: none;
  transition: var(--ease);
}

.shapping-field input:focus,
.shapping-field select:focus {
  border-color: var(--blue-acc);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(33, 88, 212, 0.12);
}

.shapping-valid-check {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: var(--success);
  font-size: 18px;
}

.shapping-small-note {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
  padding: 16px 18px;
  background: var(--blue-pale);
  border-left: 4px solid var(--blue-acc);
  border-radius: var(--radius);
}

.shapping-soft-line {
  border: none;
  border-top: 1px solid var(--border);
  margin: 4px 0;
}

.shapping-address-box {
  background: var(--sky-lt);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  display: grid;
  gap: 18px;
}

.shapping-address-box p {
  color: var(--text-soft);
  font-weight: 600;
  line-height: 1.6;
}

.shapping-half {
  max-width: 50%;
}

.shapping-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.shapping-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background: var(--blue-pale);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--navy);
}

.shapping-price-row span {
  font-weight: 700;
}

.shapping-price-row strong {
  font-size: 22px;
  color: var(--blue-acc);
}

.shapping-submit {
  min-height: 58px;
  border: none;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--navy), var(--blue-acc));
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--sh-blue);
  transition: var(--ease);
}

.shapping-submit:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.shapping-return-link {
  width: fit-content;
  margin: 0 auto;
  color: var(--blue-acc);
  font-weight: 800;
  transition: var(--ease);
}

.shapping-return-link:hover {
  color: var(--navy);
}

@media (max-width: 768px) {
  .shapping-page {
    padding: 45px 14px;
  }

  .shapping-steps {
    grid-template-columns: 1fr;
  }

  .shapping-step {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 14px;
  }

  .shapping-step i {
    margin: 0;
    flex: 0 0 48px;
  }

  .shapping-card {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }

  .shapping-grid-2 {
    grid-template-columns: 1fr;
  }

  .shapping-half {
    max-width: 100%;
  }

  .shapping-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .shapping-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .shapping-title {
    font-size: 32px;
  }

  .shapping-subtitle {
    font-size: 15px;
  }

  .shapping-field input,
  .shapping-field select {
    min-height: 50px;
    font-size: 15px;
  }

  .shapping-address-box {
    padding: 18px;
  }
}



/* 
=================================
Payment Form
================================= */


.payment-page {
  width: 100%;
  min-height: 100vh;
  padding: 70px 20px;
  background:
    radial-gradient(circle at top left, rgba(33, 88, 212, 0.12), transparent 35%),
    linear-gradient(180deg, var(--sky-lt), var(--white));
}

.payment-container {
  max-width: 1180px;
  margin: 0 auto;
}

.payment-top {
  text-align: center;
  margin-bottom: 34px;
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue-acc);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.payment-title {
  font-size: clamp(34px, 5vw, 58px);
  color: var(--navy);
  margin-bottom: 10px;
}

.payment-subtitle {
  color: var(--text-soft);
  font-size: 17px;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.payment-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--ease);
}

.payment-step i {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.payment-step small,
.payment-step strong {
  display: block;
}

.payment-step strong {
  color: var(--navy);
  margin-top: 4px;
}

.payment-step-active {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.payment-step-active i {
  background: var(--gold);
  color: var(--white);
}

.payment-step-active strong,
.payment-step-active small {
  color: var(--white);
}

.payment-step-done {
  background: var(--success-bg);
  border-color: rgba(15, 107, 62, 0.25);
}

.payment-step-done i {
  background: var(--success);
  color: var(--white);
}

.payment-wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
}

.payment-summary,
.payment-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.payment-summary {
  padding: 32px;
  height: fit-content;
  position: sticky;
  top: 30px;
}

.payment-summary h2 {
  color: var(--navy);
  font-size: 30px;
  margin-bottom: 26px;
}

.payment-summary-row,
.payment-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.payment-summary-row {
  padding: 14px 0;
  color: var(--text-soft);
}

.payment-summary-row strong {
  color: var(--navy);
}

.payment-total-row {
  background: var(--blue-pale);
  padding: 18px;
  border-radius: var(--radius-md);
}

.payment-total-row span {
  color: var(--navy);
  font-weight: 800;
}

.payment-total-row strong {
  color: var(--blue-acc);
  font-size: 28px;
}

.payment-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 20px 0;
}

.payment-shipping-title {
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 10px;
}

.payment-form {
  padding: 34px;
  display: grid;
  gap: 22px;
}

.payment-field {
  position: relative;
}

.payment-field label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 10px;
}

.payment-field input,
.payment-field select {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--sky-lt);
  padding: 0 48px 0 16px;
  font-size: 16px;
  transition: var(--ease);
}

.payment-field input:focus,
.payment-field select:focus {
  outline: none;
  border-color: var(--blue-acc);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(33, 88, 212, 0.12);
}

.payment-valid-check {
  position: absolute;
  right: 16px;
  bottom: 18px;
  color: var(--success);
}

.payment-card-placeholder {
  padding: 24px;
  border: 2px dashed var(--border);
  border-radius: var(--radius-md);
  background: var(--sky-lt);
  text-align: center;
}

.payment-card-placeholder span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-soft);
  margin-bottom: 12px;
}

.payment-card-placeholder b {
  color: var(--blue-acc);
  letter-spacing: 1px;
}

.payment-agree-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--blue-pale);
}

.payment-agree-box input {
  margin-top: 4px;
}

.payment-agree-box span {
  color: var(--text-soft);
  line-height: 1.7;
}

.payment-submit {
  min-height: 60px;
  border: none;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--navy), var(--blue-acc));
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: var(--sh-blue);
  transition: var(--ease);
}

.payment-submit:hover {
  transform: translateY(-3px);
}

.payment-return-link {
  width: fit-content;
  margin: 0 auto;
  color: var(--blue-acc);
  font-weight: 800;
}

.payment-return-link:hover {
  color: var(--navy);
}

@media (max-width: 991px) {
  .payment-wrapper {
    grid-template-columns: 1fr;
  }

  .payment-summary {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .payment-page {
    padding: 45px 14px;
  }

  .payment-steps {
    grid-template-columns: 1fr;
  }

  .payment-step {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  .payment-step i {
    margin: 0;
  }

  .payment-summary,
  .payment-form {
    padding: 24px 18px;
  }

  .payment-total-row strong {
    font-size: 24px;
  }

  .payment-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .payment-title {
    font-size: 32px;
  }

  .payment-subtitle {
    font-size: 15px;
  }

  .payment-field input,
  .payment-field select {
    min-height: 52px;
    font-size: 15px;
  }

  .payment-agree-box {
    flex-direction: column;
  }
}




/* ==============================
   Terms & Conditions Page
============================== */

.term-page {
  width: 100%;
  background: var(--off, #f7f9ff);
  color: var(--text-main, #0b1f4a);
}

.term-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.term-hero {
  position: relative;
  padding: 110px 0 90px;
  background:
    linear-gradient(135deg, rgba(11, 31, 74, 0.95), rgba(19, 45, 106, 0.92)),
    url("../images/hero.jpg") center/cover no-repeat;
  overflow: hidden;
}

.term-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.16);
}

.term-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  text-align: left;
}

.term-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold, #c9a84c);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.term-title {
  color: var(--white, #ffffff);
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.05;
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
}

.term-subtitle {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
}

.term-content-section {
  padding: 80px 0;
}

.term-card {
  background: var(--white, #ffffff);
  border-radius: var(--radius-lg, 24px);
  box-shadow: var(--shadow-md, 0 8px 32px rgba(11, 31, 74, 0.12));
  padding: 48px;
  border: 1px solid var(--border, #dce4f0);
}

.term-updated-box {
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 34px;
  border-radius: var(--radius-sm, 6px);
  background: var(--sky-lt, #f4f7fd);
  color: var(--text-soft, #4a5e88);
  font-size: 15px;
  border-left: 4px solid var(--gold, #c9a84c);
}

.term-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border, #dce4f0);
}

.term-block:last-of-type {
  border-bottom: none;
}

.term-heading {
  font-size: clamp(24px, 3vw, 34px);
  color: var(--navy, #0b1f4a);
  margin-bottom: 14px;
  font-family: "Playfair Display", Georgia, serif;
}

.term-text {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft, #4a5e88);
  margin-bottom: 12px;
}

.term-contact-box {
  margin-top: 44px;
  padding: 34px;
  border-radius: var(--radius-md, 14px);
  background: linear-gradient(135deg, var(--navy, #0b1f4a), var(--navy-mid, #132d6a));
  color: var(--white, #ffffff);
  box-shadow: var(--shadow-md, 0 8px 32px rgba(11, 31, 74, 0.12));
}

.term-contact-title {
  font-size: 30px;
  margin-bottom: 14px;
  color: var(--white, #ffffff);
  font-family: "Playfair Display", Georgia, serif;
}

.term-contact-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.term-contact-text strong {
  color: var(--gold-light, #e0c070);
}

/* ==============================
   Responsive Design
============================== */

@media (max-width: 992px) {
  .term-hero {
    padding: 90px 0 70px;
  }

  .term-card {
    padding: 38px;
  }

  .term-content-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .term-hero {
    padding: 75px 0 60px;
  }

  .term-subtitle {
    font-size: 16px;
  }

  .term-card {
    padding: 28px;
    border-radius: 18px;
  }

  .term-block {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .term-contact-box {
    padding: 26px;
  }

  .term-contact-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .term-container {
    width: 94%;
  }

  .term-hero {
    padding: 65px 0 50px;
  }

  .term-badge {
    font-size: 13px;
    padding: 8px 14px;
  }

  .term-card {
    padding: 22px;
  }

  .term-text,
  .term-contact-text {
    font-size: 15px;
  }

  .term-updated-box {
    font-size: 14px;
    padding: 10px 14px;
  }
}



/* ==============================
   Privacy Policy Page
============================== */

.privacy-page {
  width: 100%;
  background: var(--off, #f7f9ff);
  color: var(--text-main, #0b1f4a);
}

.privacy-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.privacy-hero {
  position: relative;
  padding: 110px 0 90px;
  background:
    linear-gradient(135deg, rgba(11, 31, 74, 0.95), rgba(19, 45, 106, 0.92)),
    url("../images/hero.jpg") center/cover no-repeat;
  overflow: hidden;
}

.privacy-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.16);
}

.privacy-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.privacy-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold, #c9a84c);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.privacy-title {
  color: var(--white, #ffffff);
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.05;
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
}

.privacy-subtitle {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
}

.privacy-content-section {
  padding: 80px 0;
}

.privacy-card {
  background: var(--white, #ffffff);
  border-radius: var(--radius-lg, 24px);
  box-shadow: var(--shadow-md, 0 8px 32px rgba(11, 31, 74, 0.12));
  padding: 48px;
  border: 1px solid var(--border, #dce4f0);
}

.privacy-updated-box {
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 34px;
  border-radius: var(--radius-sm, 6px);
  background: var(--sky-lt, #f4f7fd);
  color: var(--text-soft, #4a5e88);
  font-size: 15px;
  border-left: 4px solid var(--gold, #c9a84c);
}

.privacy-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border, #dce4f0);
}

.privacy-block:last-of-type {
  border-bottom: none;
}

.privacy-heading {
  font-size: clamp(24px, 3vw, 34px);
  color: var(--navy, #0b1f4a);
  margin-bottom: 14px;
  font-family: "Playfair Display", Georgia, serif;
}

.privacy-text {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft, #4a5e88);
  margin-bottom: 12px;
}

.privacy-contact-box {
  margin-top: 44px;
  padding: 34px;
  border-radius: var(--radius-md, 14px);
  background: linear-gradient(135deg, var(--navy, #0b1f4a), var(--navy-mid, #132d6a));
  color: var(--white, #ffffff);
  box-shadow: var(--shadow-md, 0 8px 32px rgba(11, 31, 74, 0.12));
}

.privacy-contact-title {
  font-size: 30px;
  margin-bottom: 14px;
  color: var(--white, #ffffff);
  font-family: "Playfair Display", Georgia, serif;
}

.privacy-contact-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.privacy-contact-text strong {
  color: var(--gold-light, #e0c070);
}


/* ==============================
   Responsive Design
============================== */

@media (max-width: 992px) {
  .privacy-hero {
    padding: 90px 0 70px;
  }

  .privacy-card {
    padding: 38px;
  }

  .privacy-content-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .privacy-hero {
    padding: 75px 0 60px;
  }

  .privacy-subtitle {
    font-size: 16px;
  }

  .privacy-card {
    padding: 28px;
    border-radius: 18px;
  }

  .privacy-block {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .privacy-contact-box {
    padding: 26px;
  }

  .privacy-contact-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .privacy-container {
    width: 94%;
  }

  .privacy-hero {
    padding: 65px 0 50px;
  }

  .privacy-badge {
    font-size: 13px;
    padding: 8px 14px;
  }

  .privacy-card {
    padding: 22px;
  }

  .privacy-text,
  .privacy-contact-text {
    font-size: 15px;
  }

  .privacy-updated-box {
    font-size: 14px;
    padding: 10px 14px;
  }
}





/* ==============================
   Visa Loging Page
============================== */


