/* ============================================================
   AIR & SOUND TESTING — Corporate Blue Theme v3
   Font: Plus Jakarta Sans (headings) + DM Sans (body)
   Primary:   #1E3A8A / #2563EB
   Light Gray: #F3F4F6
   Dark Gray:  #374151
   White:      #FFFFFF
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  --blue:        #1E3A8A;
  --blue-mid:    #2563EB;
  --blue-light:  #3B82F6;
  --blue-pale:   #EFF6FF;
  --blue-border: #BFDBFE;
  --gray-dark:   #374151;
  --gray-mid:    #6B7280;
  --gray-light:  #F3F4F6;
  --gray-border: #E5E7EB;
  --white:       #FFFFFF;
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md:   0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:   0 10px 40px rgba(0,0,0,0.13);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--gray-dark);
  line-height: 1.7;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--blue);
}

a { color: var(--blue-mid); text-decoration: none; }
a:hover { color: var(--blue); }

/* ── LAYOUT ─────────────────────────────────────────────── */
.container   { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.row-2col    { display: grid; grid-template-columns: 1fr 340px; gap: 48px; }
.section     { padding: 80px 0; }
.section-light { background: var(--gray-light); }
.section-dark  { background: var(--blue); }

/* ── TOP BAR ─────────────────────────────────────────────── */
.top-bar {
  background: var(--blue);
  padding: 9px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.top-bar .container { display:flex; justify-content:space-between; align-items:center; }
.top-bar a { color: rgba(255,255,255,0.65); text-decoration:none; }
.top-bar a:hover { color: #fff; }
.top-bar .phone-top {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 0.3px;
}
.top-bar .phone-top i { color: #93C5FD; margin-right: 6px; }

/* ── STICKY HEADER ───────────────────────────────────────── */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-border);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.site-logo img { height: 48px; width: auto; display: block; }

/* ── NAVIGATION ──────────────────────────────────────────── */
/* Only top-level ul gets flex — sub-menus must NOT inherit this */
.main-nav > ul {
  list-style: none; display: flex; align-items: center; gap: 2px;
  margin: 0; padding: 0;
}
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a {
  display: block;
  padding: 9px 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  color: var(--gray-dark);
  letter-spacing: 0.1px;
  transition: color 0.15s;
  border-radius: 6px;
  white-space: nowrap;
}
.main-nav > ul > li > a:hover { color: var(--blue-mid); background: var(--blue-pale); }


/* CTA nav button */
.nav-cta a {
  background: var(--blue-mid) !important;
  color: var(--white) !important;
  border-radius: 8px !important;
  padding: 9px 20px !important;
  font-weight: 700 !important;
  transition: background 0.2s !important;
}
.nav-cta a:hover { background: var(--blue) !important; }

/* Mobile toggle */
.nav-toggle {
  display: none; background: none;
  border: 1.5px solid var(--gray-border);
  width: 40px; height: 38px; border-radius: 8px; cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--gray-dark); border-radius: 2px; }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 560px;
  display: flex; align-items: center; overflow: hidden;
  background: var(--blue);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../images/slider-1.jpg');
  background-size: cover; background-position: center;
  opacity: 0.18; mix-blend-mode: luminosity;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(30,58,138,0.96) 55%, rgba(37,99,235,0.82) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 96px 0; max-width: 680px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #93C5FD;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 99px; margin-bottom: 22px;
}
.hero-eyebrow::before { content:''; width:6px; height:6px; border-radius:50%; background:#93C5FD; }
.hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800; color: var(--white);
  margin: 0 0 20px; line-height: 1.08;
  letter-spacing: -0.5px;
}
.hero h1 .accent { color: #93C5FD; }
.hero p { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 520px; margin: 0 0 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: 14px; letter-spacing: 0.2px;
  text-decoration: none; border: none; cursor: pointer;
  border-radius: 8px; padding: 12px 24px;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue-mid); color: var(--white);
  box-shadow: 0 2px 8px rgba(37,99,235,0.35);
}
.btn-primary:hover { background: var(--blue); color: var(--white); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,99,235,0.4); }

.btn-white {
  background: var(--white); color: var(--blue);
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.btn-white:hover { background: var(--gray-light); color: var(--blue); transform: translateY(-1px); }

.btn-outline-white {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.45);
}
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.08); color: var(--white); }

.btn-outline-blue {
  background: transparent; color: var(--blue-mid);
  border: 2px solid var(--blue-mid);
}
.btn-outline-blue:hover { background: var(--blue-mid); color: var(--white); }

