@import url('https://fonts.googleapis.com/css2?family=Abel:wght@400&family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
  --navy: #091c3d;
  --gold: #f6dc7b;
  --cream: #f9e8b1;
  --white: #fff;
  --black: #000;
  --muted: #646464;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  color: var(--black);
  background: #fff;
}

.container {
  width: min(1200px, calc(100% - 80px));
  margin: auto;
}

/* Header & Navigation */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
  width: 100%;
}

/* Topbar Styling (Centered on Desktop) */
.topbar {
  background: var(--gold);
  color: var(--navy);
  display: flex;
  justify-content: center; 
  align-items: center; 
  padding: 16px 40px;
  font-size: 15px;
  width: 100%;
}

.topbar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:10px;
  gap: 5px; 
  width: min(1200px, 100%);
}

.topbar a {
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
}

.topbar a.topbar-btn {
  background-color: var(--navy) !important; 
  color: var(--gold) !important;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none !important;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  border: none;
  transition: opacity 0.2s;
  border: 2px solid var(--navy);
}

.topbar a.topbar-btn:hover {
  opacity: 0.9;
  background-color: var(--cream) !important; 
  color: var(--navy) !important;
  border: 2px solid var(--navy);
}

/* Logo Layout Section */
.logo-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;
  padding: 15px 0;         
  background: var(--navy); 
}

.logo img {
  width: 180px;
  height: 120px;
  object-fit: contain;      
  display: block;
  padding: 5px;
  margin-left: 20px; 
}

.nav-wrap {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(1200px, calc(100% - 70px));
  margin: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px; 
  margin-left: 150px; 
  margin-right: auto; 
}

.main-nav a, .nav-drop-btn {
  color: #fff;             
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 12px;
  border-radius: 28px;
}

.main-nav a:hover, .main-nav a.active, .nav-drop-btn:hover {
  background: var(--gold);   
  color: var(--navy);        
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-drop-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: #fff;
  border-top: 5px solid var(--gold);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
  padding: 8px 0;
  display: none;
  z-index: 50;
}

.nav-dropdown:hover .nav-drop-menu, .nav-dropdown:focus-within .nav-drop-menu {
  display: block;
}

.nav-drop-menu a {
  display: block;
  border-radius: 0;
  padding: 12px 18px;
  color: var(--navy);
  background: #fff;
}

.nav-drop-menu a:hover {
  background: var(--navy);
  color: #fff;
}

.nav-cta, .button, .lead-form button {
  border: 1px solid #fff;
  background: var(--navy);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  padding: 14px 24px;
  display: inline-block;
  transition: .2s;
}

.nav-cta:hover, .button:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--navy);
}

.lead-form button:hover {
  background: var(--navy);
  color: var(--gold);
  border-color: var(--gold);
}

.menu-toggle {
  display: none;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 550px;
  background: url('./pics/main.png') center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 28, 61, .9), rgba(9, 28, 61, .62), rgba(9, 28, 61, .2));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 80px));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 580px) 360px;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 200px;
}

.eyebrow {
  color: var(--gold);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 16px;
}

.hero h1 {
  font-family: Abel, Arial, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: .98;
  margin: 0 0 16px;
  letter-spacing: .02em;
}

.hero h1 span {
  font-size: 48px;
}

.hero-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  font-size: 19px;
  margin: 24px 0;
}

.hero-points span {
  display: flex;
  align-items: center;
}

.hero-points span:before {
  content: '✓';
  color: var(--gold);
  font-weight: 900;
  margin-right: 12px;
}

.gold-link {
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.hours {
  color: #fff;
  font-size: 16px;
}

/* Lead Form */
.lead-form {
  background: rgba(9, 28, 61, .72);
  padding: 28px 30px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, .35);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25);
  backdrop-filter: blur(2px);
  --scroll-offset: 160px;
  scroll-margin-top: var(--scroll-offset); 
}

.lead-form h3 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 22px;
  text-align: center;
  font-weight: 900;
}

.lead-form input, .lead-form select{
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
  padding: 0 14px;
  border: 2px solid rgba(9, 28, 61, .95);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
}

.lead-form input::placeholder {
  color: rgba(9, 28, 61, 0.5);
  opacity: 1;
}

.lead-form label {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 2px 0 10px;
}

.lead-form button {
  width: 100%;
  font-size: 15px;
  margin: 18px auto 0;
  background: var(--gold);
  color: var(--navy);
  border-color: var(--navy);
  padding: 15px 22px;
  max-width: 200px;
  display: block;
}

.lead-form small {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: block;
  margin-top: 12px;
}

