/* --- External Fonts & Icons Framework --- */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sniglet:wght@400;800&display=swap');
/* ==========================================================================
   01. DESIGN SYSTEM VARIABLES & ROOT CONFIG
   ========================================================================== */

:root {
  /* Primary Brand Colors — Degchi Dine palette */
  --brand: #116b83;
  --brand-dark: #0a4554;
  --brand-teal: #116b83;
  --brand-teal-dark: #083844;
  --brand-gold: #e7ae07;
  --brand-gold-hover: #c99606;
  --brand-gold-light: rgba(231, 174, 7, 0.15);
  --brand-teal-light: rgba(17, 107, 131, 0.12);
  --brand-red: #0d5566;

  /* Background Colors */
  --bg-main: #f4f9fb;
  --bg-soft: #fafdfe;
  --bg-accent: #e8f4f7;
  --bg-light: #f8fafc;

  /* Text Colors */
  --text-main: #0d3d4a;
  --text-muted: #5a7a85;
  --text-light: #8aa3ad;
  --text-dark: #083844;

  /* Shadow */
  --card-shadow: 0 16px 30px rgba(17, 107, 131, 0.12);
  --shadow-sm: 0 4px 10px rgba(17, 107, 131, 0.08);
  --shadow-md: 0 8px 20px rgba(17, 107, 131, 0.12);
  --shadow-lg: 0 16px 40px rgba(17, 107, 131, 0.15);

  /* Accent Colors */
  --success: #10b981;
  --warning: #e7ae07;
  --danger: #ef4444;
  --info: #116b83;

  /* Borders */
  --border-color: #d4e8ee;
  --border-dark: #b8d4dc;

  /* Layout */
  --mobile-nav-height: 60px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);

  /* Unified section headings */
  --section-title-font: "Poppins", sans-serif;
  --section-title-size: clamp(1.75rem, 3.2vw, 2.35rem);
  --section-title-weight: 700;
  --section-title-color: #116b83;
  --section-title-spacing: -0.02em;
  --section-title-line-height: 1.25;
  --section-subtitle-font: "Manrope", sans-serif;
  --section-subtitle-size: clamp(0.9rem, 1.8vw, 1.05rem);
  --section-subtitle-color: #5a7a85;
  --section-kicker-size: 0.72rem;
  --section-kicker-spacing: 0.16em;
}
@font-face {
  font-family: bhorgcust;
  src: url("./asstest/fonts/bhorgcust/BhorgcustfreepersonaluseScript-gwl74.otf");
}
@font-face {
  font-family: music;
  src: url("./asstest/fonts/music/Autumninnovember-rRX8.otf");
}
@font-face {
  font-family: stylish;
  src: url("{{ asset('assets/fonts/BattlesbridgeDemoRegular.ttf') }}");
}
.hero-page {
  padding: 0 !important;
}
@font-face {
  font-family: vetro;
  src: url("./asstest/fonts/vetro-demo/Vetro\ DEMO.otf");
}
@font-face {
  font-family: 'senjalara';
  src: url('/assets/frontend/fonts/senjalara-demo/SenjalaraDemoRegular.ttf') format('truetype');
}
@font-face {
  font-family: boer;
  src: url("./asstest/fonts/boer-food-demo/BoerFoodDemo-Regular.otf");
}
@font-face {
  font-family: astaghfirulloh;
  src: url("./asstest/fonts/astaghfirulloh-demo/AstaghfirullohDemoRegular.ttf");
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 10% 5%, rgba(231, 174, 7, 0.1), transparent 24%),
    radial-gradient(circle at 90% 15%, rgba(17, 107, 131, 0.08), transparent 22%),
    linear-gradient(180deg, #fafdfe 0%, #f0f8fa 45%, #e8f4f7 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-title {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   02. GLOBAL ANIMATIONS & KEYFRAMES
   ========================================================================== */

@keyframes mobileNavSlide {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes navbar-slide {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.01);
  }
}

@keyframes whatsapp-ring {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  25% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes track-order-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.03);
  }
}

@keyframes track-order-ring {
  0% {
    transform: scale(0.88);
    opacity: 0;
  }
  30% {
    opacity: 0.75;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes track-order-icon-drive {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes track-order-nudge {
  0%,
  100% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-4px) scale(0.97);
  }
  50% {
    transform: translateX(4px) scale(1.04);
  }
  75% {
    transform: translateX(-2px) scale(1.01);
  }
}

@keyframes whatsapp-nudge {
  0%,
  100% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-3px) scale(0.98);
  }
  50% {
    transform: translateX(3px) scale(1.02);
  }
  75% {
    transform: translateX(-2px) scale(1);
  }
}

/* ==========================================================================
   03. NAVIGATION & HEADER SYSTEM (DESKTOP & MOBILE)
   ========================================================================== */

/* --- Mobile Topbar --- */
.mobile-topbar {
  background: #ffffff;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17, 107, 131, 0.15);
  box-shadow: 0 2px 16px rgba(17, 107, 131, 0.08);
  position: sticky;
  top: 0;
  z-index: 1030;
  animation: mobileNavSlide 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
  transition:
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.mobile-topbar .container-fluid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 4.75rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.mobile-menu-toggle {
  padding: 0.35rem 0.45rem;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.35);
  justify-self: start;
  border-radius: 0;
  border: none;
}

.mobile-menu-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 174, 7, 0.28);
}

.mobile-menu-icon {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

.mobile-logo-img {
  height: 82px;
  width: auto;
  max-width: min(190px, 44vw);
  display: block;
  filter: drop-shadow(0 3px 8px rgba(17, 107, 131, 0.22));
}

.mobile-nav-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  justify-self: center;
  padding: 0.28rem 0.65rem 0.32rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  border-radius: 0;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mobile-nav-brand:active {
  transform: scale(0.98);
}

/* --- Desktop Navbar --- */
.desktop-navbar {
  background: #ffffff;
  /* background-color: #FCECD6; */
  background-image: none;
  border-bottom: 1px solid rgba(17, 107, 131, 0.12);
  backdrop-filter: none;
  box-shadow: 0 8px 22px rgba(17, 107, 131, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px; /* Locked fixed header height */
  z-index: 1045;
  animation: navbar-slide 0.6s ease;
  transition: all 0.35s ease;
}

.desktop-navbar.is-scrolled {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 107, 131, 0.14);
  backdrop-filter: none;
  box-shadow: 0 10px 24px rgba(17, 107, 131, 0.1);
}

/* Container Grid Setup */
.desktop-navbar .container {
  display: grid;
  grid-template-columns: 140px 1fr auto; /* Kept grid track for proper menu alignment */
  align-items: center;
  height: 100%;
  position: relative;
}

/* FIXED ALIGNMENT: The brand grid column stays relative, acting as an anchor */
.desktop-navbar .navbar-brand {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* NEW HANGING BADGE: Sits inside the grid track, but absolute positioning 
   allows it to scale larger and overflow downwards without breaking columns.
*/
.desktop-navbar .navbar-brand .logo-badge-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(
    -50%
  ); /* Perfectly centers it within the 140px column track */
  width: 120px; /* Your required desktop width constraint */
  background-color: #ffffff;
  padding: 15px 12px 28px 12px; /* Bottom padding expands the U-shape background */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1050;

  /* Clean U-Shape Rounded Bottom */
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;

  /* Subtle border line separating the badge from the rest of the layout */
  border-left: 1px solid rgba(17, 107, 131, 0.15);
  border-right: 1px solid rgba(17, 107, 131, 0.15);
  border-bottom: 1px solid rgba(17, 107, 131, 0.15);

  box-shadow: 0 12px 24px rgba(17, 107, 131, 0.12);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.desktop-navbar .navbar-brand .logo-badge-wrapper:hover {
  transform: translateX(-50%) translateY(4px); /* Combined transform ensures perfect center alignment remains during hover interaction */
}

/* --- Menu Links Layout --- */
.desktop-nav {
  justify-self: center;
  margin: 0 auto;
}

.desktop-nav .nav-item {
  margin: 0 0.2rem;
}

.desktop-nav .nav-link {
  color: var(--text-main);
  /* border-radius: 999px; */
  font-weight: 700;
  font-size: 0.87rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0.42rem 0.8rem;
  text-shadow: none;
}

.desktop-navbar .desktop-nav .nav-link:hover,
.desktop-navbar .desktop-nav .nav-link.active,
.desktop-navbar.is-scrolled .desktop-nav .nav-link:hover,
.desktop-navbar.is-scrolled .desktop-nav .nav-link.active {
  color: #fff;
  background: #116b83;
}

.desktop-navbar.is-scrolled .desktop-nav .nav-link {
  color: var(--text-main);
  text-shadow: none;
}

/* --- desktop-nav2 styling --- */
.desktop-nav2 {
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.desktop-nav2 .nav-item {
  margin: 0 0.25rem;
}

.desktop-nav2 .nav-link {
  color: var(--text-main);
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.desktop-navbar .desktop-nav2 .nav-link:hover,
.desktop-navbar .desktop-nav2 .nav-link.active,
.desktop-navbar.is-scrolled .desktop-nav2 .nav-link:hover,
.desktop-navbar.is-scrolled .desktop-nav2 .nav-link.active {
  color: #fff;
  background: var(--brand); /* Accent background color */
}

.desktop-navbar.is-scrolled .desktop-nav2 .nav-link {
  color: var(--text-main);
}

.navbar-hamburger {
  color: rgba(255, 247, 235, 0.98);
  font-size: 1.9rem;
  line-height: 1;
}

.desktop-navbar.is-scrolled .navbar-hamburger {
  color: var(--text-main);
}

.desktop-navbar .navbar-brand strong,
.desktop-navbar .brand-subtitle {
  color: var(--text-main);
  text-shadow: none;
}

.desktop-navbar.is-scrolled .navbar-brand strong {
  color: var(--text-main);
}

.desktop-navbar.is-scrolled .brand-subtitle {
  color: var(--text-muted);
}

/* --- Universal Brand / Nav Assets --- */
.hero-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* FIXED LOGO IMAGE SIZE: Scales cleanly up to fill the full width of the wrapper */
.nav-logo-img {
  width: 100%;
  height: auto;
  max-height: 90px; /* Allows the logo image itself to render significantly larger */
  object-fit: contain;
  display: block;
}

.desktop-navbar.is-scrolled .nav-logo-img {
  filter: none;
}

.brand-badge {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
}

.brand-title {
  font-size: 2rem;
  margin: 0;
}

.brand-subtitle {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* --- Mobile Offcanvas Sidebar --- */
.mobile-sidebar {
  background: linear-gradient(160deg, #e8f4f7 0%, #f4f9fb 100%);
}

.mobile-sidebar .offcanvas-header {
  border-bottom: 1px solid rgba(17, 107, 131, 0.2);
}

.offcanvas-logo-img {
  height: 42px;
  width: auto;
  display: block;
}

.side-nav .nav-link {
  color: var(--text-main);
  border-radius: 0.65rem;
  margin-bottom: 0.35rem;
  padding: 0.55rem 0.8rem;
  font-weight: 500;
}

.side-nav .nav-link:hover,
.side-nav .nav-link.active {
  background: rgba(17, 107, 131, 0.1);
  color: var(--brand);
  border-left: 3px solid var(--brand-gold);
}

/* --- side-nav-mbl styling --- */
.side-nav-mbl .nav-link {
  display: block;
  width: 100%;
  color: var(--text-main);
  border-radius: 0;
  margin-bottom: 0.35rem;
  padding: 0.65rem 1rem;
  font-weight: 500;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.side-nav-mbl .nav-link:hover {
  color: var(--brand);
}

.side-nav-mbl .nav-link.active {
  background: var(--brand-teal-light); /* Light blueish background */
  color: var(--brand);
  border-left: 4px solid var(--brand); /* Blueish left border */
}

.side-footer {
  color: var(--text-muted);
  font-size: 0.93rem;
}

.mobile-sidebar .offcanvas-body {
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 1.5rem;
}

.mobile-sidebar .offcanvas-body::-webkit-scrollbar {
  width: 9px;
}

.mobile-sidebar .offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(17, 107, 131, 0.2);
  border-radius: 24px;
}

.about-hero,
.detail-hero,
.cards-page .cards-hero {
  background: linear-gradient(
    135deg,
    rgba(231, 174, 7, 0.15),
    rgba(255, 255, 255, 0.95)
  );
}

.about-hero-panel,
.detail-card,
.cards-page .cards-hero-panel,
.contact-highlight {
  border: 1px solid rgba(17, 107, 131, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.about-hero-panel,
.detail-card,
.cards-page .cards-hero-panel {
  box-shadow: 0 20px 40px rgba(17, 107, 131, 0.08);
}

.feature-box {
  background: rgba(255, 255, 255, 0.95);
}

.detail-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(231, 174, 7, 0.1);
  color: var(--brand-dark);
  font-weight: 700;
  border: 1px solid rgba(231, 174, 7, 0.16);
}

.detail-feature-card,
.detail-item-card,
.menu-category-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 107, 131, 0.12);
  box-shadow: 0 20px 40px rgba(17, 107, 131, 0.08);
}

.detail-item-card p,
.detail-feature-card p,
.menu-category-card p {
  color: rgba(52, 24, 32, 0.7);
}

.detail-hero .detail-card {
  position: relative;
  overflow: hidden;
}

.detail-hero .detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(231, 174, 7, 0.18),
    transparent 38%
  );
  pointer-events: none;
}

.detail-hero .detail-card > * {
  position: relative;
  z-index: 1;
}

.menu-category-card ul,
.detail-feature-card ul,
.detail-item-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-category-card li,
.detail-feature-card li,
.detail-item-card li {
  margin-bottom: 0.8rem;
}

.cards-page .cards-hero {
  overflow: hidden;
}

.cards-page .cards-hero-panel {
  min-height: 280px;
}

.contact-highlight {
  padding: 1.4rem;
  border-radius: 1.15rem;
}

.contact-highlight h5 {
  margin-bottom: 0.75rem;
  color: var(--brand-dark);
}

.contact-highlight p,
.detail-card p {
  color: rgba(52, 24, 32, 0.78);
}

/* ==========================================================================
   04. HERO SECTION (INDEX HERO & MOBILE CARD ALTERNATIVE)
   ========================================================================== */

/* --- Main Desktop Hero --- */
.hero {
  min-height: calc(100vh - 86px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0px;
    z-index: 1;
    background:
      linear-gradient(135deg, rgba(17, 107, 131, 0.72) 0%, rgba(231, 174, 7, 0.28) 100%),
      radial-gradient(circle, rgb(8 56 68 / 72%) 0%, rgb(8 56 68 / 58%) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fffdf8;
  max-width: 920px;
  text-align: center;
  min-height: 100%;
  padding-bottom: 0;
  width: 100%;
}

.hero-kicker {
  display: inline-block;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
}

.hero-title {
  font-size: 54px;
  line-height: 1;
  margin-top: 1.2rem;
}

.hero-copy {
  font-size: 1rem;
  max-width: 900px;
  color: rgba(255, 248, 236, 0.92);
}

.hero-reserve-btn {
  background: linear-gradient(90deg, var(--brand-gold), var(--brand));
  color: #231017;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.95rem 1.9rem;
}

.hero-reserve-btn:hover {
  background: linear-gradient(90deg, var(--brand), var(--brand-red));
  color: #fff7eb;
}

/* --- Hero UI Details & Bottom Bar --- */
.hero-side-rail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
  gap: 0.95rem;
}

.hero-side-left {
  left: 2.4rem;
}

.hero-side-right {
  right: 2.4rem;
}

.hero-side-rail a {
  color: rgba(255, 248, 236, 0.95);
  text-decoration: none;
  font-size: 1.15rem;
}

.hero-arrow {
  position: absolute;
  z-index: 2;
  top: 54%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(231, 174, 7, 0.95);
  background: rgba(17, 107, 131, 0.82);
  color: #ffe7bf;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.hero-arrow-left {
  left: 0.7rem;
}

.hero-arrow-right {
  right: 0.7rem;
}

.hero-side-text {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right top;
  z-index: 2;
  color: rgba(255, 248, 236, 0.94);
  letter-spacing: 1px;
}

.hero-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 96px;
  background: rgba(0, 0, 0, 0.56);
  color: rgba(255, 247, 236, 0.98);
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.6rem;
}

.hero-bottom-bar p {
  letter-spacing: 0.5px;
  font-size: 1rem;
}

.hero-badge {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--brand-gold), var(--brand));
  border: 6px solid #f7e7d6;
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}

/* --- Mobile-First Alternative Hero Card --- */
.mobile-hero-card {
  background:
    radial-gradient(
      ellipse at 10% 0%,
      rgba(231, 174, 7, 0.22) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 90% 100%,
      rgba(17, 107, 131, 0.14) 0%,
      transparent 50%
    ),
    linear-gradient(160deg, #fff7ea 0%, #fffdf6 50%, #f8ead4 100%);
  border-bottom: 1px solid rgba(17, 107, 131, 0.12);
}

.mobile-hero-card-inner {
  padding: 2rem 1.25rem 2.25rem;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.mobile-hero-title {
  font-size: clamp(2rem, 9vw, 3rem);
  color: var(--brand-dark);
  line-height: 1.1;
  margin: 0.5rem 0 1rem;
}

.mobile-hero-copy {
  color: rgba(52, 24, 32, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* --- Hero: phones & tablets (< lg) — headline + CTAs over video --- */
.hero-mobile-stack {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-mobile-stack .hero-mobile-inner,
.hero-mobile-stack a,
.hero-mobile-stack .btn {
  pointer-events: auto;
}

.hero-mobile-inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
}

.hero-mobile-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.9);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.hero-mobile-title {
  font-family: music, "Fraunces", serif;
  font-size:40px;
  line-height: 1.05;
  color: #fffdf8;
  margin: 0 0 0.65rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.hero-mobile-copy {
  font-size: 0.94rem;
  line-height: 1.58;
  max-width: 440px;
  color: rgba(255, 248, 236, 0.93);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.48);
}

.hero-mobile-stack .hero-cta-group {
  margin-top: 0;
}

.hero-mobile-stack .hero-cta-group .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- Small screens: full-bleed hero with headline + CTAs over video --- */
@media (max-width: 991.98px) {
  .hero {
    min-height: min(88vh, 680px);
    height: auto;
    display: flex;
    align-items: flex-end;
  }

  .hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    max-height: none;
    object-fit: cover;
  }

  .hero-overlay {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background:
      linear-gradient(
        180deg,
        rgba(17, 107, 131, 0.35) 0%,
        rgba(10, 69, 84, 0.78) 50%,
        rgba(8, 56, 68, 0.92) 100%
      );
  }

  .hero-content,
  .hero-side-rail,
  .hero-bottom-bar,
  .hero-arrow,
  .hero-side-text {
    display: none !important;
  }

  .hero-mobile-stack {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: flex-end;
    justify-content: center;
    padding: 1.25rem 1rem calc(1.5rem + var(--safe-bottom));
  }

  .hero-mobile-inner {
    text-align: center;
  }

  .hero-mobile-stack .hero-cta-group {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
  }

  .hero-mobile-stack .hero-cta-group .btn {
    width: 100%;
    min-height: 50px;
    font-size: 0.82rem;
  }

  body.hero-page {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: min(82vh, 560px);
  }

  .hero-mobile-title {
    font-size: 28px;
  }

  .hero-mobile-copy {
    font-size: 0.88rem;
  }
}

/* ==========================================================================
   05. HOUSE SIGNATURES & MAIN MENU SLIDER (#menu) - GEOMETRIC EDITION
   ========================================================================== */

#menu,
.menu-section {
  position: relative;
  overflow: hidden;
  background-color: #d6dee1;
}

.menu-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/assets/images/bg_food.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.menu-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(244, 249, 251, 0.72) 50%, rgba(255, 255, 255, 0.85) 100%),
    radial-gradient(ellipse at 50% 0%, rgba(17, 107, 131, 0.08) 0%, transparent 55%); */
  pointer-events: none;
}

.menu-section > .container {
  position: relative;
  z-index: 2;
}

.menu-section-header .loved-by-title,
.menu-section-header .section-title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(8, 56, 68, 0.45);
}

.menu-section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 10px rgba(8, 56, 68, 0.35);
}

.menu-section-header .menu-kicker {
  color: #ffffff !important;
  background: rgba(8, 56, 68, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.menu-section-header .elegant-divider span {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85));
}

.menu-section-header .elegant-divider span:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), transparent);
}

.menu-section-header .elegant-divider i {
  color: #ffffff;
}

.menu-section-header .section-title::before {
  background: linear-gradient(180deg, #ffffff, #e7ae07) !important;
}

/* --- Section Layout Header --- */
.menu-section .menu-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  color: #ffffff;
  background: rgba(8, 56, 68, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.45rem 1.2rem;
  border-radius: 999px !important;
}

.menu-section .section-title {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  line-height: 1.2;
}

/* --- Slider Core Structure Configuration --- */
.menu-slider {
  position: relative;
  padding-bottom: 1rem;
}

.menu-slider-viewport {
  overflow: hidden;
}

#menuSlider .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#menuSlider .menu-slider-track {
  margin: 0 -0.6rem; /* Standard spacing matrix for slides layout */
}

#menuSlider .slick-slide {
  padding: 1rem 0.6rem; /* Added vertical padding to allow clean breathing room for card hover lifts */
  box-sizing: border-box;
  height: auto;
}

.menu-slide-item {
  display: flex;
  height: 100%;
}

/* --- Premium Clickable Card Engine --- */
.menu-offer-card {
  text-decoration: none !important; /* Wipes link underline properties */
  background: #ffffff;
  /* border: 1px solid rgba(17, 107, 131, 0.12); */
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%; /* Spans full uniform vertical column height allocated by Slick */
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 107, 131, 0.125);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
  border-radius: 10px;
  cursor: pointer;
}

.menu-offer-card:hover {
  border-color: #116b83;
  box-shadow: 0 16px 32px rgba(17, 107, 131, 0.14);
}

/* Image container layout layer */
.menu-offer-image-wrap {
  position: relative;
  overflow: hidden;
  padding: 6px 8px 4px;
  z-index: 1;
}

.menu-offer-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px !important;
  position: relative;
  z-index: 0;
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease;
  background-color: #fff;
}

.menu-offer-card:hover .menu-offer-image {
  transform: scale(1.02);
  opacity: 0.95;
}

/* --- Card Absolute Floating Badges --- */
.menu-offer-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #116b83; /* Solid Brand Burgundy */
  color: #e8f4f7; /* Brand Cream text */
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Offer Badge on Card */
.offer-badge-card {
  position: absolute;
  top: 14px;
  right: 16px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  pointer-events: none;
  animation: pulse-badge 2s ease-in-out infinite;
}

.offer-badge-card i {
  font-size: 0.85rem;
}

/* Add special badge for multiple offers */
.offer-badge-multiple {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.4);
}

/* Offer corner ribbon - alternative style */
.offer-corner-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  z-index: 10;
}

.offer-corner-ribbon::before {
  content: 'OFFER';
  position: absolute;
  top: 18px;
  right: -20px;
  width: 100px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 0;
  transform: rotate(45deg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* Icon badge for offer - more prominent */
.offer-icon-badge {
  position: absolute;
  top: 10px;
  left: 14px;
  background: #fff;
  color: #e74c3c;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 30;
  pointer-events: none;
  animation: pulse-icon 2s ease-in-out infinite;
}

/* First-order / members-only chip under discount badge */
.offer-first-order-badge {
  position: absolute;
  top: 48px;
  right: 12px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a5f7a 0%, #116b83 100%);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(17, 107, 131, 0.35);
  line-height: 1.2;
}

.offer-first-order-badge i {
  font-size: 0.8rem;
}

.offer-members-only-badge {
  background: linear-gradient(135deg, #6c5ce7 0%, #5a4fcf 100%);
  box-shadow: 0 3px 10px rgba(108, 92, 231, 0.35);
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(231, 76, 60, 0.4);
  }
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(231, 76, 60, 0.6);
  }
}

.menu-offer-badge--gold {
  background-color: #e7ae07; /* Brand Orange for premium picks */
  color: #ffffff;
}

.menu-offer-available {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(
    127,
    36,
    48,
    0.85
  ); /* Sophisticated tinted brand dark backdrop */
  backdrop-filter: blur(4px);
  color: #6effa0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 0 !important;
  border: 1px solid rgba(110, 255, 160, 0.25);
}

/* --- Card Body Elements --- */
.menu-offer-body {
  padding: 0.5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1; /* Automatically absorbs extra vertical space to keep footers perfectly aligned */
  background-color: #ffffff;
}

.menu-offer-title {
  margin: 0 0 0.35rem 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: #116b83;
  text-transform: uppercase; /* Clean uniform grid feel */
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.menu-offer-meta {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  flex-grow: 1; /* Pushes shorter item text content down dynamically to keep layouts uniform */
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Struck-through original price when an offer is active */
.menu-offer-price-old {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 0.9em;
}

/* --- FIXED: Footer Flex Matrix Layout --- */
.menu-offer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; /* Clear breathing separator space */
  margin-top: auto;
  width: 100%;
}

/* FIX: Uncollapsible price wrapping box wrapper */
.menu-offer-price-wrap {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
  flex-shrink: 0;
}

.menu-offer-price-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888888;
}

/* FIX: Strict row container boundary mapping for prices */
.menu-offer-price {
  font-size: 1.35rem; /* Balanced optimization scale */
  font-weight: 800;
  color: #e7ae07; /* Highlight item cost with brand orange */
  line-height: 1.1;
  white-space: nowrap; /* Strictly prevents currency text strings from folding into two rows */
}

/* FIX: Balanced structural ribbon alignments */
.menu-offer-serve {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem; /* Cleaned layout scaling rules */
  font-weight: 700;
  color: #116b83;
  background: #e8f4f7;
  padding: 0.4rem 0.75rem;
  border-radius: 0 !important;
  white-space: nowrap; /* Forces serving text block variables securely on one line */
  flex-shrink: 0;
}

/* --- Action Buttons Context Layer --- */
.menu-offer-actions {
  margin-top: 1.2rem;
}

/* Compact round "+" icon button shown inline beside the price */
.menu-offer-cart-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #116b83;
  border-radius: 50% !important;
  background: #116b83;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-offer-cart-btn i {
  font-size: 1.25rem;
  line-height: 1;
}