.btn-sm { padding: 8px 16px; font-size: 13px; }
.btn-lg { padding: 15px 32px; font-size: 16px; }

/* ── STATS STRIP ─────────────────────────────────────────── */
.stats-strip { background: var(--gray-light); border-bottom: 1px solid var(--gray-border); }
.stats-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item {
  padding: 28px 20px; text-align: center;
  border-right: 1px solid var(--gray-border);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 38px; font-weight: 800;
  color: var(--blue); line-height: 1; display: block;
}
.stat-label { font-size: 12px; color: var(--gray-mid); text-transform: uppercase; letter-spacing: 0.8px; margin-top: 4px; font-weight: 500; }

/* ── SECTION HEADERS ─────────────────────────────────────── */
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue-mid); background: var(--blue-pale);
  padding: 4px 12px; border-radius: 99px; margin-bottom: 12px;
}
.section-dark .eyebrow { color: #93C5FD; background: rgba(255,255,255,0.1); }
.section-header h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px); font-weight: 800;
  color: var(--blue); margin: 0 0 14px; letter-spacing: -0.3px;
}
.section-dark .section-header h2 { color: var(--white); }
.section-header p { font-size: 16px; color: var(--gray-mid); max-width: 560px; line-height: 1.65; }
.section-dark .section-header p { color: rgba(255,255,255,0.65); }
.section-header.center p { margin: 0 auto; }

/* ── SERVICE CARDS ───────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 12px; padding: 28px 24px;
  transition: all 0.22s; position: relative; overflow: hidden;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-border);
}
.service-icon {
  width: 52px; height: 52px;
  background: var(--blue-pale); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; transition: background 0.22s;
}
.service-card:hover .service-icon { background: var(--blue-mid); }
.service-icon i { font-size: 22px; color: var(--blue-mid); transition: color 0.22s; }
.service-card:hover .service-icon i { color: var(--white); }
.service-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px; font-weight: 700; color: var(--blue);
  margin: 0 0 10px;
}
.service-card p { font-size: 14px; color: var(--gray-mid); margin: 0 0 20px; line-height: 1.6; }
.service-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 700; color: var(--blue-mid);
  text-decoration: none; transition: gap 0.18s;
}
.service-link:hover { gap: 10px; color: var(--blue); }
.service-link::after { content: '→'; }

/* ── FEATURES / WHY US ───────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 22px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 10px;
  transition: background 0.2s;
}
.feature-item:hover { background: rgba(255,255,255,0.11); }
.feature-icon { color: #93C5FD; font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.feature-item h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 5px;
}
.feature-item p { font-size: 13px; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.6; }

/* ── CTA BANNER ──────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);
  padding: 72px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content:''; position:absolute; inset:0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-banner h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(26px,4vw,42px); font-weight: 800;
  color: var(--white); margin: 0 0 12px; position: relative; letter-spacing: -0.3px;
}
.cta-banner p { color: rgba(255,255,255,0.75); font-size: 17px; margin: 0 0 32px; position: relative; }
.cta-banner .cta-actions { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; position:relative; }

/* ── PAGE HEADER ─────────────────────────────────────────── */
.page-header {
  background: linear-gradient(110deg, var(--blue) 0%, #1d4ed8 100%);
  padding: 52px 0 44px; position: relative; overflow: hidden;
}
.page-header::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background: var(--blue-mid); }
.page-header-pattern {
  position:absolute; inset:0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M0 0h80v80H0z' fill='none'/%3E%3Ccircle cx='0' cy='0' r='1'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.page-header .breadcrumb-nav {
  position: relative; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
}
.page-header .breadcrumb-nav a { color: rgba(255,255,255,0.55); text-decoration:none; }
.page-header .breadcrumb-nav a:hover { color: rgba(255,255,255,0.85); }
.page-header .breadcrumb-nav span { margin: 0 6px; }
.page-header h1 {
  position: relative;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(26px,4vw,42px); font-weight: 800;
  color: var(--white); margin: 0; letter-spacing: -0.3px;
}
.page-header h1 .accent { color: #93C5FD; }

/* ── INNER PAGE CONTENT ──────────────────────────────────── */
.content-area { padding: 64px 0 72px; }

.page-content h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px; font-weight: 800; color: var(--blue);
  margin: 0 0 20px; padding-bottom: 16px;
  border-bottom: 2px solid var(--gray-border);
  letter-spacing: -0.2px;
}
.page-content h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 21px; font-weight: 700; color: var(--blue);
  margin: 36px 0 14px; display: flex; align-items: center; gap: 10px;
}
.page-content h2::before {
  content:''; display:inline-block; width:4px; height:22px;
  background: var(--blue-mid); border-radius: 2px; flex-shrink:0;
}
.page-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px; font-weight: 700; color: var(--blue-mid);
  margin: 24px 0 10px;
}
.page-content p { color: var(--gray-dark); line-height: 1.8; margin: 0 0 18px; font-size: 15px; }
.page-content a { color: var(--blue-mid); }
.page-content a:hover { color: var(--blue); text-decoration: underline; }