.lead-form textarea {
  width: 100%;
  height: 100px;
  margin: 0 0 10px;
  padding: 0 11px;
  border: 2px solid rgba(9, 28, 61, .95);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  resize: vertical; /* Allows users to expand height vertically if needed */
}

.lead-form textarea::placeholder {
  color: rgba(9, 28, 61, 0.5);
  opacity: 1;
}

/* Intro Section */
.intro {
  padding: 78px 0;
  background: #fff;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: start;
}

.intro h2, .section-title h2, .review h2 {
  font-family: Abel, Arial, sans-serif;
  color: var(--navy);
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 22px;
}

.intro p, .services p, .venues p, .review p, .footer p {
  font-size: 17px;
  line-height: 1.65;
  color: #333;
}

/* Services */
.services {
  padding: 70px 0;
  background: #f7f7f7;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.card-grid article, .venue-grid article {
  background: #fff;
  padding: 32px 26px;
  min-height: 270px;
  border-top: 6px solid var(--gold);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
}

.card-grid h3, .venue-grid h3 {
  font-family: Abel, Arial, sans-serif;
  color: var(--navy);
  font-size: 29px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.card-grid a {
  font-weight: 800;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Venues */
.venues {
  padding: 76px 0;
  background: linear-gradient(rgba(9, 28, 61, .92), rgba(9, 28, 61, .92)), url('https://le-cdn.hibuwebsites.com/f5bd5a230aae413cb56e3a2fc41cbbe7/dms3rep/multi/opt/fountainBlu-event-centers-social-network-1920w.jpg') center/cover fixed;
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title h2, .venues .section-title p {
  color: #fff;
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.venue-grid article {
  min-height: 260px;
  background: rgba(255, 255, 255, .96);
}

/* Reviews */
.review {
  padding: 78px 0;
  text-align: center;
  background: #fff;
}

.review .container {
  max-width: 830px;
}

.stars {
  color: #e3b321;
  font-size: 34px;
  font-weight: 900;
  margin: 16px 0;
}

.stars span {
  color: var(--navy);
  font-size: 26px;
  margin-left: 8px;
}

/* Video */
.video-band {
  padding: 85px 0;
  background: var(--cream);
  display: flex;
  justify-content: center;
}

.video-card {
  position: relative;
  width: min(600px, calc(100% - 60px));
  box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
  background: #000;
  margin: 0 auto; 
}

.video-card img {
  width: 100%;
  display: block;
  opacity: .82;
}

.video-card button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--navy);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 12px 24px; 
  font-weight: 900;
  font-size: 15px;   
  cursor: pointer;
}

/* Footer */
.footer {
  background: var(--navy);
  color: #fff;
  padding: 20px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;               
  align-items: flex-start; 
  max-width: 1000px;        
  margin: 20 auto;
  /*margin-left: 200px;         */
}

.footer-logo {
  width: 150px;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.footer h3 {
  font-family: Abel, Arial, sans-serif;
  color: var(--gold);
  font-size: 26px;
  margin: 0 0 16px;
}

.footer p {
  font-size: 15px; 
  line-height: 1.65;
  color: #fff;
}

.footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
}

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

/* Media Queries (Tablet) */
@media(max-width: 1050px) {
  /* Establish relative anchoring for the absolute mobile hamburger placement */
  .site-header {
    position: sticky;
    top: 0;
  }

  .nav-wrap {
    height: auto;
    min-height: 0;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  
  /* Pulls button out of layout row stack to anchor vertically beside the logo */
  .menu-toggle {
    display: block;
    background: var(--navy);
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 4px;
    font-size: 40px;
    padding: 1px 5px;
    position: absolute;
    right: 24px;
    top: 110px;
    z-index: 30;
    cursor: pointer;
  }
  
  .main-nav {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 20px 0; /* Reduced top padding since the close button is no longer covered */
    background: var(--navy);
    
    position: fixed;
    top: 70px; /* Adjust this value to push the menu further down from the top */
    right: 0;
    width: 260px;
    height: auto; 
    
    /* Dynamically caps the height so it doesn't overflow the bottom of the screen */
    max-height: calc(100vh - 180px); 
    
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px; /* Optional: rounds the top corner too since it's detached */
    z-index: 25;
    
    /* Off-screen to the right by default */
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    
    overflow-y: auto;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.3);
  }
  
  .main-nav.open {
    transform: translateX(0);
  }
  
  .nav-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .nav-drop-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-top: 0;
    padding-left: 0;
    display: none;
  }
  
  .nav-dropdown:hover .nav-drop-menu,
  .nav-dropdown:focus-within .nav-drop-menu {
    display: block;
  }

  .nav-cta {
    display: none;
  }
  
  .hero-content {
    grid-template-columns: 1fr;
  }
  
  .hero-copy {
    align-items: center;
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .lead-form {
    margin: 0 auto;
    max-width: 430px;
    --scroll-offset: 180px; 
  }
  
  .card-grid, .venue-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .hero h1 {
    font-size: 56px;
  }
  
  .hero h1 span {
    font-size: 42px;
  }
}

/* Media Queries (Mobile Screen Layout Changes) */
@media(max-width: 680px) {
  .container, .hero-content {
    width: calc(100% - 34px);
  }

  .nav-wrap {
    width: 100%;
    height: auto; /* Overrides collapsing */
  }

  /* Shifts hamburger to match the tighter padding constraints */
  .menu-toggle {
    top: 70px; 
    /*top: 96px; */
    right: 16px;
  }

  .topbar {
    padding: 12px 20px; 
    font-size: 13px;
  }

  .topbar-content {
    justify-content: center; 
    align-items: center;
    gap: 10px;
    font-size:10px;
  }
  
  .topbar a.topbar-btn {
    display: block !important;
    width: auto;
    max-width: 160px;
    font-size: 11px;
    text-align: center;
    padding: 8px 14px;
  }
  
  .hero {
    min-height: auto;
    padding: 70px 0;
  }
  
  .hero h1 {
    font-size: 44px;
  }
  
  .hero h1 span {
    font-size: 34px;
  }
  
  .hero-points, .eyebrow {
    font-size: 17px;
  }
  
  .two-col, .card-grid, .venue-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .intro h2, .section-title h2, .review h2 {
    font-size: 35px;
  }
  
  .lead-form {
    padding: 22px;
    /*--scroll-offset: 300px; */
    --scroll-offset: 200px; 
  }
  
  .card-grid article, .venue-grid article {
    min-height: auto;
  }
}

/* Premium Sections Layout Styles */
.premium-grid-section {
  padding: 20px 0;
  /*background: var(--navy);*/
  /*background: var(--cream);*/
  background: white;
}

.grid-header {
  text-align: center;
  margin-bottom: 40px;
}

.grid-header h2 {
  font-family: Abel, Arial, sans-serif;
  color: var(--navy);
  font-size: 36px;
  margin: 0 0 8px;
}

.grid-header p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

.premium-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px; 
  max-width: 1140px;
  margin: 0 auto;
}

.premium-card {
  /*background: #ffffff;*/
  background: var(--cream);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(9, 28, 61, 0.1); 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(9, 28, 61, 0.12);
}

.card-image-wrapper,
.card-image-wrapper-main {
  width: 100%;
  height: 340px; 
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  
  /* Change this to auto to prevent loading glitches */
  scroll-snap-type: x mandatory;
  scroll-behavior: auto; 
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbars seamlessly */
.card-image-wrapper::-webkit-scrollbar { display: none; }
.card-image-wrapper { -ms-overflow-style: none; scrollbar-width: none; }

.card-image-wrapper img,
.card-image-wrapper-main img {
  flex: 0 0 100%; 
  width: 100%;
  height: 100%;
  object-fit: cover; 
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Premium Navigation Arrows Styles */
.gallery-nav-btn {
  position: absolute;
  
  /* THE FIX: Dead center vertically relative ONLY to the video wrapper */
  top: 50%;
  transform: translateY(-50%); 
  
  /* Adjust size to fit neatly inside the video frame */
  height: 40px;               
  width: 40px;               
  
  background: rgba(0, 0, 0, 0.3); /* Semi-transparent background track */
  /*color: #ffffff;*/
  color: var(--white);
  border: none;
  font-size: 2.0rem;
  /*font-size: 5.0rem;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;               /* Keeps them above the video layer */
  border-radius: 50%;        /* Makes them clean circles */
  transition: all 0.2s ease;
}

/* Flush padding settings to sit neatly on the inner edges */
.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* Desktop Hover Interaction states */
.premium-card:hover .gallery-nav-btn {
  opacity: 1;
}

.gallery-nav-btn:hover {
  background: var(--navy);
  color: var(--gold);
  transform: translateY(-50%) scale(1.1);
}

/* Make arrows permanently visible on mobile/tablets since there is no hover state */
@media (max-width: 1050px) {
  /*.gallery-nav-btn {
    opacity: 0.85;*/
    /*width: 34px;*/
    /*height: 34px;*/
   /* width: 40px;
    height: 40px;
    font-size: 50px;
    text-align: center;
  }*/
  .gallery-nav-btn:hover {
    /*background: rgba(9, 28, 61, 0.95);*/
    opacity: 0.85;
    scale: 1.1;
  }
}

.card-content-area {
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; 
}

.card-content-area h3 {
  font-family: Abel, Arial, sans-serif;
  color: var(--navy);
  font-size: 22px;
  margin: 0 0 12px;
}

.card-content-area p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 24px;
}

.premium-card-btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto; 
  background: var(--navy);
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border: 2px solid var(--navy);
  border-radius: 50px;
  transition: all 0.2s ease;
}

.premium-card-btn:hover {
  background: var(--navy);
  color: #fff;
}

@media (max-width: 992px) {
  .premium-card-grid {
    grid-template-columns: repeat(2, 1fr); 
    padding: 0 20px;
  }
}

@media (max-width: 650px) {
  .premium-card-grid {
    grid-template-columns: 1fr; 
    max-width: 380px;
  }
}

.venues-section-uniform {
  padding: 40px 0;
  background: #fff; 
}

.section-title-block {
  text-align: center;
  margin-bottom: 30px;
}

.section-title-block h2 {
  font-family: Abel, Arial, sans-serif;
  color: var(--navy);
  font-size: 32px;
  margin: 0 0 6px;
}

.section-title-block p {
  color: #555;
  font-size: 16px;
  margin: 0;
}

.footer-btn-group {
  display: flex;
  flex-direction: column;
  gap: 2px;            
  margin-top: 10px;    
  max-width: 100%;     
  align-items: flex-start; 
  justify-content: flex-start; 
}

.footer-btn {
  display: inline-block;
  text-align: left;         
  padding: 0;               
  font-size: 15px;          
  font-weight: 500;
  text-transform: none;     
  letter-spacing: normal;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-btn-primary {
  background-color: transparent;
  color: #fff;
  border: none;             
}

.footer-btn-primary:hover {
  background-color: transparent;
  color: #d4af37;           
}

.footer-btn-secondary {
  background-color: transparent;
  color: #fff;
  border: none;             
}

.footer-btn-secondary:hover {
  background-color: transparent;
  color: #d4af37;           
}

.footer-address-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  max-width: 100%;     
}

.footer-btn-maps {
  background-color: transparent;
  color: #fff;
  border: none;             
  display: inline-block;
  text-align: left;         
  padding: 0;               
  font-size: 15px;          
  font-weight: 500;
  text-transform: none;     
  letter-spacing: normal;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-btn-maps:hover {
  background-color: transparent;
  color: #d4af37;           
}

.address-text {
  font-size: 15px; 
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.footer-social-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px; 
}

.footer-social-icons-row {
  display: flex;
  flex-direction: row;
  gap: 14px; 
  margin-top: 10px; 
  align-items: center;
}

.social-img-link {
  display: inline-block;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.social-img-link img {
  width: 24px;  
  height: 24px;
  object-fit: contain;
  display: block;
}

.social-img-link:hover {
  transform: translateY(-3px); 
  opacity: 0.85;
}

/* FAQ Accordion Elements */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.faq-item {
  background-color: #f4f4f4;
  border-radius: 2px;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.faq-trigger {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111111;
  text-align: left;
}

.faq-icon {
  width: 28px;
  height: 28px;
  background-color: #000000;
  color: #f6dc7b; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq-trigger[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-trigger[aria-expanded="true"] .faq-icon::before {
  transform: translateY(2px) rotate(45deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fcfcfc;
}

.faq-panel p {
  margin: 0;
  padding: 0 24px 20px 24px;
  color: #333333;
  font-size: 0.98rem;
  line-height: 1.6;
}

.mobile-hero-cta {
  display: none; 
  background: var(--gold, #f6dc7b);
  color: var(--navy, #091c3d);
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  padding: 14px 28px;
  border-radius: 50px;
  width: 100%;
  max-width: 340px;
  margin: 0 auto 25px auto;
  box-shadow: 0 8px 20px rgba(246, 220, 123, 0.3);
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.mobile-hero-cta:hover, .mobile-hero-cta:active {
  background: #fff;
  border-color: var(--navy, #091c3d);
}

@media (max-width: 1050px) {
  .mobile-hero-cta {
    display: block; 
  }
}

.floating-tour-btn {
  position: fixed;
  bottom: 24px;  /* Distance from the bottom of the screen */
  right: 24px;   /* Distance from the right side of the screen */
  z-index: 9999; /* Ensures it sits on top of all other elements */
  background-color: var(--navy);
  color: var(--gold);
  font-family: 'Abel', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  
  padding: 14px 24px;
  border-radius: 30px;
  border: 2px solid var(--gold) !important;
  
  /* Shadows and Smooth Transitions */
  box-shadow: 0 4px 16px rgba(9, 28, 61, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Elegant interactive hover effects for desktop users */
@media (hover: hover) {
  .floating-tour-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(9, 28, 61, 0.35);
    background-color: var(--white); /* Your deep navy brand color */
    color: var(--navy);
    border: 1px var(--gold); /* Subtle gold border tint */
  }
}

/* Optional: Hide it on tiny screens if it blocks content, or adjust spacing */
@media (max-width: 480px) {
  .floating-tour-btn {
    bottom: 16px;
    right: 16px;
    padding: 12px 20px;
    font-size: 20px;
    border-radius: 30px;
    border: 3px var(--black); /* Subtle gold border tint */
  }
}


/* Core Instagram-Style Layout Grid */
.instagram-video-feed {
  display: flex;
  flex-wrap: wrap;           /* Allows cards to wrap into rows smoothly */
  justify-content: center;   /* Centers cards if a row has fewer items */
  gap: 30px;                 /* Clean visual spacing between cards */
  width: 100%;
  max-width: 1200px;         /* Max desktop site container constraint */
  margin: 0 auto;
  box-sizing: border-box;
}

.feed-reel-card {
  flex: 0 1 calc(33.333% - 20px); 
  min-width: 280px;          
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: auto; 
  position: relative;
}

.feed-caption-area {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feed-caption-area h3 {
  margin: 0 0 10px 0;
  font-family: 'Abel', sans-serif;
  color: #091c3d;
  font-size: 1.25rem;
}

.feed-caption-area p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 16px 0;
  color: #4b5563;
}

.feed-tag {
  align-self: flex-start;
  background: #f3f4f6;
  color: #1f2937;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}

/* 📱 RESPONSIVE BREAKPOINT FOR PHONES */
@media (max-width: 768px) {
  .feed-reel-card {
    flex: 1 1 100%;          /* Stack full width on mobile */
    max-width: 420px;        /* Fixed the 50px constraint typo */
    width: 100%;
  }

  .feed-reel-card.is-horizontal {
    max-width: 95%;         /* Let horizontal cards span wide on phones */
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16; /* Default fallback for vertical reels */
  background-color: #000000;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.video-wrapper.is-horizontal {
  aspect-ratio: 16 / 14;
  opacity: 1;
}

.video-wrapper.is-vertical {
  aspect-ratio: 14 / 16;
  opacity: 1;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Replaced 'fill' to prevent distortion */
}

/* The Overlay layer sitting directly on top of the canvas */
.video-wrapper .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15); /* Soft dimming layer over the video */
  pointer-events: none;            /* Taps pass straight through to the video layer below */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;                      
  visibility: visible;
  z-index: 5;                      /* Bumps it cleanly above the running video canvas */
}

/* Minimalist floating circle play button icon */
.video-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  
  /* Increased size slightly for a bolder presence */
  width: 76px;
  height: 76px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 10;
  
  /* THE FIX: Shift slightly left (-54%) instead of exactly centered (-50%) */
  transform: translate(-54%, -50%); 
}


/* Ensure child icons inside the circle inherit the crisp black layout style */
.video-wrapper .play-icon i,
.video-wrapper .play-icon svg {
  /* Scaled up the icon proportionally */
  width: 48px;
  height: 48px;
  fill: #000000 !important;
  
  /* Retained subtle margin for internal optical balance */
  margin-left: 2px; 
}

/* STATE MANAGER: Hide the overlay cleanly when playing */
.video-wrapper.playing .video-play-overlay {
  opacity: 0;
  visibility: hidden;
}

/* Force mobile webkit browsers to hide native video overlay buttons */
video::-webkit-media-controls-panel,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

@media (max-width: 768px) {
  .premium-card {
    height: auto !important; /* Allow layout bounds to stretch naturally */
    max-width: 100% !important;
  }

  .card-image-wrapper,
  .card-image-wrapper-main {
  width: 100%;
  height: 400px; 
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /* FORCE START ALIGNMENT */
  scroll-padding-left: 0px;
  align-items: center;
  }

  .card-image-wrapper img,
  .card-image-wrapper-main img {
    flex: 0 0 100%; 
    width: 100%;
    height: 100%;
    object-fit: cover; 
    
    /* Lock every image explicitly to the start edge */
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .card-content-area {
    padding: 20px 16px !important; /* Give elements crisp spacing away from borders */
  }

  .card-content-area h3 {
    font-size: 20px !important;
    margin-top: 10px !important;
  }
  
  /* Retain clean vertical separation for text content elements */
  .card-content-area ul, 
  .card-content-area p {
    margin-bottom: 20px !important;
  }
}