
/* ============================================
   Paradise Breeze - Custom Styles (Bootstrap Enhanced)
   ============================================ */

/* Variables */
/* ========================
   GLOBAL

     /* All body text - Neue Montreal */

                 @font-face {
                   font-family: 'Ogg Unlicensed Trial';
                   src: url('./fonts/Ogg-Regular-Trial.otf') format('truetype');
                   font-weight: 400;
                   font-style: normal;
                 }

                 @font-face {
                 font-family: 'Neue Montreal';
                 src: url('./fonts/NeueMontreal-Regular.otf') format('truetype');
                font-weight: 400;
                font-style: normal;
                }

                 @font-face {
                   font-family: "TAN-Angleton";
                   src: url("./fonts/TAN-Angleton-Regular.ttf") format("truetype");
                   font-weight: 400;
                   font-style: normal;
                   font-display: swap;
                 }
     body {
       font-family: 'Neue Montreal';
     }
  
     h1,
     h2,
     h3,
     h5,
     h6,
     .heading-h1-style,
     .heading-h2-style,
     .heading-h3-style {
       font-family: 'Ogg Unlicensed Trial';
     }
  
     p,
     span,
     a,
     h4,
     li,
     div {
       font-family: 'Neue Montreal';
     }
body {
    font-family: 'Neue Montreal';
    color: #69443C;
    margin: 0; padding: 0;
    background-color: #FFFFFF ;
}

/* Ensure anchor navigation accounts for fixed header (desktop issue: section hides under navbar) */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

/* Extra safety for the "Contact Us" target section */
section[id],
#selling {
  scroll-margin-top: 130px;
}

@media (max-width: 768px) {
  html { scroll-padding-top: 110px; }
  section[id],
  #selling { scroll-margin-top: 110px; }
}

/* Trademark symbol styling (small + raised, like Figma) */
sup.tm {
  font-size: 0.6em;
  line-height: 0;
  vertical-align: super;
}
input::placeholder {
  color: #69443C; 
  opacity: 1; 
}
.arrow-color{
  color: #D4B278;
}
.social-col{
  padding-left: 20px;
}