/* Styled UL */
.page-content ul { margin: 16px 0 24px; padding: 0; list-style: none; }
.page-content ul li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 16px; background: var(--white);
  border: 1px solid var(--gray-border); border-radius: 8px;
  margin-bottom: 8px; font-size: 14px; color: var(--gray-dark);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.page-content ul li:hover { border-color: var(--blue-border); box-shadow: 0 0 0 3px rgba(37,99,235,0.06); }
.page-content ul li::before {
  content: '\f00c';
  font-family: FontAwesome;
  color: var(--blue-mid); font-size: 12px;
  flex-shrink: 0; margin-top: 3px;
}

/* ── BOOKING CARDS (replaces old images) ────────────────── */
.booking-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 32px; }
.booking-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 12px; overflow: hidden;
  transition: all 0.22s; box-shadow: var(--shadow-sm);
}
.booking-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--blue-border); }
.booking-card-icon {
  background: var(--blue-pale);
  padding: 24px; text-align: center;
  border-bottom: 1px solid var(--blue-border);
}
.booking-card-icon i { font-size: 36px; color: var(--blue-mid); display: block; margin-bottom: 10px; }
.booking-card-icon .card-badge {
  display: inline-block;
  background: var(--blue-mid); color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 10px; border-radius: 99px;
}
.booking-card-body { padding: 18px 20px; }
.booking-card-body h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px; font-weight: 700; color: var(--blue);
  margin: 0 0 6px;
}
.booking-card-body p { font-size: 13px; color: var(--gray-mid); margin: 0 0 16px; line-height: 1.5; }
.booking-card-body a {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--blue-mid); color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 700;
  padding: 10px 16px; border-radius: 7px;
  text-decoration: none; transition: background 0.18s;
  width: 100%;
}
.booking-card-body a:hover { background: var(--blue); color: var(--white); }
.booking-card-body a i { font-size: 12px; }

/* SAP/Sound booking 2-col variant */
.booking-cards-2 { grid-template-columns: repeat(2,1fr); }
.booking-cards-1 { grid-template-columns: 1fr; max-width: 320px; }

/* ── SIDEBAR ─────────────────────────────────────────────── */
.sidebar { }
.sidebar-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 12px; overflow: hidden; margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.sidebar-card-header {
  background: var(--blue); padding: 14px 18px;
}
.sidebar-card-header h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; color: var(--white); margin: 0;
}
.sidebar-nav { padding: 6px 0; margin: 0; list-style: none; }
.sidebar-nav li { border-bottom: 1px solid var(--gray-border); }
.sidebar-nav li:last-child { border-bottom: none; }
.sidebar-nav li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500; color: var(--gray-dark);
  text-decoration: none; transition: all 0.15s;
}
.sidebar-nav li a::after { content: '›'; font-size: 18px; color: var(--gray-border); }
.sidebar-nav li a:hover { color: var(--blue-mid); background: var(--blue-pale); padding-left: 22px; }
.sidebar-nav li a:hover::after { color: var(--blue-mid); }

.sidebar-contact-card {
  background: linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);
  border-radius: 12px; padding: 24px; text-align: center;
  box-shadow: var(--shadow-md);
}
.sidebar-contact-card h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px; color: var(--white); margin: 0 0 6px; font-weight: 800;
}
.sidebar-contact-card p { color: rgba(255,255,255,0.65); font-size: 13px; margin: 0 0 16px; }
.sidebar-contact-card .phone-big {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px; font-weight: 800; color: #93C5FD; margin-bottom: 14px;
  text-decoration: none;
}
.sidebar-contact-card .phone-big:hover { color: var(--white); }

