/*
  A.K.A Private Chef Agency — Coastal Luxury Resort Theme
  Palette: Midnight Navy / Royal Blue / Mediterranean / Soft White / Warm Sand
*/

/* ── RESET & BASE ─────────────────────────────── */
body {
  background: #F8FAFC;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #6B7280;
  margin: 0;
  padding-top: 76px;
  line-height: 1.7;
}
p { color: #6B7280; font-size: 16px; line-height: 1.8; }
hr { border-top: 1px solid #E5EEF8; width: 60px; }
html { scroll-behavior: smooth; }

/* ── PRELOADER ────────────────────────────────── */
.preloader {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 9998; display: flex; justify-content: center; align-items: center;
  background: #F8FAFC;
}
.sk-spinner-pulse {
  width: 36px; height: 36px; background: #245FA8; border-radius: 50%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% { transform: scale(0); } 100% { transform: scale(1); opacity: 0; }
}

/* ── NAVBAR ───────────────────────────────────── */
.navbar-default {
  background: rgba(11, 28, 61, 0.92);
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 0;
  min-height: 76px;
  z-index: 9999 !important;
  position: fixed !important;
  top: 0; left: 0; right: 0; width: 100%;
  box-shadow: 0 1px 12px rgba(0,0,0,0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.navbar-fixed-top { z-index: 9999 !important; }
.navbar-default .navbar-header { height: 76px; display: flex; align-items: center; }
.navbar-brand { line-height: 76px; height: 76px; display: flex; align-items: center; padding: 0 20px; }
.navbar-default .navbar-brand {
  color: #F8FAFC;
  font-size: 28px; font-weight: 700; letter-spacing: 3px;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 76px; height: 76px;
}
.navbar-brand .brand-main {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 4px;
}
.navbar-brand .brand-sub {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(248,250,252,0.5);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .navbar-brand .brand-main { font-size: 22px; }
  .navbar-brand .brand-sub { font-size: 8px; letter-spacing: 1.5px; }
}
.navbar-default .navbar-nav li a {
  font-size: 12px; letter-spacing: 1.2px;
  color: rgba(248,250,252,0.7) !important;
  font-weight: 500; text-transform: uppercase;
  padding: 0 15px; transition: color 0.25s;
  display: inline-block; line-height: 76px;
}
.navbar-nav > li > a { line-height: 76px; padding-top: 0 !important; padding-bottom: 0 !important; }
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a { color: #53B6F7 !important; background: transparent !important; }
.navbar-default .navbar-nav li.nav-book a {
  background: #245FA8; color: #fff !important;
  border-radius: 4px; padding: 12px 24px !important;
  font-weight: 700 !important; font-size: 11px; letter-spacing: 1.5px;
  line-height: normal !important; margin-top: 20px; display: inline-block; height: auto;
  transition: background 0.3s;
}
.navbar-default .navbar-nav li.nav-book a:hover { background: #3FA9F5; }
.navbar-default .navbar-toggle { margin-top: 20px; border: 1px solid rgba(255,255,255,0.15); }
.navbar-default .navbar-toggle .icon-bar { background: #F8FAFC; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: rgba(255,255,255,0.06); }
.navbar-default .navbar-collapse { padding-top: 0; }
@media (max-width: 767px) {
  .navbar-default { min-height: 68px; }
  .navbar-default .navbar-header { height: 68px; }
  .navbar-default .navbar-brand { font-size: 24px; line-height: 68px; height: 68px; }
  .navbar-default .navbar-nav li a { line-height: 1.5; padding: 14px 20px !important; }
  .navbar-default .navbar-nav li.nav-book a { margin: 10px 15px; padding: 14px 24px !important; text-align: center; display: block; }
  .navbar-default .navbar-collapse { background: rgba(11,28,61,0.98); border-top: 1px solid rgba(255,255,255,0.06); max-height: 80vh; overflow-y: auto; }
  body { padding-top: 68px; }
}

/* ── SECTION COMMON ───────────────────────────── */
.parallax-section { padding-top: 100px; padding-bottom: 100px; }
#home, #about, #services, #chef, #gallery, #testimonials, #booking { scroll-margin-top: 76px; }
@media (max-width: 767px) {
  .parallax-section { padding-top: 64px; padding-bottom: 64px; }
  #home, #about, #services, #chef, #gallery, #testimonials, #booking { scroll-margin-top: 68px; }
}

/* ── SECTION HEADINGS (COASTAL) ───────────────── */
.mc-section-label {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: #3FA9F5; margin-bottom: 12px; display: block; font-weight: 500;
}
.mc-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.4rem; color: #0B1C3D; margin-bottom: 16px; line-height: 1.2;
  letter-spacing: 0.5px; font-weight: 700;
}
.mc-section-title .accent { color: #3FA9F5; }
.mc-section-title--light { color: #fff; }
.mc-divider { width: 48px; height: 2px; background: #3FA9F5; margin: 0 auto 28px; }
.mc-divider.left { margin: 0 0 28px; }

/* ── HERO ─────────────────────────────────────── */
#home {
  background-size: cover !important; background-position: center !important;
  background-attachment: fixed !important;
  color: #fff; display: flex; align-items: center;
  min-height: 94vh; height: auto; padding-top: 0; padding-bottom: 0;
  position: relative;
}
#home::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,28,61,0.78) 0%, rgba(11,28,61,0.50) 50%, rgba(36,95,168,0.18) 100%);
}
#home .container { position: relative; z-index: 2; }
.hero-inner {
  display: flex; align-items: center; min-height: 94vh;
  padding-top: 96px; padding-bottom: 120px;
}
.hero-content {
  max-width: 640px; margin-left: 7vw;
}
.hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(83,182,247,0.30);
  color: #53B6F7; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; padding: 7px 20px; border-radius: 3px;
  margin-bottom: 28px; font-weight: 500;
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4.25rem;
  font-weight: 700; color: #fff; line-height: 1.08;
  margin-bottom: 24px; letter-spacing: 0.5px;
}
.hero-subtitle {
  font-size: 17px; color: rgba(248,250,252,0.84);
  max-width: 540px; line-height: 1.8; margin-bottom: 0; font-weight: 300;
}
.hero-buttons { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }
.btn-primary-mc {
  display: inline-block; background: #245FA8; color: #fff !important;
  font-weight: 600; font-size: 12px; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 15px 30px; border-radius: 4px;
  text-decoration: none; transition: all 0.3s ease; border: none; cursor: pointer;
}
.btn-primary-mc:hover {
  background: #3FA9F5; text-decoration: none; color: #fff !important;
  box-shadow: 0 4px 16px rgba(36,95,168,0.25);
}
.btn-outline-mc {
  display: inline-block; background: transparent; color: #fff !important;
  font-weight: 500; font-size: 12px; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 14px 28px;
  border: 1px solid rgba(255,255,255,0.35); border-radius: 4px;
  text-decoration: none; transition: all 0.3s ease;
}
.btn-outline-mc:hover { border-color: #53B6F7; color: #53B6F7 !important; }
@media (max-width: 991px) {
  .hero-title { font-size: 3.25rem; }
  .hero-content { margin-left: 3vw; max-width: 560px; }
}
@media (max-width: 767px) {
  #home { min-height: auto; }
  #home.parallax-section { padding-bottom: 0; }
  .hero-inner { min-height: auto; padding-top: 80px; padding-bottom: 60px; }
  .hero-content { margin-left: 0; max-width: 100%; }
  .hero-title { font-size: 2.5rem; }
  .hero-subtitle { font-size: 15px; }
  .hero-buttons { gap: 10px; }
}

/* ── FLOATING BOOKING STRIP ───────────────────── */
.floating-strip {
  position: relative; z-index: 10;
  max-width: 1080px; margin: -48px auto 0; padding: 0 15px;
}
.floating-strip-inner {
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(229,238,248,0.9);
  border-radius: 20px;
  box-shadow: 0 20px 56px rgba(11,28,61,0.10);
  display: flex; align-items: center;
  padding: 20px 12px;
  gap: 0;
}
.strip-item {
  flex: 1; padding: 14px 18px; text-align: center;
  transition: opacity 0.3s; position: relative;
}
.strip-item + .strip-item::before {
  content: ''; position: absolute; left: 0; top: 20%; height: 60%;
  width: 1px; background: rgba(11,28,61,0.07);
}
.strip-item:hover { opacity: 0.8; }
.strip-item-icon { font-size: 18px; color: #245FA8; margin-bottom: 6px; }
.strip-item-label {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #9CA3AF; margin-bottom: 3px; font-weight: 500;
}
.strip-item-title { font-size: 14px; font-weight: 600; color: #0B1C3D; letter-spacing: 0.3px; }
.strip-cta-wrap {
  flex: 0 0 auto; padding: 6px 12px;
}
.strip-cta-btn {
  display: inline-block; background: #245FA8; color: #fff;
  padding: 13px 28px; border-radius: 999px; font-size: 12px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s; white-space: nowrap;
}
.strip-cta-btn:hover { background: #3FA9F5; color: #fff; box-shadow: 0 4px 16px rgba(36,95,168,0.2); }
@media (max-width: 991px) {
  .floating-strip { margin-top: -32px; }
  .floating-strip-inner { flex-wrap: wrap; padding: 16px; border-radius: 16px; }
  .strip-item { flex: 1 1 45%; }
  .strip-item + .strip-item::before { display: none; }
  .strip-cta-wrap { flex: 1 1 100%; text-align: center; padding-top: 12px; }
  .strip-cta-btn { width: 100%; display: block; text-align: center; }
}
@media (max-width: 575px) {
  .floating-strip { margin-top: -24px; }
  .floating-strip-inner { padding: 14px; border-radius: 14px; }
  .strip-item { flex: 1 1 100%; padding: 10px 14px; }
}

/* ── ABOUT (EDITORIAL WHITE) ──────────────────── */
#about { background: #F8FAFC; padding-top: 120px; }
#about .about-img {
  width: 100%; border-radius: 10px; object-fit: cover;
  box-shadow: 0 8px 32px rgba(11,28,61,0.08);
}
.stat-row { display: flex; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
.stat-item { text-align: center; flex: 1; min-width: 100px; }
.stat-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem; color: #0B1C3D; font-weight: 700; display: block;
}
.stat-label { font-size: 11px; color: #9CA3AF; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 2px; display: block; }

/* ── SERVICES (CLEAN WHITE CARDS) ─────────────── */
#services { background: #fff; }
.service-card {
  background: #fff; border: 1px solid #E5EEF8; border-radius: 10px;
  padding: 0; text-align: left; transition: all 0.35s ease;
  margin-bottom: 28px; overflow: hidden; position: relative;
}
.service-card:hover { box-shadow: 0 8px 28px rgba(11,28,61,0.08); transform: translateY(-4px); }
.service-card .service-img-container {
  height: 180px; overflow: hidden; border-radius: 0;
  margin-bottom: 0; background: #E5EEF8;
}
.service-card .service-img-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.service-card:hover .service-img-container img { transform: scale(1.04); }
.service-card-body { padding: 24px; }
.service-card .service-tier { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #3FA9F5; margin-bottom: 6px; }
.service-card .service-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem; color: #0B1C3D; margin-bottom: 10px; font-weight: 600; line-height: 1.3;
}
.service-card .service-desc { color: #6B7280; font-size: 0.88rem; line-height: 1.7; margin-bottom: 14px; }
.service-card .service-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem; color: #245FA8; font-weight: 700;
}
.service-card .service-price small { font-size: 0.75rem; color: #9CA3AF; font-family: 'Inter', sans-serif; font-weight: 400; }
.service-card .service-meta { font-size: 12px; color: #9CA3AF; margin: 8px 0 12px; }
.service-card .service-meta i { margin-right: 4px; }
.service-features { list-style: none; padding: 0; margin: 12px 0 0; }
.service-features li { color: #6B7280; font-size: 0.85rem; padding: 4px 0; }
.service-features li i { color: #3FA9F5; margin-right: 8px; font-size: 11px; }
.badge-popular {
  position: absolute; top: 14px; left: 14px;
  background: #245FA8; color: #fff; font-size: 10px; letter-spacing: 1px;
  padding: 4px 12px; border-radius: 4px; font-weight: 600; text-transform: uppercase;
}
.service-card .btn-book-service {
  display: inline-block; margin-top: 16px; padding: 10px 22px;
  background: transparent; border: 1px solid #245FA8; color: #245FA8;
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  border-radius: 4px; text-decoration: none; transition: all 0.3s;
}
.service-card .btn-book-service:hover { background: #245FA8; color: #fff; }
/* fallback static cards */
.service-card .service-icon {
  width: 52px; height: 52px; background: #EDF5FF; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 1.2rem; color: #245FA8;
}

/* ── FEATURED EXPERIENCE ──────────────────────── */
.featured-exp {
  position: relative; min-height: 420px;
  background-size: cover !important; background-position: center !important;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.featured-exp::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(11,28,61,0.72), rgba(16,37,71,0.55));
}
.featured-exp .container { position: relative; z-index: 2; }
.featured-exp .mc-section-label { color: rgba(255,255,255,0.6); }
.featured-exp .mc-section-title { color: #fff; max-width: 640px; margin: 0 auto 16px; }
.featured-exp p { color: rgba(255,255,255,0.72); max-width: 520px; margin: 0 auto 28px; font-size: 15px; }

/* ── CHEF (LIGHT BG) ─────────────────────────── */
#chef { background: #F8FAFC; text-align: center; }
.chef-card { text-align: center; margin-bottom: 36px; }
.chef-img-wrap {
  width: 140px; height: 140px; border-radius: 12px; overflow: hidden;
  margin: 0 auto 16px; box-shadow: 0 4px 16px rgba(11,28,61,0.08);
}
.chef-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
#chef h4, .chef-card h4 {
  color: #0B1C3D; font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem; margin-bottom: 4px; padding-top: 0;
}
.chef-role { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #3FA9F5; margin-bottom: 6px; display: block; }
.chef-bio { color: #6B7280; font-size: 0.85rem; line-height: 1.6; max-width: 220px; margin: 6px auto 0; }
.chef-rating { font-size: 12px; color: #D8C08A; margin: 6px 0; }
.chef-exp { font-size: 11px; color: #9CA3AF; }

/* ── GALLERY (IMAGE DRIVEN) ───────────────────── */
#gallery { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item {
  position: relative; overflow: hidden; border-radius: 8px;
  aspect-ratio: 4/3; background: #E5EEF8;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item .gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11,28,61,0.6) 100%);
  opacity: 0; transition: opacity 0.35s; display: flex; align-items: flex-end; padding: 16px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h3 { color: #fff; font-size: 14px; margin: 0; font-weight: 500; }
.gallery-overlay span { color: rgba(255,255,255,0.6); font-size: 11px; }
@media (max-width: 991px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ── TESTIMONIALS ─────────────────────────────── */
#testimonials { background: #F8FAFC; }
.testimonial-card {
  background: #fff; border: 1px solid #E5EEF8; border-radius: 10px;
  padding: 28px; margin-bottom: 28px; transition: box-shadow 0.3s;
}
.testimonial-card:hover { box-shadow: 0 4px 20px rgba(11,28,61,0.06); }
.testimonial-stars { color: #D8C08A; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text { color: #6B7280; font-size: 0.92rem; line-height: 1.8; font-style: italic; margin-bottom: 18px; }
.testimonial-author { color: #0B1C3D; font-weight: 600; font-size: 0.9rem; }
.testimonial-meta { color: #9CA3AF; font-size: 0.78rem; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid #E5EEF8;
}

/* ── BOOKING (PREMIUM SPLIT) ──────────────────── */
#booking {
  background: linear-gradient(135deg, #0B1C3D 0%, #102547 60%, #1a3a6a 100%);
  position: relative; color: #fff;
}
#booking::before {
  content: ''; position: absolute; inset: 0;
  background: url('../images/home-bg-2.jpg') center/cover;
  opacity: 0.08;
}
#booking .container { position: relative; z-index: 2; }
.booking-cta-text { padding-right: 40px; }
.booking-cta-text .mc-section-label { color: rgba(255,255,255,0.5); }
.booking-cta-text .mc-section-title { color: #fff; }
.booking-cta-text p { color: rgba(255,255,255,0.6); font-size: 15px; }
.booking-form-card {
  background: #fff; border-radius: 16px; padding: 36px;
  box-shadow: 0 12px 40px rgba(11,28,61,0.15);
}
.booking-form-card .form-label {
  display: block; color: #0B1C3D; text-transform: uppercase;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; margin-bottom: 8px;
}
.booking-form-card .form-control {
  background: #F8FAFC; border: 1px solid #E5EEF8; color: #111827;
  border-radius: 6px; height: 46px; font-size: 14px; padding: 0 16px;
  font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.3s;
  width: 100%; box-shadow: none;
}
.booking-form-card textarea.form-control { height: auto; padding: 12px 16px; }
.booking-form-card .form-control:focus { border-color: #3FA9F5; }
.booking-form-card .form-control::placeholder { color: #9CA3AF; }
.booking-form-card select.form-control option { background: #fff; color: #111827; }
.booking-form-card .btn-submit {
  display: block; width: 100%; padding: 15px; background: #245FA8;
  color: #fff; border: none; border-radius: 6px; font-size: 13px;
  font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; transition: background 0.3s; font-family: 'Inter', sans-serif;
}
.booking-form-card .btn-submit:hover { background: #3FA9F5; }
.booking-form-card .form-row { margin-bottom: 18px; }
.booking-unavailable {
  text-align: center; padding: 40px; background: #F8FAFC;
  border-radius: 12px; border: 1px dashed #E5EEF8;
}
.booking-unavailable h4 { color: #0B1C3D; }
.booking-unavailable p { color: #6B7280; }
.track-link { display: block; text-align: center; margin-top: 16px; font-size: 12px; color: #6B7280; }
.track-link a { color: #3FA9F5; text-decoration: none; border-bottom: 1px dotted rgba(63,169,245,0.4); }
.track-link a:hover { color: #245FA8; }
@media (max-width: 991px) {
  .booking-cta-text { padding-right: 0; margin-bottom: 40px; text-align: center; }
  .booking-cta-text .mc-divider { margin: 0 auto 28px; }
}
@media (max-width: 767px) {
  /* Box-sizing safety */
  #booking, #booking *, #booking *::before, #booking *::after { box-sizing: border-box; }

  /* Section overflow */
  #booking { overflow-x: hidden; padding-left: 0; padding-right: 0; }

  /* Container centering */
  #booking .container { width: 100%; max-width: 100%; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; }

  /* Kill Bootstrap row negative margins */
  #booking .row { margin-left: 0; margin-right: 0; display: block !important; }

  /* Kill col padding and offsets — force single column */
  #booking [class*="col-"] { width: 100% !important; float: none !important; padding-left: 0; padding-right: 0; margin-left: 0 !important; }

  /* CTA text center */
  .booking-cta-text { max-width: 360px; margin-left: auto !important; margin-right: auto !important; padding-right: 0; text-align: center; margin-bottom: 28px; }
  .booking-cta-text .mc-divider { margin: 0 auto 20px; }

  /* Form card center */
  .booking-form-card { padding: 28px 22px; border-radius: 16px; max-width: 380px; margin-left: auto !important; margin-right: auto !important; }

  /* Form inner cols — single column */
  .booking-form-card .row { margin-left: 0; margin-right: 0; }
  .booking-form-card [class*="col-"] { width: 100% !important; float: none !important; padding-left: 0; padding-right: 0; }
  .booking-form-card .form-row { margin-bottom: 14px; }
  .booking-form-card .form-label { margin-bottom: 6px; }

  /* Inputs full width */
  .booking-form-card .form-control { width: 100%; max-width: 100%; }
  .booking-form-card select.form-control { width: 100%; max-width: 100%; }

  /* Submit button full width */
  .booking-form-card .btn-submit { width: 100%; display: block; }
}

/* ── FOOTER ───────────────────────────────────── */
footer {
  background: #0B1C3D; color: rgba(255,255,255,0.5);
  padding-top: 72px; padding-bottom: 72px;
}
footer h2 { font-size: 20px; color: #fff; font-weight: 600; padding-bottom: 14px; }
footer h4 { color: #fff; padding-top: 8px; font-size: 15px; }
footer p { color: rgba(255,255,255,0.45); font-size: 14px; }
footer .fa { font-size: 14px; padding-right: 10px; color: #53B6F7; }
footer a { color: rgba(255,255,255,0.6) !important; text-decoration: none !important; }
footer a:hover { color: #53B6F7 !important; }
footer .ph, footer .address { padding-top: 10px; padding-bottom: 10px; }
.social-icon { padding: 0; }
.social-icon li { list-style: none; display: inline-block; }
.social-icon li a {
  background: rgba(255,255,255,0.06); border-radius: 50%; color: rgba(255,255,255,0.5);
  font-size: 15px; width: 44px; height: 44px; line-height: 44px;
  text-align: center; text-decoration: none; transition: all 0.3s;
  margin-right: 8px; display: inline-block;
}
.social-icon li a:hover { background: #245FA8 !important; color: #fff !important; }
#copyright { background: #091729; color: #fff; padding: 20px 0; text-align: center; }
#copyright p { color: rgba(255,255,255,0.3); font-size: 12px; }
#copyright a { color: rgba(255,255,255,0.4); }

/* ── UTILITIES ────────────────────────────────── */
.heading { font-size: 20px; font-weight: 600; color: #fff; }
.text-center { text-align: center; }
.smoothScroll { cursor: pointer; }
select.form-control option { background: #fff; color: #111827; }

/* -- CHEF SLIDER -------------------------------- */
.chef-slider {
  position: relative;
  overflow: hidden;
  padding: 0 48px;
}
.chef-slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0 16px;
}
.chef-slider-track::-webkit-scrollbar { display: none; }
.chef-slide {
  flex: 0 0 calc(33.3333% - 16px);
  scroll-snap-align: start;
  min-width: 0;
}
.chef-slide .chef-card {
  background: #fff;
  border: 1px solid #E5EEF8;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: box-shadow 0.3s;
  margin-bottom: 0;
}
.chef-slide .chef-card:hover {
  box-shadow: 0 6px 24px rgba(11,28,61,0.08);
}
.chef-slider-prev,
.chef-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E5EEF8;
  color: #0B1C3D;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(11,28,61,0.08);
  transition: all 0.3s;
  z-index: 2;
}
.chef-slider-prev { left: 0; }
.chef-slider-next { right: 0; }
.chef-slider-prev:hover,
.chef-slider-next:hover {
  background: #245FA8;
  color: #fff;
  border-color: #245FA8;
}
@media (max-width: 991px) {
  .chef-slide { flex: 0 0 calc(50% - 12px); }
  .chef-slider { padding: 0 44px; }
}
@media (max-width: 767px) {
  .chef-slide { flex: 0 0 100%; }
  .chef-slider { padding: 0 36px; }
  .chef-slider-prev, .chef-slider-next { width: 32px; height: 32px; font-size: 12px; }
}

/* -- TESTIMONIAL SLIDER ------------------------- */
.testi-slider {
  position: relative;
  overflow: hidden;
  padding: 0 48px;
}
.testi-slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0 16px;
}
.testi-slider-track::-webkit-scrollbar { display: none; }
.testi-slide {
  flex: 0 0 calc(33.3333% - 16px);
  scroll-snap-align: start;
  min-width: 0;
}
.testi-slide .testimonial-card {
  margin-bottom: 0;
  height: 100%;
}
.testi-slider-prev,
.testi-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E5EEF8;
  color: #0B1C3D;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(11,28,61,0.08);
  transition: all 0.3s;
  z-index: 2;
}
.testi-slider-prev { left: 0; }
.testi-slider-next { right: 0; }
.testi-slider-prev:hover,
.testi-slider-next:hover {
  background: #245FA8;
  color: #fff;
  border-color: #245FA8;
}
@media (max-width: 991px) {
  .testi-slide { flex: 0 0 calc(50% - 12px); }
  .testi-slider { padding: 0 44px; }
}
@media (max-width: 767px) {
  .testi-slide { flex: 0 0 100%; }
  .testi-slider { padding: 0 36px; }
  .testi-slider-prev, .testi-slider-next { width: 32px; height: 32px; font-size: 12px; }
}