/* Active action interactions inside the clickable link scope wrapper */
.menu-offer-card:hover .menu-offer-cart-btn {
  background-color: #0a4554;
  color: #ffffff;
}

.menu-offer-cart-btn:hover {
  background-color: #e7ae07 !important; /* Highlights completely orange when single item hovered */
  border-color: #e7ae07 !important;
  color: #ffffff !important;
  transform: scale(1.08);
}

/* --- Slider Navigation Arrows Layout --- */
.menu-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 0 !important; /* Square navigation keys */
  border: 1px solid #116b83;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  z-index: 10;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #116b83;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-slider-btn:hover {
  background: #116b83;
  color: #e8f4f7;
  box-shadow: 0 8px 20px rgba(17, 107, 131, 0.2);
}

.menu-slider-prev {
  left: -1rem;
  border-radius: 50% !important;
}
.menu-slider-next {
  right: -1rem;
  border-radius: 50% !important;
}

.menu-slider-mobile-hint {
  display: none;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 0.85rem;
  text-shadow: 0 1px 8px rgba(8, 56, 68, 0.35);
}

@media (max-width: 768px) {
  .menu-offer-card {
    padding: 0;
  }

  .menu-offer-card:hover {
    transform: none;
  }
}

/* --- Dot Indicators Layout Matrix --- */
.menu-slider-dots {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.menu-dot {
  width: 12px;
  height: 4px; /* Modern sleek layout block dash instead of traditional dots */
  border-radius: 0 !important;
  border: 0;
  padding: 0;
  background: rgba(17, 107, 131, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-dot.active {
  background: #e7ae07;
  width: 24px; /* Modern dynamic stretching bar animation */
}

/* --- Center Section Footer Call Action --- */
.menu-section .menu-slider-footer {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 2;
}

.menu-slider-footer {
  display: flex;
  justify-content: center;
}

.menu-section .menu-show-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.95rem 2.25rem;
  box-shadow: 0 10px 28px rgba(13, 85, 102, 0.28);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-section .menu-show-more-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(13, 85, 102, 0.35);
}

.menu-section .menu-show-more-btn::before {
  display: none;
}

.menu-show-more-btn {
  border: 2px solid #116b83;
  border-radius: 0 !important;
  background: transparent;
  color: #116b83 !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-show-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #116b83;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-show-more-btn:hover {
  color: #e8f4f7 !important;
}

.menu-show-more-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* ==========================================================================
   07. WATCH US ON REELS HUB (#video) - ELITE SYSTEM UPGRADE
   ========================================================================== */

.reels-section {
  position: relative;
  overflow: hidden;
  background-color: #f4f9fb;
}

.reels-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/assets/images/bg_food.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.reels-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 56, 68, 0.55) 0%, rgba(8, 56, 68, 0.35) 40%, rgba(8, 56, 68, 0.5) 100%);
  pointer-events: none;
}

.reels-section > .container {
  position: relative;
  z-index: 2;
}

.reels-section-header-block .section-title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.reels-section-header-block .section-title::before {
  background: linear-gradient(180deg, #ffffff, #e7ae07) !important;
}

.reels-section-header-block .section-lead {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* --- Premium Layout Header Core --- */
.reels-header-shell {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px !important;
  padding: 2rem 2.25rem;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.reels-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.reels-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  color: #116b83; /* Brand Burgundy */
  background: #e8f4f7; /* Brand Cream */
  border: 1px solid rgba(17, 107, 131, 0.2);
  padding: 0.45rem 1.2rem;
  border-radius: 0 !important;
}

.reels-header-shell .section-title {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  line-height: 1.2;
}

/* left bar accent — unified in section 22 */

.reels-header-shell .section-lead {
  max-width: 600px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.reels-section .reels-follow-btn {
  border: none;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  padding: 0.85rem 1.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reels-section .reels-follow-btn::before {
  display: none;
}

.reels-section .reels-follow-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

/* --- Sharp Premium Follow Button Action --- */
.reels-follow-btn {
  border: 2px solid #116b83;
  border-radius: 0 !important;
  background: transparent;
  color: #116b83 !important;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reels-follow-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #116b83;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reels-follow-btn:hover {
  color: #e8f4f7 !important;
  box-shadow: 0 8px 24px rgba(17, 107, 131, 0.15);
}

.reels-follow-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* --- 9:16 Vertical Smartphone Track System --- */
.reels-slick {
  position: relative;
}

#reelsSlider .slick-list {
  overflow: hidden;
  margin: 0 -0.85rem; /* Expanded gaps for crisp element isolation separation */
}

#reelsSlider .slick-slide {
  padding: 1.5rem 0.85rem; /* Gives breathing area for high lift card transform states */
  box-sizing: border-box;
  height: auto;
}

.reel-slide-wrap {
  display: flex;
  height: 100%;
}

/* --- EXCELLENT UI: Borderless Smartphone Viewport Cards --- */
.reel-card {
  text-decoration: none !important;
  border: none;
  border-radius: 14px !important;
  overflow: hidden;
  background-color: #083844;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.reel-card:hover {
  transform: translateY(-10px); /* Enhanced floating card lift distance */
  box-shadow: 0 25px 50px rgba(24, 9, 13, 0.28);
}

/* STRICT FORMAT: 9:16 Mobile Screen Aspect Ratio Definition */
.reel-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.reel-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%) brightness(95%); /* Soft premium lens tint for initial rest states */
  transition:
    transform 0.8s cubic-bezier(0.25, 1, 0.3, 1),
    filter 0.4s ease;
}

.reel-card:hover .reel-card-thumb img {
  transform: scale(1.08); /* Cinematic slow zoom */
  filter: grayscale(0%) brightness(85%); /* Wakes color up dynamically while dropping brightness for textual contrast layout */
}

/* --- HIGH-END INTERACTION: Instagram-Style Progress Loading Bar --- */
.reel-progress-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 5;
}

.reel-progress-indicator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7ae07; /* Brand Orange progress bar fill color */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0s linear;
}

/* Activates a linear charging line sweep when the individual slide item is focused */
.reel-card:hover .reel-progress-indicator::before {
  transform: scaleX(1);
  transition: transform 3s cubic-bezier(0.1, 0.8, 0.2, 1); /* Models a progressive loading tracking action */
}

/* --- Immersive Gradient Vignette Overlay Layer Mask --- */
.reel-card-overlay {
  position: absolute;
  inset: 0;
  /* Uses premium 3-point tone-mapped dark lighting grids */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    transparent 45%,
    rgba(8, 56, 68, 0.78) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.3, 1);
}

.reel-card:hover .reel-card-overlay {
  background-color: rgba(8, 56, 68, 0.4);
}

/* --- Premium Play Controller Icon --- */
.reel-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50% !important; /* Kept completely sharp and geometric */
  background-color: #e7ae07; /* Brand active signature orange */
  color: #ffffff;
  font-size: 1.75rem;
  box-shadow: 0 8px 24px rgba(231, 174, 7, 0.4);
  line-height: 1;
  padding-left: 5px; /* Optical center balancing compensation layout adjustment */
  transform: scale(0.85);
  transition:
    transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

/* High-end playful micro-interaction mechanics on hover state activation loops */
.reel-card:hover .reel-play-icon {
  transform: scale(1.15) rotate(180deg); /* Modern, fluid half-spin lift instead of a full 360 spin */
  background-color: #ffffff;
  color: #116b83; /* Flipped vector icon graphics beautifully to your premium brand burgundy */
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.25);
}

/* Absolute Floating Action Label Reveal Text */
.reel-watch-label {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px; /* Widened tracking spacing variable profile for luxury branding value */
  color: #e8f4f7; /* Premium Brand Cream Text */
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.35s cubic-bezier(0.25, 1, 0.3, 1),
    transform 0.35s cubic-bezier(0.25, 1, 0.3, 1);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.reel-card:hover .reel-watch-label {
  opacity: 1;
  transform: translateY(0);
}

/* --- Square Custom Slide Navigation Control Arrows --- */
.reels-slick-prev,
.reels-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 0 !important; /* Square navigation buttons */
  border: 1px solid #116b83 !important;
  background: #ffffff !important;
  color: #116b83 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  z-index: 10;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.reels-slick-prev:hover,
.reels-slick-next:hover {
  background: #116b83 !important;
  color: #e8f4f7 !important;
  box-shadow: 0 8px 20px rgba(17, 107, 131, 0.18);
}

.reels-slick-prev {
  left: -1rem;
}
.reels-slick-next {
  right: -1rem;
}

@media (max-width: 992px) {
  .reels-slick-prev,
  .reels-slick-next {
    display: none !important;
  } /* Focus entirely on hand swipes for smaller mobile screens */
  .reel-card:hover {
    transform: translateY(-4px);
  } /* Dampen hover physics scale on touch environments */
}

/* ==========================================================================
   07. WATCH US ON REELS HUB (#video) - SIDE ARROW ALIGNMENT FIXED
   ========================================================================== */

/* --- Slider Relative Container Parent Window --- 
   This must be relative so the arrows position themselves against the whole slider width, 
   not the individual cards.
*/
.reels-slider-container-wrap {
  position: relative;
  padding: 0 30px; /* Creates explicit side gutters so the buttons don't cover your cards */
}

/* --- FIX: Universal Center Alignment Structure --- */
.reels-slider-container-wrap .slick-prev,
.reels-slider-container-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(
    -50%
  ); /* Keeps buttons vertically centered on the cards */
  width: 50px;
  height: 50px;
  background-color: #ffffff !important;
  border: 1px solid #116b83 !important; /* Brand Burgundy Frame */
  color: #116b83 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 0 !important; /* Strict sharp geometric profiles */
  box-shadow: 0 6px 20px rgba(17, 107, 131, 0.12);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Horizontal Placement Overrides */
.reels-slider-container-wrap .slick-prev {
  left: -25px;
}
.reels-slider-container-wrap .slick-next {
  right: -25px;
}

/* Clear default text characters generated by Slick engine fallback text */
.reels-slider-container-wrap .slick-prev::before,
.reels-slider-container-wrap .slick-next::before {
  display: none !important;
}

/* Ensure the shared menu icon helper handles alignment and font properties beautifully */
.reels-slider-container-wrap .menu-control-icon {
  color: inherit;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Hover Interactions matching other sliders */
.reels-slider-container-wrap .slick-prev:hover,
.reels-slider-container-wrap .slick-next:hover {
  background-color: #116b83 !important;
  color: #e8f4f7 !important; /* Brand Cream text on hover */
  box-shadow: 0 8px 24px rgba(17, 107, 131, 0.22);
}

/* ==========================================================================
   08. PREMIUM GEOMETRIC ABOUT SECTION (#about)
   ========================================================================== */

.about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 0% 20%, rgba(231, 174, 7, 0.1), transparent 45%),
    radial-gradient(ellipse at 100% 80%, rgba(17, 107, 131, 0.08), transparent 50%),
    linear-gradient(180deg, #f8fcfd 0%, #ffffff 45%, #f4f9fb 100%);
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 107, 131, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 107, 131, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  opacity: 0.45;
}

.about-section > .container {
  position: relative;
  z-index: 1;
}

.about-content-block {
  max-width: 560px;
}

/* --- Content Typography Settings --- */
.about-section .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  color: #116b83;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 107, 131, 0.15);
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(17, 107, 131, 0.08);
}

.about-section .section-title {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  line-height: 1.2;
}

/* left bar accent — unified in section 22 */

.about-section .about-lead {
  font-size: 1.12rem;
  font-weight: 600;
  color: #0d5566;
  line-height: 1.65;
}

.about-section .about-paragraph {
  color: #4a5c63;
  font-size: 0.96rem;
  line-height: 1.75;
}

/* --- Highlights Grid Elements --- */
.about-section .about-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-section .about-feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 107, 131, 0.1);
  border-left: 4px solid #e7ae07;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  min-width: 0;
  box-shadow: 0 8px 22px rgba(8, 56, 68, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-section .about-feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 56, 68, 0.1);
}

.about-section .feature-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(17, 107, 131, 0.1);
  font-size: 1.15rem;
  color: #116b83;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-section .feature-text {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #083844;
  line-height: 1.35;
}

/* --- CTA Button --- */
.about-section .about-explore-btn {
  border: none;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.9rem 1.85rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(17, 107, 131, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-section .about-explore-btn::before {
  display: none;
}

.about-section .about-explore-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(17, 107, 131, 0.3);
}

.about-section .about-explore-btn:hover::before {
  transform: none;
}

/* --- Right Side: Immersive Media Layout Frame System --- */
.about-media-frame {
  padding: 1.25rem;
  z-index: 1;
  overflow: visible;
  max-width: 520px;
  margin-left: auto;
}

.about-shape-backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78%;
  height: 78%;
  background: linear-gradient(135deg, rgba(17, 107, 131, 0.12), rgba(231, 174, 7, 0.14));
  z-index: -1;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.about-media-frame:hover .about-shape-backdrop {
  transform: translate(-8px, 8px);
}

.about-img-container {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(8, 56, 68, 0.16);
}

.about-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 56, 68, 0.4), transparent 55%);
  pointer-events: none;
}

.about-media-frame:hover .about-main-img {
  transform: scale(1.05); /* Premium fluid slow lens zoom action */
}

/* --- Absolute Floating Experience Ribbon Label Block --- */
.about-experience-badge {
  position: absolute;
  /* bottom: 1.25rem; */
  right: 0.5rem;
  left: auto;
  background: linear-gradient(135deg, #116b83, #083844);
  padding: 1.15rem 1.1rem;
  width: auto;
  min-width: 130px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(8, 56, 68, 0.28);
  z-index: 5;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-media-frame:hover .about-experience-badge {
  transform: translateY(-5px); /* Micro lift feedback loop */
}

.about-experience-badge .exp-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: #e7ae07; /* Vivid dynamic brand orange numeric stats character text */
  line-height: 1;
  margin-bottom: 0.25rem;
}

.about-experience-badge .exp-text {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #e8f4f7; /* Contrast brand cream subtitle copy labeling */
  line-height: 1.3;
}

/* --- Responsive Layout Balancing Breakpoints --- */
@media (max-width: 991px) {
  .about-section .section-title {
    font-size: clamp(1.75rem, 5.5vw, 2.1rem);
  }

  .about-content-block {
    max-width: 100%;
    text-align: center;
  }

  .about-section .about-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .about-section .section-title {
    display: block;
    padding-left: 0;
  }

  .about-section .section-title::before {
    display: none;
  }

  .about-section .about-features-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-cta-wrap {
    display: flex;
    justify-content: center;
  }

  .about-media-frame {
    margin-top: 0.5rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-experience-badge {
    /* bottom: 0.75rem; */
    right: 0.25rem;
    min-width: 120px;
    padding: 0.95rem 0.85rem;
  }
}

/* ==========================================================================
   09. GUEST IMPRESSIONS LAYOUT (#testimonials)
   ========================================================================== */

.reviews-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 0 80px;
  background:
    radial-gradient(
      ellipse at 20% 60%,
      rgba(231, 174, 7, 0.08),
      transparent 55%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(214, 58, 47, 0.06),
      transparent 50%
    );
}

.reviews-shell {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.reviews-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  flex-wrap: wrap;
}

.reviews-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.35rem;
}

.reviews-toolbar-title {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  color: var(--text-main);
  margin: 0;
}

.reviews-view-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 107, 131, 0.08);
  box-shadow: 0 12px 25px rgba(17, 107, 131, 0.08);
}

.review-view-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  background: transparent;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.review-view-btn:hover,
.review-view-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark), #a22a30);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(17, 107, 131, 0.16);
}

.review-view-btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.review-view-btn.is-disabled:hover {
  background: transparent;
  color: var(--text-muted);
  transform: none;
  box-shadow: none;
}

.reviews-hint {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.reviews-gallery {
  display: grid;
  gap: 1.2rem;
  align-items: stretch;
}

.reviews-gallery--single {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews-gallery--single::-webkit-scrollbar {
  display: none;
}

.reviews-gallery--single .review-card {
  min-width: min(92vw, 380px);
  scroll-snap-align: start;
}

.reviews-gallery--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reviews-slider {
  padding: 20px 0;
}

.reviews-slider .review-slide-item {
  outline: none;
}

.reviews-slider .slick-slide {
  will-change: transform, opacity;
  transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.25;
  transform: scale(0.88);
  filter: blur(0.5px);
  padding: 10px;
  outline: none;
}

.reviews-slider .slick-center {
  opacity: 1 !important;
  transform: scale(1.02);
  filter: blur(0);
}

.reviews-slider .review-card {
  margin: 10px auto;
  width: 100%;
  max-width: 450px;
  padding: 35px;
}

.review-divider {
  border: 0;
  border-top: 1px solid rgba(17, 107, 131, 0.1);
  margin: 1.2rem 0 0;
}

.reviews-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.reviews-slider .slick-dots li button:before {
  display: none !important;
}

.reviews-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.reviews-slider .slick-dots li.slick-active button {
  background: #116b83;
  width: 28px;
  border-radius: 10px;
}

/* --- Review Card Elements --- */
.review-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow:
    0 18px 35px rgba(17, 107, 131, 0.08),
    0 6px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 48px rgba(17, 107, 131, 0.16);
  border-color: rgba(17, 107, 131, 0.08);
}

.review-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -50% auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(231, 174, 7, 0.15),
    transparent 68%
  );
  pointer-events: none;
}

.review-quote,
.review-quote-icon {
  font-size: 6rem;
  line-height: 0.7;
  color: rgba(17, 107, 131, 0.09);
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
  user-select: none;
  pointer-events: none;
}

.review-stars {
  color: var(--brand-gold);
  font-size: 1rem;
  letter-spacing: 3px;
}

.review-text {
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 1.25rem;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(17, 107, 131, 0.1);
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(17, 107, 131, 0.12);
  flex-shrink: 0;
}

/* ==========================================================================
   04. ULTRA-PREMIUM GEOMETRIC BRANCHES SECTION (HIGH-FIDELITY REVEAL)
   ========================================================================== */

/* Container Styling */
.branch-container,
#new_branch {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 0;
  overflow: hidden;
  box-sizing: border-box;
}

#new_branch .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* Header Text Elements — sizing handled in section 22 unified headings */

.title-divider {
  width: 50px;
  height: 4px;
  background-color: #116b83;
  border-radius: 2px;
}

/* Grid Configuration */
.branch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  justify-items: stretch;
  box-sizing: border-box;
}

/* High-Fidelity Interactive Card Frame */
.branch-card {
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  height: auto;
  padding: 22px 20px;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  border: 1px solid rgba(17, 107, 131, 0.12);
  box-shadow: 0 6px 20px rgba(17, 107, 131, 0.08);
  transition:
    box-shadow 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

/* Default Content State (Name + Phone) */
.default-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 1;
  transform: scale(1) translateY(0);
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.3s ease-out;
  z-index: 2;
}

.branch-card h3 {
  color: #116b83;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
}

.branch-card .phone-number {
  color: #0a4554;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.branch-card .phone-number i {
  font-size: 0.85rem;
  color: #116b83;
}

/* Hover/Revealed Content State (Address) */
.hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.9) translateY(10px);
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.3s ease-in-out;
  z-index: 1;
  background: linear-gradient(160deg, #116b83 0%, #0a4554 100%);
}

.branch-address {
  font-size: 0.92rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.branch-card .branch-address-mobile {
  display: none;
}

/* --- Premium Interactive Hover System --- */
@media (hover: hover) {
  .branch-card:hover {
    transform: translateY(-4px);
    border-color: #116b83;
    box-shadow:
      0 12px 28px rgba(17, 107, 131, 0.2),
      0 4px 12px rgba(17, 107, 131, 0.08);
  }

  /* Shrinks, shifts down, and cleanly fades away the default text info */
  .branch-card:hover .default-state {
    opacity: 0;
    transform: scale(0.9) translateY(15px);
  }

  /* Pulls the address text into focus with a buttery-smooth scale up */
  .branch-card:hover .hover-state {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 3; /* Pushes address on top of everything else */
  }
}

/* Mobile responsive — centered grid, no horizontal drift */
@media (max-width: 768px) {
  .branch-container,
  #new_branch {
    padding: 36px 0;
  }

  .branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .branch-card {
    min-height: 130px;
    padding: 14px 12px;
    transform: none !important;
    border-color: rgba(17, 107, 131, 0.14);
    box-shadow: 0 4px 16px rgba(17, 107, 131, 0.1);
  }

  .default-state {
    display: flex !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .branch-card h3 {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .branch-card .phone-number {
    font-size: 10px;
    flex-wrap: wrap;
  }

  /* Show address inline on touch — no hidden hover layer */
  .hover-state {
    display: none !important;
  }

  .branch-card .branch-address-mobile {
    display: block;
    font-size: 0.72rem;
    color: #5a7a85;
    margin-top: 6px;
    line-height: 1.35;
  }

  /* Center lone last card when odd count */
  .branch-card:last-child:nth-child(odd):not(:only-child) {
    grid-column: 1 / -1;
    max-width: 280px;
    justify-self: center;
  }
}

@media (max-width: 360px) {
  .branch-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .branch-card:last-child:nth-child(odd):not(:only-child) {
    grid-column: auto;
    max-width: none;
  }
}

/* --- Elegant Heading Design (base; unified in section 22) --- */
.section-title {
  margin-bottom: 12px;
}

.section-subtitle {
  margin-top: 15px;
}

.elegant-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.elegant-divider span {
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, transparent, #116b83);
}

.elegant-divider span:last-child {
  background: linear-gradient(90deg, #116b83, transparent);
}

.elegant-divider i {
  color: #116b83;
  font-size: 0.9rem;
}

/* ==========================================================================
   VISIT US SECTION
   ========================================================================== */

.visit-us-section {
  background: linear-gradient(180deg, #f4f9fb 0%, #ffffff 55%, #f8fcfd 100%);
  position: relative;
  overflow: hidden;
}

.visit-us-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 174, 7, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.visit-us-header {
  margin-bottom: 2.75rem;
  position: relative;
  z-index: 1;
}

.visit-us-header .section-subtitle {
  max-width: 520px;
}

.visit-us-grid {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 1.75rem;
  align-items: stretch;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.visit-us-panel {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(17, 107, 131, 0.1);
  box-shadow: 0 20px 50px rgba(17, 107, 131, 0.1);
  padding: 1.75rem 1.65rem;
  display: flex;
  flex-direction: column;
}

.visit-us-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(17, 107, 131, 0.08);
}

.visit-us-name {
  font-family: var(--section-title-font, "Poppins", sans-serif);
  font-size: 1.65rem;
  font-weight: 700;
  color: #116b83;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.visit-us-tagline {
  margin: 0;
  font-size: 0.82rem;
  color: #6e8a94;
  letter-spacing: 0.3px;
}

.visit-us-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0d5566;
  background: rgba(17, 107, 131, 0.08);
  border: 1px solid rgba(17, 107, 131, 0.15);
}

.visit-us-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}

.visit-us-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  background: rgba(17, 107, 131, 0.03);
  border: 1px solid rgba(17, 107, 131, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.visit-us-card:hover {
  background: rgba(17, 107, 131, 0.06);
  border-color: rgba(17, 107, 131, 0.16);
  transform: translateX(4px);
}

.visit-us-card-accent {
  background: linear-gradient(135deg, rgba(17, 107, 131, 0.05) 0%, rgba(231, 174, 7, 0.1) 100%);
  border-color: rgba(231, 174, 7, 0.22);
}

.visit-us-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #116b83, #0d5566);
  box-shadow: 0 6px 16px rgba(13, 85, 102, 0.2);
}

.visit-us-card-icon-gold {
  background: linear-gradient(135deg, #e7ae07, #c99606);
  box-shadow: 0 6px 16px rgba(231, 174, 7, 0.25);
}

.visit-us-card-content h4 {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0d5566;
}

.visit-us-card-content p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #3d5a64;
  font-weight: 500;
}

.visit-us-card-content p a {
  color: #116b83;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.visit-us-card-content p a:hover {
  color: #0d5566;
}

.visit-us-card-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #8a9da4;
  font-style: italic;
}

.visit-us-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.visit-us-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.visit-us-btn:hover {
  transform: translateY(-2px);
}

.visit-us-btn-teal {
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(13, 85, 102, 0.22);
}

.visit-us-btn-teal:hover {
  box-shadow: 0 12px 28px rgba(13, 85, 102, 0.3);
  color: #fff !important;
}

.visit-us-btn-gold {
  background: linear-gradient(135deg, #e7ae07, #c99606);
  color: #1a1512 !important;
  box-shadow: 0 8px 20px rgba(231, 174, 7, 0.25);
}

.visit-us-btn-gold:hover {
  color: #1a1512 !important;
}

.visit-us-socials {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(17, 107, 131, 0.08);
}

.visit-us-socials > span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a9da4;
  margin-right: 0.25rem;
}

.visit-us-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #116b83;
  background: rgba(17, 107, 131, 0.08);
  border: 1px solid rgba(17, 107, 131, 0.12);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.visit-us-socials a:hover {
  background: #116b83;
  color: #fff;
  transform: translateY(-2px);
}

.visit-us-map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
  border: 2px solid rgba(17, 107, 131, 0.12);
  box-shadow: 0 20px 50px rgba(17, 107, 131, 0.12);
  background: #e8f4f7;
}