/* ── CONTACT PAGE ────────────────────────────────────────── */
.contact-form-wrapper {
  background: var(--white); border: 1px solid var(--gray-border);
  border-radius: 12px; padding: 36px; box-shadow: var(--shadow-sm);
}
.contact-form-wrapper h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px; font-weight: 800; color: var(--blue); margin: 0 0 6px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 0; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  display: block; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.8px;
  color: var(--gray-dark); margin-bottom: 6px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--gray-border); background: var(--gray-light);
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--gray-dark);
  transition: border-color 0.15s, background 0.15s;
  outline: none; border-radius: 8px;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--blue-mid); background: var(--white); box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.form-group textarea { height: 120px; resize: vertical; }

.contact-info-card {
  background: linear-gradient(160deg, var(--blue) 0%, #1d4ed8 100%);
  border-radius: 12px; padding: 36px;
  box-shadow: var(--shadow-md);
}
.contact-info-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px; color: var(--white); margin: 0 0 24px; font-weight: 800;
  padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.10);
}
.contact-detail { display:flex; gap:14px; align-items:flex-start; margin-bottom:20px; }
.contact-detail .icon {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.12); border-radius: 9px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-detail .icon i { color: #93C5FD; font-size: 16px; }
.contact-detail h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.8px;
  color: rgba(255,255,255,0.55); margin: 0 0 2px; font-weight: 600;
}
.contact-detail p { font-size: 15px; color: var(--white); margin: 0; font-weight: 500; }
.contact-detail a { color: #93C5FD; text-decoration: none; }
.contact-detail a:hover { color: var(--white); }

/* ── DOWNLOAD TABLE ──────────────────────────────────────── */
.download-table { border-collapse: collapse; width: 100%; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.download-table thead tr { background: var(--blue); }
.download-table thead th {
  padding: 14px 18px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; color: var(--white); text-align: left;
}
.download-table tbody tr { border-bottom: 1px solid var(--gray-border); transition: background 0.15s; }
.download-table tbody tr:nth-child(even) { background: var(--gray-light); }
.download-table tbody tr:hover { background: var(--blue-pale); }
.download-table tbody td { padding: 14px 18px; font-size: 14px; color: var(--gray-dark); }
.download-table .dl-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--blue-mid); color: var(--white);
  padding: 8px 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 700;
  text-decoration: none; border-radius: 7px;
  transition: background 0.15s;
}
.download-table .dl-btn:hover { background: var(--blue); color: var(--white); }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-item {
  background: var(--white); border: 1px solid var(--gray-border);
  border-radius: 10px; padding: 22px 24px; margin-bottom: 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.faq-item:hover { border-color: var(--blue-border); box-shadow: 0 0 0 3px rgba(37,99,235,0.06); }
.faq-q {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; font-weight: 700; color: var(--blue);
  margin: 0 0 10px; display: flex; align-items: center; gap: 12px;
}
.faq-q::before {
  content: 'Q';
  background: var(--blue-pale); color: var(--blue-mid);
  font-size: 11px; font-weight: 800; letter-spacing: 0.5px;
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; border-radius: 6px; border: 1px solid var(--blue-border);
}
.faq-a { font-size: 14px; color: var(--gray-mid); line-height: 1.75; padding-left: 38px; }

/* ── FOOTER ──────────────────────────────────────────────── */
.site-footer { background: #111827; padding: 64px 0 0; border-top: 4px solid #2563EB; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand img { height: 42px; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0 0 20px; }
.footer-phone {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px; font-weight: 800; color: #93C5FD;
  text-decoration: none; display: block; margin-bottom: 6px;
}
.footer-phone:hover { color: var(--white); }
.footer-email { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-email:hover { color: var(--white); }

.footer-col h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.2px; color: var(--white);
  margin: 0 0 18px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.15s; }
.footer-col ul li a:hover { color: var(--white); }

.footer-bottom {
  padding: 20px 0; display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: rgba(255,255,255,0.35);
}
.footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .hero { min-height: auto; }
  .hero-content { padding: 60px 0; }
  .top-bar .container { flex-direction: column; gap: 4px; text-align: center; }
  .main-nav { display: none; width: 100%; padding: 8px 0 16px; }
  .main-nav.open { display: block; }
  .main-nav > ul { flex-direction: column; gap: 2px; }
  .sub-menu { display: none !important; position: static; box-shadow: none; border: none !important; border-radius: 0; border-top: none !important; padding-left: 16px; }
  .has-dropdown:hover > .sub-menu { display: block !important; }
  .nav-toggle { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .row-2col { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
  .booking-cards { grid-template-columns: 1fr; }
  .booking-cards-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-banner .cta-actions { flex-direction: column; align-items: center; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--gray-border); }
}

/* ═══════════════════════════════════════════════════════════
   TOP BAR — Expanded
═══════════════════════════════════════════════════════════ */
.top-bar .container { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px; }
.top-bar-left { display:flex; gap:20px; align-items:center; flex-wrap:wrap; }
.top-bar-left span { font-size:12px; color:rgba(255,255,255,0.6); }
.top-bar-left i { color:#93C5FD; margin-right:4px; }
.top-bar-right { display:flex; align-items:center; gap:10px; }
.top-phone { font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; font-size:14px; color:#fff; text-decoration:none; }
.top-phone:hover { color:#93C5FD; }
.top-quote-btn {
  background:#2563EB; color:#fff; font-family:'Plus Jakarta Sans',sans-serif;
  font-size:12px; font-weight:700; letter-spacing:0.5px;
  padding:5px 14px; border-radius:99px; text-decoration:none;
  transition:background 0.15s;
}
.top-quote-btn:hover { background:#1d4ed8; color:#fff; }

/* ═══════════════════════════════════════════════════════════
   HEADER — Mega Menu & Scrolled State
═══════════════════════════════════════════════════════════ */
.site-header.scrolled { box-shadow:0 2px 20px rgba(0,0,0,0.12); }
.nav-arrow { font-size:9px; opacity:0.5; margin-left:2px; vertical-align:middle; }

/* ── ALL DROPDOWNS — Simple reliable CSS hover ── */
.has-dropdown { position: relative; }
.has-dropdown > a .nav-arrow { font-size: 9px; opacity: 0.45; margin-left: 2px; }

/* The dropdown panel — sits flush under the nav item, no gap */
.sub-menu {
  display: none !important;  /* Hidden by default — overridden by :hover below */
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 252px;
  background: #fff;
  border: 1px solid var(--gray-border);
  border-top: 3px solid var(--blue-mid);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  z-index: 9999;
  padding: 6px 0;
  list-style: none;
  margin: 0;
}
/* Bridge the tiny gap so mouse can travel from trigger to menu */
.sub-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}
.has-dropdown:hover > .sub-menu { display: block !important; }

.sub-menu li { border-bottom: 1px solid var(--gray-border); }
.sub-menu li:last-child { border-bottom: none; }
.sub-menu li a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-dark);
  text-decoration: none;
  transition: all 0.14s;
  white-space: nowrap;
}
.sub-menu li a i {
  width: 15px;
  text-align: center;
  color: var(--blue-mid);
  font-size: 12px;
  flex-shrink: 0;
}
.sub-menu li a:hover {
  background: var(--blue-pale);
  color: var(--blue-mid);
  padding-left: 22px;
}

/* ═══════════════════════════════════════════════════════════
   HERO — SPLIT LAYOUT
═══════════════════════════════════════════════════════════ */
.hero-split {
  display:grid; grid-template-columns:1fr 1fr;
  min-height:600px; overflow:hidden;
}

/* Left panel */
.hero-left {
  background:linear-gradient(160deg, #0F172A 0%, #1E3A8A 100%);
  display:flex; align-items:center;
  padding:0 0 0 0;
  position:relative;
}
.hero-left::after {
  content:'';
  position:absolute; right:-2px; top:0; bottom:0; width:60px;
  background:linear-gradient(160deg,#0F172A 0%,#1E3A8A 100%);
  clip-path:polygon(0 0,0 100%,100% 100%);
  z-index:2;
}
.hero-left-inner {
  padding:72px 64px 72px 48px; max-width:600px; position:relative; z-index:3;
}

.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.15);
  color:#93C5FD; font-family:'Plus Jakarta Sans',sans-serif;
  font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase;
  padding:7px 16px; border-radius:99px; margin-bottom:24px;
}
.hero-badge i { color:#93C5FD; }

.hero-left h1 {
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(32px,3.8vw,54px); font-weight:800;
  color:#fff; margin:0 0 18px; line-height:1.08; letter-spacing:-0.5px;
}
.hero-highlight {
  background:linear-gradient(90deg,#60A5FA,#93C5FD);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}

.hero-left p { font-size:16px; color:rgba(255,255,255,0.65); max-width:480px; margin:0 0 28px; line-height:1.75; }

/* Trust pills */
.hero-trust-row { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:32px; }
.trust-pill {
  display:inline-flex; align-items:center; gap:6px;
  background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.75); font-size:12px; font-weight:600;
  padding:6px 14px; border-radius:99px;
}
.trust-pill i { color:#4ADE80; font-size:12px; }

/* CTA Buttons — Hero */
.hero-cta-group { display:flex; flex-direction:column; gap:10px; max-width:400px; }

.hbtn {
  display:flex; align-items:center; gap:14px;
  padding:14px 20px; border-radius:12px;
  text-decoration:none; transition:all 0.2s;
  border:2px solid transparent;
}
.hbtn-icon {
  width:44px; height:44px; border-radius:9px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:18px; transition:all 0.2s;
}
.hbtn-text { display:flex; flex-direction:column; }
.hbtn-label { font-family:'Plus Jakarta Sans',sans-serif; font-size:15px; font-weight:700; line-height:1; }
.hbtn-sub { font-size:11px; font-weight:400; margin-top:3px; opacity:0.7; }

.hbtn-primary {
  background:#2563EB;
  box-shadow:0 4px 20px rgba(37,99,235,0.45);
}
.hbtn-primary:hover { background:#1d4ed8; transform:translateY(-2px); box-shadow:0 8px 28px rgba(37,99,235,0.5); }
.hbtn-primary .hbtn-icon { background:rgba(255,255,255,0.15); color:#fff; }
.hbtn-primary .hbtn-label { color:#fff; }
.hbtn-primary .hbtn-sub { color:rgba(255,255,255,0.7); }

.hbtn-secondary {
  background:rgba(255,255,255,0.07);
  border-color:rgba(255,255,255,0.18);
}
.hbtn-secondary:hover { background:rgba(255,255,255,0.12); border-color:rgba(255,255,255,0.3); transform:translateY(-2px); }
.hbtn-secondary .hbtn-icon { background:rgba(255,255,255,0.1); color:#93C5FD; }
.hbtn-secondary .hbtn-label { color:#fff; }
.hbtn-secondary .hbtn-sub { color:rgba(255,255,255,0.5); }

.hbtn-ghost {
  background:transparent;
  border-color:rgba(255,255,255,0.1);
}
.hbtn-ghost:hover { background:rgba(255,255,255,0.05); border-color:rgba(255,255,255,0.2); }
.hbtn-ghost .hbtn-icon { background:rgba(255,255,255,0.06); color:rgba(255,255,255,0.6); }
.hbtn-ghost .hbtn-label { color:rgba(255,255,255,0.8); }
.hbtn-ghost .hbtn-sub { color:rgba(255,255,255,0.4); }

/* Right panel */
.hero-right {
  position:relative; overflow:hidden; min-height:600px;
}
.hero-img-wrap { position:absolute; inset:0; }
.hero-img-wrap img { width:100%; height:100%; object-fit:cover; }
.hero-img-overlay {
  position:absolute; inset:0;
  background:linear-gradient(120deg, rgba(30,58,138,0.45) 0%, rgba(15,23,42,0.25) 100%);
}

/* Floating stat cards */
.hero-float {
  position:absolute; z-index:5;
  background:rgba(255,255,255,0.95);
  backdrop-filter:blur(12px);
  border-radius:12px; padding:14px 20px;
  box-shadow:0 8px 30px rgba(0,0,0,0.18);
  border:1px solid rgba(255,255,255,0.8);
}
.hero-float-tl { top:40px; left:24px; }
.hero-float-br { bottom:40px; right:24px; }
.float-num { display:block; font-family:'Plus Jakarta Sans',sans-serif; font-size:28px; font-weight:800; color:var(--blue); line-height:1; }
.float-label { font-size:11px; color:var(--gray-mid); font-weight:600; text-transform:uppercase; letter-spacing:0.8px; margin-top:3px; display:block; }

/* ═══════════════════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════════════════ */
.stats-bar {
  background:#fff;
  border-bottom:1px solid var(--gray-border);
  box-shadow:var(--shadow-sm);
}
.stats-bar-grid {
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; padding:18px 0; gap:8px;
}
.stats-bar-item {
  display:flex; align-items:center; gap:12px;
  padding:6px 12px;
}
.stats-bar-item > i { font-size:22px; color:var(--blue-mid); flex-shrink:0; }
.stats-bar-item strong { display:block; font-family:'Plus Jakarta Sans',sans-serif; font-size:14px; font-weight:700; color:var(--blue); line-height:1.2; }
.stats-bar-item span { font-size:12px; color:var(--gray-mid); }
.stats-bar-divider { width:1px; height:36px; background:var(--gray-border); flex-shrink:0; }

/* ═══════════════════════════════════════════════════════════
   SERVICES SECTION — Rich Tiles
═══════════════════════════════════════════════════════════ */
.services-section { background:var(--gray-light); padding:80px 0; }

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

.svc-tile {
  position:relative; overflow:hidden;
  border-radius:16px; padding:32px 28px 28px;
  text-decoration:none;
  display:flex; flex-direction:column; justify-content:space-between;
  min-height:260px;
  transition:transform 0.25s, box-shadow 0.25s;
  cursor:pointer;
}
.svc-tile:hover { transform:translateY(-6px); box-shadow:0 20px 50px rgba(0,0,0,0.2); }

/* Background gradient layer per colour */
.svc-tile-bg { position:absolute; inset:0; transition:opacity 0.25s; }
.svc-tile:hover .svc-tile-bg { opacity:0.92; }

.svc-blue-deep .svc-tile-bg   { background:linear-gradient(135deg,#1E3A8A 0%,#1d4ed8 100%); }
.svc-blue-mid .svc-tile-bg    { background:linear-gradient(135deg,#1d4ed8 0%,#2563EB 100%); }
.svc-indigo .svc-tile-bg      { background:linear-gradient(135deg,#3730a3 0%,#4f46e5 100%); }
.svc-slate .svc-tile-bg       { background:linear-gradient(135deg,#334155 0%,#475569 100%); }
.svc-blue-steel .svc-tile-bg  { background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%); }
.svc-teal .svc-tile-bg        { background:linear-gradient(135deg,#0f766e 0%,#0d9488 100%); }
.svc-navy .svc-tile-bg        { background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%); }
.svc-sky .svc-tile-bg         { background:linear-gradient(135deg,#0369a1 0%,#0284c7 100%); }
.svc-cobalt .svc-tile-bg      { background:linear-gradient(135deg,#1d4ed8 0%,#60a5fa 100%); }

/* Decorative circle on each tile */
.svc-tile::before {
  content:''; position:absolute; right:-40px; bottom:-40px;
  width:160px; height:160px; border-radius:50%;
  background:rgba(255,255,255,0.06);
  transition:transform 0.4s;
}
.svc-tile:hover::before { transform:scale(1.3); }
.svc-tile::after {
  content:''; position:absolute; right:20px; top:-20px;
  width:90px; height:90px; border-radius:50%;
  background:rgba(255,255,255,0.04);
}

.svc-tile-icon {
  position:relative; z-index:2;
  width:52px; height:52px; border-radius:12px;
  background:rgba(255,255,255,0.15);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:16px; transition:background 0.2s;
}
.svc-tile:hover .svc-tile-icon { background:rgba(255,255,255,0.25); }
.svc-tile-icon i { font-size:24px; color:#fff; }

.svc-tile-body { position:relative; z-index:2; flex:1; }
.svc-tile-body h3 {
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:18px; font-weight:800; color:#fff;
  margin:0 0 10px; line-height:1.2; letter-spacing:-0.2px;
}
.svc-tile-body p { font-size:13px; color:rgba(255,255,255,0.72); margin:0 0 20px; line-height:1.6; }
.svc-tile-link {
  display:inline-flex; align-items:center; gap:7px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:13px; font-weight:700;
  color:#fff; background:rgba(255,255,255,0.15);
  padding:7px 16px; border-radius:99px;
  text-decoration:none; transition:background 0.2s;
  border:1px solid rgba(255,255,255,0.25);
}
.svc-tile:hover .svc-tile-link { background:rgba(255,255,255,0.25); }
.svc-tile-link i { font-size:11px; transition:transform 0.2s; }
.svc-tile:hover .svc-tile-link i { transform:translateX(4px); }

.svc-tile-num {
  position:absolute; top:20px; right:24px; z-index:2;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:52px; font-weight:900;
  color:rgba(255,255,255,0.07); line-height:1; pointer-events:none;
  transition:color 0.25s;
}
.svc-tile:hover .svc-tile-num { color:rgba(255,255,255,0.12); }

/* ═══════════════════════════════════════════════════════════
   WHY US — Two-column layout
═══════════════════════════════════════════════════════════ */
.why-us-layout { display:grid; grid-template-columns:340px 1fr; gap:64px; align-items:start; }

.why-us-left .eyebrow { display:block; }
.why-us-left h2 {
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(28px,3vw,40px); font-weight:800;
  color:var(--blue); margin:12px 0 16px; line-height:1.15;
}
.why-us-left p { font-size:16px; color:var(--gray-mid); line-height:1.7; }

.why-us-stat-row { display:flex; gap:20px; margin-top:28px; }
.why-stat { text-align:center; }
.why-stat span { display:block; font-family:'Plus Jakarta Sans',sans-serif; font-size:30px; font-weight:800; color:var(--blue); }
.why-stat { font-size:12px; color:var(--gray-mid); text-transform:uppercase; letter-spacing:0.8px; font-weight:600; }

.why-us-right { display:flex; flex-direction:column; gap:4px; }
.why-feature {
  display:flex; gap:16px; align-items:flex-start;
  padding:18px 20px; border-radius:10px;
  background:#fff; border:1px solid var(--gray-border);
  transition:all 0.18s;
}
.why-feature:hover { border-color:var(--blue-border); box-shadow:0 4px 16px rgba(37,99,235,0.08); transform:translateX(4px); }
.why-feature-icon {
  width:42px; height:42px; border-radius:9px;
  background:var(--blue-pale); display:flex; align-items:center; justify-content:center;
  flex-shrink:0; transition:background 0.18s;
}
.why-feature-icon i { font-size:18px; color:var(--blue-mid); transition:color 0.18s; }
.why-feature:hover .why-feature-icon { background:var(--blue-mid); }
.why-feature:hover .why-feature-icon i { color:#fff; }
.why-feature h4 { font-family:'Plus Jakarta Sans',sans-serif; font-size:15px; font-weight:700; color:var(--blue); margin:0 0 4px; }
.why-feature p { font-size:13px; color:var(--gray-mid); margin:0; line-height:1.6; }

/* ═══════════════════════════════════════════════════════════
   CTA BANNER — Horizontal layout
═══════════════════════════════════════════════════════════ */
.cta-banner { background:linear-gradient(110deg,var(--blue) 0%,#1d4ed8 100%); }
.cta-banner-inner { padding:56px 0; }
.cta-layout { display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.cta-text h2 { font-family:'Plus Jakarta Sans',sans-serif; font-size:clamp(22px,3vw,34px); font-weight:800; color:#fff; margin:0 0 8px; }
.cta-text p { color:rgba(255,255,255,0.7); font-size:16px; margin:0; }
.cta-actions { display:flex; gap:12px; flex-wrap:wrap; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE ADDITIONS
═══════════════════════════════════════════════════════════ */
@media(max-width:1024px){
  .hero-split { grid-template-columns:1fr; }
  .hero-right { display:none; }
  .hero-left::after { display:none; }
  .hero-left-inner { padding:64px 32px; max-width:100%; }
  .svc-grid { grid-template-columns:repeat(2,1fr); }
  .why-us-layout { grid-template-columns:1fr; gap:32px; }
  .why-us-stat-row { justify-content:flex-start; }
  .stats-bar-divider { display:none; }
  .top-bar-left { display:none; }
}
@media(max-width:768px){
  .hero-left-inner { padding:48px 20px; }
  .svc-grid { grid-template-columns:1fr; }
  .hbtn-sub { display:none; }
  .hero-cta-group { max-width:100%; }
  .cta-layout { flex-direction:column; text-align:center; }
  .stats-bar-grid { justify-content:center; }
}

/* ── TESTIMONIAL CARDS ───────────────────────────────────── */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 12px;
  padding: 28px 28px 22px;
  margin-bottom: 16px;
  position: relative;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--blue-border);
}
.testimonial-quote {
  font-size: 28px;
  color: var(--blue-mid);
  opacity: 0.25;
  margin-bottom: 10px;
  line-height: 1;
}
.testimonial-card p {
  font-size: 15px;
  color: var(--gray-dark);
  line-height: 1.75;
  margin: 0 0 16px;
  font-style: italic;
}
.testimonial-author {
  font-size: 13px;
  color: var(--gray-mid);
  font-weight: 600;
  font-style: normal;
  border-top: 1px solid var(--gray-border);
  padding-top: 12px;
}

/* ── SINGLE COLUMN LAYOUT (no sidebar) ──────────────────── */
.single-col {
  max-width: 820px;
}

/* ── ENSURE booking-cards-1 max-width works ─────────────── */
.booking-cards-1 {
  grid-template-columns: 1fr;
}

/* ── CONTACT FORM SELECT STYLING ───────────────────────── */
.form-group select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--gray-border);
  background: var(--gray-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--gray-dark);
  transition: border-color 0.15s, background 0.15s;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.form-group select:focus {
  border-color: var(--blue-mid);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