/* ========================
   HEADER
======================== */
.site-header {
    height: 110px;
    z-index: 1050;
    background-color: #F5F5F5;
   
}
.navbar {
  border: 0 !important;
  box-shadow: none !important;
}
.site-logo { height: 70px; width: auto; }
.brand-title {
    font-family: 'Cinzel', serif; font-size: 2rem;
    color: #4a9191; font-weight: 400;
}
.brand-tagline {
    font-family: 'Lato', sans-serif; font-size: 0.65rem;
    color: #C4B298; letter-spacing: 3px; text-transform: uppercase; margin-top: 5px;
}
.menu-trigger {
    font-family: 'Lato', sans-serif; font-size: 1.1rem;
    color: #5c554e; cursor: pointer; transition: 0.3s;
}
.menu-trigger:hover { color: #C4B298; }
.menu-trigger.text-active { color: #5c554e; }

/* ========================
   OVERLAY MENU
======================== */
.overlay {
    height: 0; width: 100%; position: fixed; z-index: 1040; top: 0; left: 0;
    background-color: white; overflow-y: hidden; transition: 0.5s; opacity: 0;
}
.overlay-content {
    position: relative;  width: 100%; text-align: right; padding-right: 5%;
      height: 800px;
    background-color: #F5F5F5;
    padding-top: 10%;
}
.overlay a {
    padding: 10px; text-decoration: none; color: #5c554e;
    display: block; transition: 0.3s; 
    font-family: Nunito;
font-weight: 400;
font-style: normal;
font-size: 20px;
letter-spacing: 0%;


}
.overlay a:hover { color: #4a9191; }

/* ========================
   HERO SECTION
======================== */
.hero-section {
    margin-top: 110px; height: 85vh; width: 100%; position: relative;
    /* background-image: url('images/first.png'); */
    background-size: cover; background-position: center;
}
.hero-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4)); z-index: 1;
}
.hero-text-wrapper { margin-bottom: 60px; }
.hero-title {
    font-family: 'Cinzel', serif; font-size: 3.5rem; color: white;
    margin-bottom: 1px; text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-subtitle {
    font-family: 'Cinzel', serif; font-size: 2rem; color: white;
    font-weight: 400; text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* ========================
   INTRO SECTION
======================== */
.intro-section {
    background-color: #F5F5F5;
    padding: 140px 70px 80px 70px;
}
.sub-heading-small {
    font-family: 'Public Sans', sans-serif; font-size: 0.85rem; letter-spacing: 2px;
    font-weight: 700; color: #5c554e; text-transform: uppercase; margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-heading-small {
    max-width: 100%;
    line-height: 1.3;
  }

  .sub-heading-small::after {
    content: "";
    display: block;
  }
}
.main-heading-teal {
    font-family: "TAN-Angleton"; color: #2F5F63;
    line-height: 1.4; font-weight: 400; margin-bottom: 40px;
}

        .main-heading-teal,
        .main-heading-teal span {
          font-family: "TAN-Angleton";
        }

/* Homepage only: set INTRODUCING / CURIO lines to 32px */
.intro-section .intro-heading-angleton .intro-line1,
.intro-section .intro-heading-angleton .intro-line3 {
    /* Desktop/tablet */
    font-size: 28px;
    line-height: 1.4;
}

/* Alternate mobile-only intro heading */
.intro-heading-mobile {
  display: none;
}

.intro-heading-desktop {
  display: block;
}

.intro-heading-mobile .intro-mobile-line {
  display: block;
  /* Match RESIDENCES / THE HOTEL title sizing */
  font-size: 20px;
  line-height: 1.4;
}

/* Desktop: keep these 2 lines unbroken */
@media (min-width: 992px) {
  .intro-section .intro-heading-angleton .intro-line1,
  .intro-section .intro-heading-angleton .intro-line3 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .intro-heading-desktop {
    display: none;
  }

  .intro-heading-mobile {
    display: block;
  }

  /* Mobile: keep headings centered, but force intro paragraphs left */
  .intro-section .central-head-text {
    text-align: center;
  }

  .intro-section .central-head-text .body-text,
  .intro-section .central-head-text .body-text p {
    text-align: left !important;
  }

  /* Mobile: intro paragraphs should be 16px */
  .intro-section .body-text p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .main-heading-teal {
    font-family: "TAN-Angleton";
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

            .main-heading-teal,
            .main-heading-teal span {
              font-family: "TAN-Angleton";
            }

  .main-heading-teal .nowrap-text {
    white-space: nowrap;
    /* FORCE single line */
  font-family: "TAN-Angleton";
    display: inline-block;
  }
}
.body-text p {
    font-family: 'Neue Montreal', sans-serif; font-size: 18px; line-height: 1.8;
    color: #69443C; font-weight: 400; margin-bottom: 25px;
}
.btn-custom-outline {
    display: inline-block; border: 1px solid #D4B278; color: #2F5F63;
    text-decoration: none; border-radius: 0; padding: 15px 35px;
    font-size: 16px; letter-spacing: 2px; text-transform: uppercase;
    margin-top: 30px; transition: all 0.3s ease;
}
.btn-custom-outline:hover {
    background-color: #3395A0; color: white; border-color: #3395A0;
}
/* Outer wrapper for the button */
.btn-wrapper {
  display: inline-block;
  padding: 3px;
  /* Border thickness */
  background-color: #3395A0;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.btn-wrapper:hover {
  background-color: white;
  border: 2px solid #3395A0;
  /* Golden border */
}

/* Inner button */
.btn-custom-new {
  display: inline-block;
  border: 1px solid #3395A0;
  color: white;
  text-decoration: none;
  border-radius: 0;
  padding: 5px 20px;
    font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0;
  /* Remove margin from button */
}

.btn-wrapper:hover .btn-custom-new {
  background-color: #3395A0;
  /* Full golden background */
  color: white;
  border-color: #3395A0;
}
.footer-logo{
  width: 246px;
  height: 37px;
  max-width: 100%;
  object-fit: contain;
  image-rendering: auto;
  

}
/* ========================
   SLIDER SECTIONS
======================== */
.slider-section-container {
    padding: 80px 0;
    background-color: #F5F5F5;
    overflow: hidden;
}
.bg-light-gray { background-color: #F8F7F5; }

.slider-wrapper {
    max-width: 1440px; margin: 0 auto; position: relative;
    display: flex; align-items: center;
}

.slider-image-area { width: 75%; position: relative; }
.slider-image-area img {
    width: 100%; height: 700px; /* Fixed Height */
    object-fit: cover;
}

.slider-text-card {
    position: absolute; width: 40%; background-color: white;
     box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 10; top: 50%; transform: translateY(-50%); right: 5%;

    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 40px;
}
.text-card-left { right: auto; left: 5%; }

/* Dots & Arrows */
.custom-dots {
    position: absolute; top: 30px; left: 40px; right: auto; bottom: auto; margin: 0; display: flex; gap: 8px;
}
.custom-dots.right-aligned { left: auto; right: 40px; }
.custom-dots button {
    width: 10px !important; height: 10px !important; border-radius: 50%;
    background-color: rgba(255,255,255,0.6) !important; border: none; opacity: 1 !important; transition: 0.3s;
}
.custom-dots button.active { background-color: #4a9191 !important; }

.custom-arrows {
    position: absolute; bottom: 30px; left: 40px; display: flex; gap: 10px; z-index: 20;
}.custom-arrows.right-aligned { right: 40px; }

.arrow-btn {
    width: 50px; height: 50px; background-color: white; border: none; color: #5c554e;
    font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.arrow-btn:hover { background-color: #f0f0f0; color: #C4B298; }
.arrow-btn {
  transition: none !important;
}

.arrow-btn:active,
.arrow-btn:focus {
  transform: none !important;
  box-shadow: none !important;
}

/* Content Typography */
.card-title-teal {
    font-family: 'Neue Montreal', sans-serif; color: #2F5F63; letter-spacing: 2px;
    font-size: 20px; text-transform: uppercase; margin-bottom: 25px;
}

.card-text { font-family: 'Neue Montreal', sans-serif;
  /* font-family: Nunito; */
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0%;
      margin-bottom: 20px;
      color: #69443C;

   
 }
 .card-text-1{
 letter-spacing: 0.1px;
 }
 .slider-text-card-3{
  position: absolute; width: 40%; background-color: white;
     box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 10; top: 50%; transform: translateY(-50%); right: 5%;
     width: 530px;
    height: 476px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 40px;

 }
.btn-gold-link {
    text-decoration: none; color: #5c554e; border: 1px solid #D4B278;
    padding: 12px 30px; text-transform: uppercase; letter-spacing: 2px;
    font-size: 0.8rem; transition: 0.3s; display: inline-block;
}
.btn-gold-link:hover {     background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}

.amenities-list { list-style: none; padding: 0; margin-bottom: 30px; }
.amenities-list li {
    font-size: 16px; color: #69443C; margin-bottom: 10px; position: relative; padding-left: 15px; line-height: 100%;
}
.amenities-list li::before { content: "•"; color: #69443C; position: absolute; left: 0; font-weight: bold; }

/* ========================
   SELLING TEXT SECTION
======================== */
.sub-heading-teal-selling
{
font-family: 'Public Sans', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 140%;
letter-spacing: 0%;
text-transform: uppercase;
color:#2F7F86 ;
}

/* Desktop-only: center + nudge slightly left */
@media (min-width: 992px) {
  #selling .sub-heading-teal-selling {
    display: inline-block;
    width: auto;
    position: relative;
    left: -30px;
    transform: none;
  }
}
.main-heading-teal-selling{
  font-family: "TAN-Angleton";
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color:#2F5F63 ;



}
.selling-text-section {
    padding: 100px 70px 80px 70px;
    background-color: #F5F5F5;
}

/* Desktop-only: reduce extra vertical whitespace */
@media (min-width: 768px) {
  .selling-text-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.btn-outline-gold {
    display: inline-flex; align-items: center; text-decoration: none; text-transform: uppercase;
    color: #2F5F63; border: 1px solid #C4B298; padding: 12px 30px; font-size: 0.8rem;
    letter-spacing: 2px; margin-top: 20px; transition: 0.3s;
}
.btn-outline-gold:hover { background-color: white; color: white; }

/* ========================
   SOCIAL GRID SECTION (NEW)
======================== */
.social-grid-section {
    padding: 80px 0 140px 0; /* Exact padding from image specs */
    background-color: #F5F5F5;
    text-align: center;
}

.social-block { 
    display: flex; justify-content: center; align-items: center; 
    margin-bottom: 40px; /* Space between text and grid */
    gap: 16px;
    flex-wrap: nowrap;
}
.social-text { font-size: 0.9rem; letter-spacing: 2px; color: #5c554e; text-transform: uppercase; }

/* Instagram handle strip (text layer, not image) */
.social-handle {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #B8926A;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.social-star {
    width: 48px;
    height: 49px;
    display: block;
    opacity: 1;
    object-fit: contain;
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .social-block {
        gap: 10px;
        margin-bottom: 28px;
        flex-wrap: nowrap;
        padding: 0 10px;
    }
    .social-handle {
        font-size: clamp(12px, 4.2vw, 18px);
        text-align: center;
        white-space: nowrap;
    }
    .social-star {
        width: 34px;
        height: 35px;
        margin: 0;
    }
}

@media (max-width: 420px) {
    .social-block {
        gap: 8px;
    }
    .social-handle {
        font-size: clamp(12px, 4.4vw, 16px);
        letter-spacing: 0.01em;
    }
    .social-star {
        width: 30px;
        height: 31px;
        margin: 0;
    }
}

@media (max-width: 360px) {
    .social-handle {
        font-size: 14px;
    }
    .social-star {
        width: 26px;
        height: 27px;
    }
}

/* Tall Image Layout */
.social-img-wrapper {
    height: 520px; /* Force exact tall height */
    width: 100%;
    overflow: hidden;
    position: relative;
}
.social-img-wrapper img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.social-img-wrapper img:hover {
    transform: scale(1.05);
}
.social-col a {
    color: #fff;
    margin-left: 80px;
    display: inline-block;
}

.social-col a:visited {
    color: #fff;
}

.social-col a:hover,
.social-col a:focus {
    color: #fff;
    text-decoration: underline; /* optional */
}
.social-col a,
.social-col a:hover,
.social-col a:focus,
.social-col a:visited {
    color: #fff;
    text-decoration: none;
}


/* ========================
   FOOTER
======================== */
.site-footer { background-color: #358d97; padding: 60px 0 20px 0; color: white; }


/* Mobile Responsive */
@media (max-width: 992px) {
    .slider-section-container { overflow: visible; }
    .slider-wrapper { flex-direction: column !important; }
    .slider-image-area img { height: 200px; } 
    .slider-image-area { width: 100%; }
    .slider-text-card {
        position: relative; width: 90%; right: auto; left: auto; top: auto;
        transform: none; margin-top: 64px; margin-bottom: 30px; margin-left: auto; margin-right: auto;
    }
    .intro-section { padding: 60px 20px; }
    .selling-text-section { padding: 60px 20px; }
    .social-grid-section { padding: 40px 20px 60px 20px; }
    .social-img-wrapper { height: 400px; } /* Smaller height on mobile */
}
:root {
    --teal: #3A9E9E;
    --gold: #B8A06A;
    --dark: #222222;
    --gray: #6B6B6B;
}

/* Base Styles */

/* HOME HERO SECTION */
.home-hero {
  height: 800px;                     /* REQUIRED HEIGHT */
  width: 100%;
  position: relative;
  background-image: url("images/first.png"); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 

/* Optional dark overlay for readability */
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  
}

/* Content */
.home-hero-content {
  position: relative;               /* overlay ke upar lane ke liye */
  color: #ffffff;
   display: flex;
  align-items: flex-end;
  
}

/* Main heading */
.home-hero-content h1 {
  /* font-family: "Playfair Display", serif; */
  font-family: 'Neue Montreal', sans-serif;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  font-size: 48px;
  

  align-items: flex-end;
}
}

/* Sub heading */
.home-hero-content h2 {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
}
/* GOLD OUTLINE BUTTON – Figma Style */
.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 14px 36px;
  border: 1px solid #d2b48c;           /* gold border */
  background: transparent;

font-family: 'Neue Montreal', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;

  color: #6d5f55;
  transition: all 0.25s ease;
}

/* Arrow inside button */
.btn-outline-gold .arrow {
  font-size: 1rem;
  line-height: 1;
}

/* Hover state */
.btn-outline-gold:hover {
  background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}
/* SECTION SPACING */
.residences-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f5f3ef;
}

/* SLIDER WRAPPER */
.res-slider {
  position: relative;
  overflow: hidden;
  background: #000;
}

/* SLIDER TRACK */
.res-slider-track {
  display: flex;
  width: 400%;                
  transform: translateX(0);
  transition: transform 0.5s ease;
}

.res-slider-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

/* DOTS (top-left) */
.res-slider-dots {
  position: absolute;
  top: 14px;
  left: 18px;
  display: flex;
  gap: 6px;
}

.res-slider-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}

.res-slider-dots .dot.active {
  background: #ffffff;
  opacity: 1;
}

/* ARROWS (bottom-left) */
.res-slider-arrows {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
}

.res-arrow {
  width: 42px;
  height: 42px;
  border: none;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.res-arrow span {
  color: #c4a676;               /* gold-ish */
  font-size: 1.1rem;
}

/* RIGHT WHITE CARD */
.res-card {
  background: #ffffff;
  padding: 42px 46px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.res-card-title {
  font-family: "OGG", serif;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1aa5b7;
  margin-bottom: 1.4rem;
}

.res-card p {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #6d5f55;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .res-slider-track img {
    height: 320px;
  }

  .res-card {
    margin-top: 2rem;
  }
}
/* IMAGE HEIGHT */
.residence-img {
  height: 480px;
  object-fit: cover;
}

/* WHITE CARD */
.res-card {
  background: #fff;
  padding: 40px;
  margin-left: -70px;        /* card ko image ke upar overlap jaisa effect */
  margin-bottom: 40px;       /* image ke lower part ke level par rakhne ke liye */
}

.heading {
  font-family: "Ogg Unlicensed Trial",;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.2rem;
  color: #1aa5b7;
  margin-bottom: 20px;
}
/* Legacy rule (was for handle image). Keep stars sized via `.social-star`. */
.social-block img:not(.social-star) {
  width: 671px;
}

@media (max-width: 767px) {
  .social-block img:not(.social-star) {
    width: 90vw;
    /* screen ke hisaab se bari */
    max-width: 90vw;
  }
}

@media (max-width: 767px) {
  .social-block img:not(.social-star) {
    transform: scale(1.20);
  }
}

.res-card p {
  font-family: 'Neue Montreal', sans-serif;
  color: #6a625b;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* LEARN MORE BUTTON */
.learn-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border: 1px solid #d6b98c;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6a625b;
}

.learn-btn:hover {
    background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}

/* DOTS TOP LEFT */
.res-dots {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 8px;
}

.res-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 0.6;
}

.res-dots .dot.active {
  background: #1aa5b7;
  border-color: #1aa5b7;
  opacity: 1;
}

/* ARROWS BOTTOM LEFT */
.res-arrows {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  gap: 10px;
}

.arrow-btn {
  width: 59px;
  height: 42px;
  background: #ffffff;
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  font-size: 20px;
  color: #d1b183;
  cursor: pointer;
}
.arrow-btn:hover {
  width: 59px;
  height: 42px;
  background: #3395A0;
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  font-size: 20px;
  color: white;
  cursor: pointer;
}
/* SECTION HEIGHT */
.residence-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* SLIDER MAIN BOX */
.res-slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/* IMAGES */
.res-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease;
}

.slide-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* DOTS */
.res-dots {
    position: absolute;
    top: 20px;
    left: 25px;
    display: flex;
    gap: 7px;
}

.res-dots .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffffa1;
    border: 1px solid white;
    cursor: pointer;
}

.res-dots .dot.active {
    background: #23a5a0;
    border-color: #23a5a0;
}

/* ARROWS */
.res-arrows {
    position: absolute;
    bottom: 20px;
    left: 25px;
    display: flex;
    gap: 12px;
}

.res-arrow {
    width: 42px;
    height: 36px;
    background: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #c5a87a;
    font-size: 18px;
    cursor: pointer;
}

/* RIGHT SIDE CARD */
.res-card {
    background: #fff;
    padding: 40px;
    margin-left: -60px;
    margin-right: 20px;
    box-shadow: 0px 4px 30px rgba(0,0,0,0.08);
}

.res-title {
    font-size: 20px;
    letter-spacing: 1px;
    color: #1e7f7a;
    margin-bottom: 15px;
}

.res-text {
    color: #555;
    font-size: 15px;
    margin-bottom: 15px;
}

.res-btn {
    display: inline-block;
    border: 1px solid #c5a87a;
    padding: 10px 25px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.res-btn .arrow {
    margin-left: 10px;
    color: #c5a87a;
}

/* Hero Background */
.hero-bg {
    background: 
        linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%),
        linear-gradient(135deg, 
            #5a7a5a 0%, 
            #4a6a4a 20%, 
            #3a5a3a 40%, 
            #2a4a2a 60%, 
            #1a3a2a 80%, 
            #0a2a1a 100%
        );
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 70%;
    height: 80%;
    background: linear-gradient(45deg, rgba(80,100,70,0.6) 0%, transparent 100%);
    border-radius: 0 0 100% 0;
    transform: rotate(-15deg);
}

.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 60%;
    background: radial-gradient(ellipse at top right, rgba(255,255,255,0.08) 0%, transparent 60%);
}
/* INTRO LUXURY SECTION */
.intro-luxury-section {
  padding-top: 140px;     /* ✅ REQUIRED */
  padding-bottom: 80px;  /* ✅ REQUIRED */
  background-color: #ffffff;
}

/* Small top line */
.intro-eyebrow {
  font-family: "Nunito", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a6f63;
}

/* Main heading */
.intro-main-title {
  font-family: "Ogg Unlicensed Trial";
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #2aa6b3;
  text-transform: uppercase;
}

/* Paragraphs */
.intro-paragraphs p {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #6d5f55;
  margin-bottom: 1.2rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Form Focus States */
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--teal) !important;
}

.form-check-input:checked {
    background-color: var(--teal);
    border-color: var(--teal);
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background: var(--teal);
    color: #fff;
}

/* Button Hover States */
.btn-outline-dark:hover {
    background-color: var(--dark);
    border-color: var(--dark);
}

.btn-outline-light:hover {
      background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}

/* Link Hover States */
a:hover {
    color: var(--teal);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section .position-relative {
        padding-left: 2rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (max-width: 767px) {
    .hero-section .position-relative {
        padding: 0 1.5rem 3rem !important;
    }
}

@media (max-width: 767px) {
  .hero-section {
    height: 400px;
    /* smaller height on mobile */
    background-size: cover;
    background-position: center;
  }
}



/* Center content */
.hero-inner {
  position: relative;
  z-index: 1;
}

/* Title styling */
.residences-title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Button style */
/* Figma style button */
.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 18px; /* text aur arrow ka gap */
  background-color: #1aa5b7; /* teal color */
  color: #ffffff;
  padding: 14px 32px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  border-radius: 0; /* sharp corners */
  transition: background 0.3s ease;
}

.btn-contact:hover {
  background-color: #158a99;
  color: #ffffff;
}

.btn-contact .arrow {
  font-size: 1.3rem; 
  line-height: 1;
  margin-top: 2px; /* thoda align fix */
}

/* SECTION 2 */
.luxury-section {
  background-color: #ffffff;
  padding-top: 110px;    /* TOP padding */
  padding-bottom: 110px; 
}

@media (max-width: 767px) {
  .luxury-section .row {
    --bs-gutter-y: 1rem;
  }
}

@media (max-width: 767px) {
  .luxury-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Heading */
.luxury-title {
  font-family: 'Ogg Unlicensed Trial';
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #3395A0;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 520px;
}
/* Paragraph */
.luxury-text {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #69443C;
  max-width: 85%;
  text-align: justify;
}
@media (max-width: 767px) {
  .luxury-text {
    width: 100%;
  }
}
.luxury-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

@media (max-width: 767px) {
  .luxury-image img {
    max-height: 250px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .luxury-section .row {
    --bs-gutter-y: 1rem;
  }
}

@media (max-width: 767px) {
  .luxury-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* SECTION 3 - Full Image */
.full-image-section {
  width: 100%;
  height: 800px;                     /* required height */
  background-image: url("images/Hero\ \(1\).png"); /* image path */
  background-size: cover;            /* image cover */
  background-position: center center;       /* center crop */
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .full-image-section {
    max-height: 250px;
    object-fit: cover;
  }
}

.full-image {
  height: 800px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .full-image {
    max-height: 250px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .full-image {
    margin-bottom: 60px;
    /* image aur heading ke darmiyan gap */
  }
}

@media (max-width: 767px) {
  .story2-image {
    margin-bottom: 10px;
    /* image aur heading ke darmiyan gap */
  }
}

/* SECTION 4 */
.features-section {
  background-color: #ffffff;
  padding-top: 110px;     /* top spacing */
  padding-bottom: 160px; /* bottom spacing */
}

@media (max-width: 767px) {
  .features-section .row {
    --bs-gutter-y: 1rem;
  }
}

@media (max-width: 767px) {
  .features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .features-section .text-center {
    margin-top: 3rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 767px) {
  .features-download-btn {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}


/* Titles */
.features-title {
  font-family: "Ogg Unlicensed Trial";
  font-size: 1.6rem;
  letter-spacing: 0em;
  text-transform: uppercase;
 
  color: #2aa6b3; /* teal */
}

/* List */
.features-list {
  list-style: none;
  padding-left: 0;;
  position: relative;
    /* for bullet positioning */
  
}

.features-list li {

  /* font-family: "Nunito"; */
  font-family: 'Neue Montreal', sans-serif;
    font-size: 16px;
    /* slightly smaller for better mobile fit */
    font-weight: 400;
    line-height: 1.4;
    /* tight line spacing */
    color: #69443C;
    margin-bottom: 8px;
    padding-left: 25px;
    /* space for custom bullet */
    position: relative;
    /* needed for ::before positioning */
    margin-right: 0;
    /* remove fixed margin */

}

/* Custom bullet */
.features-list li::before {
  content: "•";
    position: absolute;
    left: 0;
    /* aligns bullet to left of li */
    top: 0;
    color: #69443C;
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 767px) {
  .features-list li {
    font-size: 14px;
    /* smaller font for mobile */
    padding-left: 20px;
    /* reduce padding for smaller screens */
  }

  .features-list li::before {
    font-size: 0.9rem;
    /* smaller bullet */
  }
}

/* Download button */
.features-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 32px;
  border: 1px solid #e2c3a6;
  color: #8a5e4b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.features-download-btn:hover {
    background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}
.features-section ul {
  margin-left: 2px;
}
.full-image {
  width: 100%;
  height: 800px;                     /* required height */
  background-image: url("images/Hero\ \(1\).png"); /* image path */
  background-size: cover;            /* image cover */
  background-position: center;       /* center crop */
  background-repeat: no-repeat;
}
/* SECTION 5 – Newsletter / Form */
.newsletter-section {
  background-color: #ffffff;
  padding-top: 110px;
  padding-bottom: 160px;
}

/* Heading */
.newsletter-title {
  font-family: "Ogg Unlicensed Trial", serif;
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2aa6b3;
  max-width: 900px;
  margin: 0 auto 2.5rem auto;
}

/* Form basics */
.newsletter-form label {
  display: block;
  font-family: 'Neue Montreal', sans-serif;
  font-size: 0.85rem;
  color: #8a5e4b;
  margin-bottom: 0px;
}

.newsletter-form label span {
  color: #c48c5a;
}

/* Underline inputs & selects */
.form-underline {
  border: none;
  border-bottom: 1px solid #9ad3d8;
  border-radius: 0;
  padding: 1px 0 6px;
  background-color: transparent;
  box-shadow: none;
}

.form-underline:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #2aa6b3;
}

/* Bootstrap select reset */
.newsletter-form .form-select.form-underline {
  background-color: transparent;
  background-image: none;
  padding-right: 24px;
}

/* Custom dropdown arrow */
.select-group {
  position: relative;
}

.select-arrow {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 0.75rem;
  color: #8a5e4b;
  pointer-events: none;
}

/* Broker row */
.broker-row {
  margin-top: 24px;
  font-family: 'Neue Montreal', sans-serif;
  font-size: 0.85rem;
  color: #6d5f55;
}

.broker-label {
  margin-right: 12px;
}

.newsletter-form .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 0;
  border-color: #c48c5a;
  margin-top: 0;
}

/* Submit button – outline style (like fact sheet) */
.newsletter-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 38px;
  border: 1px solid #e2c3a6;
  background-color: #ffffff;
  color: #8a5e4b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-submit-btn span {
  font-size: 0.95rem;
}

.newsletter-submit-btn:hover {
   background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .newsletter-title {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
}
/* OUR STORY HERO */
.our-story-hero {
  height: 800px;                       
  width: 100%;
  position: relative;
  color: #ffffff;
  background-image: url("images/bg\ \(1\).png"); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Title styling */
.our-story-title {
  font-family: "Ogg Unlicensed Trial", serif;
  font-size:48px;
  letter-spacing: 0.4px;
  font-weight: 400;
  text-transform: uppercase;

}
/* OUR STORY – STORY BEHIND OUR NAME */
.story-name-section {
  background-color: #ffffff;
  padding-top: 110px;
  padding-bottom: 110px;
}

/* Title */
.story-title {
  font-family: "Ogg Unlicensed Trial", serif;
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2aa6b3;
  max-width: 520px;
}

/* Paragraph text */
.story-text {
  font-family: "Nunito";
  font-size: 18px;
  line-height:  150%;
  letter-spacing: 0;
  color: #69443C;
  max-width: 560px;
  padding-right: 25px;
}

@media (max-width: 767px) {

  /* Reduce section padding */
  .story-name-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Remove extra right/left space from columns */
  .story-name-section .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }

  /* Control container side padding */
  .story-name-section .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }

  .story-text {
    max-width: 100%;
  }
  }
/* Image */
.story-image img {
  width: 100%;
  height: 557px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .story-image img {
    max-height: 250px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .story-name-section .row {
    --bs-gutter-y: 1rem;
  }
}

@media (max-width: 767px) {
  .story-name-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .neighbor-section .row {
    --bs-gutter-y: 1rem;
  }
}

@media (max-width: 767px) {
  .neighbor-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.story1-image {
  width: 100%;
  height: 800px;                     /* required height */
  background-image: url("images/Our\ Story\ 2.webp"); /* image path */
  background-size: cover;            /* image cover */
  background-position: center center;       /* center crop */
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .story1-image {
    max-height: 250px;
    object-fit: cover;
  }
}
/* PARADISE THE BAHAMIAN WAY SECTION */
.bahamian-way-section {
  background-color: #ffffff;
  padding-top: 110px;
  padding-bottom: 110px;
}

.bahamian-title {
  font-family: "Ogg Unlicensed Trial";
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2aa6b3;
  max-width: 520px;
}

/* Text */
.bahamian-text {
  /* font-family: "Nunito", sans-serif; */
  font-family: 'Neue Montreal', sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #69443C;
  max-width: 520px;
  text-align: justify;
}

/* Image control */
.bahamian-image img {
  width: 100%;
  height: 557px;          /* REQUIRED HEIGHT */
  object-fit: cover;
}

@media (max-width: 767px) {
  .bahamian-image img {
    max-height: 250px;
    object-fit: cover;
  }
}

.story2-image {
  width: 100%;
  height: 800px;                     /* required height */
  background-image: url("images/Our\ Story\ 3.webp"); /* image path */
  background-size: cover;            /* image cover */
  background-position: center center;       /* center crop */
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .story2-image {
    max-height: 250px;
    object-fit: cover;
  }
}
/* GALLERY HERO */
.gallery-hero {
  height: 800px;                        /* hero height */
  width: 100%;
  position: relative;
  color: #ffffff;
  background-image: url("images/gallry.png");  /* apni image ka path */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Title */
.gallery-title {
  font-family: "OGG";
  font-size: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* GALLERY PAGE TITLE */
.gallery-page-title {
  font-family: "OGG",;
  font-size: 2rem;
  color: #2aa6b3;
  letter-spacing: 0.08em;
}

/* TABS */
.gallery-tabs .nav-link {
font-family: 'Neue Montreal',;
  font-size: 0.9rem;
  color: #69443C;
  background: transparent;
  border: none;
  padding: 0 14px;
  position: relative;
}

.gallery-tabs .nav-link.active {
  color: #c59c75;   /* gold underline */
  font-weight: 600;
}

.gallery-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: #c59c75;
  margin: 0 auto;
}

/* IMAGE STYLING */
.gallery-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0;
}

/* Mobile view - Smaller image height */
@media (max-width: 767px) {
  .gallery-img {
    height: 200px;
    /* 🔥 Fixed height for mobile */
    object-fit: cover;
    /* Optional: rounded corners */
  }

  /* Adjust gap between images if needed */
  .tab-content .row {
    row-gap: 10px;
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .gallery-img {
    height: 180px;
    /* Even smaller for very small screens */
  }
}
/* GALLERY TABS SECTION SPACING */
.gallery-tabs-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff; /* optional - clean white background */
}
/* SECTION */
.residence-section{
  padding:110px 0;
  background:#f4f2ef;        /* page bg */
}

/* SLIDER WRAPPER – only left column width */
.res-slider{
  position:relative;
  width:100%;
  height:420px;              /* adjust if needed */
  overflow:hidden;
  background:#000;
}

/* TRACK & IMAGES */
.res-slider-track{
  display:flex;
  width:400%;                /* 4 slides (update if more/less) */
  height:100%;
  transition:transform .6s ease;
}

.slide-img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* DOTS */
.res-dots{
  position:absolute;
  top:16px;
  left:20px;
  display:flex;
  gap:6px;
}

.res-dots .dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:transparent;
  border:1px solid #fff;
  opacity:.7;
  cursor:pointer;
}

.res-dots .dot.active{
  background:#1aa5b7;
  border-color:#1aa5b7;
  opacity:1;
}

/* ARROWS */
.res-arrows{
  position:absolute;
  left:24px;
  bottom:24px;
  display:flex;
  gap:10px;
}

.res-arrow{
  width:42px;
  height:36px;
  border:none;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.2);
  color:#c5a87a;
  font-size:18px;
  cursor:pointer;
}

/* CARD – simple, side-by-side */
.res-card{
  background:#fff;
  padding:40px;
  box-shadow:0 8px 30px rgba(0,0,0,.08);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;                 /* always above, never behind */
}

.res-title{
  font-family:"OGG";
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#1aa5b7;
  font-size:1.1rem;
  margin-bottom:1.2rem;
}

.res-text{
font-family: 'Neue Montreal', sans-serif;
  font-size:.95rem;
  line-height:1.9;
  color:#62584f;
  margin-bottom:1rem;
}

.res-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 26px;
  border:1px solid #c5a87a;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#62584f;
  text-decoration:none;
  margin-top:10px;
}

.res-btn .arrow{
  font-size:1rem;
  color:#c5a87a;
}

.res-btn:hover{
   background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}

/* MOBILE */
@media(max-width:991.98px){
  .res-slider{
    height:320px;
  }
  .res-card{
    margin-top:24px;
  }
}
/* SECTION */
.residence-section{
  padding:110px 0;
  background:#f4f2ef;        /* page bg */
}

/* SLIDER WRAPPER – only left column width */
body,
html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

/* Hero Section with Background */


/* Top Grey Bar (breadcrumb style) */
.top-bar {
    background-color: rgba(200, 200, 200, 0.3);
    /* Semi-transparent grey */
    padding: 10px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
}

.top-bar span {
    color: #fff;
    /* Making it white like the screenshot slightly suggests or grey based on context */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Header Layout */
.main-header {
    padding: 40px 60px;
}

/* Logo Styling (Left Side) */
.brand-title {
    font-family: 'Cinzel', serif;
    /* similar styling to the serif font used */
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.brand-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 300;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.curio-logo {
    font-family: 'Ogg Unlicensed Trial';
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 2px 0;
    margin-top: 5px;
}

.curio-sub {
    font-family: 'Neue Montreal', sans-serif;
    font-size: 0.6rem;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 2px;
}

/* Navigation Styling (Right Side) */
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.nav-list li {
    margin-bottom: 8px;
}

.nav-list a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    transition: opacity 0.3s;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.nav-list a:hover {
    border-bottom: 1px solid #ffffff;
}

.contact-hero .nav-list a:hover {
  border-bottom: 1px solid #69443C;
}

.nav-list a.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* Center Content Styling */
.center-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
    /* Push it up slightly so it's not over the palm trees */
}

.main-title {
    font-family: 'Ogg Unlicensed Trial',;
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Button Styling */
.btn-custom {
    background-color: #4AA09D;
    /* The specific teal color */
    color: white;
    padding: 12px 35px;
    border: none;
    border-radius: 0;
    /* Square edges */
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Neue Montreal';
    font-weight: 400;
    transition: background 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-custom:hover {
    background-color: #3b827f;
    color: white;
}

.arrow {
    margin-left: 10px;
    font-size: 1.1em;
}

/* Breadcrumb text at very top left outside image area */
.page-indicator {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #999;
    font-size: 14px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: bold;
}

.self-expression-image img {
    width: 610px;
    height: 570px;
    object-fit: cover;
}

/* .middle-section-image img {
    width: 100%;
    height: 800px;
  
} */

.middle-section-image {
  width: 100%;
  height: 800px;
  /* required height */
  background-image: url("images/amenities-hero-2.jpg");
  /* image path */
  background-size: cover;
  /* image cover */
  background-position: center;
  /* center crop */
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .middle-section-image {
    max-height: 250px;
    object-fit: cover;
  }
}

.middle-image {
  width: 100%;
  height: 800px;
  /* required height */
  background-image: url("images/OUR\ NEIGHBORHOOD\ 2.webp");
  /* image path */
  background-size: cover;
  /* image cover */
  background-position: center center;
  /* center crop */
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .middle-image {
    max-height: 250px;
    object-fit: cover;
  }
}

.section-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 60px;
}

.title {
    color: #1a9ebc;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.description {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.7;
    max-width: 480px;
}

.image-box img {
    width: 656px;
    height: 590px;
    border-radius: 4px;
    object-fit: cover;
}

.things-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 60px;
}
/* Desktop spacing only */
@media (min-width: 768px) {
  .things-wrapper .col-lg-6:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .things-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .things-wrapper .mb-5 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  .things-wrapper .row {
    --bs-gutter-y: 1rem;
  }
}

.things-title {
    color: #1a9ebc;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 0.3px;
}

.things-list {
    padding-left: 20px;
    margin: 0;
    max-width: 500px;
}

.things-list li {
    font-family: 'Neue Montreal';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    margin-bottom: 6px;
}

.image-holder {
    padding-left: 40px;
}

.things-img {
    width: 100%;
    height: 602px;
    border-radius: 4px;
    object-fit: cover;
}
@media (max-width: 767px) {
  .things-img {
    max-height: 250px;
    object-fit: cover;
  }
}


.map-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 60px;
}

.map-container {
    width: 100%;
    text-align: center;
}

.map-image img {
    width: 100%;
    height: 536px;
    object-fit: cover;
}

/* --- P MARKER --- */
.p-marker {
    position: absolute;
    top: 22%;
    /* Adjust until identical to screenshot */
    left: 36%;
    /* Adjust until identical to screenshot */
    text-align: center;
}

.p-circle {
    width: 60px;
    height: 60px;
    background: #1a9ebc;
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

/* OPTIONAL LOGO BELOW THE CIRCLE (the “BAHA MAR” text in screenshot) */
.p-logo {
    margin-top: 6px;
    width: 60px;
    /* adjust depending on your logo image */
    height: auto;
}

/* --- BOTTOM RIGHT TEXT --- */
.map-bottom-text {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #7c5a47;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.access-section {
  max-width: 1250px;
  margin: 0 auto;
  padding: 80px 140px;
}


/* LEFT LIST */
.access-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 100px;
  font-family: 'Neue Montreal';

  /* Add some space between columns */
}

/* RIGHT COLUMN spacing */
.flights-col {
  padding-left: 80px;
  font-family: 'Neue Montreal';
}

@media (max-width: 1400px) {
  .access-section {
    padding: 80px 180px;
  }
}

@media (max-width: 991px) {
  .access-section {
    padding: 60px 30px;
  }

  .access-list,
  .flights-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.access-list li {
    font-family: 'Neue Montreal';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    align-items: center;

    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;

}
/* Mobile only */
@media (max-width: 767px) {

  /* 2-column grid on mobile */
  .access-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .access-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  /* main icon (top) */
  .access-list li .icon {
    width: 28px;
    height: auto;
  }

  /* car + minutes row */
  .access-list li .icon-sm {
    width: 18px;
    height: auto;
  }
}

/* Mobile only */
@media (max-width: 767px) {
  .access-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    column-gap: 16px;
    row-gap: 18px;
  }

  .access-list li {
    margin-bottom: 0;
    /* handled by grid gap */
  }
}

@media (max-width: 767px) {

  /* 2-column grid */
  .access-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    /* columns ke darmiyan */
    row-gap: 22px;
    /* har row ke darmiyan (neecha gap) */
  }

  .access-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    gap: 6px;
    /* icon, text, minutes ke darmiyan */
    padding-bottom: 6px;
    /* har item ke neeche halka sa space */
  }

  /* top icon */
  .access-list li .icon {
    width: 28px;
    height: auto;
  }
  .access-list li .icon-sm {
    width: 18px;
    height: auto;
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .flights-col {
    width: 135%;
    max-width: 135%;
    margin-left: -18%;
  }
}
@media (max-width: 767px) {
  .flights-col {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .flight-row .plane {
    display: none;
  }
  .flight-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 320px;
  }
  .flight-row .curve {
    flex-shrink: 0;
    width: 50px;
  }

    /*  MOBILE – increase arrow / curve width */
    @media (max-width: 767px) {
      .flight-row .curve {
        width: 70px;
        /* ⬅ pehle 50px tha */
      }
    }
  
    /* 🔥 VERY SMALL SCREENS */
    @media (max-width: 400px) {
      .flight-row .curve {
        width: 85px;
      }
    }

  /* CHANGED: Fixed widths for city and time to prevent curve bending */
  .flight-row .city {
    width: 85px;
    /* CHANGED: Fixed width to accommodate longest text */
    text-align: right;
    font-size: 14px;
    flex-shrink: 0;
    /* CHANGED: Prevent shrinking */
  }

  .flight-row .time {
    width: 110px;
    text-align: left;
    font-size: 14px;
    flex-shrink: 0;
    /* CHANGED: Prevent shrinking */
  }

  .flight-row:first-child::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: url("images/svg/AirplaneTakeoff.svg") no-repeat center;
    background-size: contain;
  }
}

/* LEFT column - 2-column grid */
@media (max-width: 767px) {
  .access-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    row-gap: 22px;
  }

  .access-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding-bottom: 6px;
  }

  .access-list li .icon {
    width: 28px;
    height: auto;
  }

  .access-list li .icon-sm {
    width: 18px;
    height: auto;
    margin-top: 2px;
  }
}