.visit-us-map-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #0d5566;
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.visit-us-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

/* Legacy location classes (contact page / older markup) */
.location-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.location-info-card {
  flex: 0 0 440px;
  background: #fff;
  padding: 60px 50px;
  border-radius: 12px;
  position: relative;
  z-index: 10;
  margin-right: -80px;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(243, 183, 117, 0.15);
}

.info-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #e7ae07;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 45px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.info-icon {
  color: #f3b775;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1.5px solid rgba(243, 183, 117, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  background-color: rgba(243, 183, 117, 0.03);
}

.info-item:hover .info-icon {
  background-color: #f3b775;
  color: #1c1512;
  border-color: #f3b775;
  transform: scale(1.05);
}

.info-text strong {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 6px;
}

.info-text p {
  font-family: "Lato", sans-serif;
  font-size: 1.05rem;
  color: #a89f99;
  margin: 0;
  line-height: 1.6;
}

.info-item-highlight {
  position: relative;
  padding: 22px 22px 22px 18px;
  margin: 0 -8px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(17, 107, 131, 0.06) 0%, rgba(231, 174, 7, 0.08) 100%);
  border: 1px solid rgba(17, 107, 131, 0.14);
  border-left: 4px solid #0d5566;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.info-item-highlight:hover {
  box-shadow: 0 12px 28px rgba(13, 85, 102, 0.12);
  transform: translateY(-2px);
}

.info-icon-highlight {
  color: #0d5566 !important;
  border-color: rgba(13, 85, 102, 0.35) !important;
  background-color: rgba(13, 85, 102, 0.08) !important;
}

.info-item-highlight:hover .info-icon-highlight {
  background-color: #0d5566 !important;
  color: #fff !important;
  border-color: #0d5566 !important;
}

.info-item-highlight .info-text strong {
  color: #0d5566;
  letter-spacing: 2.5px;
}

.info-highlight-body {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #116b83 !important;
  line-height: 1.65;
  margin: 0.35rem 0 0.25rem !important;
}

.info-highlight-link {
  color: #116b83;
  text-decoration: none;
  transition: color 0.2s ease;
}

.info-highlight-link:hover {
  color: #0d5566;
}

.info-highlight-hint {
  display: block;
  font-size: 0.82rem;
  color: #8a7f78;
  margin-bottom: 0.85rem;
  font-style: italic;
}

.info-highlight-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 18px rgba(13, 85, 102, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.info-highlight-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 85, 102, 0.3);
  background: linear-gradient(135deg, #0d5566, #083844);
  color: #fff !important;
}

.info-highlight-btn i {
  font-size: 0.78rem;
}

.btn-directions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 18px 30px;
  border-radius: 50px;
  text-decoration: none;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-directions .btn-arrow {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-directions:hover {
  background: linear-gradient(135deg, #0d5566, #083844);
  color: #fff;
}

.btn-directions:hover .btn-arrow {
  transform: translateX(8px);
}

.location-map-card {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 650px;
  position: relative;
  z-index: 1;
  background: #e9ecef;
}

.location-map-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: sepia(15%) contrast(95%);
}

@media (max-width: 991px) {
  .visit-us-grid {
    grid-template-columns: 1fr;
  }

  .visit-us-map {
    min-height: 360px;
    order: 2;
  }

  .visit-us-panel {
    order: 1;
  }
}

@media (max-width: 575px) {
  .visit-us-panel {
    padding: 1.35rem 1.15rem;
  }

  .visit-us-panel-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .visit-us-actions {
    grid-template-columns: 1fr;
  }

  .visit-us-name {
    font-size: 1.4rem;
  }

  .visit-us-map {
    min-height: 300px;
    border-radius: 16px;
  }

  .info-item-highlight {
    margin: 0;
    padding: 18px 16px;
  }

  .info-highlight-body {
    font-size: 0.98rem;
  }

  .info-highlight-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .location-container {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .location-info-card {
    flex: auto;
    margin-right: 0;
    margin-bottom: -40px; /* Card naturally overlaps the top of the map on mobile */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 50px 30px;
  }

  .location-map-card {
    height: 450px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 575px) {
  .info-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .info-list {
    gap: 25px;
  }
  .info-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .info-text p {
    font-size: 0.95rem;
  }
  .info-item-highlight {
    margin: 0;
    padding: 18px 16px;
  }
  .info-highlight-body {
    font-size: 0.98rem;
  }
  .info-highlight-btn {
    width: 100%;
    justify-content: center;
  }
  .btn-directions {
    padding: 16px 20px;
  }
}
/* ==========================================================================
   12. WIDGET FOOTER ARCHITECTURE (#contact)
   ========================================================================== */

.site-footer {
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(231, 174, 7, 0.08) 0%, transparent 55%),
    linear-gradient(165deg, #083844 0%, var(--brand-red) 42%, #0a4554 100%);
  color: rgba(255, 248, 235, 0.82);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  min-width: 100vw;
  box-sizing: border-box;
  z-index: 1030;
  overflow: hidden;
}

.site-footer::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.02'%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");
  pointer-events: none;
  opacity: 0.6;
}

.footer-accent-bar {
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--brand-gold) 20%, var(--brand-gold) 80%, transparent);
  position: relative;
  z-index: 1;
}

.footer-top {
  padding: 3.75rem 0 2.5rem;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.95fr 1.25fr;
  gap: 2.5rem 2rem;
  align-items: start;
}

.footer-brand-block {
  padding-right: 1rem;
}

.footer-tagline {
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin: -0.25rem 0 0.85rem;
  font-weight: 600;
}

.footer-logo {
  height: 52px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.footer-about {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 235, 190, 0.65);
  max-width: 320px;
  margin-bottom: 0;
}

/* --- Social Channels and Quicklinks --- */
.footer-socials {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(231, 174, 7, 0.35);
  background: rgba(231, 174, 7, 0.08);
  color: rgba(255, 235, 190, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s;
}

.footer-socials a:hover {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: var(--brand-dark);
}

.footer-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.footer-heading-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-gold);
  flex-shrink: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.88rem;
}

.footer-links li {
  color: rgba(255, 235, 190, 0.55);
}

.footer-links a {
  color: rgba(255, 235, 190, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--brand-gold);
}

.footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1rem;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 235, 190, 0.7);
}

.footer-contact-item a {
  color: rgba(255, 235, 190, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-item a:hover {
  color: var(--brand-gold);
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(231, 174, 7, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  font-size: 0.95rem;
}

.footer-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-action-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 248, 235, 0.9);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s,
    transform 0.2s;
}

.footer-action-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(231, 174, 7, 0.45);
  color: #fff;
  transform: translateY(-2px);
}

.footer-action-pill-gold {
  background: linear-gradient(135deg, var(--brand-gold), #c99606);
  border-color: transparent;
  color: var(--brand-dark);
}

.footer-action-pill-gold:hover {
  background: linear-gradient(135deg, #f0bc1a, var(--brand-gold));
  color: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(231, 174, 7, 0.25);
}

.text-brand {
  color: var(--brand-gold) !important;
}

.footer-divider {
  height: 1px;
  background: rgba(231, 174, 7, 0.2);
  margin: 0 1.5rem;
}

.footer-bottom {
  padding: 1.4rem 0;
  font-size: 0.84rem;
  color: rgba(255, 235, 190, 0.4);
}

.footer-bottom a {
  color: rgba(255, 235, 190, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: var(--brand-gold);
}

/* ==========================================================================
   09. PREMIUM CART DRAWER UI
   ========================================================================== */

.cart-drawer {
  background-color: #f7fafa;
  width: 400px !important;
  border-left: none !important;
  border-radius: 0 !important;
  box-shadow: -12px 0 40px rgba(8, 56, 68, 0.12);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#cartDrawer {
  max-width: 92vw;
}

@media (max-width: 450px) {
  .cart-drawer {
    width: min(92vw, 360px) !important;
    min-width: 0;
  }
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 107, 131, 0.08) !important;
  position: sticky;
  top: 0;
  z-index: 10;
}

.cart-drawer-heading {
  min-width: 0;
}

.cart-drawer .offcanvas-title {
  margin: 0;
  color: #116b83;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
}

.cart-drawer-subtitle {
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #7a9199;
  line-height: 1.3;
}

.cart-drawer .btn-close-custom {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(17, 107, 131, 0.06);
  border: none;
  color: #116b83;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.cart-drawer .btn-close-custom:hover {
  transform: rotate(90deg);
  background: rgba(231, 174, 7, 0.15);
  color: #0a4554;
}

.cart-drawer-body {
  padding: 0 !important;
  background: #f7fafa;
}

.cart-drawer-items {
  overflow-y: auto;
  padding: 0.85rem 1rem 1rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cart-drawer-empty {
  text-align: center;
  padding: 2.5rem 1rem;
}

.cart-drawer-empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(17, 107, 131, 0.08),
    rgba(231, 174, 7, 0.1)
  );
  border: 1px dashed rgba(17, 107, 131, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #116b83;
  font-size: 1.35rem;
}

.cart-drawer-empty-title {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #116b83;
}

.cart-drawer-empty-text {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.5;
  color: #7a9199;
}

.cart-drawer .cart-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(17, 107, 131, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(8, 56, 68, 0.05);
  animation: itemSlideFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cart-drawer .cart-item-image-wrap {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eef4f6;
  flex-shrink: 0;
  border: 1px solid rgba(17, 107, 131, 0.08);
}

.cart-drawer .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cart-drawer .cart-item:hover .cart-item-image {
  transform: scale(1.04);
}

.cart-drawer .cart-item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  gap: 0.55rem;
}

.cart-drawer .cart-item-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem;
}

.cart-drawer .cart-item-info {
  min-width: 0;
}

.cart-drawer .cart-item-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0a4554;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-drawer .cart-item-unit {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 500;
  color: #8a9da3;
  line-height: 1.2;
}

.cart-drawer .cart-item-remove-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(224, 58, 58, 0.06);
  border: none;
  color: #b54747;
  padding: 0;
  cursor: pointer;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.cart-drawer .cart-item-remove-btn:hover {
  background: #e03a3a;
  color: #ffffff;
  transform: scale(1.05);
}

.cart-drawer .cart-item-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.cart-drawer .cart-qty-row {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 107, 131, 0.14);
  border-radius: 999px;
  background-color: #f7fafa;
  overflow: hidden;
}

.cart-drawer .qty-adjust-btn {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  color: #116b83;
  font-size: 0.82rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.cart-drawer .qty-adjust-btn:hover {
  background-color: #116b83;
  color: #ffffff;
}

.cart-drawer .cart-qty {
  font-size: 0.74rem;
  font-weight: 700;
  color: #116b83;
  min-width: 22px;
  text-align: center;
}

.cart-drawer .cart-item-meta {
  font-size: 0.82rem;
  font-weight: 800;
  color: #e7ae07;
  white-space: nowrap;
}

.cart-drawer-footer {
  border-top: 1px solid rgba(17, 107, 131, 0.08);
  background: #ffffff;
  padding: 0.95rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  position: sticky;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 -8px 24px rgba(8, 56, 68, 0.06);
}

.cart-drawer-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.cart-drawer .cart-total-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a9da3;
}

.cart-drawer .cart-total-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: #116b83;
  white-space: nowrap;
}

.cart-drawer .cart-view-btn {
  border: 1px solid rgba(17, 107, 131, 0.22);
  border-radius: 10px !important;
  background: #ffffff;
  color: #116b83 !important;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.72rem 1rem;
  text-decoration: none !important;
  text-align: center;
  display: block;
  transition: all 0.25s ease;
}

.cart-drawer .cart-view-btn:hover {
  background-color: rgba(17, 107, 131, 0.06);
  color: #0a4554 !important;
}

.cart-drawer .cart-checkout-btn {
  border: none;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #116b83, #0a4554);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.78rem 1rem;
  text-decoration: none !important;
  text-align: center;
  display: block;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(17, 107, 131, 0.22);
}

.cart-drawer .cart-checkout-btn span,
.cart-drawer .cart-checkout-btn i {
  color: #ffffff !important;
}

.cart-drawer .cart-checkout-btn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17, 107, 131, 0.28);
}

.cart-drawer .cart-checkout-btn:hover span,
.cart-drawer .cart-checkout-btn:hover i {
  color: #ffffff !important;
}

.cart-drawer .cart-checkout-btn:active {
  transform: translateY(0);
}

@keyframes itemSlideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   14. FLOATING INTERACTIVE SHORTCUTS & ACTION TRIGGERS (WHATSAPP FAB)
   ========================================================================== */

.floating-left,
.floating-right {
  position: fixed;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  z-index: 2000;
  align-items: center;
}

.floating-left {
  left: 1rem;
}

.floating-right {
  right: 1rem;
}

.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(17, 107, 131, 0.16);
  transition:
    transform 0.22s ease,
    box-shadow 0.18s ease,
    opacity 0.22s ease;
  transform: translateY(18px) scale(0.96);
  opacity: 0;
}

.fab:focus {
  outline: none;
  box-shadow:
    0 0 0 0.22rem rgba(231, 174, 7, 0.18),
    0 10px 28px rgba(17, 107, 131, 0.16);
}

.fab.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.fab.is-visible:hover {
  transform: translateY(-6px) scale(1.02);
}

.fab i {
  font-size: 1.2rem;
  line-height: 1;
}

.fab-whatsapp {
  position: relative;
  background: linear-gradient(180deg, #2be06f 0%, #18a152 100%);
  box-shadow:
    0 10px 28px rgba(24, 161, 82, 0.35),
    0 0 0 0 rgba(43, 224, 111, 0.45);
  animation: whatsapp-float 2400ms ease-in-out infinite;
}

.fab-whatsapp::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(43, 224, 111, 0.45);
  transform: scale(0.9);
  opacity: 0;
  pointer-events: none;
  animation: whatsapp-ring 2400ms ease-out infinite;
}

.fab-whatsapp.is-visible:hover {
  box-shadow:
    0 16px 34px rgba(24, 161, 82, 0.44),
    0 0 0 8px rgba(43, 224, 111, 0.12);
}

.fab-whatsapp.is-nudging {
  animation: whatsapp-nudge 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fab-track {
  background: linear-gradient(135deg, #116b83 0%, #0a4554 100%) !important;
  box-shadow:
    0 10px 28px rgba(17, 107, 131, 0.32),
    0 0 0 0 rgba(231, 174, 7, 0.35);
  position: relative;
  animation: track-order-float 2600ms ease-in-out infinite;
}

.fab-track::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2px solid rgba(231, 174, 7, 0.55);
  transform: scale(0.88);
  opacity: 0;
  pointer-events: none;
  animation: track-order-ring 2600ms ease-out infinite;
}

.fab-track iconify-icon {
  font-size: 1.45rem;
  line-height: 1;
  animation: track-order-icon-drive 1800ms ease-in-out infinite;
}

.fab-track.is-visible:hover {
  box-shadow:
    0 16px 34px rgba(17, 107, 131, 0.42),
    0 0 0 8px rgba(231, 174, 7, 0.14);
}

.fab-track.is-nudging {
  animation: track-order-nudge 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (prefers-reduced-motion: reduce) {
  .fab-track,
  .fab-track iconify-icon,
  .fab-track::after {
    animation: none !important;
  }
}

.fab-track-label {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: #083844;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(-50%) translateX(6px);
}

.fab-track:hover .fab-track-label,
.fab-track:focus .fab-track-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.fab-track-label::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #083844;
}

@media (max-width: 576px) {
  .fab-track-label {
    display: none;
  }
}

.track-order-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 107, 131, 0.18);
}

.track-order-modal .modal-header {
  background: linear-gradient(135deg, #083844 0%, #116b83 100%);
  color: #fff;
  border: none;
  padding: 22px 24px;
}

.track-order-modal .modal-header .modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.track-order-modal .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}

.track-order-modal .modal-body {
  padding: 24px;
}

.track-order-modal .modal-footer-tip {
  font-size: 0.78rem;
  color: var(--dd-text-muted);
  text-align: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--dd-border);
}

.mobile-reserve-btn {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 999;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mobile-reserve-btn:hover {
  background: linear-gradient(90deg, var(--brand-gold), var(--brand));
  color: var(--brand-dark);
}

/* ==========================================================================
   15. STANDALONE REVENUE PACKAGES & DEDICATED SITE LAYOUTS
   ========================================================================== */

/* --- Layout Utility Triggers --- */
.section-block {
  padding: 4.8rem 0;
}

.section-title {
  font-family: "Poppins", sans-serif;
  color: #116b83;
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-lead {
  color: var(--text-muted);
  max-width: 760px;
}

.main-content {
  margin-left: 0;
  overflow-x: hidden;
  padding-bottom: 0;
  background-color: #fff;
}

section[id],
footer[id],
#menu {
  scroll-margin-top: 88px;
}

.form-control,
.form-select {
  border: 1px solid rgba(17, 107, 131, 0.28);
  background: #fffaf3;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.25rem rgba(231, 174, 7, 0.22);
}

/* ==========================================================================
   SHARP GEOMETRIC HERO CALL TO ACTION BUTTONS
   ========================================================================== */

.hero-cta-group {
  margin-top: 3.5rem;
}

/* Base button modifications - Completely Square & Sharp */
.hero-cta-group .btn {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 2px; /* Increased letter-spacing for a modern look */
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 0 !important; /* Forces completely square corners */
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Sharp Primary "Order Now" Button ---
   Crisp brand orange background with a solid geometric accent layer
*/
.hero-cta-group .btn-brand {
  background-color: #ffff;
  border: 2px solid #116b83;
  color: #116b83 !important;
  box-shadow: 0 4px 15px rgba(17, 107, 131, 0.25);
}

.hero-cta-group .btn-brand:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
  letter-spacing: 2px;
  box-shadow: 0 8px 20px rgba(17, 107, 131, 0.3);
}

.hero-cta-group .btn-brand-outline {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #ffffff !important;
}

.hero-cta-group .btn-brand-outline:hover {
  background-color: rgba(231, 174, 7, 0.15);
  border-color: #e7ae07;
  color: #fff !important;
  letter-spacing: 2px;
  box-shadow: 0 8px 20px rgba(17, 107, 131, 0.2);
}

/* Click/Active State Interaction for both buttons */
.hero-cta-group .btn:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tracking-wider {
  letter-spacing: 1.5px;
}

.mobile-order-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #116b83;
  border: 1px solid #116b83;
  box-shadow: 0 6px 14px rgba(17, 107, 131, 0.22);
}

.mobile-order-icon:hover {
  background: #0a4554;
  border-color: #e7ae07;
}

.mobile-order-symbol {
  font-size: 1.15rem;
  line-height: 1;
}

.mobile-order-qty {
  position: absolute;
  top: -0.4rem;
  right: -0.35rem;
  min-width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  border: 1px solid rgba(17, 107, 131, 0.2);
  font-size: 0.65rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}

.desktop-order-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #116b83;
  border: 1px solid #116b83;
  box-shadow: 0 4px 12px rgba(17, 107, 131, 0.22);
}
.desktop-order-icon:hover {
  background: #116b83;
  color: #fff;
}

/* Member dashboard / login nav icon — matches cart icon style */
.nav-action-icons,
.mobile-nav-actions {
  gap: 0.5rem;
}

.mobile-nav-actions {
  justify-self: end;
}

.desktop-member-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #e7ae07 0%, #c48e42 100%);
  border: 1px solid #c48e42;
  box-shadow: 0 4px 12px rgba(196, 142, 66, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.desktop-member-icon:hover {
  color: #fff;
  background: linear-gradient(135deg, #c48e42 0%, #a67c2e 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(196, 142, 66, 0.35);
}

.desktop-member-symbol {
  font-size: 1.25rem;
  line-height: 1;
}

.mobile-member-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #116b83;
  border: 1px solid #116b83;
  box-shadow: 0 4px 10px rgba(17, 107, 131, 0.22);
  flex-shrink: 0;
}

.mobile-member-icon:hover {
  color: #fff;
  background: #0a4554;
  border-color: #e7ae07;
}

.mobile-member-symbol {
  font-size: 1.1rem;
  line-height: 1;
}

.desktop-order-symbol {
  font-size: 1.3rem;
  line-height: 1;
}

.desktop-order-qty {
  position: absolute;
  top: -0.42rem;
  right: -0.36rem;
  min-width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  border: 1px solid rgba(17, 107, 131, 0.2);
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.22rem;
}

.menu-card,
.testimonial-card,
.contact-card {
  border: 1px solid rgba(17, 107, 131, 0.14);
  border-radius: 1.1rem;
  background: linear-gradient(
    180deg,
    rgba(231, 174, 7, 0.08) 0%,
    rgba(255, 255, 255, 1) 55%,
    rgba(17, 107, 131, 0.04) 100%
  );
  box-shadow: 0 18px 45px rgba(17, 107, 131, 0.12);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    circle at 20% 0%,
    rgba(231, 174, 7, 0.22),
    transparent 45%
  );
  pointer-events: none;
  opacity: 0.9;
}

.contact-card > * {
  position: relative;
  z-index: 1;
}

.contact-card h3 {
  color: #116b83;
  font-weight: 800;
}

.contact-info strong {
  color: var(--brand-dark);
}

.contact-info a {
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.contact-page .contact-card .form-label {
  color: var(--brand-dark);
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.contact-page .contact-card .form-control,
.contact-page .contact-card textarea {
  border: 1px solid rgba(17, 107, 131, 0.22);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 0.85rem;
}

.contact-page .contact-card .form-control:focus,
.contact-page .contact-card textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.25rem rgba(231, 174, 7, 0.22);
  background: #ffffff;
}

.contact-page .contact-card textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact-page .btn-brand {
  border-radius: 0.9rem !important;
}

.contact-page #contact-section {
  position: relative;
}

.contact-page #contact-section .section-title {
  color: #116b83;
  font-weight: 900;
}

.contact-page #contact-section .section-lead {
  color: rgba(17, 107, 131, 0.78);
}

@media (max-width: 991.98px) {
  .contact-page .contact-card {
    border-radius: 1rem;
  }

  .contact-page .contact-card textarea.form-control {
    min-height: 120px;
  }
}

.menu-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0.95rem 0.95rem 0 0;
}

.menu-card .price-tag {
  font-weight: 700;
  color: var(--brand-dark);
}

/* --- Dedicated Standalone Menu Page (menu.html) --- */
.menu-page .main-content {
  padding-top: 5.25rem;
}

.menu-page-hero {
  padding-top: 6.2rem;
}

.menu-page-hero-card {
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(231, 174, 7, 0.32),
      transparent 38%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(214, 58, 47, 0.24),
      transparent 40%
    ),
    linear-gradient(145deg, #fff7ea 0%, #fcead2 55%, #f8e2c4 100%);
  border: 1px solid rgba(17, 107, 131, 0.16);
  border-radius: 1.25rem;
  padding: clamp(1.4rem, 3.2vw, 2.2rem);
  box-shadow: 0 14px 36px rgba(17, 107, 131, 0.12);
}

.menu-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.62);
  color: var(--brand-dark);
  border: 1px solid rgba(17, 107, 131, 0.16);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 0.36rem 0.82rem;
}

.menu-page-title {
  font-size: clamp(2rem, 5.4vw, 3.8rem);
  line-height: 1;
  letter-spacing: 1px;
  color: var(--brand-dark);
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.6);
}

.menu-page-lead {
  max-width: 760px;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(52, 24, 32, 0.9);
  margin-top: 0.7rem;
}

.hero-page .main-content {
  padding-top: 0;
}

@media (min-width: 992px) {
  .hero-page .main-content {
    padding-top: 50px;
  }
}

/* --- Privilege VIP Card Platform (privilege-card.html) --- */
.privilege-page .main-content {
  padding-top: 5.25rem;
}

.priv-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #1e0610 0%,
    #083844 38%,
    #116b83 75%,
    #116b83 100%
  );
  padding: 4rem 0 4.5rem;
}

.priv-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.35;
  z-index: 0;
}

.priv-blob--1 {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, #e7ae07 0%, transparent 70%);
  top: -140px;
  left: -120px;
}

.priv-blob--2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #e7ae07 0%, transparent 70%);
  bottom: -100px;
  right: -80px;
}

.priv-blob--3 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #0d5566 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.priv-hero .container {
  position: relative;
  z-index: 1;
}

.priv-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.mc-kicker--light {
  background: rgba(231, 174, 7, 0.18);
  border: 1px solid rgba(231, 174, 7, 0.38);
  color: #e7ae07;
}

.priv-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: #fff8eb;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.priv-title-accent {
  background: linear-gradient(90deg, #e7ae07, #e7ae07);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.priv-lead {
  color: rgba(255, 235, 190, 0.65);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}

.priv-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.priv-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.priv-card-glow {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.priv-card-glow::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 1.6rem;
  background: radial-gradient(
    ellipse at center,
    rgba(231, 174, 7, 0.45) 0%,
    transparent 72%
  );
  filter: blur(22px);
  z-index: 0;
}

.priv-card-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.3);
}

.priv-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.priv-benefits li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(231, 174, 7, 0.2);
  border-radius: 0.75rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 235, 190, 0.88);
  transition:
    background 0.2s,
    border-color 0.2s;
}

.priv-benefits li:hover {
  background: rgba(231, 174, 7, 0.12);
  border-color: rgba(231, 174, 7, 0.4);
}

.priv-benefit-icon {
  width: 32px;
  height: 32px;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e7ae07, #e7ae07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.88rem;
  color: #0d3d4a;
}

.priv-right {
  display: flex;
  flex-direction: column;
}

.priv-form-wrap {
  background: #fffdf8;
  border-radius: 1.4rem;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.4),
    0 4px 14px rgba(0, 0, 0, 0.18);
  padding: 2.4rem 2.2rem;
  border: 1px solid rgba(231, 174, 7, 0.2);
}

.priv-form-header {
  margin-bottom: 1.4rem;
}

.priv-form-badge {
  display: inline-block;
  background: linear-gradient(90deg, #e7ae07, #e7ae07);
  color: #0d3d4a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
}

.priv-form-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.25rem;
}

.priv-form-sub {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.priv-field {
  margin-bottom: 1rem;
}

.priv-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.priv-field label i {
  color: var(--brand);
  margin-right: 0.3rem;
}

.priv-input {
  background: #fff9f0;
  border: 1.5px solid rgba(17, 107, 131, 0.2);
  border-radius: 0.75rem;
  padding: 0.72rem 1rem;
  font-size: 0.95rem;
  color: var(--text-main);
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}

.priv-input:focus {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(231, 174, 7, 0.18);
  outline: none;
}

.priv-input.is-valid {
  border-color: #1f6a34;
  background: #f6fdf8;
}

.priv-input.is-invalid {
  border-color: #b42318;
  background: #fff8f7;
}

.privilege-live-status {
  background: rgba(231, 174, 7, 0.1);
  border: 1px solid rgba(231, 174, 7, 0.28);
  color: #116b83;
  border-radius: 0.7rem;
  padding: 0.6rem 0.85rem;
  font-weight: 700;
  font-size: 0.84rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.privilege-field-note {
  display: block;
  min-height: 1.1rem;
  margin-top: 0.3rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.privilege-field-note.is-valid {
  color: #1f6a34;
}

.privilege-field-note.is-invalid {
  color: #b42318;
}

.privilege-submit-btn {
  width: 100%;
  padding: 0.88rem 1rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #e7ae07 0%, #e7ae07 100%);
  color: #0d3d4a;
  border: none;
  border-radius: 0.85rem;
  box-shadow: 0 6px 22px rgba(231, 174, 7, 0.38);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.privilege-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(231, 174, 7, 0.46);
  filter: brightness(1.04);
  color: #0d3d4a;
}

.privilege-submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.privilege-submit-btn.is-loading {
  position: relative;
  pointer-events: none;
  color: transparent;
}

.privilege-submit-btn.is-loading::after {
  content: "Submitting...";
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d3d4a;
  font-size: 0.95rem;
}

.privilege-thanks {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(30, 126, 52, 0.28);
  background: rgba(30, 126, 52, 0.08);
  color: #1f6a34;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}






/* --- Shopping Cart Base Dashboard (cart.html) --- */
.cart-page-section {
  min-height: calc(100vh - 200px);
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.cart-page-hero {
  background:
    radial-gradient(
      ellipse at 0% 100%,
      rgba(231, 174, 7, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 100% 0%,
      rgba(17, 107, 131, 0.12) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, #fff8f0 0%, #fffdf9 60%, #fff5e8 100%);
  border-bottom: 1px solid rgba(17, 107, 131, 0.1);
  padding: 2rem 0;
}

.cart-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--brand-dark);
  margin: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cart-count-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 0.28rem 0.85rem;
  border-radius: 999px;
  vertical-align: middle;
}

.cart-stepper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cart-step {
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-muted);
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  border: 1.5px solid rgba(17, 107, 131, 0.2);
  background: transparent;
  white-space: nowrap;
}

.cart-step-active {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(17, 107, 131, 0.28);
}

.cart-step-arrow {
  color: var(--text-muted);
  font-size: 0.75rem;
  opacity: 0.6;
}

.cart-section-label {
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}

.cart-clear-btn {
  font-size: 0.8rem;
  font-weight: 500;
  color: #c0392b;
  border: 1.5px solid rgba(192, 57, 43, 0.25);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  background: transparent;
  transition:
    background 0.2s,
    color 0.2s;
}

.cart-clear-btn:hover {
  background: rgba(192, 57, 43, 0.07);
  color: #c0392b;
}

.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-product-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.1rem;
  background: #fff;
  border: 1px solid rgba(17, 107, 131, 0.12);
  border-radius: 1.25rem;
  padding: 1rem;
  box-shadow:
    0 6px 24px rgba(17, 107, 131, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.04);
  transition:
    box-shadow 0.22s,
    transform 0.22s;
}

.cart-product-card:hover {
  box-shadow: 0 14px 36px rgba(17, 107, 131, 0.14);
  transform: translateY(-2px);
}

.cart-product-img-wrap {
  position: relative;
  flex-shrink: 0;
}

.cart-product-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}

.cart-product-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.6rem;
  min-width: 0;
}

.cart-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.cart-product-name {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--brand-dark);
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.cart-product-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(231, 174, 7, 0.1);
  border: 1px solid rgba(231, 174, 7, 0.3);
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
}

.cart-remove-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  background: rgba(192, 57, 43, 0.08);
  border: 1.5px solid rgba(192, 57, 43, 0.2);
  color: #c0392b;
  font-size: 0.7rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.cart-remove-btn:hover {
  background: rgba(192, 57, 43, 0.16);
  color: #c0392b;
}

.cart-product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cart-product-qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(17, 107, 131, 0.05);
  border: 1.5px solid rgba(17, 107, 131, 0.18);
  border-radius: 999px;
  overflow: hidden;
}

.cart-qty-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}

.cart-qty-btn:hover {
  background: rgba(17, 107, 131, 0.1);
  color: var(--brand-dark);
}

.cart-qty-val {
  min-width: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--brand-dark);
  border-left: 1.5px solid rgba(17, 107, 131, 0.18);
  border-right: 1.5px solid rgba(17, 107, 131, 0.18);
  padding: 0 0.3rem;
}

.cart-product-price-wrap {
  text-align: right;
}

.cart-product-unit {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 0.1rem;
}

.cart-product-total {
  font-size: 1.15rem;
  color: var(--brand-dark);
}

.cart-continue-link {
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s;
}

.cart-continue-link:hover {
  color: var(--brand-dark);
}

.cart-summary-card {
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(231, 174, 7, 0.18) 0%,
      transparent 45%
    ),
    #fff;
  border: 1px solid rgba(17, 107, 131, 0.14);
  border-radius: 1.4rem;
  box-shadow: 0 16px 40px rgba(17, 107, 131, 0.12);
  overflow: hidden;
  position: sticky;
  top: 90px;
}

.cart-summary-header {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--brand-dark);
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(17, 107, 131, 0.1);
  background: rgba(17, 107, 131, 0.03);
}

.cart-summary-body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  color: #5a3538;
}

.cart-free-tag {
  display: inline-block;
  background: rgba(34, 139, 34, 0.1);
  color: #1a7a1a;
  border: 1px solid rgba(34, 139, 34, 0.3);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.18rem 0.6rem;
}

.cart-summary-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(17, 107, 131, 0.2),
    transparent
  );
  margin: 0.15rem 0;
}

.cart-summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}

.cart-summary-total-row > span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-dark);
}

.cart-summary-total-val {
  font-size: 1.65rem;
  color: var(--brand-dark);
  line-height: 1;
}

.cart-summary-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(17, 107, 131, 0.1);
}

.cart-secure-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0.75rem 0 0;
}

.cart-empty-block {
  padding: 4rem 1.5rem;
}

.cart-empty-icon-wrap {
  width: 90px;
  height: 90px;
  background: linear-gradient(
    135deg,
    rgba(17, 107, 131, 0.08),
    rgba(231, 174, 7, 0.1)
  );
  border: 2px dashed rgba(17, 107, 131, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.cart-empty-icon {
  font-size: 2.2rem;
  color: var(--brand-dark);
  opacity: 0.55;
}

.cart-empty-heading {
  color: var(--brand-dark);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.cart-empty-text {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
}

/* --- Secure Checkout Process Gate (checkout.html) --- */
.checkout-form-card {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 174, 7, 0.12),
      transparent 40%
    ),
    #fff;
  border: 1px solid rgba(17, 107, 131, 0.14);
  border-radius: 1.25rem;
  box-shadow: 0 14px 30px rgba(17, 107, 131, 0.1);
  padding: 1.5rem;
  overflow: hidden;
}

.checkout-form-card .form-label {
  color: var(--brand-dark);
}

.checkout-summary-items {
  display: grid;
  gap: 0.75rem;
}

.checkout-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px dashed rgba(17, 107, 131, 0.16);
  padding-bottom: 0.7rem;
}

.checkout-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.checkout-form-section {
  padding: 1.5rem;
}

.checkout-form-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(17, 107, 131, 0.14),
    transparent
  );
}

.checkout-form-heading {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}

.checkout-step-num {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.checkout-input-wrap {
  position: relative;
}

.checkout-input-icon {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-dark);
  opacity: 0.5;
  font-size: 0.9rem;
  pointer-events: none;
  z-index: 2;
}

.checkout-textarea-wrap .checkout-textarea-icon {
  top: 0.9rem;
  transform: none;
}

.checkout-input {
  padding-left: 2.4rem !important;
  border: 1.5px solid rgba(17, 107, 131, 0.2);
  border-radius: 0.75rem;
  background: rgba(17, 107, 131, 0.02);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.checkout-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(231, 174, 7, 0.15);
  background: #fff;
}

.checkout-time-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.checkout-radio-card {
  cursor: pointer;
}

.checkout-radio-card input[type="radio"] {
  display: none;
}

.checkout-radio-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  border: 1.5px solid rgba(17, 107, 131, 0.18);
  border-radius: 1rem;
  padding: 0.85rem 0.5rem;
  text-align: center;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  background: rgba(17, 107, 131, 0.02);
}

.checkout-radio-card input:checked + .checkout-radio-body {
  border-color: var(--brand);
  background: rgba(231, 174, 7, 0.07);
  box-shadow: 0 4px 14px rgba(231, 174, 7, 0.18);
}

.checkout-radio-icon {
  font-size: 1.3rem;
  color: var(--brand-dark);
}

.checkout-radio-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-dark);
}

.checkout-radio-sub {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.checkout-payment-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.checkout-payment-card {
  cursor: pointer;
}

.checkout-payment-card input[type="radio"] {
  display: none;
}

.checkout-payment-body {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1.5px solid rgba(17, 107, 131, 0.18);
  border-radius: 0.85rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--brand-dark);
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  background: rgba(17, 107, 131, 0.02);
}

.checkout-payment-card input:checked + .checkout-payment-body {
  border-color: var(--brand);
  background: rgba(231, 174, 7, 0.07);
  box-shadow: 0 4px 14px rgba(231, 174, 7, 0.16);
}

.checkout-payment-icon {
  font-size: 1.1rem;
  color: var(--brand-dark);
}

.checkout-summary-sticky {
  position: sticky;
  top: 90px;
}

.checkout-summary-items-wrap {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border-bottom: 1px solid rgba(17, 107, 131, 0.1);
}

.checkout-order-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.checkout-order-img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
  border: 1px solid rgba(17, 107, 131, 0.1);
}

.checkout-order-info {
  flex: 1;
  min-width: 0;
}

.checkout-order-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--brand-dark);
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-order-price {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.checkout-order-subtotal {
  font-size: 0.95rem;
  color: var(--brand-dark);
  white-space: nowrap;
}

/* --- Reservation Forms Framework --- */
.reservation-wrap {
  display: grid;
  grid-template-columns: 5fr 7fr;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(17, 107, 131, 0.18);
}

.reservation-info {
  background: linear-gradient(
    150deg,
    #3e0c17 0%,
    var(--brand-dark) 55%,
    #8a1a2a 100%
  );
  color: #fff;
  padding: 3rem 2.2rem;
  position: relative;
  overflow: hidden;
}

.reservation-info::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(231, 174, 7, 0.12);
  pointer-events: none;
}

.reservation-info::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(231, 174, 7, 0.1);
  pointer-events: none;
}

.reservation-info > * {
  position: relative;
  z-index: 1;
}

.reservation-info h2 {
  color: #fff;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.15;
}

.badge-soft-light {
  background: rgba(255, 255, 255, 0.14);
  color: #ffe9b2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  letter-spacing: 0.5px;
}

.res-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.res-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.res-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--brand-gold);
  flex-shrink: 0;
}

.res-contact-item small {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.6;
}

.res-contact-item strong {
  font-size: 0.9rem;
  color: #fff;
}

.reservation-form {
  background: linear-gradient(150deg, #fff8ee 0%, var(--bg-accent) 100%);
  padding: 3rem 2.4rem;
  position: relative;
  overflow: hidden;
}

.reservation-form::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(231, 174, 7, 0.12);
  pointer-events: none;
}

.reservation-form::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(214, 58, 47, 0.06);
  pointer-events: none;
}

.reservation-form > * {
  position: relative;
  z-index: 1;
}

.reservation-form h3 {
  font-size: 1.6rem;
  color: var(--brand-dark);
}

.reservation-form .form-label {
  font-weight: 500;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--brand-dark);
  opacity: 0.8;
}

.reservation-form .form-control,
.reservation-form .form-select {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 107, 131, 0.22);
  border-radius: 0.6rem;
  color: var(--text-main);
}

.reservation-form .form-control:focus,
.reservation-form .form-select:focus {
  background: #fff;
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 0.22rem rgba(231, 174, 7, 0.25);
}

.btn-brand-dark {
  background: linear-gradient(90deg, var(--brand-dark) 0%, #116b83 100%);
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0.7rem;
  letter-spacing: 0.3px;
  transition:
    opacity 0.25s,
    transform 0.25s;
}

.btn-brand-dark:hover,
.btn-brand-dark:focus {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   16. VISUAL ACCELERATION & SCROLL REVEAL FILTERS
   ========================================================================== */

/* Enhanced Page Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes cardHoverFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}

/* Cards Page Enhanced Styles */
.cards-page .cards-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse at 20% 0%,
      rgba(231, 174, 7, 0.25) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 100%,
      rgba(17, 107, 131, 0.15) 0%,
      transparent 50%
    ),
    linear-gradient(160deg, #fff9f2 0%, #fff5e6 50%, #fdebd5 100%);
}

.cards-page .cards-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(231, 174, 7, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.cards-page .cards-hero-panel {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 107, 131, 0.12);
  box-shadow: 0 20px 40px rgba(17, 107, 131, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cards-page .cards-hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle at top right,
    rgba(231, 174, 7, 0.15) 0%,
    transparent 70%
  );
  border-radius: 0 0 0 100%;
}

.cards-page .cards-hero-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(17, 107, 131, 0.15);
}

.card-option {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 107, 131, 0.12);
  border-radius: 1.25rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.card-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-option:hover {
  transform: translateY(-10px);
  border-color: var(--brand);
  box-shadow: 0 25px 50px rgba(17, 107, 131, 0.2);
}

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

.card-option .card-image-wrap {
  position: relative;
  overflow: hidden;
}

.card-option .card-image-wrap img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-option:hover .card-image-wrap img {
  transform: scale(1.08);
}

.card-option .card-overlay-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 107, 131, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-option:hover .card-overlay-link {
  opacity: 1;
}

.card-option .card-content {
  padding: 1.5rem;
  position: relative;
}

.card-option .card-badge {
  position: absolute;
  top: -12px;
  left: 1.5rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-gold));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(231, 174, 7, 0.35);
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.card-option:hover .card-badge {
  transform: translateY(-4px);
}

/* Contact Page Enhanced Styles */
.contact-page #contact-section {
  position: relative;
  overflow: hidden;
}

.contact-page #contact-section::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(231, 174, 7, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.contact-page #contact-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -15%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(17, 107, 131, 0.06) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

.contact-page .contact-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(17, 107, 131, 0.12);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-page .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle at top right,
    rgba(231, 174, 7, 0.12) 0%,
    transparent 70%
  );
  border-radius: 0 0 0 100%;
  pointer-events: none;
}

.contact-page .contact-card:hover {
  box-shadow: 0 30px 60px rgba(17, 107, 131, 0.15);
  transform: translateY(-5px);
}

.contact-page .contact-highlight {
  position: relative;
  background: #fff;
  border: 1px solid rgba(17, 107, 131, 0.1);
  border-radius: 1.1rem;
  padding: 1.4rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.contact-page .contact-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--brand), var(--brand-gold));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.contact-page .contact-highlight:hover {
  border-color: var(--brand);
  box-shadow: 0 15px 30px rgba(17, 107, 131, 0.12);
}

.contact-page .contact-highlight:hover::before {
  transform: scaleY(1);
}

.contact-page .contact-highlight .highlight-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(231, 174, 7, 0.15),
    rgba(231, 174, 7, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.contact-page .contact-highlight:hover .highlight-icon {
  background: linear-gradient(135deg, var(--brand), var(--brand-gold));
  color: #fff;
  transform: scale(1.1);
}

.contact-page .contact-highlight:hover .highlight-icon i {
  color: #fff;
}

.contact-page .form-control {
  border: 1.5px solid rgba(17, 107, 131, 0.15);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.contact-page .form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(231, 174, 7, 0.15);
  background: #fff;
}

.contact-page .btn-send {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--brand), var(--brand-gold));
  border: none;
  border-radius: 0.85rem;
  padding: 0.9rem 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-page .btn-send:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(231, 174, 7, 0.35);
}

.contact-page .btn-send::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.contact-page .btn-send:hover::before {
  left: 100%;
}

.contact-page .map-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(17, 107, 131, 0.15);
  transition: all 0.4s ease;
}

.contact-page .map-container:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(17, 107, 131, 0.2);
}

/* About Page Enhanced Styles */
.about-page .about-section {
  position: relative;
  overflow: hidden;
}

.about-page .about-section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(231, 174, 7, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.about-page .about-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(17, 107, 131, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

.about-page .about-media-frame {
  position: relative;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-page .about-media-frame:hover {
  transform: translateY(-10px);
}

.about-page .about-shape-backdrop {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 75%;
  height: 75%;
  background: linear-gradient(135deg, #e8f4f7, #f5e0c8);
  z-index: -1;
  border: 1px solid rgba(17, 107, 131, 0.08);
  transition: all 0.5s ease;
}

.about-page .about-media-frame:hover .about-shape-backdrop {
  transform: translate(-15px, 15px);
  background: linear-gradient(135deg, var(--brand-gold), #f0d4a8);
}

.about-page .about-img-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(17, 107, 131, 0.15);
}

.about-page .about-img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(17, 107, 131, 0.3)
  );
  z-index: 1;
  pointer-events: none;
}

.about-page .about-main-img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-page .about-media-frame:hover .about-main-img {
  transform: scale(1.08);
}

.about-page .about-experience-badge {
  position: absolute;
  top: 5%;
  right: 5%;
  background: linear-gradient(135deg, var(--brand-dark), #116b83);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 15px 30px rgba(17, 107, 131, 0.3);
  transform: rotate(-5deg);
  transition: all 0.4s ease;
}

.about-page .about-media-frame:hover .about-experience-badge {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 20px 40px rgba(17, 107, 131, 0.4);
}

.about-page .about-feature-item {
  position: relative;
  background: #fff;
  border-left: 4px solid var(--brand);
  padding: 1rem 1.5rem;
  border-radius: 0 1rem 1rem 0;
  transition: all 0.4s ease;
  overflow: hidden;
}

.about-page .about-feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(231, 174, 7, 0.05), transparent);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.about-page .about-feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(17, 107, 131, 0.12);
}

.about-page .about-feature-item:hover::before {
  transform: translateX(0);
}

.about-page .feature-icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(231, 174, 7, 0.15),
    rgba(231, 174, 7, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.about-page .about-feature-item:hover .feature-icon-box {
  background: linear-gradient(135deg, var(--brand), var(--brand-gold));
  color: #fff;
  transform: scale(1.1);
}

/* Animated counters */
.stat-counter {
  display: inline-flex;
  align-items: baseline;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
}

.stat-suffix {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--brand-gold);
  margin-left: 2px;
}

/* Stagger animation delays */
.stagger-1 {
  animation-delay: 0.1s;
}
.stagger-2 {
  animation-delay: 0.2s;
}
.stagger-3 {
  animation-delay: 0.3s;
}
.stagger-4 {
  animation-delay: 0.4s;
}
.stagger-5 {
  animation-delay: 0.5s;
}

/* Floating cards animation */
@keyframes floatingCards {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(1deg);
  }
}

.floating-card {
  animation: floatingCards 4s ease-in-out infinite;
}

.floating-card-alt {
  animation: floatingCards 4s ease-in-out infinite;
  animation-delay: -2s;
}