/* Smaller screens */
@media (max-width: 400px) {
  .flights-col {
    margin-top: 15px;
  }

  .flight-row {
    gap: 10px;
    max-width: 280px;
    /* CHANGED: Adjusted for smaller screen */
  }

  /* CHANGED: Adjusted fixed widths for small screens */
  .flight-row .city {
    width: 75px;
    font-size: 12px;
  }

  .flight-row .time {
    width: 100px;
    font-size: 12px;
  }

  .flight-row .curve {
    width: 45px;
  }

   .flight-row:first-child::after {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 8px); 
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: url("images/svg/AirplaneTakeoff.svg") no-repeat center;
    background-size: contain;
  }
}
.icon {
    width: 22px;
    height: auto;
}

.icon-sm {
    width: 20px;
    margin-left: 6px;
}

/* RIGHT COLUMN */
.flights-col {
    padding-left: 50px;
    margin-top: -6px;
}

@media (max-width: 767px) {
  .flights-col {
    padding-left: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Smaller screens */
@media (max-width: 400px) {
  .flights-col {
    margin-top: 20px;
  }
}

.flight-row {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.city {
    font-size: 15px;
    font-weight: 500;
    color: #69443C;
    width: 110px;
}

.curve {
    width: 90px;
    margin: 0 16px;
}

.time {
    width: 140px;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.plane {
    width: 24px;
    margin-left: 8px;
}

.form-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 60px;
    text-align: center;
}

.form-heading-section h2 {
  text-align: center;
}


@media (max-width: 767px) {
  .form-heading-section h2 {
    text-align: left;
      margin-left: 0;
      padding-left: 0;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
}

.form-heading {
    font-size: 16px;
    color: #3395A0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    line-height: 1.6;
    font-weight: 500;
}
@media (max-width: 768px) {
  .form-heading span {
    display: block;
    line-height: 1.3;
  }
  .form-heading {
    font-size: 24px;
    text-align: center;
  }
}
/* INPUTS */
.form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #3395A0;
    padding: 6px 0 10px 0;
    font-size: 14px;
    color: #69443C;
    background: transparent;
}

.form-input:focus {
    outline: none;
    border-bottom: 1px solid #1a9ebc;
}

/* CHECKBOXES */
.checkbox-row {
    text-align: left;
    font-size: 14px;
    color: #69443C;
}

.checkbox-row label {
    margin-left: 15px;
    margin-right: 10px;
}

.checkbox-label {
    margin-right: 10px;
    font-size: 16px;
    color: #69443C;
}

/* SUBMIT BUTTON */
.submit-wrapper {
    text-align: center;
    margin-top: 45px;
}

.submit-btn {
    padding: 10px 34px;
    border: 1px solid #d4cabf;
    background: transparent;
    font-size: 14px;
    color: #5e5e5e;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #f0ebe6;
}

.arrow {
    margin-left: 6px;
    font-size: 15px;
}
.hero-section-gallery{
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url('./images/gallry.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}
.brand-title-gallery{
  color: white;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}


.form-heading {
    font-family: "Ogg Unlicensed Trial";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .5px;
    color: #1d8a97;
    line-height: 1.5;
}

.line-input {
    border: none;
    border-bottom: 1px solid #a7c5c9;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
    font-family: 'Neue Montreal', sans-serif;
}

.line-input:focus {
    border-bottom: 1px solid #1d8a97;
    box-shadow: none;
}

/* Dropdown arrow */
.dropdown-input {
    appearance: none;
    -webkit-appearance: none;
}

.custom-arrow {
    position: absolute;
    right: 10px;
    bottom: 12px;
    font-size: 18px;
    color: #7a7a7a;
    pointer-events: none;
}

.checkbox-label {
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
}

.checkbox-item {
    font-family: 'Neue Montreal', sans-serif;
    font-size: 15px;
}

.checkbox-item input {
    margin-right: 6px;
}

/* Button */
.submit-btn {
    padding: 10px 35px;
    border: 1px solid #c7b282;
    background: transparent;
    color: #69443C;
    font-family: 'Neue Montreal', sans-serif;
    border-radius: 0px;
    transition: 0.3s;
}

.submit-btn:hover {
     background-color: #3395A0;
    color: white;
    border-color: #3395A0;
}

.arrow {
    margin-left: 8px;
}

    .footer {
    width: 100%;
    background-color: #3395A0;
    padding: 30px 60px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: 'Nunito';
    margin-top: 30px;
    font-weight: normal;
    font-size: 18px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.footer-row{
    margin-top:30px;
}
.footer-row p{
  /* font-family: Nunito; */
  font-family: 'Neue Montreal', sans-serif;
font-weight: 300;
font-style: Light;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;

}
.footer-left{
    font-family: Ogg Unlicensed Trial;
    font-weight: 400;
    font-style: Regular;
    font-size: 27.68px;
    text-align: left;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;

  place-items: center;
  height: 80px;

}

.footer-left span {
    /* font-family: Nunito; */
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 300;
    font-size: 8.64px;
    line-height: 80%;
    letter-spacing: 4%;
    text-transform: uppercase;

}

.footer-center,
.footer-social {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF !important;
}
.footer-right{
    padding-bottom: 65px;
    margin-top: 0px;
    text-align: right;
}
.footer-right img{
    height: auto;
    max-height: 60px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #FFFFFF;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 14px;
    flex-wrap: nowrap;
}

.footer-links a {
    text-decoration: none;
    color: #FFFFFF;
}

.form-divider{
    margin: 10px auto;
    text-align: center;
    width: 100px;
    height: 0px;
    opacity: 1;
    border-top: 0.5px solid;
    color: #D4B278;
}
.footer-copyright{
    /* font-family: Nunito; */
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;

}

@media (max-width: 767px) {

  .footer {
    padding: 20px 16px;
    text-align: center;
  }

  .footer-row {
    row-gap: 20px;
  }

  /* All columns stack nicely */
  .footer-left,
  .right-col,
  .left-social-col,
  .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }

  /* Logo sizing */
  .footer-left img,
  .footer-right img {
    max-width: 160px;
    /* height: auto; */
  }
    .footer-left img {
      max-width: 100px;
      /* height: auto; */
    }
        .footer-left img {
          max-height: 220px;
          /* height: auto; */
        }

  /* SOCIAL LINKS — MAIN FIX */
  .social-col {
    gap: 8px;
  }

  .social-col p {
    margin: 0;
  }

  .social-col a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  /* Footer bottom */
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .footer-links {
    gap: 4px;
  }

  .footer-links span {
    display: none;
  }

  .footer-copyright {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .arrow-btn {
  background: #ffffff;
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  font-size: 20px;
  color: #d1b183;
  cursor: pointer;
}
@media (max-width: 767px) {
  .social-col {
    align-items: center;
  }

  .social-col a {
    text-align: center;
  }
}
.footer-right{
      text-align: center;
      padding-bottom: 0px;
    }
   
    .footer-left{
        font-family: OGG;
        font-weight: 400;
        font-style: normal;
        font-size: 30.02px;
        line-height: 100%;
        letter-spacing: 2%;
        text-transform: uppercase;
        height: 80px;

    }
    .right-col{
        text-align: center;
    }
        .left-social-col {
          text-align: center;
        }
    
    .footer-bottom{
        display: unset;
        font-family: 'Neue Montreal', sans-serif;
    }
    .footer-bottom {
    display: flex;
    flex-direction: column;   /* stack vertically */
    align-items: center;
  }

  .footer-links {
    order: 1;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links a,
  .footer-links span {
    margin: 3px 0;
    font-size: 14px;
  }
  .footer-links span {
    display: none;
  }
  .footer-copyright {
    order: 2;                 /* copyright at bottom */
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
  }

  .footer{
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.btn{
border-radius: 0% !important;
}

@media (max-width: 991px) {

  .padding-left,
  .padding-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left;
  }
}

li a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .bahamian-way-section .row {
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .heading-h2-style {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .bahamian-way-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bahamian-way-section .heading-h2-style {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {

  /* RESET the desktop padding */
  .downloads-list {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100%;
  }

  /* Left align everything */
  .download-item {
    justify-content: space-between;
    text-align: left;
  }

  .item-name,
  .sub-item-name,
  .downloads-header {
    text-align: left;
  }
  .floor-plans-sublist.show {
    padding-left: 0;
  }
}

.social-scroll-col {
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 25%;
}

@media (max-width: 768px) {
  .social-scroll-col {
    flex: 0 0 85%;
  }
}

.social-img-wrapper {
  aspect-ratio: 3 / 5;
  /* taller look */
  overflow: hidden;
}

.social-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .social-col {
    flex: 0 0 85%;
  }

  .social-scroll {
    gap: 10px;
  }
}

@media (max-width: 767px) {

  .footer {
    padding: 20px 16px;
    text-align: center;
  }

  .footer-row {
    row-gap: 20px;
    margin-top: 20px;
  }

  .footer-left,
  .right-col,
  .left-social-col,
  .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
    @media (max-width: 767px) {
      .footer-left img {
        max-width: 220px;
        width: 100%;
        object-fit: contain;
      }
    }
  /* 🔒 SOCIAL LINKS LOCK */
  .social-col {
    justify-content: center;
  }

  .social-col p {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .social-col a {
    display: block;
    /* IMPORTANT */
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  /* Footer bottom */
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-links {
    flex-direction: row;
    align-items: center;
    gap:10px;
    flex-wrap: wrap;
  }

  .footer-links span {
    display: none;
    margin: 0 5px;
    
  }
    .footer-links a {
      display: inline-block;
      text-align: center;
      color: #fff;
      text-decoration: none;
    }

  .footer-copyright {
    font-size: 12px;
  }
}
 @media (min-width: 992px) {
  .right-gap {
    margin-left: 100px;
  }
}
 @media (min-width: 768px) {
   .right-gap {
     padding-left: 100px;
     
   }
 }
@media (min-width: 768px) {
  .right-gap {
    padding-left: 100px;
  }
}
.right-col p:last-child {
  white-space: nowrap;
}
@media (max-width: 767px) {

  .footer {
    padding: 20px 16px;
    text-align: center;
  }

  .footer-row {
    row-gap: 20px;
    margin-top: 20px;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* spacing between links */
  flex-wrap: nowrap;
}

.footer-links a,
.footer-links span {
  white-space: nowrap;
}

/* Mobile specific */
@media (max-width: 768px) {
  .footer-links {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .right-col p {
    font-size: 12px;
  }
}
.page-dark-menu .btn-menu {
  color: #69443C !important;
  border-color: #69443C;
}

.downloads-header {
  margin-top: -8px;
}

.site-header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.site-header .container {
  padding-top: 0 !important;
}

body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


body {
  margin: 0;
  padding: 0;
}

/* Hide page scrollbar but keep scroll working */
html, body {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.site-header {
  margin: 0;
  padding: 0;
}

.site-header .container {
  padding-top: 0;
}

.menu-icon {
  font-size: 2em;
  /* or 24px, 32px, etc. */
}

/* Reduce gap below footer logo on mobile */
@media (max-width: 767px) {
  .footer-left {
    margin-bottom: -1rem;
    /* Adjust this value as needed */
  }

  .footer-logo {
    margin-bottom: 0;
  }

  /* If you want even less gap */
  .footer-row {
    row-gap: 1rem;
    /* Controls gap between all columns in mobile */
  }
}

.btn-menu i {
  font-size: 30px;
  color: #fff;
}

.brown-menu-page .btn-menu i {
  font-size: 30px;
  color: #69443C;
}

.hamburger-btn {
  padding: 0;
  cursor: pointer;
}

.hamburger-btn span {
  display: block;
  width: 40px;
  /* long lines */
  height: 1px;
  background: #69443C;
  /* brown if needed */
  margin: 7px 0;
  transition: 0.3s ease;
}

.hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(0, 0);
  position: absolute;
  top: 50%;
}

/* Middle line hide */
.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

/* Bottom line rotate */
.hamburger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, 0);
  position: absolute;
  top: 50%;
}


/* mobile menu  */
.hamburger-btn-new {
  padding: 0;
  cursor: pointer;
}

.hamburger-btn-new span {
  display: block;
  width: 46px;
  height: 1px;
  background: white;
  margin: 7px 0;
  transition: all 0.3s ease;
}

.hamburger-contact-new {
  padding: 0;
  cursor: pointer;
}

.hamburger-btn-contact span {
  display: block;
  width: 46px;
  height: 1px;
  background:#69443C ;
  margin: 7px 0;
  transition: all 0.3s ease;
}
body {
  font-family: 'Neue Montreal', !important;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: 'Ogg Unlicensed Trial', !important;
}

@media (max-width: 768px) {

  p,
  li {
    text-align: left !important;
    text-justify: auto;
    hyphens: none;
  }

}

.site-nav {
  margin-top: -30px;
}


.form-heading .amp {
  font-family: "Ojuju";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 768px) {
  .form-heading .amp {
    font-size: 1em;
  }
}

/* Mobile only: footer legal links exactly 12px */
@media (max-width: 767px) {
  .footer-links,
  .footer-links a {
    font-size: 12px !important;
  }
}

/* Mobile only: footer contact + social text 14px (not legal links) */
@media (max-width: 767px) {
  .footer .right-col p,
  .footer .right-col a,
  .footer .social-col a,
  .footer .social-col p {
    font-size: 14px !important;
  }
}

/* Mobile only: copyright 12px (avoid 768px overlap) */
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-copyright {
    font-size: 12px !important;
  }
}

/* Desktop: footer contact + social 16px, copyright 14px */
@media (min-width: 768px) {
  .footer .right-col p,
  .footer .right-col a,
  .footer .social-col a,
  .footer .social-col p {
    font-size: 16px !important;
  }

  .footer-copyright {
    font-size: 14px !important;
  }
}