/* Enhanced reveal animations */
.reveal,
.reveal-left,
.reveal-right,
.reveal-scale,
.reveal-fade {
  .reveal {
    transform: translateY(28px);
  }

  .reveal-fade {
    transform: translateY(0);
  }

  .reveal-left {
    transform: translateX(-48px);
  }

  .reveal-right {
    transform: translateX(48px);
  }

  .reveal-scale {
    transform: scale(0.92) translateY(16px);
  }

  .reveal.visible,
  .reveal-left.visible,
  .reveal-right.visible,
  .reveal-scale.visible,
  .reveal-fade.visible {
    opacity: 1;
    transform: none;
  }

  .reveal-delay-1 {
    transition-delay: 0.12s;
  }

  .reveal-delay-2 {
    transition-delay: 0.24s;
  }

  .reveal-delay-3 {
    transition-delay: 0.36s;
  }

  .reveal-delay-4 {
    transition-delay: 0.48s;
  }

  /* ==========================================================================
   17. MEDIA QUERIES (DESKTOP LAYOUT OVERRIDES)
   ========================================================================== */

  @media (min-width: 768px) {
    /* reserved */
  }

  @media (min-width: 992px) {
    .footer-grid {
      grid-template-columns: 1.35fr 0.85fr 0.95fr 1.25fr;
    }
    .category-card {
      padding: 24px 16px;
    }
    .floating-left {
      left: 1.75rem;
    }
    .floating-right {
      right: 1.75rem;
    }
  }

  @media (min-width: 1200px) {
    /* reserved */
  }

  /* ==========================================================================
   18. MEDIA QUERIES (TABLET RESPONSIVENESS CAP ≤991px)
   ========================================================================== */

  @media (max-width: 991.98px) {
    .mobile-topbar {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 0 !important;
      z-index: 1060 !important;
      border-bottom-color: rgba(17, 107, 131, 0.15);
    }
    .nav-logo-img {
      height: 50px;
    }
    .hero {
      min-height: min(88vh, 680px);
      aspect-ratio: unset;
      max-height: none;
      display: flex;
      align-items: flex-end;
    }
    .hero-mobile-stack {
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .hero-side-rail,
    .hero-bottom-bar,
    .hero-arrow {
      display: none !important;
    }
    .hero-mobile-inner {
      overflow: visible !important;
    }
    .mc-section,
    .about-section,
    .location-map-only,
    .section-block {
      overflow: visible !important;
    }
    .hero-overlay {
      z-index: 1;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      background:
        linear-gradient(
          180deg,
          rgba(17, 107, 131, 0.35) 0%,
          rgba(10, 69, 84, 0.78) 50%,
          rgba(8, 56, 68, 0.92) 100%
        );
    }
    .hero-content {
      display: none !important;
    }
    .hero-title {
      font-size: clamp(2.2rem, 6vw, 3.6rem);
    }
    .hero-copy {
      font-size: 1.05rem;
      font-family: "Manrope", sans-serif;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
    }
    #menuSlider .menu-slider-track {
      margin: 0 -0.35rem;
    }
    #menuSlider .slick-slide {
      padding: 0 0.35rem;
    }
    .menu-slider {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .menu-slider-viewport {
      padding: 0;
    }
    .menu-slider-prev {
      left: -0.9rem;
    }
    .menu-slider-next {
      right: -0.9rem;
    }
    .section-block {
      padding: 3.6rem 0;
    }
    .reservation-form,
    .reservation-info {
      padding: 2.2rem 1.8rem;
    }
    .reservation-wrap {
      grid-template-columns: 1fr;
    }
    section[id],
    footer[id],
    #menu {
      scroll-margin-top: 110px;
    }
    .menu-page .main-content {
      padding-top: 0.3rem;
    }
    .menu-page .section-block {
      padding-top: 2rem;
    }
    .hero-content {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .hero-kicker {
      font-size: 0.68rem;
    }
    .privilege-page .main-content {
      padding-top: 0.6rem;
    }
    .priv-hero {
      padding: 2.5rem 0 3rem;
    }
    .priv-panel {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .priv-left {
      align-items: center;
    }
    .priv-card-glow {
      max-width: 340px;
    }
    .reels-header-shell {
      padding: 1.3rem 1.3rem 1.2rem;
    }
    .reels-section-header {
      gap: 1rem;
    }
    .reels-follow-btn {
      padding: 0.58rem 1.2rem;
      font-size: 0.82rem;
    }
    .reels-slick-prev {
      left: -2.4rem;
    }
    .reels-slick-next {
      right: -2.4rem;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem 1.5rem;
    }
    .footer-brand-block {
      grid-column: 1 / -1;
      padding-right: 0;
    }
  }

  /* ==========================================================================
   19. MEDIA QUERIES (MOBILE TARGET METRICS ≤767px)
   ========================================================================== */

  @media (max-width: 767.98px) {
    .mobile-topbar {
      position: fixed !important;
      top: 0 !important;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1060 !important;
    }
    .main-content {
      padding-top: 6rem;
    }
    .hero-page .main-content {
      padding-top: 0;
    }
    .mobile-topbar .container-fluid {
      grid-template-columns: 1fr auto 1fr;
      min-height: 5rem;
    }
    section[id],
    footer[id] {
      scroll-margin-top: 116px;
    }
    .mobile-logo-img {
      height: 80px;
      max-width: min(180px, 46vw);
    }
    .hero {
      min-height: min(82vh, 560px);
      aspect-ratio: unset;
      max-height: none;
      height: auto;
      align-items: flex-end;
    }
    .hero-mobile-stack {
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .hero-side-rail,
    .hero-bottom-bar,
    .hero-arrow {
      display: none !important;
    }
    .hero-mobile-inner {
      overflow: visible !important;
    }
    .mc-section,
    .about-section,
    .location-map-only,
    .section-block {
      overflow: visible !important;
    }
    .section-block {
      padding: 2.8rem 0;
      overflow: visible;
    }
    .about-section .section-title {
      font-size: clamp(1.8rem, 6vw, 2.2rem);
    }
    .about-section .about-lead {
      font-size: 1rem;
    }
    .about-section .about-paragraph {
      font-size: 0.94rem;
      line-height: 1.65;
    }
    .about-media-frame {
      padding: 0.75rem;
      max-width: 100%;
    }
    .about-img-container {
      aspect-ratio: 4 / 5;
      border-radius: 16px;
    }
    .about-experience-badge {
      /* bottom: 0.5rem; */
      right: 0;
      min-width: 110px;
      padding: 0.85rem 0.75rem;
    }
    .about-experience-badge .exp-number {
      font-size: 1.85rem;
    }
    .about-section .about-explore-btn {
      width: 100%;
      max-width: 320px;
    }
    .location-map-only {
      height: min(340px, 40vh);
    }
    .location-map-only iframe {
      min-height: 260px;
    }
    #menuSlider .menu-slider-viewport {
      padding: 0;
    }
    #menuSlider .menu-slider-track {
      margin: 0 -0.25rem;
    }
    #menuSlider .slick-slide {
      padding: 0 0.25rem;
    }
    .menu-slider {
      padding-left: 2.85rem;
      padding-right: 2.85rem;
    }
    .menu-slider-mobile-hint {
      display: block;
    }
    .menu-slider-prev {
      left: 0;
    }
    .menu-slider-next {
      right: 0;
    }
    .menu-slider-btn {
      display: inline-flex !important;
      width: 44px;
      height: 44px;
      background: rgba(255, 255, 255, 0.96);
      border: 2px solid rgba(231, 174, 7, 0.55);
      color: #116b83;
      box-shadow: 0 8px 22px rgba(8, 56, 68, 0.2);
    }
    .menu-slider-btn:hover,
    .menu-slider-btn:focus {
      background: #116b83;
      border-color: #116b83;
      color: #fff;
    }
    .menu-slider-btn .menu-control-icon {
      font-size: 1.15rem;
    }
    .menu-card {
      border-radius: 1.1rem;
      overflow: hidden;
      border: 1px solid rgba(17, 107, 131, 0.18);
      background: linear-gradient(180deg, #fffdf9 0%, #fff4e6 100%);
      box-shadow: 0 14px 28px rgba(17, 107, 131, 0.14);
    }
    .menu-image {
      height: 198px;
    }
    .menu-card h5 {
      font-size: 1.08rem;
    }
    .menu-card .price-tag {
      font-size: 0.9rem;
      padding: 0.22rem 0.55rem;
      border-radius: 999px;
      background: rgba(231, 174, 7, 0.18);
    }
    .menu-card .text-secondary {
      color: rgba(52, 24, 32, 0.74) !important;
      line-height: 1.55;
    }
    .menu-offer-body {
      padding: 0.45rem 0.82rem 0.85rem;
    }
    .menu-offer-title {
      font-size: 1rem;
      line-height: 1.25;
      margin-bottom: 0.3rem;
    }
    .menu-offer-meta {
      font-size: 0.84rem;
      line-height: 1.35;
      min-height: 0;
      margin-bottom: 0.65rem;
    }
    .menu-offer-price {
      font-size: 1.2rem;
    }
    .menu-offer-serve {
      font-size: 0.7rem;
      padding: 0.24rem 0.55rem;
    }
    .menu-offer-cart-btn {
      width: 42px;
      height: 42px;
      font-size: 1.2rem;
      padding: 0;
    }
    .mc-slider-wrap {
      padding: 0.25rem 1rem 2.4rem;
    }
    .mc-tap-hint {
      font-size: 0.76rem;
    }
    .mc-nav {
      display: none;
    }
    #mcSlider .slick-dots {
      margin-top: 0.6rem;
    }
    .mc-modal-body {
      padding: 1.1rem 1rem 1.1rem;
    }
    .mc-modal-image-wrap,
    .mc-modal-image {
      min-height: 220px;
    }
    .mc-footer {
      align-items: flex-start;
    }
    .mc-price {
      font-size: 1.28rem;
    }
    .mc-serve-info {
      font-size: 0.7rem;
      padding: 0.24rem 0.55rem;
    }
    .reservation-form,
    .reservation-info {
      padding: 2.2rem 1.8rem;
    }
    .reservation-form h3 {
      font-size: 1.3rem;
    }
    .review-card {
      padding: 1.4rem 1.2rem 1.2rem;
    }
    .review-quote {
      font-size: 5rem;
    }
    .location-map-only {
      height: 320px;
    }
    .reels-section-header {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.5rem;
      flex-wrap: wrap;
    }
    .reels-header-shell {
      border-radius: 1.1rem;
      margin-bottom: 1.45rem;
      padding: 1.2rem 1.1rem;
    }
    .reels-kicker {
      order: 1;
    }
    .reels-follow-btn {
      order: 3;
      width: 100%;
      justify-content: center;
    }
    .reel-slide-wrap {
      padding: 0 0.35rem;
    }
    .reel-card-body {
      min-height: 138px;
    }
    .reel-meta-pill {
      font-size: 0.65rem;
      padding: 0.18rem 0.46rem;
    }
    .reels-slick-prev {
      left: -2rem;
    }
    .reels-slick-next {
      right: -2rem;
    }
    .footer-top {
      padding: 3rem 0 2rem;
    }
    .footer-about {
      max-width: 100%;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem 1.5rem;
    }
    .footer-brand-block {
      grid-column: 1 / -1;
      padding-right: 0;
    }
    .footer-links-grid {
      grid-template-columns: 1fr;
    }
    .res-contact-icon {
      width: 34px;
      height: 34px;
      font-size: 0.9rem;
    }
    .menu-page .main-content {
      padding-top: 5rem;
    }
    .cart-page-hero ~ .cart-page-section,
    .menu-page .cart-page-hero + .cart-page-section {
      padding-top: 2rem;
    }
    .cart-page-hero {
      padding: 1.5rem 0 1.25rem;
    }
    .cart-hero-title {
      font-size: 1.55rem;
    }
    .cart-count-badge {
      font-size: 0.78rem;
      padding: 0.22rem 0.65rem;
    }
    .cart-stepper {
      display: none;
    }
    .cart-product-card {
      grid-template-columns: 90px 1fr;
      gap: 0.85rem;
      padding: 0.9rem;
      border-radius: 1.1rem;
    }
    .cart-product-img {
      width: 90px;
      height: 90px;
    }
    .cart-product-name {
      font-size: 0.95rem;
    }
    .cart-product-total {
      font-size: 1rem;
    }
    .cart-summary-card {
      border-radius: 1.15rem;
      position: static;
    }
    .cart-summary-total-val {
      font-size: 1.4rem;
    }
    .cart-summary-header,
    .cart-summary-body,
    .cart-summary-footer {
      padding: 1rem 1.2rem;
    }
    .checkout-form-card {
      border-radius: 1.1rem;
    }
    .checkout-time-options {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.4rem;
    }
    .checkout-radio-body {
      padding: 0.7rem 0.3rem;
      border-radius: 0.85rem;
    }
    .checkout-radio-label {
      font-size: 0.74rem;
    }
    .checkout-radio-sub {
      font-size: 0.65rem;
    }
    .checkout-payment-options {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem;
    }
    .privilege-page .main-content {
      padding-top: 5rem;
    }
    .priv-hero {
      padding: 2rem 0 2.5rem;
    }
    .priv-title {
      font-size: 2rem;
    }
    .priv-form-wrap {
      padding: 1.6rem 1.2rem;
    }
    .priv-form-title {
      font-size: 1.4rem;
    }
    .priv-card-glow {
      max-width: 290px;
    }
    .container,
    .container-fluid {
      overflow-x: hidden;
    }
    .row {
      --bs-gutter-x: 1rem;
    }
    .mc-slider-wrap,
    .menu-slider,
    .reels-slick {
      overflow: hidden;
    }
    .about-image {
      width: 100%;
      height: auto;
      border-radius: 1rem;
      display: block;
      margin-top: 1.5rem;
    }
    .feature-card {
      padding: 1.1rem;
    }
    .cart-drawer.offcanvas-end {
      width: 100% !important;
      max-width: 100vw;
    }
  }

  /* ==========================================================================
   20. MEDIA QUERIES (SMALL PHONES AND COMPACT VIEW METRICS ≤575px)
   ========================================================================== */

  @media (max-width: 575.98px) {
    .category-card {
      padding: 18px 10px;
    }
    .category-icon {
      width: 56px;
      height: 56px;
      font-size: 24px;
    }
    .category-label {
      font-size: 13px;
    }
    .mc-slider-wrap {
      padding: 0.25rem 0.5rem 2.2rem;
    }
    #mcSlider .slick-slide {
      display: flex !important;
      justify-content: center;
    }
    .mc-slide {
      width: min(100%, 340px);
      margin: 0 auto;
    }
    .mc-nav-prev {
      left: -0.15rem;
    }
    .mc-nav-next {
      right: -0.15rem;
    }
    .mc-img {
      aspect-ratio: 3 / 2;
    }
    .mc-show-more-wrap {
      padding-top: 1.5rem;
    }
    .mc-show-more-btn {
      width: 100%;
      max-width: 320px;
      min-width: 0;
      padding: 0.78rem 1rem;
      font-size: 0.88rem;
    }
    .mc-modal-content {
      border-radius: 0.95rem;
    }
    .mc-quick-modal .modal-dialog {
      margin: 0.55rem;
    }
    .mc-modal-close {
      top: 0.55rem;
      right: 0.55rem;
      width: 30px;
      height: 30px;
    }
    .mc-modal-title {
      font-size: 1.38rem;
    }
    .mc-modal-desc {
      font-size: 0.92rem;
      line-height: 1.55;
    }
    .menu-slide-item {
      flex: 0 0 100%;
      width: 100%;
      margin: 0 auto;
    }
    #menuSlider .slick-slide {
      display: flex !important;
      justify-content: center;
    }
    .menu-slider-prev {
      left: -0.8rem;
    }
    .menu-slider-next {
      right: -0.8rem;
    }
    .menu-show-more-btn {
      width: 100%;
      max-width: 320px;
      min-width: 0;
      padding: 0.74rem 1.05rem;
      font-size: 0.95rem;
    }
    .menu-slider-dots {
      bottom: -0.4rem;
    }
    .menu-offer-meta {
      min-height: 0;
    }
    .menu-offer-footer {
      align-items: center;
    }
    .hero-title {
      font-size: 2.2rem;
      margin-top: 0.65rem;
    }
    .hero-copy {
      font-size: 1rem;
    }
    .hero-reserve-btn {
      padding: 0.6rem 1rem;
      font-size: 0.78rem;
    }
    .reservation-wrap {
      border-radius: 1rem;
    }
    .review-card--featured {
      transform: none;
    }
    .review-card--featured:hover {
      transform: translateY(-4px);
    }
    .footer-heading {
      margin-top: 0.5rem;
    }
    .mobile-order-icon {
      width: 2.05rem;
      height: 2.05rem;
    }
    .mobile-order-symbol {
      font-size: 1.05rem;
    }
    .mobile-order-qty {
      top: -0.35rem;
      right: -0.3rem;
      min-width: 1rem;
      height: 1rem;
    }
    #reelsSlider .slick-list {
      margin: 0;
    }
    #reelsSlider .slick-slide {
      display: flex !important;
      justify-content: stretch;
      padding: 0.65rem 0.35rem;
    }
    .reel-slide-wrap {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
    }
    .reels-slick-prev {
      left: -1.5rem;
    }
    .reels-slick-next {
      right: -1.5rem;
    }
    .section-block {
      padding: 2.2rem 0;
    }
    .container.px-4,
    .container.px-4.px-lg-5 {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .footer-top {
      padding: 2.5rem 0 1.5rem;
    }
    .menu-kicker {
      font-size: 0.68rem;
      padding: 0.32rem 0.75rem;
      letter-spacing: 1.6px;
    }
    .mobile-hero-card-inner {
      padding: 1.5rem 1rem 1.75rem;
    }
    .mobile-hero-title {
      font-size: clamp(1.75rem, 8.5vw, 2.4rem);
    }
    .hero-mobile-title {
      font-size: 25px;
    }
    .hero-mobile-copy {
      font-size: 0.88rem;
      line-height: 1.55;
    }
    .hero-mobile-stack .hero-cta-group .btn {
      font-size: 0.82rem;
      letter-spacing: 1.4px;
      padding: 0.72rem 1.1rem;
    }
    .reviews-section {
      padding: 48px 0 64px;
    }
    .reviews-toolbar {
      align-items: start;
    }
    .reviews-view-switch {
      width: 100%;
      justify-content: space-between;
    }
    .review-view-btn {
      flex: 1;
      padding: 0.7rem 0.75rem;
      font-size: 0.9rem;
    }
    .reviews-hint {
      font-size: 0.9rem;
    }
    .reviews-gallery--single .review-card {
      min-width: min(88vw, 380px);
    }
    .reviews-gallery--double {
      grid-template-columns: 1fr;
    }
    .review-card {
      padding: 24px 20px;
    }
    .reviews-slider .slick-slide {
      opacity: 1 !important;
      transform: scale(1) !important;
      filter: none !important;
      padding: 0.65rem 0.35rem;
    }
    .reviews-slider .review-card {
      min-height: 420px;
      max-width: 100%;
      padding: 2rem 1.5rem 1.75rem;
      border-radius: 16px;
    }
    .review-text {
      min-height: 150px;
      font-size: 1rem;
      line-height: 1.75;
    }
    .review-author {
      align-items: flex-start;
      gap: 0.75rem;
    }
    .slick-dots {
      padding-top: 15px;
    }
  }

  @media (max-width: 420px) {
    .floating-left {
      left: 0.5rem;
      bottom: 0.9rem;
    }
    .floating-right {
      right: 0.5rem;
      bottom: 0.9rem;
    }
    .fab {
      width: 48px;
      height: 48px;
    }
  }

  @media (max-width: 400px) {
    .cart-page-hero {
      padding-top: calc(5rem + 1rem);
    }
    .cart-product-card {
      grid-template-columns: 76px 1fr;
      gap: 0.7rem;
      padding: 0.75rem;
    }
    .cart-product-img {
      width: 76px;
      height: 76px;
    }
    .checkout-time-options,
    .checkout-payment-options {
      grid-template-columns: 1fr 1fr;
      gap: 0.4rem;
    }
    .cart-section-label {
      font-size: 0.78rem;
    }
    .cart-clear-btn {
      font-size: 0.75rem;
      padding: 0.26rem 0.65rem;
    }
    .checkout-order-img {
      width: 44px;
      height: 44px;
    }
    .checkout-summary-items-wrap {
      padding: 0.85rem 1rem;
    }
    .cart-summary-total-val {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 767.98px) {
    .reel-card {
      min-height: 520px;
      border-radius: 16px !important;
      box-shadow: 0 14px 36px rgba(8, 56, 68, 0.22);
    }

    .reel-card-thumb {
      max-height: none;
      min-height: 520px;
      aspect-ratio: 9 / 16;
    }
  }

  @media (max-width: 575.98px) {
    .reel-card {
      min-height: 480px;
    }

    .reel-card-thumb {
      min-height: 480px;
    }
  }

  @media (max-width: 991.98px) {
    .hero-overlay {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .hero {
      min-height: min(88vh, 680px) !important;
      height: auto !important;
      aspect-ratio: unset !important;
      max-height: none !important;
      display: flex !important;
      align-items: flex-end !important;
    }
    .hero-video {
      position: absolute !important;
      inset: 0 !important;
      z-index: 0 !important;
      width: 100% !important;
      height: 100% !important;
      aspect-ratio: unset !important;
      object-fit: cover !important;
    }
    .hero-mobile-stack {
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .hero-content {
      display: none !important;
    }
    #home {
      position: relative;
    }
    .review-card {
      max-width: min(100%, 520px) !important;
      min-height: 360px !important;
      padding: 2rem !important;
    }
    .reviews-slider .slick-slide {
      padding: 1.5rem 0.6rem !important;
    }
    .reel-play-icon {
      width: 56px !important;
      height: 56px !important;
      border-radius: 50% !important;
      padding-left: 0 !important;
    }
    .reel-watch-label {
      bottom: 1.5rem;
      font-size: 0.72rem;
    }
  }

  @media (max-width: 575.98px) {
    .review-card {
      padding: 1.5rem !important;
      min-height: auto !important;
    }
    .reel-play-icon {
      width: 52px !important;
      height: 52px !important;
    }
  }

  @media (hover: none) {
    .mc-card:hover {
      transform: none;
      box-shadow: 0 8px 24px rgba(17, 107, 131, 0.09);
    }
    .mc-card:hover .mc-img {
      transform: none;
    }
  }
}

.menu-slider-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
}

.menu-slider-container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

.slider-half {
  width: 50%;
  position: relative;
}

/* --- LEFT SIDE (MENU CARDS) DESIGN --- */
.left-menu-side {
  padding: 0 5% 0 8%;
  z-index: 5;
}

.section-title-box {
  margin-bottom: 40px;
}

.section-title-box span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #c59d5f;
  display: block;
  margin-bottom: 5px;
}

.section-title-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.2;
}

.menu-card-item {
  padding: 15px; /* Spacing for the outer shadow to breath */
}

.card-image-wrapper {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.card-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}

/* Elegant Custom Navigation Arrows */
.slider-nav-arrows {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.nav-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nav-arrow:hover {
  background: #c59d5f;
  color: #ffffff;
  border-color: #c59d5f;
  box-shadow: 0 8px 15px rgba(197, 157, 95, 0.3);
}

/* --- RIGHT SIDE (MEAL IMAGES) DESIGN --- */
.right-meal-side {
  padding-left: 20px;
}

.slider-sync-meals {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  box-shadow: -15px 20px 50px rgba(0, 0, 0, 0.15);
}

.meal-image-item img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  display: block;
}

/* Remove default slick styles that interfere */
.slick-slide {
  outline: none;
}

/* --- RESPONSIVE DESIGN (TABLETS & PHONES) --- */
@media (max-width: 991px) {
  .menu-slider-section {
    padding: 40px 20px;
  }

  .menu-slider-container {
    flex-direction: column;
    gap: 40px;
  }

  .slider-half {
    width: 100%;
  }

  .left-menu-side {
    padding: 0 20px;
    order: 1;
  }

  .right-meal-side {
    padding-left: 0;
    order: 2;
  }

  .section-title-box h2 {
    font-size: 2.2rem;
  }

  .meal-image-item img {
    height: 50vh;
  }

  .slider-sync-meals {
    border-radius: 20px;
  }

  .slider-nav-arrows {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .section-title-box h2 {
    font-size: 1.8rem;
  }

  .card-image-wrapper {
    padding: 15px;
  }

  .meal-image-item img {
    height: 40vh;
  }
}

/* --- MAIN SECTION WITH IMMERSIVE LIGHT BACKGROUND --- */
.main-slider-section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  position: relative;
  z-index: 10; /* Keeps the main section structural below the navbar */
  background:
    linear-gradient(rgba(247, 245, 240, 0.85), rgba(247, 245, 240, 0.92)),
    url("https://images.unsplash.com/photo-1552566626-52f8b828add9?q=80&w=1600&auto=format&fit=crop")
      no-repeat center center/cover;
  background-attachment: fixed;
}

.slider-wrapper-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title {
  text-align: center;
  font-size: 3.2rem;
  color: #116b83;
  /* margin-bottom: 50px; */
  letter-spacing: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.horizontal-carousel {
  width: 100%;
  margin: 0 -12px;
}

/* --- LIGHT MODERN HORIZONTAL CARDS --- */
.menu-thumb-card {
  padding: 15px;
  outline: none;
  cursor: pointer;
}

.card-inner-box {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(26, 21, 18, 0.08);
  backdrop-filter: blur(15px);
  border-radius: 28px;
  padding: 45px 20px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 15px 35px rgba(26, 21, 18, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-inner-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.95);
  border-color: #bca374;
  box-shadow: 0 25px 50px rgba(188, 163, 116, 0.15);
}

.card-icon-wrap {
  width: 75px;
  height: 75px;
  background: #faf7f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #e8e2d5;
  transition: all 0.3s ease;
}

.card-inner-box:hover .card-icon-wrap {
  background: #bca374;
  border-color: #bca374;
  transform: scale(1.05);
}

.card-icon-wrap i {
  font-size: 2rem;
  color: #bca374;
  transition: color 0.3s ease;
}

.card-inner-box:hover .card-icon-wrap i {
  color: #ffffff;
}

.card-inner-box h3 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1a1512;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

/* --- PERFECTLY VERTICALLY CENTERED ARROWS --- */
.arrow-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(26, 21, 18, 0.08);
  backdrop-filter: blur(10px);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #1a1512;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 15;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.arrow-trigger:hover {
  background: #bca374;
  border-color: #bca374;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(188, 163, 116, 0.3);
}

.prev-main {
  left: -55px;
}
.next-main {
  right: -55px;
}

/* --- 👑 CRUCIAL FIX: LIGHT THEME POPUP MODAL OVERLAY --- */
.menu-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 21, 18, 0.45);
  backdrop-filter: blur(16px);

  /* SUCCESS FIX: Forces modal code to render on top of your current navigation header links */
  z-index: 999999 !important;

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 24px;
}

.menu-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-container-board {
  background: #fdfdfd;
  border: 1px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 1140px;
  border-radius: 36px;
  padding: 50px;
  position: relative;
  box-shadow: 0 30px 70px rgba(26, 21, 18, 0.15);
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-modal-overlay.active .modal-container-board {
  transform: scale(1);
}

.close-modal-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: #faf7f2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #1a1512;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  z-index: 10;
}

.close-modal-btn:hover {
  background: #1a1512;
  color: #ffffff;
  transform: rotate(90deg);
}

.modal-split-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 50px;
  align-items: center;
}

.modal-left-view-frame {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.modal-left-view-frame img {
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: contain;
  display: block;
}

/* --- POPUP SIDEBAR STACKED CAROUSEL LISTS --- */
.modal-right-nav-column {
  position: relative;
  padding: 60px 0;
  min-width: 0;
}

.vertical-carousel-item {
  padding: 12px 0;
  outline: none;
}

.vertical-nav-img-box {
  background: #faf8f5;
  border: 1px solid #eeeae1;
  border-radius: 20px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.vertical-nav-img-box .thumb-preview {
  width: 80px;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.vertical-nav-img-box span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #766a5e;
  flex-grow: 1;
  text-align: right;
  padding-left: 15px;
  letter-spacing: 0.5px;
}

/* Slick Carousel Current Slide Selection Active Highlight */
.slick-current .vertical-nav-img-box {
  border-color: #1a1512;
  margin: 0 10px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(26, 21, 18, 0.06);
  transform: scale(1.03);
}

.slick-current .vertical-nav-img-box span {
  color: #1a1512;
}

/* Popup Sidebar Arrow Controllers Symmetrical Centering */
.vert-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  font-size: 1.4rem;
  color: #baa38b;
  cursor: pointer;
  transition: color 0.2s;
  padding: 10px;
  z-index: 5;
}

.vert-arrow:hover {
  color: #1a1512;
}
.vert-prev {
  top: 5px;
}
.vert-next {
  bottom: 5px;
}

/* --- 📱 MOBILE RESPONSIVE ADAPTATIONS --- */
@media (max-width: 991px) {
  .main-slider-section {
    padding: 60px 16px;
  }
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }

  .prev-main {
    left: -10px;
    width: 45px;
    height: 45px;
  }
  .next-main {
    right: -10px;
    width: 45px;
    height: 45px;
  }

  .menu-modal-overlay {
    padding: 12px;
  }
  .modal-container-board {
    padding: 60px 16px 20px 16px;
    max-width: 500px;
    border-radius: 28px;
  }
  .close-modal-btn {
    top: 16px;
    right: 16px;
  }

  .modal-split-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .modal-left-view-frame img {
    max-height: 380px;
  }

  .modal-right-nav-column {
    padding: 0;
    margin-top: 5px;
  }
  .vertical-carousel-item {
    padding: 0 6px;
  }

  .vertical-nav-img-box {
    height: 75px;
    padding: 10px 16px;
    border-radius: 16px;
    width: auto;
  }
  .vertical-nav-img-box .thumb-preview {
    width: 55px;
  }
  .vertical-nav-img-box span {
    font-size: 0.95rem;
    text-align: left;
    padding-left: 10px;
  }

  .vert-arrow {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }
  .modal-left-view-frame img {
    max-height: 280px;
  }
}

/* CONTACT */
/* --- CONTACT HERO HEADER --- */
.contact-hero {
  text-align: center;
  padding: 100px 20px 50px 20px;
  background:
    linear-gradient(rgba(247, 245, 240, 0.88), rgba(247, 245, 240, 0.96)),
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=80&w=1600&auto=format&fit=crop")
      no-repeat center center/cover;
  background-attachment: fixed;
}

.contact-hero span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #bca374;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}

.contact-hero h1 {
  font-family: "Marcellus", serif;
  font-size: 3.8rem;
  color: #1a1512;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
}

/* --- MAIN CONTACT SECTION WRAPPER --- */
.contact-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 80px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}

/* --- LEFT COLUMN: LUXURY INFO PANEL --- */
.contact-info-panel {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(26, 21, 18, 0.06);
  backdrop-filter: blur(20px);
  padding: 55px 45px;
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(26, 21, 18, 0.03);
}

.info-panel-title {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  color: #1a1512;
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-weight: 400;
}

.contact-meta-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.meta-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.meta-icon-box {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border: 1px solid #eeeae1;
  border-radius: 16px; /* Elegant modern soft square */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.meta-item:hover .meta-icon-box {
  background: #bca374;
  border-color: #bca374;
  color: #ffffff;
  transform: translateY(-2px);
}

.meta-icon-box iconify-icon {
  font-size: 1.5rem;
  color: #bca374;
  transition: color 0.3s ease;
}

.meta-item:hover .meta-icon-box iconify-icon {
  color: #ffffff;
}

.meta-text-box h4 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1a1512;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.meta-text-box p {
  font-size: 0.95rem;
  color: #766a5e;
  line-height: 1.6;
}

/* Social Links Wrapper */
.contact-socials {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 21, 18, 0.08);
  display: flex;
  gap: 16px;
}

.social-circle-btn {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #eeeae1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1512;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.social-circle-btn iconify-icon {
  font-size: 1.3rem;
}

.social-circle-btn:hover {
  background: #bca374;
  border-color: #bca374;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(188, 163, 116, 0.25);
}

/* --- RIGHT COLUMN: MODERN INPUT FORM --- */
.contact-form-panel {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 55px;
  border-radius: 32px;
  box-shadow: 0 25px 55px rgba(26, 21, 18, 0.04);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.input-group {
  position: relative;
  margin-bottom: 30px;
}

.form-row .input-group {
  margin-bottom: 0;
}

/* Beautiful Floating Label Fields */
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 18px 22px;
  background: #faf8f5;
  border: 1px solid #eeeae1;
  border-radius: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #1a1512;
  outline: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.input-group textarea {
  height: 160px;
  resize: none;
}

.input-group label {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9286;
  font-size: 0.95rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.input-group textarea ~ label {
  top: 22px;
  transform: none;
}

/* Rules for input interactions */
.input-group input:focus,
.input-group textarea:focus {
  border-color: #bca374;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(188, 163, 116, 0.05);
}

.input-group input:focus ~ label,
.input-group input:not(:placeholder-shown) ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 14px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #bca374;
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
}

/* Premium Interactive Submit Button */
.submit-luxury-btn {
  background: #1a1512;
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 18px 32px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.submit-luxury-btn:hover {
  background: #bca374;
  box-shadow: 0 12px 30px rgba(188, 163, 116, 0.3);
  transform: translateY(-3px);
}

.submit-luxury-btn iconify-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.submit-luxury-btn:hover iconify-icon {
  transform: translateX(5px);
}

/* --- MAP OUTLET COMPONENT WRAPPER --- */
.map-wrapper {
  width: 100%;
  margin-top: 60px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(26, 21, 18, 0.06);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.02);
}

.map-wrapper iframe {
  width: 100%;
  height: 480px;
  display: block;
}

/* --- 📱 MOBILE & TABLET BREAKPOINTS --- */
@media (max-width: 991px) {
  .contact-hero h1 {
    font-size: 3rem;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-panel,
  .contact-info-panel {
    padding: 45px 30px;
    border-radius: 24px;
  }
  .map-wrapper {
    margin-top: 40px;
    border-radius: 20px;
  }
  .map-wrapper iframe {
    height: 360px;
  }
}

@media (max-width: 600px) {
  .contact-hero {
    padding: 80px 16px 40px 16px;
  }
  .contact-hero h1 {
    font-size: 2.3rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-section {
    padding: 20px 12px 60px 12px;
  }
}
/* CONTACT END */
/* --- LUXURY DUAL CARD PASS SYSTEM --- */
:root {
  --brand-dark: #2c1e16; /* Deep Espresso */
  --brand-orange: #f15a24; /* Signature Degchi Orange */
  --brand-gold: #fbb03b; /* Accent Gold */
  --bg-cream: #faf7f2; /* Soft background */
  --text-muted: #6e645a;
}

.premium-identity-showcase {
  background-color: var(--bg-cream);
  padding: 80px 0;
}

/* --- Header Text Styles --- */
.luxury-meta-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--brand-orange);
  display: inline-block;
  font-weight: 600;
}

.luxury-title {
  margin-top: 20px;
  text-align: center;
  font-size: 3rem;
  color: #116b83;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.luxury-accent-line {
  width: 60px;
  height: 3px;
  background: var(--brand-orange);
  margin-top: 25px;
  border-radius: 50px;
}

/* --- CLICKABLE CARD ARCHITECTURE --- */
.luxury-card-anchor {
  text-decoration: none !important;
  color: inherit;
  display: block;
  height: 100%;
  outline: none;
}

/* The Main Container: Clean, flat border, soft corners */
.luxury-interactive-card {
  background: #ffffff;
  border: 1px solid rgba(44, 30, 22, 0.08);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); /* Extremely subtle baseline shadow */
}

/* --- Clean Image Wrapper --- */
.card-image-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #fcfbf9; /* Very light, flat background */
  padding: 30px; /* Provides padding so images never touch the edge */
  border-bottom: 1px solid rgba(44, 30, 22, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-fit {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Forces image to fit perfectly without cropping */
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Floating Status Badge */
.tier-chip {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid rgba(44, 30, 22, 0.1);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--brand-dark);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* --- CARD INNER DETAILS --- */
.card-body-details {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.card-main-title {
  font-size: 1.6rem;
  color: var(--brand-dark);
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease;
}

/* Interactive Action Arrow */
.luxury-action-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(44, 30, 22, 0.1);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.luxury-action-arrow iconify-icon {
  font-size: 1.2rem;
  color: var(--brand-dark);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-summary-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

/* ==========================================================================
   HOVER ANIMATIONS
   ========================================================================== */

/* 1. Main Container Lifts & Border Highlights */
.luxury-card-anchor:hover .luxury-interactive-card {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(13, 85, 102, 0.15);
  border-color: #0d5566;
}

/* 2. The Inner Card Graphic Lifts */
.luxury-card-anchor:hover .card-img-fit {
  transform: scale(1.05) translateY(-3px);
}

/* 3. Title Color Shift */
.luxury-card-anchor:hover .card-main-title {
  color: #0d5566;
}

/* 4. Arrow Button Fills and Moves */
.luxury-card-anchor:hover .luxury-action-arrow {
  background-color: #0d5566;
  border-color: #0d5566;
}

.luxury-card-anchor:hover .luxury-action-arrow iconify-icon {
  color: #ffffff;
  transform: translateX(3px);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
  .luxury-title {
    font-size: 2.2rem;
  }
  .card-main-title {
    font-size: 1.4rem;
  }
  .card-image-wrapper {
    height: 260px;
    padding: 25px;
  }
  .card-body-details {
    padding: 30px !important;
  }
}

@media (max-width: 575px) {
  .premium-identity-showcase {
    padding: 50px 0;
  }
  .luxury-title {
    font-size: 1.8rem;
  }
  .card-image-wrapper {
    height: 220px;
    padding: 20px;
  }
  .card-main-title {
    font-size: 1.3rem;
  }
  .luxury-action-arrow {
    width: 40px;
    height: 40px;
  }
  .card-summary-text {
    font-size: 0.9rem;
  }
}
/* card details */
/* --- BRANDED VARIABLE ROOTS --- */
:root {
  --brand-maroon: #6b1d2f; /* Deep Burgundy base from your logo */
  --brand-gold: #d49a3b; /* Warm rich gold highlight accent */
  --warm-cream: #faf7f2; /* Premium ivory background canvas */
  --luxury-dark: #1a1512; /* Deep neutral text color */
}

/* --- GLOBAL BASE STYLES --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--warm-cream);
  color: var(--luxury-dark);
  min-height: 100vh;
  padding: 40px 20px;
}

/* --- SPLICED SPLIT SPLIT LAYOUT --- */
.details-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 60px;
  align-items: start;
  margin-top: 30px;
}

/* --- LEFT AREA: PERKS & PRESENTATION --- */
.perks-presentation-panel {
  position: sticky;
  top: 40px;
}

.back-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-gold);
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  transition: color 0.3s ease;
}

.back-nav-link:hover {
  color: var(--brand-maroon);
}

.card-mockup-frame {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(107, 29, 47, 0.15);
  border: 1px solid rgba(107, 29, 47, 0.08);
  margin-bottom: 40px;
}

.card-mockup-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.perks-header span {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--brand-gold);
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.perks-header h1 {
  font-family: "Fraunces", serif;
  font-size: 3rem;
  color: var(--brand-maroon);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 25px;
}

.perks-luxury-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.perk-row-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.perk-icon-holder {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #f2ede4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(107, 29, 47, 0.02);
}

.perk-icon-holder iconify-icon {
  font-size: 1.3rem;
  color: var(--brand-gold);
}

.perk-text-holder h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--luxury-dark);
  margin-bottom: 4px;
}

.perk-text-holder p {
  font-size: 0.95rem;
  color: #6e645a;
  line-height: 1.5;
}

/* --- RIGHT AREA: LUXURY APPLICATION FORM SHEET --- */
.application-form-panel {
  background: #ffffff;
  border: 1px solid rgba(107, 29, 47, 0.04);
  padding: 50px;
  border-radius: 32px;
  box-shadow: 0 25px 60px rgba(107, 29, 47, 0.04);
}

.form-panel-title {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  color: var(--brand-maroon);
  margin-bottom: 12px;
  font-weight: 500;
}

.form-panel-subtitle {
  font-size: 0.95rem;
  color: #766a5e;
  margin-bottom: 40px;
  line-height: 1.5;
}

.form-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

.input-luxury-group {
  position: relative;
  margin-bottom: 25px;
}

.form-row-grid .input-luxury-group {
  margin-bottom: 0;
}

/* Modern Branded Input Controls with Floating Labels */
.input-luxury-group input,
.input-luxury-group select {
  width: 100%;
  padding: 18px 20px;
  background: var(--warm-cream);
  border: 1px solid #eeeae1;
  border-radius: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: var(--luxury-dark);
  outline: none;
  appearance: none; /* Removes native browser select stylings */
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Custom dropdown arrow for native select boxes */
.input-luxury-group .select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9286;
  pointer-events: none;
  font-size: 1.1rem;
}

.input-luxury-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9286;
  font-size: 0.95rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Focus & Value-Present Tracking Rules */
.input-luxury-group input:focus,
.input-luxury-group select:focus {
  border-color: var(--brand-gold);
  background: #ffffff;
  box-shadow: 0 6px 15px rgba(212, 154, 59, 0.08);
}

.input-luxury-group input:focus ~ label,
.input-luxury-group input:not(:placeholder-shown) ~ label,
.input-luxury-group select:focus ~ label,
.input-luxury-group select:valid ~ label {
  top: -10px;
  left: 14px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--brand-gold);
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
}

/* Custom Checkbox/Agreement Styling */
.agreement-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 30px 0;
  cursor: pointer;
  user-select: none;
}

.agreement-checkbox-wrapper input {
  display: none;
}

.custom-checkbox-box {
  width: 22px;
  height: 22px;
  border: 2px solid #eeeae1;
  background: var(--warm-cream);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.agreement-checkbox-wrapper input:checked + .custom-checkbox-box {
  background: var(--brand-maroon);
  border-color: var(--brand-maroon);
}

.custom-checkbox-box iconify-icon {
  color: #ffffff;
  font-size: 1rem;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

.agreement-checkbox-wrapper input:checked + .custom-checkbox-box iconify-icon {
  opacity: 1;
  transform: scale(1);
}

.agreement-text {
  font-size: 0.9rem;
  color: #766a5e;
  line-height: 1.4;
}

/* Action Submission Button */
.submit-luxury-btn {
  background: var(--brand-maroon);
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 18px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 25px rgba(107, 29, 47, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.submit-luxury-btn:hover {
  background: var(--brand-gold);
  box-shadow: 0 12px 30px rgba(212, 154, 59, 0.3);
  transform: translateY(-2px);
}

.submit-luxury-btn iconify-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.submit-luxury-btn:hover iconify-icon {
  transform: translateX(4px);
}

/* --- 📱 HIGH-END MOBILE VIEWPORT OVERHAULS --- */
@media (max-width: 991px) {
  body {
    padding: 30px 16px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .perks-presentation-panel {
    position: static;
  }
  .perks-header h1 {
    font-size: 2.5rem;
  }
  .application-form-panel {
    padding: 40px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 600px) {
  .perks-header h1 {
    font-size: 2.1rem;
  }
  .form-row-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .card-mockup-frame {
    border-radius: 16px;
  }
}

/* --- BRANDED VARIABLE ROOTS --- */
:root {
  --brand-maroon: #6b1d2f;
  --brand-gold: #d49a3b;
  --warm-cream: #faf7f2;
  --luxury-dark: #1a1512;
  --input-bg: #fdfdfd;
}

/* --- GLOBAL BASE STYLES --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--warm-cream);
  color: var(--luxury-dark);
  min-height: 100vh;
  padding: 60px 24px;
  overflow-x: hidden;
}

.details-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 80px;
  align-items: start;
}

/* --- LEFT COLUMN: EDITORIAL VISUAL SHOWCASE --- */
.perks-presentation-panel {
  position: sticky;
  top: 60px;
}

.back-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-gold);
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.back-nav-link iconify-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.back-nav-link:hover {
  color: var(--brand-maroon);
}

.back-nav-link:hover iconify-icon {
  transform: translateX(-4px);
}

.card-preview-ambient-box {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.card-preview-ambient-box::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: var(--brand-maroon);
  filter: blur(40px);
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
}

.card-mockup-frame {
  position: relative;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 65px rgba(107, 29, 47, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 2;
  background: #ffffff;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-mockup-frame:hover {
  transform: translateY(-4px) rotate(0.5deg);
}

.card-mockup-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.perks-header span {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: var(--brand-gold);
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.perks-header h1 {
  font-family: "Fraunces", serif;
  font-size: 3.4rem;
  color: var(--brand-maroon);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}

.perks-luxury-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.perk-row-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.perk-icon-holder {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #eeeae1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(107, 29, 47, 0.02);
  transition: all 0.3s ease;
}

.perk-row-item:hover .perk-icon-holder {
  background: var(--brand-maroon);
  border-color: var(--brand-maroon);
}

.perk-icon-holder iconify-icon {
  font-size: 1.4rem;
  color: var(--brand-gold);
  transition: color 0.3s ease;
}

.perk-row-item:hover .perk-icon-holder iconify-icon {
  color: #ffffff;
}

.perk-text-holder h3 {
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--luxury-dark);
  margin-bottom: 6px;
}

.perk-text-holder p {
  font-size: 0.95rem;
  color: #766a5e;
  line-height: 1.6;
  font-weight: 300;
}

/* --- RIGHT AREA: PREMIUM APPLICATION CONSOLE --- */
.application-form-panel {
  background: #ffffff;
  border: 1px solid rgba(107, 29, 47, 0.03);
  padding: 60px 50px;
  border-radius: 36px;
  box-shadow: 0 30px 75px rgba(107, 29, 47, 0.03);
}

.form-panel-title {
  font-family: "Fraunces", serif;
  font-size: 2.2rem;
  color: var(--brand-maroon);
  margin-bottom: 12px;
  font-weight: 500;
}

.form-panel-subtitle {
  font-size: 0.95rem;
  color: #766a5e;
  margin-bottom: 45px;
  line-height: 1.6;
  font-weight: 300;
}

.form-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.input-luxury-group {
  position: relative;
  margin-bottom: 30px;
}

.form-row-grid .input-luxury-group {
  margin-bottom: 0;
}

.input-luxury-group input,
.input-luxury-group select {
  width: 100%;
  padding: 20px 22px;
  background: var(--input-bg);
  border: 1px solid #eeeae1;
  border-radius: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: var(--luxury-dark);
  outline: none;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.input-luxury-group .select-arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9286;
  pointer-events: none;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.input-luxury-group select:focus ~ .select-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: var(--brand-gold);
}

.input-luxury-group label {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9286;
  font-size: 0.95rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.input-luxury-group input:focus,
.input-luxury-group select:focus {
  border-color: var(--brand-gold);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(212, 154, 59, 0.05);
}

.input-luxury-group input:focus ~ label,
.input-luxury-group input:not(:placeholder-shown) ~ label,
.input-luxury-group select:focus ~ label,
.input-luxury-group select:valid ~ label {
  top: -10px;
  left: 16px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--brand-gold);
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
}

.agreement-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 40px 0;
  cursor: pointer;
  user-select: none;
}

.agreement-checkbox-wrapper input {
  display: none;
}

.custom-checkbox-box {
  width: 24px;
  height: 24px;
  border: 1px solid #eeeae1;
  background: var(--input-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.agreement-checkbox-wrapper input:checked + .custom-checkbox-box {
  background: var(--brand-maroon);
  border-color: var(--brand-maroon);
  box-shadow: 0 4px 12px rgba(107, 29, 47, 0.2);
}

.custom-checkbox-box iconify-icon {
  color: #ffffff;
  font-size: 1.1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.agreement-checkbox-wrapper input:checked + .custom-checkbox-box iconify-icon {
  opacity: 1;
  transform: scale(1);
}

.agreement-text {
  font-size: 0.9rem;
  color: #766a5e;
  line-height: 1.5;
  font-weight: 300;
}

.submit-luxury-btn {
  background: var(--brand-maroon);
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 20px 32px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(107, 29, 47, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.submit-luxury-btn:hover {
  background: var(--brand-gold);
  box-shadow: 0 15px 35px rgba(212, 154, 59, 0.35);
  transform: translateY(-2px);
}

.submit-luxury-btn iconify-icon {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.submit-luxury-btn:hover iconify-icon {
  transform: translateX(4px);
}

/* --- 📱 HIGH-END MOBILE OVERHAULS --- */
@media (max-width: 991px) {
  body {
    padding: 40px 16px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .perks-presentation-panel {
    position: static;
  }
  .perks-header h1 {
    font-size: 2.8rem;
  }
  .application-form-panel {
    padding: 45px 24px;
    border-radius: 28px;
  }
}

@media (max-width: 600px) {
  .perks-header h1 {
    font-size: 2.2rem;
  }
  .form-row-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .card-preview-ambient-box {
    margin-bottom: 30px;
  }
  .card-mockup-frame {
    border-radius: 20px;
  }
}

/* ==========================================================================
   PLATTER SECTION — BRAND TEAL & GOLD
   ========================================================================== */
.platter-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(231, 174, 7, 0.08), transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(17, 107, 131, 0.1), transparent 55%),
    linear-gradient(180deg, #f4f9fb 0%, #ffffff 50%, #f8fcfd 100%);
  padding: 3.5rem 0 4rem;
}

.platter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 107, 131, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 107, 131, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  opacity: 0.5;
}

.platter-section > .container {
  position: relative;
  z-index: 1;
}

.platter-section-header .section-title {
  color: #083844;
}

.platter-kicker {
  color: #116b83 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(17, 107, 131, 0.15) !important;
}

.platter-section-header .elegant-divider span {
  background: linear-gradient(90deg, transparent, rgba(17, 107, 131, 0.35));
}

.platter-section-header .elegant-divider span:last-child {
  background: linear-gradient(90deg, rgba(17, 107, 131, 0.35), transparent);
}

.platter-section-header .elegant-divider i {
  color: #e7ae07;
}

.platter-section-header .section-subtitle {
  max-width: 520px;
  color: #5a7a85;
}

.platter-card-wrapper {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}

.platter-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8fcfd 100%);
  border: 1px solid rgba(17, 107, 131, 0.12);
  border-radius: 24px;
  display: flex;
  align-items: stretch;
  padding: 2.5rem 2rem;
  position: relative;
  box-shadow: 0 20px 50px rgba(8, 56, 68, 0.1);
}

.platter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.blob-1 {
  width: 280px;
  height: 200px;
  top: -40px;
  right: 8%;
  background: rgba(231, 174, 7, 0.12);
}

.blob-2 {
  width: 320px;
  height: 220px;
  bottom: -60px;
  left: 5%;
  background: rgba(17, 107, 131, 0.1);
}

.platter-nav-column {
  width: 42%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 45px;
}

.platter-content-column {
  width: 58%;
  position: relative;
  z-index: 2;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-nav {
  height: 520px;
  width: 100%;
  position: relative;
}

.slider-nav .slick-list {
  padding: 2rem 0 !important;
  overflow: visible !important;
}

.slider-nav .slick-slide {
  margin: 1.25rem 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.slider-nav .slick-slide.slick-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

.nav-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
}

.nav-img-wrapper {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  transform: scale(0.9) translateX(-40px);
  opacity: 0.75;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(8, 56, 68, 0.15);
  border: 3px solid rgba(255, 255, 255, 0.95);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.slick-current .nav-img-wrapper {
  transform: scale(1.55) translateX(20px);
  opacity: 1;
  z-index: 10;
}

.slick-current .nav-img-wrapper img {
  box-shadow: 0 16px 36px rgba(17, 107, 131, 0.28);
  border-color: #e7ae07;
}

.sticker-badge {
  position: absolute;
  top: 0;
  right: -6px;
  background: linear-gradient(135deg, #116b83, #083844);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 2px;
  box-shadow: 0 6px 16px rgba(8, 56, 68, 0.25);
  opacity: 0;
  transform: scale(0) rotate(-20deg);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.sticker-inner {
  border: 1px dashed rgba(231, 174, 7, 0.55);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 6px;
  font-weight: 700;
  line-height: 1.1;
  padding: 2px;
}

.slick-current .sticker-badge {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.content-item {
  outline: none;
  padding: 0.5rem 0;
}

.subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.platter-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #116b83;
  text-transform: uppercase;
  margin: 0;
}

.subtitle-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #e7ae07, rgba(231, 174, 7, 0.2));
  border-radius: 2px;
}

.platter-title {
  font-family: var(--section-title-font, "Poppins", sans-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #083844;
  margin-bottom: 0.85rem;
}

.platter-desc {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #5a7a85;
  margin-bottom: 1.25rem;
  line-height: 1.65;
  max-width: 95%;
}

.platter-features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.platter-features li {
  font-family: "Lato", sans-serif;
  font-size: 0.92rem;
  color: #0d5566;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  background: rgba(17, 107, 131, 0.06);
  border-radius: 12px;
  border-left: 3px solid #e7ae07;
}

.platter-features li i {
  margin-top: 2px;
  color: #e7ae07;
}

.platter-cta-wrap {
  margin-top: 0.5rem;
}

.btn-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(17, 107, 131, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(17, 107, 131, 0.3);
  color: #ffffff !important;
}

.custom-slider-arrows {
  position: absolute;
  bottom: 8%;
  right: 8%;
  display: flex;
  gap: 0.65rem;
}

.custom-slider-arrows button {
  background: #fff;
  border: 1px solid rgba(17, 107, 131, 0.18);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #116b83;
  font-size: 1rem;
  box-shadow: 0 6px 18px rgba(8, 56, 68, 0.08);
  transition: all 0.25s ease;
}

.custom-slider-arrows button:hover {
  background: linear-gradient(135deg, #116b83, #0d5566);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-2px);
}

/* --- Menu Popup Modal --- */
.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(5px);
}
.menu-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  animation: modalPopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu-modal-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border: 3px solid #f7bb79;
}
.menu-modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #2c1e16;
  color: #ffffff;
  border: 2px solid #f7bb79;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
  padding: 0;
  font-size: 1.2rem;
}
.menu-modal-close:hover {
  background: #f7bb79;
  color: #2c1e16;
  transform: rotate(90deg);
}
@keyframes modalPopIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ==========================================================================
   RESPONSIVE DESIGN (Mobile / Tablet)
   ========================================================================== */
@media (max-width: 991px) {
  .platter-section {
    padding: 2.5rem 0 3rem;
  }

  .platter-card {
    flex-direction: column;
    padding: 1.5rem 1.15rem 1.75rem;
    border-radius: 20px;
    overflow: hidden;
  }

  .platter-nav-column {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .platter-content-column {
    width: 100%;
    padding-left: 0;
    padding-top: 0.5rem;
  }

  .slider-nav {
    height: auto;
    min-height: 200px;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .slider-nav .slick-list {
    overflow: hidden !important;
    padding: 1.25rem 0 !important;
  }

  .slider-nav .slick-slide {
    margin: 0 0.5rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  .nav-img-wrapper {
    width: 100px;
    height: 100px;
    transform: scale(0.85);
    opacity: 0.65;
  }

  .slick-current .nav-img-wrapper {
    transform: scale(1.15);
    opacity: 1;
  }

  .sticker-badge {
    width: 34px;
    height: 34px;
    right: -4px;
    top: -2px;
  }

  .sticker-inner {
    font-size: 5.5px;
  }

  .platter-title {
    font-size: clamp(1.55rem, 6vw, 2rem);
    text-align: center;
  }

  .subtitle-wrapper {
    justify-content: center;
  }

  .platter-desc {
    text-align: center;
    max-width: 100%;
    font-size: 0.94rem;
  }

  .platter-features {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .platter-features li {
    font-size: 0.88rem;
    padding: 0.6rem 0.75rem;
  }

  .platter-cta-wrap {
    display: flex;
    justify-content: center;
  }

  .btn-order {
    width: 100%;
    max-width: 320px;
  }

  .custom-slider-arrows {
    position: relative;
    margin-top: 1.25rem;
    bottom: auto;
    right: auto;
    justify-content: center;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  .platter-section {
    padding: 2rem 0 2.5rem;
  }

  .platter-card {
    padding: 1.25rem 0.85rem 1.5rem;
    border-radius: 16px;
  }

  .slider-nav {
    min-height: 170px;
  }

  .slider-nav .slick-slide {
    margin: 0 0.35rem !important;
  }

  .nav-img-wrapper {
    width: 88px;
    height: 88px;
    transform: scale(0.8);
  }

  .slick-current .nav-img-wrapper {
    transform: scale(1.08);
  }

  .platter-title {
    font-size: clamp(1.4rem, 7vw, 1.75rem);
    margin-bottom: 0.65rem;
  }

  .platter-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .platter-desc {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .platter-features {
    gap: 0.5rem;
    margin-bottom: 1.15rem;
  }

  .custom-slider-arrows button {
    width: 42px;
    height: 42px;
  }

  .btn-order {
    font-size: 0.82rem;
    padding: 0.78rem 1.25rem;
  }
}




/* ==========================================================================
   DEGCHI DINE - OVERLAPPING EDITORIAL APPLICATION UI
   ========================================================================== */

/* Scoped Design Tokens */
.dd-apply-wrapper {
  --dd-dark: #083844;
  --dd-teal: #116b83;
  --dd-gold: #e7ae07;
  --dd-gold-hover: #c99606;
  --dd-bg: #f4f9fb;
  --dd-white: #ffffff;
  --dd-text-main: #0d3d4a;
  --dd-text-muted: #5a7a85;
  --dd-input-bg: #eef7fa;
  --dd-border: #d4e8ee;
  
  /* background-color: var(--dd-bg); */
  padding-bottom: 80px;
}

/* --- The Dark Atmospheric Hero --- */
.dd-apply-hero-banner {
  background: linear-gradient(135deg, var(--dd-dark) 0%, var(--dd-teal) 100%);
  padding: 80px 0 160px 0; /* Huge bottom padding to allow for overlap */
  color: var(--dd-white);
  position: relative;
      border-radius: 38px 38px 0 0;
}

.dd-apply-back-btn {
  position: absolute;
  top: 0;
  left: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dd-gold);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.dd-apply-back-btn:hover {
  opacity: 0.8;
  color: var(--dd-gold);
  transform: translateX(-5px);
}

.dd-apply-badge {
  display: inline-block;
  background: rgba(231, 174, 7, 0.15);
  border: 1px solid rgba(231, 174, 7, 0.3);
  color: var(--dd-gold);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.dd-apply-headline {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.1;
}

.dd-apply-subhead {
  font-size: 1.1rem;
  color: #a3968d;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- The Main Overlapping Box --- */
.dd-apply-main-box {
  background: var(--dd-white);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  margin-top: -90px; /* THIS CREATES THE OVERLAP */
  position: relative;
  z-index: 5;
  display: flex;
  overflow: hidden;
}

/* ==========================================
   LEFT SIDE: SHOWCASE & PERKS
   ========================================== */
.dd-apply-left-showcase {
  flex: 0 0 42%;
  background-color: #faf8f5;
  padding: 50px 40px;
  border-right: 1px solid var(--dd-border);
                           /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

/* Floating Card Stage */
.dd-apply-card-stage {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  perspective: 1000px;
}

.dd-apply-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: var(--dd-gold);
  filter: blur(80px);
  opacity: 0.15;
  z-index: 0;
}

.dd-apply-card-img {
  position: relative;
  z-index: 1;
  max-width: 90%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
  animation: ddHoverFloat 6s ease-in-out infinite;
}

@keyframes ddHoverFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg); }
  50% { transform: translateY(-10px) rotateX(4deg); }
}

/* Perks List */
.dd-apply-perks-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dd-text-main);
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dd-perk-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.dd-perk-row:last-child {
  margin-bottom: 0;
}

.dd-perk-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dd-white);
  border: 1px solid var(--dd-border);
  color: var(--dd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.dd-perk-text strong {
  display: block;
  font-size: 1rem;
  color: var(--dd-text-main);
  margin-bottom: 4px;
  font-weight: 600;
}

.dd-perk-text span {
  display: block;
  font-size: 0.9rem;
  color: var(--dd-text-muted);
  line-height: 1.5;
}

/* ==========================================
   RIGHT SIDE: THE FORM
   ========================================== */
.dd-apply-right-form {
  flex: 1;
  padding: 60px 50px;
  background: var(--dd-white);
}

.dd-apply-form-header h2 {
  font-size: 2.2rem;
  color: var(--dd-text-main);
  font-weight: 600;
  margin-bottom: 10px;
}

.dd-apply-form-header p {
  font-size: 1rem;
  color: var(--dd-text-muted);
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Form Grid */
.dd-input-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.dd-input-group {
  position: relative;
  flex: 1;
  margin-bottom: 20px;
}

.dd-input-grid .dd-input-group {
  margin-bottom: 0;
}

/* Beautiful Floating Label Inputs */
.dd-input-field {
  width: 100%;
  background: var(--dd-input-bg);
  border: 1px solid #0D5365;
  border-radius: 12px;
  padding: 24px 20px 8px 20px;
  font-size: 1rem;
  color: var(--dd-text-main);
  transition: all 0.3s ease;
  outline: none;
}

.dd-floating-label {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 0.95rem;
  color: #9c9288;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

/* Input Focus & Filled States */
.dd-input-field:focus,
.dd-input-field:not(:placeholder-shown) {
  background: var(--dd-white);
  border-color: var(--dd-gold);
  box-shadow: 0 0 0 4px rgba(231, 174, 7, 0.1);
}

.dd-input-field:focus ~ .dd-floating-label,
.dd-input-field:not(:placeholder-shown) ~ .dd-floating-label {
  transform: translateY(-10px);
  font-size: 0.75rem;
  color: var(--dd-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Select Dropdown Specifics */
.dd-select {
  appearance: none;
  cursor: pointer;
}
.dd-select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--dd-text-main);
  pointer-events: none;
}

/* Terms Checkbox */
.dd-terms-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 40px;
}

.dd-hidden-check {
  display: none;
}

.dd-visible-check {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 2px solid var(--dd-border);
  background: var(--dd-input-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.dd-visible-check iconify-icon {
  color: var(--dd-white);
  font-size: 1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.dd-hidden-check:checked + .dd-visible-check {
  background: var(--dd-gold);
  border-color: var(--dd-gold);
}

.dd-hidden-check:checked + .dd-visible-check iconify-icon {
  opacity: 1;
  transform: scale(1);
}

.dd-terms-text {
  font-size: 0.85rem;
  color: var(--dd-text-muted);
  line-height: 1.5;
  margin-top: 2px;
}

/* Grand Submit Button */
.dd-submit-btn {
  width: 100%;
  background: var(--dd-dark);
  color: var(--dd-white);
  border: none;
  border-radius: 12px;
  padding: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.dd-submit-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: var(--dd-gold);
  transition: all 0.4s ease;
  z-index: 0;
}

.dd-submit-btn span, 
.dd-submit-btn .dd-btn-icon {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.dd-submit-btn:hover::before {
  left: 0;
}
.dd-submit-btn:hover {
  color: var(--dd-dark);
  box-shadow: 0 15px 30px rgba(231, 174, 7, 0.3);
}
.dd-submit-btn:hover .dd-btn-icon {
  transform: translateX(6px);
}

/* ==========================================================================
   RESPONSIVE LAYOUT
   ========================================================================== */
@media (max-width: 1024px) {
  .dd-apply-left-showcase { padding: 40px 30px; }
  .dd-apply-right-form { padding: 50px 40px; }
  .dd-apply-headline { font-size: 2.8rem; }
}

@media (max-width: 991px) {
  .dd-apply-main-box {
    flex-direction: column;
  }
  .dd-apply-left-showcase {
    flex: auto;
    border-right: none;
    border-bottom: 1px solid var(--dd-border);
  }
  .dd-apply-back-btn {
    top: -40px;
    left: 0;
    position: relative;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .dd-input-grid {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 575px) {
  .dd-apply-hero-banner { padding: 60px 0 120px 0; }
  .dd-apply-headline { font-size: 2rem; }
  .dd-apply-right-form { padding: 40px 25px; }
  .dd-apply-left-showcase { padding: 40px 25px; }
  .dd-apply-form-header h2 { font-size: 1.8rem; }
}

/* ==========================================================================
   08. COMPLETE MENU PAGE OVERRIDES & CONTROLS
   ========================================================================== */

.menu-hero-section {
  background: linear-gradient(135deg, rgba(231, 174, 7, 0.08), rgba(17, 107, 131, 0.03)), #ffffff;
  border-bottom: 1px solid rgba(17, 107, 131, 0.08);
  padding: 5rem 0 4rem 0;
}
.luxury-meta-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--brand);
  display: block;
}
.luxury-title {
  font-family: 'Poppins', sans-serif;
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 1px;
}
.luxury-accent-line {
  width: 60px;
  height: 3px;
  background-color: var(--brand);
  border-radius: 2px;
}
.filter-sidebar {
  background: #ffffff;
  border: 1px solid rgba(17, 107, 131, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(17, 107, 131, 0.08);
}
.filter-title {
  color: var(--brand-dark);
  font-weight: 600;
  font-size: 1.15rem;
  border-bottom: 1px solid rgba(17, 107, 131, 0.08);
  padding-bottom: 0.75rem;
}
.filter-group-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

/* Category Pill styles */
.category-pill-btn {
  border: 1px solid rgba(17, 107, 131, 0.08);
  background: #fffdf9;
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.category-pill-btn:hover {
  background: rgba(231, 174, 7, 0.05);
  border-color: var(--brand);
  color: var(--brand);
}
.category-pill-btn.active {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #ffffff !important;
}

/* Dual Range Slider Styles */
.dual-range-slider {
  height: 6px;
  margin-top: 15px;
}
.slider-track {
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  background: #e9ecef;
}
.slider-input {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
}
.slider-input::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--brand);
  border: 2px solid #ffffff;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}
.slider-input::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.slider-input::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--brand);
  border: 2px solid #ffffff;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}
.slider-input::-moz-range-thumb:hover {
  transform: scale(1.15);
}
.price-badge {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
}

/* Modern Pagination Override */
.modern-pagination .page-link {
  color: var(--brand-dark);
  border: 1px solid rgba(17, 107, 131, 0.1);
  background-color: #ffffff;
  font-weight: 600;
  padding: 0.6rem 0.95rem;
  font-size: 0.95rem;
  margin: 0 0.15rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 4px;
}
.modern-pagination .page-link:hover {
  background-color: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
}
.modern-pagination .page-item.active .page-link {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #ffffff;
}
.modern-pagination .page-item.disabled .page-link {
  color: #c0c0c0;
  background-color: #fafafa;
  border-color: rgba(17, 107, 131, 0.05);
}

/* AJAX Loader style */
.menu-loader-overlay {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
  backdrop-filter: blur(2px);
  transition: opacity 0.3s ease;
}
.spinner-border.text-brand {
  color: var(--brand) !important;
  width: 3rem;
  height: 3rem;
}

/* ==========================================================================
   20. BRAND REFRESH — MOBILE-FIRST RESPONSIVE ENHANCEMENTS
   Teal #116b83 + Gold #e7ae07
   ========================================================================== */

/* Touch-friendly tap targets sitewide on phones */
@media (max-width: 767.98px) {
  .btn,
  .dd-submit-btn,
  .cart-view-btn,
  .cart-checkout-btn,
  .category-pill-btn,
  .mobile-menu-toggle {
    min-height: 44px;
  }

  .floating-right {
    bottom: calc(1rem + var(--safe-bottom));
    right: 0.75rem;
    gap: 0.5rem;
  }

  .fab {
    width: 50px;
    height: 50px;
  }

  .site-footer .footer-top {
    padding: 3rem 0 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand-block {
    text-align: center;
  }

  .footer-about {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-quick-actions {
    justify-content: center;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart-drawer {
    width: min(92vw, 360px) !important;
  }

  .cart-drawer-header {
    padding: 0.9rem 1rem;
  }

  .cart-drawer-items {
    padding: 0.75rem 0.85rem 0.85rem;
  }

  .menu-section .section-title {
    padding-left: 12px;
  }

  .menu-section .menu-kicker {
    font-size: 0.72rem;
    padding: 0.35rem 0.9rem;
  }

  /* Loved by Our Guests — match /menu card width on mobile */
  .menu-section .menu-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-slider-mobile-hint {
    display: block;
  }

  .menu-slider-btn {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.96);
    border: 2px solid rgba(231, 174, 7, 0.55);
    color: #116b83;
    box-shadow: 0 8px 22px rgba(8, 56, 68, 0.2);
  }

  .menu-slider-prev {
    left: -0.65rem;
  }

  .menu-slider-next {
    right: -0.65rem;
  }

  .menu-slider-btn:hover,
  .menu-slider-btn:focus {
    background: #116b83;
    border-color: #116b83;
    color: #fff;
  }

  #menuSlider .menu-slider-track {
    margin: 0;
  }

  #menuSlider .slick-slide {
    padding: 0.5rem 0;
  }

  .menu-slide-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .menu-offer-footer {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.65rem;
  }

  .menu-offer-cart-btn {
    width: 46px;
    height: 46px;
    justify-content: center;
    padding: 0;
    font-size: 1.3rem;
  }

  /* Watch Us on Reels — taller full-width cards on mobile */
  #reelsSlider .slick-list {
    margin: 0;
  }

  .reels-section .reels-header-shell {
    padding: 1.35rem 1.15rem;
    margin-bottom: 1.25rem;
  }

  .reels-section-header-block .section-title {
    font-size: clamp(1.45rem, 6vw, 1.85rem);
  }

  .reels-section .reels-follow-btn {
    width: 100%;
    justify-content: center;
  }

  .reel-card {
    min-height: 520px;
    border-radius: 16px !important;
    box-shadow: 0 14px 36px rgba(8, 56, 68, 0.22);
  }

  .reel-card-thumb {
    max-height: none;
    min-height: 520px;
    aspect-ratio: 9 / 16;
  }

  .reel-play-icon {
    width: 68px;
    height: 68px;
    font-size: 1.9rem;
  }

  .reel-watch-label {
    bottom: 2.25rem;
    font-size: 0.78rem;
  }

  /* Guest reviews — taller full-width cards on mobile */
  .reviews-slider .slick-list {
    margin: 0;
  }

  .reviews-slider .slick-slide {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: none !important;
    padding: 0.65rem 0.35rem;
  }

  .reviews-slider .review-card {
    min-height: 440px;
    max-width: 100%;
    padding: 2rem 1.5rem 1.75rem;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(8, 56, 68, 0.12);
  }

  .reviews-slider .review-text {
    min-height: 160px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .reviews-slider .review-quote-icon {
    font-size: 4.5rem;
    top: 0.5rem;
    right: 1rem;
  }

  .reviews-slider .review-author {
    padding-top: 1rem;
  }

  .menu-slider {
    padding-bottom: 0.5rem;
  }

  .menu-slider-prev,
  .menu-slider-next {
    width: 36px;
    height: 36px;
  }

  .dd-apply-wrapper {
    padding-bottom: 48px;
  }

  .dd-apply-hero-banner {
    padding: 56px 0 130px !important;
    border-radius: 0 0 24px 24px;
  }

  .dd-apply-headline {
    font-size: clamp(1.85rem, 8vw, 2.5rem) !important;
  }

  .dd-apply-subhead {
    font-size: 0.92rem;
    padding: 0 0.5rem;
  }

  .dd-apply-back-btn {
    position: relative;
    left: 0;
    margin-bottom: 1rem;
    font-size: 0.78rem;
  }

  .dd-apply-form-card,
  .dd-apply-overlap-card {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .track-order-modal .modal-dialog {
    margin: 0.75rem;
  }

  .track-order-modal .modal-body {
    padding: 18px;
  }

  .mobile-sidebar .side-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .mobile-sidebar .offcanvas-header {
    padding: 1rem 1.15rem;
  }

  .offcanvas-logo-img {
    height: 58px;
  }
}

@media (max-width: 575.98px) {
  .mobile-logo-img {
    height: 74px;
    max-width: min(168px, 48vw);
  }

  .mobile-nav-brand {
    padding: 0.22rem 0.5rem 0.26rem;
    border-radius: 12px;
  }

  .mobile-topbar .container-fluid {
    min-height: 4.65rem;
  }

  .mobile-order-icon,
  .mobile-member-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero-reserve-btn,
  .hero-mobile-stack .hero-cta-group .btn {
    width: 100%;
    letter-spacing: 1px;
  }

  .section-block {
    padding: 2.25rem 0 !important;
  }

  .container,
  .container-fluid {
    padding-left: max(0.875rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.875rem, env(safe-area-inset-right, 0px));
  }

  .menu-page .filter-sidebar {
    position: static;
    margin-bottom: 1.25rem;
  }

  .modern-pagination .page-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }

  .privilege-page .priv-hero,
  .cards-page .cards-hero {
    padding: 2rem 0 2.5rem;
  }
}

@media (max-width: 380px) {
  .mobile-topbar .container-fluid {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .fab {
    width: 46px;
    height: 46px;
  }

  .hero-mobile-title {
    font-size: 25px !important;
  }
}

/* Prevent horizontal scroll on small devices */
html,
body {
  overflow-x: clip;
}

/* ==========================================================================
   21. TEAL BRAND PUSH + BRANCH ALIGNMENT + MOBILE REFINEMENTS
   ========================================================================== */

/* Prevent branch section horizontal drift */
.branch-container,
#new_branch,
#new_branch .container,
#new_branch .branch-grid {
  transform: none;
  translate: none;
  left: auto;
  right: auto;
}

#new_branch .reveal {
  transform: none !important;
  opacity: 1 !important;
}

/* More #116b83 across key UI surfaces */


.mobile-menu-toggle {
  color: #116b83;
}

.mobile-menu-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 107, 131, 0.25);
}

.side-nav .nav-link:hover,
.side-nav .nav-link.active {
  background: rgba(17, 107, 131, 0.1);
  color: #116b83;
  border-left: 3px solid #116b83;
}

.cart-drawer .offcanvas-title {
  color: #116b83;
}

.cart-checkout-btn {
  background: linear-gradient(90deg, #116b83, #0a4554) !important;
  border-color: #116b83 !important;
  color: #ffffff !important;
}

.cart-checkout-btn span,
.cart-checkout-btn i {
  color: #ffffff !important;
}

.cart-checkout-btn:hover,
.cart-checkout-btn:focus {
  background: linear-gradient(90deg, #0a4554, #083844) !important;
  box-shadow: 0 8px 20px rgba(17, 107, 131, 0.25) !important;
  color: #ffffff !important;
}

.cart-checkout-btn.is-cart-empty {
  opacity: 0.55;
  pointer-events: none;
}

.cart-view-btn {
  color: #116b83 !important;
  border-color: rgba(17, 107, 131, 0.35) !important;
}

.dd-submit-btn {
 color: #fff !important;
  background: linear-gradient(135deg, #116b83 0%, #0a4554 100%) !important;
}

.dd-submit-btn:hover {
  background: linear-gradient(135deg, #0a4554 0%, #083844 100%) !important;
  box-shadow: 0 8px 24px rgba(17, 107, 131, 0.3) !important;
}

.category-pill-btn.active {
  background: #116b83 !important;
  border-color: #116b83 !important;
}

.menu-offer-badge {
  background-color: #116b83 !important;
  color: #e8f4f7 !important;
}

@media (max-width: 767.98px) {
  .branch-container .container,
  #new_branch .container {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .branch-grid {
    width: 100%;
    max-width: 100%;
  }

  .branch-card {
    min-height: 120px;
    -webkit-tap-highlight-color: rgba(17, 107, 131, 0.12);
  }

  .branch-card:active {
    border-color: #116b83;
    background: rgba(17, 107, 131, 0.04);
  }

  .elegant-divider {
    max-width: 160px;
  }

  .desktop-navbar .navbar-brand .logo-badge-wrapper {
    box-shadow: 0 8px 20px rgba(17, 107, 131, 0.15);
  }

  .floating-right {
    bottom: calc(0.85rem + var(--safe-bottom));
  }

  .fab-track {
    background: linear-gradient(135deg, #116b83, #083844) !important;
  }
}

@media (max-width: 575.98px) {
  #new_branch {
    padding: 28px 0;
  }

  .branch-grid {
    gap: 10px;
  }

  .branch-card h3 {
    font-size: 12px;
  }

  .branch-card .phone-number {
    font-size: 9.5px;
  }
}

/* ==========================================================================
   22. UNIFIED SECTION HEADINGS
   Same font, size, and style for every section title
   ========================================================================== */

.section-title,
.menu-section .section-title,
.branch-container .section-title,
#new_branch .section-title,
.about-section .section-title,
.reels-header-shell .section-title,
.section-block .section-title,
.section-title-box h2,
.contact-page #contact-section .section-title,
.platter-section .section-title,
.info-title {
  font-family: var(--section-title-font) !important;
  font-size: var(--section-title-size) !important;
  font-weight: var(--section-title-weight) !important;
  color: var(--section-title-color) !important;
  letter-spacing: var(--section-title-spacing) !important;
  line-height: var(--section-title-line-height) !important;
  margin-bottom: 0.75rem;
  text-transform: none;
  font-style: normal;
}

.section-subtitle,
.menu-section .section-subtitle,
.section-block .section-subtitle {
  font-family: var(--section-subtitle-font) !important;
  font-size: var(--section-subtitle-size) !important;
  color: var(--section-subtitle-color) !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.65rem;
}

.menu-section .menu-kicker {
  font-family: var(--section-subtitle-font);
  font-size: var(--section-kicker-size);
  letter-spacing: var(--section-kicker-spacing);
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
  background: rgba(8, 56, 68, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  padding: 0.4rem 1.1rem;
  border-radius: 999px !important;
}

.menu-section-header .loved-by-title,
.menu-section-header .section-title,
.menu-section .menu-section-header .section-title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(8, 56, 68, 0.45);
}

.menu-section-header .section-subtitle,
.menu-section .menu-section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 10px rgba(8, 56, 68, 0.35);
}

.reels-section-header-block .section-title,
.reels-section .reels-section-header-block .section-title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(8, 56, 68, 0.45);
}

.reels-section-header-block .section-lead,
.reels-section .reels-section-header-block .section-lead {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 10px rgba(8, 56, 68, 0.35);
}

.reels-section-header-block .section-title::before,
.reels-section .reels-section-header-block .section-title::before {
  background: linear-gradient(180deg, #ffffff, #e7ae07) !important;
}

.menu-section .section-title,
.about-section .section-title,
.reels-header-shell .section-title,
.section-block .section-title,
.platter-section .section-title {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.menu-section .section-title::before,
.about-section .section-title::before,
.reels-header-shell .section-title::before,
.section-block .section-title::before,
.platter-section .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #116b83, #e7ae07);
}

.branch-container .section-title,
#new_branch .section-title {
  padding-left: 0;
}

.branch-container .section-title::before,
#new_branch .section-title::before {
  display: none;
}

.elegant-divider span {
  height: 2px;
  background: linear-gradient(90deg, transparent, #116b83, #e7ae07, transparent);
}

.elegant-divider i {
  color: #116b83;
  font-size: 0.8rem;
}

@media (max-width: 767.98px) {
  :root {
    --section-title-size: clamp(1.5rem, 5.5vw, 1.85rem);
    --section-subtitle-size: 0.9rem;
  }
}

/* ==========================================================================
   23. MENU PAGE — STICKY FILTERS + GRID UI
   ========================================================================== */

.menu-page .menu-hero-section {
  padding: 3.5rem 0 2.5rem;
}

.menu-page .luxury-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.menu-page .menu-layout-row {
  align-items: flex-start;
}

/* Food Panda style sticky filter bar */
.menu-page .menu-sticky-filter-wrap {
  position: sticky;
  top: var(--menu-filter-top, 86px);
  z-index: 1025;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
  background: transparent;
}

.menu-page .menu-filter-bar.filter-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(17, 107, 131, 0.12);
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  box-shadow: 0 8px 24px rgba(17, 107, 131, 0.1);
  overflow: visible;
}

.menu-page .menu-filter-bar .filter-group {
  margin: 0;
}
.menu-page .menu-filter-bar .filter-group-label {
    font-size:18px;
}
.menu-page .menu-filter-bar .filter-group-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-red) ;
}

.menu-page .menu-filter-bar .filter-group-label i {
  color: #116b83;
}

/* Horizontal category checkbox chips */
.menu-page .category-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.menu-page .category-checkbox-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.35rem 0.8rem;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-main);
  background: #ffffff;
  border: 1px solid rgba(17, 107, 131, 0.18);
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.menu-page .category-checkbox-chip:hover {
  border-color: #116b83;
  background: rgba(17, 107, 131, 0.05);
}

.menu-page .category-checkbox-chip input {
  width: 15px;
  height: 15px;
  margin: 0;
  display: none;
  accent-color: #116b83;
  cursor: pointer;
}

.menu-page .category-checkbox-chip.is-checked {
  color: #ffffff;
  background: linear-gradient(135deg, #116b83, #0a4554);
  border-color: #116b83;
  box-shadow: 0 4px 12px rgba(17, 107, 131, 0.22);
}

.menu-page .category-checkbox-chip.is-checked input {
  accent-color: #ffffff;
}

/* Price group below categories */
.menu-page .filter-group-price {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 107, 131, 0.1);
}

.menu-page .filter-group-price .price-slider-container {
  display: flex;
  flex-direction: column;
}

.menu-page .filter-group-price .dual-range-slider {
  max-width: 420px;
  width: 100%;
}

.menu-page .price-badge {
  background: rgba(17, 107, 131, 0.06) !important;
  border-color: rgba(17, 107, 131, 0.15) !important;
  color: #083844;
}

.menu-page .menu-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.85rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(17, 107, 131, 0.1);
  border-radius: 12px;
  margin-bottom: 0.25rem;
}

.menu-page .menu-results-count {
  font-weight: 700;
  color: #083844;
  font-size: 0.92rem;
}

.menu-page .menu-results-count i {
  color: #e7ae07;
  margin-right: 0.35rem;
}

.menu-page .menu-results-page {
  font-size: 0.82rem;
}

.menu-page .menu-offer-footer {
  justify-content: space-between;
}

.menu-page .menu-offer-card {
  border: 1px solid rgba(17, 107, 131, 0.08);
}

.menu-page .menu-offer-cart-btn {
  background: linear-gradient(135deg, #116b83, #0a4554);
  border: none;
  color: #ffffff !important;
}

.menu-page .menu-offer-cart-btn i {
  color: #ffffff;
}

.menu-page .menu-offer-cart-btn:hover,
.menu-page .menu-offer-card:hover .menu-offer-cart-btn {
  background: linear-gradient(135deg, #0a4554, #083844);
  color: #ffffff !important;
  border-color: transparent;
}

@media (max-width: 991.98px) {
  .menu-page .menu-hero-section {
    padding: 2.5rem 0 1.25rem;
  }

  .menu-page .menu-grid-section {
    padding-top: 0.5rem;
  }

  .menu-page .menu-sticky-filter-wrap {
    top: var(--menu-filter-top, 72px);
    margin-bottom: 1rem;
    position: sticky;
    align-self: flex-start;
  }

  .menu-page .menu-filter-bar.filter-sidebar {
    padding: 0.75rem 0.85rem;
    gap: 0.6rem;
    border-radius: 12px;
  }

  /* Categories scroll horizontally on small screens */
  .menu-page .category-checkbox-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .menu-page .category-checkbox-row::-webkit-scrollbar {
    display: none;
  }

  .menu-page .category-checkbox-chip {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .menu-page .filter-group-label {
    font-size: 16px;
  }

  .menu-page .filter-group-price .dual-range-slider {
    max-width: 100%;
  }
}

/* Cards page extras */
.cards-page .cards-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cards-page .cards-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--dd-text-muted, #666);
  line-height: 1.5;
  margin-bottom: 0.45rem;
}

.cards-page .cards-benefit-list li:last-child {
  margin-bottom: 0;
}

.cards-page .cards-benefit-list i {
  color: #116b83;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.cards-page .card-badge-teal {
  background: linear-gradient(135deg, #116b83, #0a4554);
}

.cards-modal-content {
  border-radius: 1.25rem;
  border: 1px solid rgba(17, 107, 131, 0.12);
  overflow: hidden;
}

.cards-modal-info {
  background: rgba(17, 107, 131, 0.06);
  border: 1px dashed rgba(17, 107, 131, 0.2);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.55;
}

.golden-card-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
}

.golden-card-modal .modal-header .modal-title {
  flex: 1 1 auto;
  margin: 0;
}

.golden-card-modal .btn-close-custom {
  flex: 0 0 auto;
  margin-left: auto;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #857a72;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.golden-card-modal .btn-close-custom:hover {
  color: #0d5566;
}

/* ==========================================================================
   CONTACT PAGE (/contact)
   ========================================================================== */

.contact-page .contact-page-hero-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(231, 174, 7, 0.18), rgba(255, 255, 255, 0.08));
  border: 2px solid rgba(231, 174, 7, 0.45);
  color: var(--dd-gold, #e7ae07);
  font-size: 2rem;
}

.contact-page-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(231, 174, 7, 0.95);
  margin-bottom: 0.65rem;
}

.contact-page-hero-lead {
  max-width: 560px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.contact-page-main-box {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-page-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-page-info-panel {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(17, 107, 131, 0.1);
  box-shadow: 0 20px 50px rgba(17, 107, 131, 0.1);
  padding: 1.75rem 1.65rem;
}

.contact-page-info-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(17, 107, 131, 0.08);
}

.contact-page-info-title {
  font-family: var(--section-title-font, "Poppins", sans-serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: #116b83;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.contact-page-info-tagline {
  margin: 0;
  font-size: 0.82rem;
  color: #6e8a94;
}

.contact-page-open-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0d5566;
  background: rgba(17, 107, 131, 0.08);
  border: 1px solid rgba(17, 107, 131, 0.12);
}

.contact-page-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-page-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f8fcfd;
  border: 1px solid rgba(17, 107, 131, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-page-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(17, 107, 131, 0.08);
  border-color: rgba(17, 107, 131, 0.16);
}

.contact-page-card-accent {
  background: linear-gradient(135deg, rgba(231, 174, 7, 0.08), rgba(255, 255, 255, 0.95));
  border-color: rgba(231, 174, 7, 0.22);
}

.contact-page-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(17, 107, 131, 0.1);
  color: #116b83;
  font-size: 1.05rem;
}

.contact-page-card-icon-gold {
  background: rgba(231, 174, 7, 0.18);
  color: #a67d00;
}

.contact-page-card-body h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6e8a94;
  margin: 0 0 0.35rem;
}

.contact-page-card-body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #0d3d4a;
}

.contact-page-card-body p a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-page-card-body p a:hover {
  color: #116b83;
}

.contact-page-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.contact-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page-btn:hover {
  transform: translateY(-2px);
}

.contact-page-btn-teal {
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(13, 85, 102, 0.22);
}

.contact-page-btn-gold {
  background: linear-gradient(135deg, #e7ae07, #c99606);
  color: #1a1512 !important;
  box-shadow: 0 8px 20px rgba(231, 174, 7, 0.25);
}

.contact-page-socials {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(17, 107, 131, 0.08);
}

.contact-page-socials > span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a9da4;
  margin-right: 0.25rem;
}

.contact-page-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 107, 131, 0.08);
  color: #116b83;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-page-socials a:hover {
  background: #116b83;
  color: #fff;
  transform: translateY(-2px);
}

.contact-page-map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(17, 107, 131, 0.1);
  box-shadow: 0 16px 40px rgba(17, 107, 131, 0.1);
  min-height: 220px;
  background: #eef7fa;
}

.contact-page-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
}

.contact-page-map-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #116b83;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(8, 56, 68, 0.12);
}

.contact-page-forms {
  min-width: 0;
}

@media (min-width: 992px) {
  .contact-page .contact-form-sticky {
    position: sticky;
    top: 100px;
    z-index: 5;
  }
}

.cp-form-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(17, 107, 131, 0.1);
  box-shadow: 0 24px 60px rgba(17, 107, 131, 0.12);
  padding: 2rem 1.85rem;
}

.cp-form-card-verify {
  border-top: 4px solid #e7ae07;
}

.cp-form-card-head {
  margin-bottom: 1.5rem;
}

.cp-form-step {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #116b83;
  background: rgba(17, 107, 131, 0.08);
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.cp-form-card-head h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #0d3d4a;
  margin: 0 0 0.45rem;
}

.cp-form-card-head p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a7a85;
}

.cp-field {
  margin-bottom: 1.25rem;
}

.cp-field-highlight {
  padding: 1.15rem;
  border-radius: 14px;
  background: rgba(231, 174, 7, 0.06);
  border: 1px dashed rgba(231, 174, 7, 0.35);
}

.cp-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0d5566;
  margin-bottom: 0.45rem;
  letter-spacing: 0.02em;
}

.cp-input {
  width: 100%;
  border: 1px solid #d4e8ee;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: #0d3d4a;
  background: #f8fcfd;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cp-input:focus {
  outline: none;
  border-color: #116b83;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(17, 107, 131, 0.1);
}

.cp-field-highlight .cp-input {
  border: 2px solid rgba(231, 174, 7, 0.55);
  background: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cp-field-highlight .cp-input:focus {
  border-color: #e7ae07;
  box-shadow: 0 0 0 4px rgba(231, 174, 7, 0.15);
}

.cp-textarea {
  min-height: 140px;
  resize: vertical;
}

.cp-field-hint {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #8a9da4;
}

.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cp-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cp-btn-primary {
  background: linear-gradient(135deg, #116b83, #0d5566);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(17, 107, 131, 0.22);
}

.cp-btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(17, 107, 131, 0.3);
  color: #fff !important;
}

.cp-btn-outline {
  background: transparent;
  border: 1px solid #d4e8ee;
  color: #5a7a85 !important;
  flex-shrink: 0;
}

.cp-btn-outline:hover:not(:disabled) {
  background: #f4f9fb;
  color: #0d5566 !important;
  border-color: rgba(17, 107, 131, 0.2);
}

.cp-form-footnote {
  margin-top: 1.15rem;
  font-size: 0.88rem;
  color: #5a7a85;
}

.cp-link-gold {
  color: #a67d00;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cp-link-gold:hover {
  color: #e7ae07;
}

.cp-alert-success {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(17, 107, 131, 0.06);
  border: 1px solid rgba(17, 107, 131, 0.14);
  color: #0d5566;
}

.cp-alert-success i {
  font-size: 1.5rem;
  color: #116b83;
  flex-shrink: 0;
}

.cp-alert-success strong {
  display: block;
  margin-bottom: 0.15rem;
}

.cp-alert-success span {
  font-size: 0.88rem;
  line-height: 1.5;
}

.cp-form-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cp-rating-option {
  font-size: 1.65rem;
  cursor: pointer;
  color: #d4e8ee;
  transition: transform 0.2s ease, color 0.2s ease;
}

.cp-rating-option:hover {
  transform: scale(1.12);
}

.cp-rating-option input {
  display: none;
}

.cp-rating-option.checked {
  color: #e7ae07;
}

@media (max-width: 991.98px) {
  .contact-page-main-box {
    margin-top: -60px;
  }

  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .dd-apply-headline {
    font-size: 2rem !important;
  }

  .cp-form-card {
    padding: 1.5rem 1.25rem;
  }

  .contact-page-map iframe {
    height: 220px;
  }
}

@media (max-width: 575.98px) {
  .contact-page-main-box {
    margin-top: -40px;
  }

  .contact-page .dd-apply-hero-banner {
    padding-bottom: 120px !important;
  }

  .contact-page-info-panel {
    padding: 1.35rem 1.15rem;
  }

  .contact-page-info-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-page-actions {
    grid-template-columns: 1fr;
  }

  .cp-form-actions {
    flex-direction: column;
  }

  .cp-btn-outline {
    width: 100%;
  }

  .contact-page-map iframe {
    height: 200px;
  }
}

/* ==========================================================================
   BRANCH SHOW PAGE (single branch menu + delivery)
   ========================================================================== */
.branch-show-page {
  padding-bottom: 4rem;
}

.branch-show-hero .dd-apply-headline {
  color: #fff;
}

.branch-show-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(231, 174, 7, 0.15);
  border: 1px solid rgba(231, 174, 7, 0.35);
  color: #e7ae07;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.85rem;
}

.branch-show-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.branch-show-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 500;
}

.branch-show-meta-chip i {
  color: #e7ae07;
}

.branch-show-meta-chip--link {
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.branch-show-meta-chip--link:hover {
  background: rgba(231, 174, 7, 0.2);
  color: #fff;
  transform: translateY(-1px);
}

.branch-show-delivery-box {
  margin-top: -4.5rem;
  position: relative;
  z-index: 6;
}

.branch-show-delivery-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  background: #ffffff;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 36px rgba(17, 107, 131, 0.14);
  border: 1px solid #d4e8ee;
  border-top: 4px solid #e7ae07;
  position: relative;
}

.branch-show-delivery-head {
  flex: 1 1 220px;
  min-width: 0;
}

.branch-show-delivery-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.2rem;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 800;
  color: #083844;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.branch-show-delivery-title i {
  color: #e7ae07;
  font-size: 1.5em;
  flex-shrink: 0;
}

.branch-show-delivery-lead {
  margin: 0;
  color: #5a7a85;
  font-size: 0.88rem;
  font-weight: 500;
}

.branch-show-delivery-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.branch-show-service-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem 0.55rem 0.55rem;
  background: #f4f9fb;
  border-radius: 999px;
  text-decoration: none;
  color: #0d3d4a;
  font-weight: 700;
  font-size: 0.88rem;
  border: 2px solid #d4e8ee;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.branch-show-service-btn:hover {
  transform: translateY(-2px);
  color: #083844;
  background: #fff;
  box-shadow: 0 6px 16px rgba(17, 107, 131, 0.12);
}

.branch-show-service-btn[data-brand="foodpanda"]:hover {
  border-color: #d70f64;
}

.branch-show-service-btn[data-brand="pathao"]:hover {
  border-color: #e31313;
}

.branch-show-service-btn[data-brand="foodi"]:hover {
  border-color: #ff6b00;
}

.branch-show-service-name {
  min-width: 0;
}

.branch-show-service-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d4e8ee;
}

.branch-show-service-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch-show-service-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
}

.branch-show-service-fallback--foodpanda {
  background: #e62e04;
}

.branch-show-service-fallback--pathao {
  background: #f71735;
}

.branch-show-service-fallback--foodi {
  background: #c71e1e;
}

.branch-show-delivery-empty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.branch-show-delivery-empty p {
  margin: 0;
  font-size: 0.88rem;
  color: #5a7a85;
}

.branch-show-delivery-call {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #116b83;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.branch-show-delivery-call:hover {
  background: #083844;
  color: #fff;
  transform: translateY(-1px);
}

.branch-show-toolbar-wrap {
  margin-top: 1.75rem;
}

.branch-show-toolbar {
  background: #fff;
  border: 1px solid #d4e8ee;
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 10px 28px rgba(17, 107, 131, 0.08);
}

.branch-show-search-wrap {
  position: relative;
  margin-bottom: 1rem;
}

.branch-show-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #116b83;
  font-size: 1rem;
  pointer-events: none;
}

.branch-show-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.65rem;
  border: 2px solid #d4e8ee;
  border-radius: 12px;
  font-size: 0.95rem;
  background: #f4f9fb;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.branch-show-search:focus {
  outline: none;
  border-color: #116b83;
  box-shadow: 0 0 0 4px rgba(17, 107, 131, 0.12);
  background: #fff;
}

.branch-show-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d4e8ee;
  border-radius: 12px;
  max-height: 320px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  box-shadow: 0 12px 32px rgba(17, 107, 131, 0.14);
}

.branch-show-search-hit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: none;
  border-bottom: 1px solid #eef7fa;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.branch-show-search-hit:last-child {
  border-bottom: none;
}

.branch-show-search-hit:hover {
  background: #f4f9fb;
}

.branch-show-search-hit span {
  font-weight: 600;
  color: #0d3d4a;
}

.branch-show-search-hit strong {
  color: #e7ae07;
  font-size: 0.9rem;
  white-space: nowrap;
}

.branch-show-search-empty {
  padding: 1rem;
  text-align: center;
  color: #5a7a85;
  font-size: 0.9rem;
}

.branch-show-categories {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.branch-show-categories::-webkit-scrollbar {
  height: 4px;
}

.branch-show-categories::-webkit-scrollbar-thumb {
  background: rgba(17, 107, 131, 0.35);
  border-radius: 999px;
}

.branch-show-category-btn {
  padding: 0.55rem 1rem;
  border: 2px solid #d4e8ee;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  color: #5a7a85;
  transition: all 0.25s ease;
}

.branch-show-category-btn:hover {
  border-color: #116b83;
  color: #116b83;
}

.branch-show-category-btn.active {
  background: linear-gradient(135deg, #116b83, #083844);
  border-color: #116b83;
  color: #fff;
  box-shadow: 0 4px 14px rgba(17, 107, 131, 0.25);
}

.branch-show-menu-wrap {
  margin-top: 2rem;
}

.branch-show-menu-card {
  width: 100%;
}

.branch-show-menu-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #eef7fa, #d4e8ee);
  border-radius: 10px;
  font-size: 2.5rem;
  color: #116b83;
}

.branch-show-hidden {
  display: none !important;
}

.branch-show-empty {
  text-align: center;
  padding: 4rem 1.5rem;
  color: #5a7a85;
}

.branch-show-empty iconify-icon {
  color: #116b83;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
  .branch-show-delivery-box {
    margin-top: -3.75rem;
  }

  .branch-show-page .dd-apply-headline {
    font-size: 2rem !important;
  }
}

@media (max-width: 767.98px) {
  .branch-show-delivery-box {
    margin-top: -2.75rem;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .branch-show-delivery-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
  }

  .branch-show-delivery-head {
    flex: 0 0 auto;
    width: 100%;
  }

  .branch-show-delivery-title {
    font-size: 1.32rem;
  }

  .branch-show-delivery-lead {
    font-size: 0.84rem;
  }

  .branch-show-delivery-services {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0;
  }

  .branch-show-delivery-empty {
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0;
  }

  .branch-show-toolbar {
    padding: 1rem;
    border-radius: 14px;
  }

  .branch-show-page .dd-apply-hero-banner {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 575.98px) {
  .branch-show-delivery-box {
    margin-top: -2.25rem;
  }

  .branch-show-delivery-panel {
    gap: 0.45rem;
    padding: 0.9rem 1rem;
  }

  .branch-show-delivery-title {
    font-size: 1.22rem;
  }

  .branch-show-hero-meta {
    flex-direction: column;
    align-items: center;
  }

  .branch-show-meta-chip {
    font-size: 0.82rem;
    max-width: 100%;
    text-align: center;
  }
}





/* ===== Overright Code Buy hamim ===== */



/* ===== Sticky sidebar (Foodpanda style) ===== */
.menu-sticky-filter-wrap {
    position: sticky;
    top: 90px; /* adjust to match your fixed navbar height, or 20px if no fixed navbar */
    align-self: flex-start;
    z-index: 10;
}

/* ===== Scrollable category list with auto-hiding scrollbar ===== */
.category-list-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
    max-height: 320px;      /* shows scroll once list is taller than this */
    overflow-y: auto;
    padding-right: 6px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s ease;
}
.category-list-group.is-scrolling {
    scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
}

/* Chrome / Edge / Safari */
.category-list-group::-webkit-scrollbar {
    width: 5px;
}
.category-list-group::-webkit-scrollbar-track {
    background: transparent;
}
.category-list-group::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.category-list-group.is-scrolling::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
}

.category-list-item {
    border-radius: 8px;
    transition: background-color 0.15s ease;
}
.category-list-item.is-checked {
    background-color: #fff3e0;
}
.category-list-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    margin: 0;
}
.category-list-item-offer .category-list-label span {
    color: #d9534f;
    font-weight: 700;
}
.category-list-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #d9534f;
}



/* ===== flotting button ===== */

.floating-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    z-index: 1050;
}

.fab-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 14px;
}

/* Each row-style item */
.fab-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 16px;
    border: none;
    border-radius: 5px;        
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);

    opacity: 0;
    transform: translateY(14px) scale(0.9);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.fab-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.fab-item-label {
    line-height: 1;
}

.floating-right.is-open .fab-item {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.floating-right.is-open .fab-item:nth-child(1) { transition-delay: .05s; }
.floating-right.is-open .fab-item:nth-child(2) { transition-delay: .10s; }
.floating-right.is-open .fab-item:nth-child(3) { transition-delay: .15s; }
.floating-right.is-open .fab-item:nth-child(4) { transition-delay: .20s; }

.fab-whatsapp  { background: #25d366; }
.fab-messenger { background: linear-gradient(135deg, #00b2ff, #006aff); }
.fab-track     { background: linear-gradient(135deg, #ff7a00, #e65c00); }
.fab-dashboard { background: linear-gradient(135deg, #e7ae07, #c99606); }

.fab-main {
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(135deg, #ff6b35, #e63946);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .28);
    cursor: pointer;
    transition: transform .2s ease, background .25s ease;
}
.fab-main:active { transform: scale(0.92); }

.fab-icon-close { display: none; }
.floating-right.is-open .fab-icon-open  { display: none; }
.floating-right.is-open .fab-icon-close { display: inline-block; }
.floating-right.is-open .fab-main {
    background: linear-gradient(135deg, #444, #1a1a1a);
}

@media (max-width: 480px) {
    .fab-item { height: 40px; padding: 0 12px; font-size: 13px; }
    .fab-main { width: 50px; height: 50px; font-size: 22px; }
}





/* ===== MODAL BASE ===== */
.custom-modal {
  max-width: 420px;
  margin: auto;
}

.custom-modal-content {
  border-radius: 18px;
  overflow: hidden;
  border: none;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  font-family: 'Segoe UI', sans-serif;
}

/* ===== HEADER ===== */
.custom-modal-header {
  background: #1f6f7a;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.header-left i {
  font-size: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
}

/* ===== BODY ===== */
.custom-modal-body {
  padding: 18px;
  background: #f7f9fb;
}

.message-box {
  display: flex;
  gap: 10px;
  background: #eef5f7;
  padding: 14px;
  border-radius: 14px;
  border-left: 4px solid #1f6f7a;
}

.message-box i {
  color: #1f6f7a;
  font-size: 18px;
  margin-top: 3px;
}

.message-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #1e2a3a;
}

/* ===== FOOTER ===== */
.custom-modal-footer {
  padding: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* LOGIN BUTTON */
.btn-login {
  flex: 1;
  background: #1f6f7a;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.btn-login:hover {
  background: #155a63;
}

/* REGISTER BUTTON */
.btn-register {
  flex: 1;
  border: 2px solid #1f6f7a;
  color: #1f6f7a;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.btn-register:hover {
  background: #1f6f7a;
  color: #fff;
}

/* CLOSE BUTTON */
.btn-close-outline {
  width: 100%;
  border: 1px solid #cfd8e3;
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  font-size: 14px;
}

/* ===== MOBILE (320px) ===== */
@media (max-width: 360px) {
  .custom-modal-content {
      border-radius: 14px;
  }

  .custom-modal-body {
      padding: 14px;
  }

  .message-box {
      padding: 10px;
  }

  .message-box p {
      font-size: 13px;
  }

  .btn-login,
  .btn-register,
  .btn-close-outline {
      font-size: 13px;
      padding: 8px;
  }
}