/* ==========================================================================
   Alert Bar
   ========================================================================== */
.alert.alert-dark {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    margin-bottom: 0;
    border-radius: 0;
    backdrop-filter: blur(5px);
}

.title{
    margin:25px;
}

.textSection{
    margin-top:30px;
    margin-bottom:30px;
}

.textSection p{
    font-size:30px
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.eventsSection .card-img-top {
    display: block;
    width: 100%; /* always fill the card’s width */
    aspect-ratio: 4 / 3; /* choose your desired ratio (4:3 here) */
    object-fit: cover; /* crop & scale to fill */
}

.open-contact-modal {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #000;
    color: #fff;
    border: 1px solid #444;
    border-radius: .25rem;
    text-decoration: none;
    cursor: pointer;
}

    .open-contact-modal:hover {
        background-color: #222;
        color: #fff;
    }



.two-col-section-bg {
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    background-color: #8bbcab;
}
/* ==========================================================================
   Front-page Title Section (above the fold index title)
   ========================================================================== */
.index-title {
    background-color: #91afbc;
    padding: 25px 35px;
    text-align: center;
}

    .index-title .title {
        font-size: 25px;
    }

/* ==========================================================================
   Navbar Base & Layout
   ========================================================================== */
/* Use flex to center items & space-between brand/button */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    /* will be overridden by the fixed navbar block below */
    height: 200px;
}

/* Dropdown menus tinted */
.dropdown-menu {
    background-color: #8bbcab
}

/* Logo padding & size */
.navbar-brand {
    padding: 2.5rem 1.5rem;
}

    .navbar-brand img {
        height: 90px;
        width: auto;
        display: block;
    }

/* Nav-items spacing & link hit-area */
.navbar-nav {
    display: flex;
    gap: 3rem; /* equal space between items */
    margin: 0 auto; /* center the links */
}

    .navbar-nav .nav-link {
        padding: 0.5rem 0;
        color: #000 !important;
    }

/* “Apply Now” custom pill button */
.btn-apply {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    margin-left: 1rem;
}
/* Or: white outline style */
.btn-outline-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

    .btn-outline-primary:hover {
        background-color: #f5f5f5;
        color: #000;
    }

/* Mobile toggler breathing room */
.navbar-toggler {
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}

/* ==========================================================================
   Fixed Frost-Glass Navbar (applies after your fluid layout above)
   ========================================================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px; /* match your header height */
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: saturate(180%) blur(10px);
    z-index: 1060;

}

/* Nav-links override (in case of specificity) */
.nav-link {
    color: #000 !important;
}

/* Alternative “Apply Now” style on tinted bar */
.btn-outline-primary {
    color: white;
    border-color: white;
    background-color: #8bbcab;
}

    .btn-outline-primary:hover {
        background-color: #8bbcab;
        color: #fff;
    }

/* ==========================================================================
   Video-Hero (front page) — KEEP EXACTLY AS IS
   ========================================================================== */
.hero {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    top: -110px; /* pull content up under navbar */
}

    .hero video,
    .hero .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        object-fit: cover;
        z-index: -1;
    }

/* ==========================================================================
   Intro Section (below hero/video)
   ========================================================================== */
.intro-section {
    background-color: #7a8a9c;
    color: #000;
    padding: 3rem 1rem;
    text-align: center;
}

    .intro-section h2 {
        font-size: 1.75rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .intro-section p {
        font-size: 0.95rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery-row {
    margin: 0 -0.5rem;
}

.gallery-col {
    padding: 0.5rem;
}

    .gallery-col img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0.25rem;
        object-fit: cover;
    }

.green {
    background-color: white;
    padding:0;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    background-color: #8bbcab;
    color: #fff;
    padding: 3rem 1rem;
}

    .site-footer a {
        color: #fff;
        text-decoration: none;
    }

        .site-footer a:hover {
            text-decoration: underline;
        }

    .site-footer .footer-col {
        margin-bottom: 2rem;
    }

    .site-footer h5 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .site-footer .contact-info p {
        margin-bottom: 0.5rem;
    }

    .site-footer .social-icons .btn {
        margin-right: 0.5rem;
        border: 4px solid #fff;
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.25rem;
    }

        .site-footer .social-icons .btn:hover {
            background-color: #fff;
            color: #7da99b;
        }

    .site-footer .newsletter-input {
        margin-bottom: 1rem;
    }

        .site-footer .newsletter-input input {
            width: 100%;
            padding: 0.75rem;
            border: none;
            border-radius: 0.25rem;
        }

    .site-footer .newsletter-btn {
        display: inline-block;
        background-color: #91afbc;
        color: #000;
        margin-top: 25px;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 0.25rem;
        font-weight: 500;
        width:100%;
    }

.contactPage {
    display: inline-block;
    background-color: #91afbc;
    color: #000;
    margin-top: 25px;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    font-weight: 500;
}

    .contactPage:hover {
        background-color: #8ba99c;
    }

.site-footer .newsletter-btn:hover {
    background-color: #8ba99c;
}
    /* Footer bottom text */
    .site-footer .footer-bottom {
        margin-top: 2rem;
        font-size: 0.875rem;
    }

/* ==========================================================================
   Containers & Utility Overrides
   ========================================================================== */
@media (max-width: 768px) {
    .hero {
        height: 60vh;
    }

        .hero video,
        .hero .hero-bg {
            height: 60vh;
        }

    .intro-section h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .col-md-4,
    .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.innerContainer {
    max-width: 90%;
    margin: auto;
}

/* ==========================================================================
   IMAGE-HERO (for pages like “Locations/Mallorca”)
   ========================================================================== */
/* Container for static-image hero (not the video hero) */
.hero-section {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 300px;
    overflow: hidden;
}

/* full-cover background image */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* semi-opaque black tint overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* title wrapper down in bottom-left */
.hero-content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 3;
    max-width: 50%;
}

/* large white headline */
.hero-title {
    margin: 0;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom:15px;
}

.white-section{
    background-color:white;
}

/*faq section*/
:root {
    --clr-faq-bg: #8ABFA0;
    --clr-faq-text: black;
    --clr-faq-border: rgba(0, 0, 0, 0.2);
    --gap: 1.5rem;
    --transition-speed: 0.3s;
}

.faq-section {
    background-color: #8bbcab;
    color: black;
    padding: var(--gap) 1rem;
}

.FAQ-innerContainer {
    max-width: 900px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: var(--gap);
}

.faq-divider {
    border: none;
    border-top: 1px solid var(--clr-faq-border);
    margin-bottom: var(--gap);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

/* Each question/answer pair */
.faq-item {
    border-bottom: 1px solid var(--clr-faq-border);
}

/* Hide default marker */
.faq-question {
    cursor: pointer;
    position: relative;
    padding: 0.75rem 0;
    list-style: none;
    font-size: 1.125rem;
    font-weight: 500;
}

    .faq-question::-webkit-details-marker {
        display: none;
    }

    /* Custom + / – icon */
    .faq-question::before {
        content: "+";
        font-weight: bold;
        margin-right: 0.75rem;
        transition: transform var(--transition-speed);
    }

.faq-item[open] > .faq-question::before {
    content: "–";
    transform: translateY(2px);
}

/* Answer panel */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-speed) ease;
}

.faq-item[open] > .faq-answer {
    max-height: 500px; /* big enough to show your content */
}

/* Styling inside answer */
.faq-answer p {
    margin: 0.5rem 0 1rem 1.75rem; /* indent to align under text */
    line-height: 1.6;
}

.calltoaction{
    text-align:center;
    padding:50px;
}

.ft {
    background-color: #8ABFA0;
    color:white;
    border:none;
}
/* Responsive tweaks */
@media (max-width: 600px) {
    .faq-title {
        font-size: 1.75rem;
    }

    .faq-question {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-collapse.show {
        background-color: #8bbcab;
        
        /* optional: full-width dropdown that sits over your page content */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 1rem 0;
    }

    .navbar-collapse .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff !important;
        font-size: 1.4rem;
        padding: .75rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    /* add/override the dropdown-arrow */
    .navbar-collapse .nav-item.dropdown > .nav-link::after {
        content: "›";
        font-size: 1.4rem;
        color: #fff;
        margin-left: .5rem;
    }

    .navbar-nav .dropdown-menu {
        max-height: 60vh; /* adjust as needed */
        overflow-y: auto; /* enable vertical scrolling */
        overscroll-behavior: contain; /* prevent scroll chaining into body */
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    }

    /* hide the default toggler outline while overlay is open */
    .navbar-toggler {
        position: relative;
        z-index: 1000;
    }

    /* add vertical padding to each stacked column */
    .two-col-section .row > [class*="col-"] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    /* center the “Request details” button */
    .two-col-section .open-contact-modal {
        display: block; /* full-width block so margin auto works */
        margin: 1rem auto 0; /* 1rem top, auto left/right, 0 bottom */
        text-align: center; /* if it has inline children */
    }



}

.modal-backdrop {
    z-index: 1080 !important;
}

.modal {
    z-index: 1090 !important;
}

/* 2) Push the dialog itself down so it isn’t hidden under the fixed nav */
.modal-dialog {
    /* match your header height + a little breathing room */
    margin-top: calc(110px + 1rem);
    margin-bottom: 1rem;
}

/* make all navbar dropdowns scrollable and trap the scroll inside them */




    /* scale down on tablets & phones */
    @media (max-width: 768px) {
        .hero-content {
            bottom: 1rem;
            left: 1rem;
            max-width: 80%;
        }

        .hero-title {
            font-size: 2rem;
        }
    }

    .nav-btn{
        background-color:white;
        border:none;
        color:black;
        font-size:12px;
    }

        .nav-btn:hover {
            background-color: white;
            border: none;
            color: black;
        }

body {
    background-color: #8bbcab;
}

.app-form-container {
    max-width: 800px;
    margin: 3rem auto;

    background: white;
    padding: 2rem;
    border-radius: .5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.required::after {
    content: " *";
    color: red;
}
/* exactly the same width/padding as your form */
.app-intro-container,
.app-form-container {
    max-width: 800px;
    margin: 3rem auto 1rem;

    padding: 2rem;
}

.submit-btn {
    background: #000;
    color: #fff;
    padding: .75rem 1.5rem;
    border: none;
    cursor: pointer;
}

/* Smaller hero for form pages */
.hero-section.hero--small {
    height: 30vh; /* about half the normal 60vh */
    min-height: 200px; /* don’t go too tiny */
}

    /* Center your page?title text in the small hero exactly like before */
    .hero-section.hero--small .hero-content {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Optional: reduce the font-size so it fits better in the shorter area */
    .hero-section.hero--small .hero-title {
        font-size: 1.5rem;
    }

    .hero-section.hero--small .hero-subtitle {
        font-size: 1rem;
    }

.app-intro-container .app-intro-title {
    /* keep your existing styles… */
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    color: #000;
    /* new: only 80% as wide as its container and centered */
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.app-intro-container p {
    font-size: 1rem; /* your standard body size */
    line-height: 1.6; /* comfortable reading */
    text-align: left; /* center all paragraphs too */
    margin-bottom: 0.75rem; /* a little less space below each */
    color: #000; /* match the title color */
}

/* Optional: tweak on small screens */
@media (max-width: 576px) {
    .app-intro-container .app-intro-title {
        font-size: 1.5rem;
    }

    .app-intro-container p {
        font-size: 0.95rem;
    }
}


/* ==== Contact Page Hero (scoped) ==== */
.contact-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-hero .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .contact-hero .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 2;
    }

    .contact-hero .hero-content {
        position: relative;
        z-index: 3;
        max-width: 1200px;
    }

    .contact-hero .hero-columns {
        display: flex;
        gap: 2rem;
        flex-wrap: nowrap;
    }

        .contact-hero .hero-columns .col-item {
            flex: 1;
            padding: 1rem;
        }

    .contact-hero .contact-btn {
        /* only appears on mobile (d-block d-md-none) */
    }

/* Mobile-specific stack + reorder */
@media (max-width: 767.98px) {
    .contact-hero {
        height: auto;
        padding: 3rem 1rem;
    }

        .contact-hero .hero-columns {
            flex-direction: column;
        }
            /* Move the first column to the bottom */
            .contact-hero .hero-columns .col-item:first-child {
                order: 2;
            }

            .contact-hero .hero-columns .col-item:not(:first-child) {
                order: 1;
            }
}

/* ==== Contact-hero button fixes ==== */
.contact-hero .hero-columns {
    align-items: center; /* vertically center all three items */
}

    .contact-hero .hero-columns .col-item {
        display: flex;
        justify-content: center; /* center content in each column */
        align-items: center;
    }

.contact-hero .open-contact-modal,
.contact-hero .contactPage {
    margin: 0; /* wipe out the global “auto auto” */
    padding: 0.75rem 1.5rem; /* if you still want that padding */
    display: inline-block; /* so width/content don’t shift */
    vertical-align: middle;
}

/* if you need extra space above/below just on contact-hero */
.contact-hero .contactPage {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* —— Section wrapper —— */
.membership-section {
    background-color: #8bbcab;
}

/* —— Header —— */
.membership-title {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
}

.membership-card {
    max-width: 120px;
    object-fit: contain;
}

/* —— Info card —— */
.membership-info {
    background: #fff;
}

    .membership-info .card-body {
        padding: 2rem;
    }

.membership-btn {
    display: inline-block;
    background-color: #91afbc;
    color: #000;
    margin-top: 25px;
    margin:auto auto;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    font-weight: 500;
}

.membership-header-title{
    color:white;
    text-align:center;
    padding-top:30px;
}
/* —— Gallery —— */
.membership-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 2px solid #fff; /* optional white gutter */
}
.membership-title {
    white-space: nowrap;
}


/* —— Mobile tweaks —— */
@media (max-width: 767.98px) {
    .membership-title,
    .text-primary {
        display: block;
        width: 100%;
        white-space: nowrap;
    }

    .membership-card {
        margin: 1rem auto 0;
        display: block;
    }
}




    /*.alert.alert-dark {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    margin-bottom: 0;
    border-radius: 0;
    backdrop-filter: blur(5px);
}*/

    /* front page title section  */
    /*.index-title {
    background-color: #91afbc;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    padding-right:35px;
    padding-left:35px;
}

.index-title .title{
    font-size:25px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 200px;
    padding: 0 1rem;
}

.dropdown-menu {
    background-color: #8bbcab;
}*/
    /* 1. Make the navbar flex and vertically center everything */
    /* 2. Give your brand logo some padding on left/right */
    /*.navbar-brand {
    padding: 2.5rem 1.5rem;
}*/

    /* 3. Constrain the logo height and auto width */
    /*.navbar-brand img {
        height: 90px;
        width: auto;
        display: block;
    }*/

    /* 4. Space out each nav-item horizontally */
    /*.navbar-nav {
    display: flex;
    gap: 3rem;*/ /* equal space between items */
    /*margin: 0 auto;*/ /* push nav-links into center */
    /*}*/

    /* 5. Give each link some top/bottom padding for hit-area */
    /*.navbar-nav .nav-link {
        padding: 0.5rem 0;
        color: #000 !important;

    }*/

    /* 6. Tweak the “Apply Now” button to be a white pill */
    /*.btn-apply {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    margin-left: 1rem;
}*/

    /* 7. If you’d rather keep Bootstrap’s outline style but turn white: */
    /*.btn-outline-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

    .btn-outline-primary:hover {
        background-color: #f5f5f5;
        color: #000;
    }*/

    /* 8. Add a little breathing room around the toggler on mobile */
    /*.navbar-toggler {
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}



.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;*/ /* whatever your nav height is */
    /*background-color: rgba(255, 255, 255, 0.25);*/ /* lower alpha for more transparency */
    /*backdrop-filter: saturate(180%) blur(10px);*/ /* frost-glass blur */
    /*z-index: 1060;
    transition: background-color 0.3s ease;
}



.nav-link {
    color: #000 !important;

}

.btn-outline-primary {
    color: white;
    border-color: white;
    background-color: #8bbcab;
}

.btn-outline-primary:hover {
    background-color: #8bbcab;
    color: #fff;
}


.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    top:-110px;
}

.hero video,
.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    z-index: -1;
}


.intro-section {
    background-color: #7a8a9c;
    color: #000;
    padding: 3rem 1rem;
    text-align: center;
}

.intro-section h2 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.intro-section p {
    font-size: 0.95rem;
    max-width: 800px;
    margin: 0 auto;
}

.gallery-row {
    margin: 0 -0.5rem;
}

.gallery-col {
    padding: 0.5rem;
}

    .gallery-col img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0.25rem;
        object-fit: cover;
    }


.site-footer {
    background-color: #8bbcab;
    color: #fff;
    padding: 3rem 1rem;
}

    .site-footer a {
        color: #fff;
        text-decoration: none;
    }

.site-footer a:hover {
    text-decoration: underline;
}


.site-footer .footer-col {
    margin-bottom: 2rem;
}

.site-footer h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.site-footer .contact-info p {
    margin-bottom: 0.5rem;
}

.site-footer .social-icons .btn {
    margin-right: 0.5rem;
    border: 4px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
}

.site-footer .social-icons .btn\:hover {
    background-color: #fff;
    color: #7da99b;
}


.site-footer .newsletter-input {
   
    margin-bottom: 1rem;
}

.site-footer .newsletter-input input {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 0.25rem;
}

    .site-footer .newsletter-btn {
        display: inline-block;
        background-color: #91afbc;
        color: #000;
        margin-top:25px;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 0.25rem;
        font-weight: 500;
    }

.site-footer .newsletter-btn\:hover {
    background-color: #8ba99c;
}



    

    /* —— Hero container —— */
    /*.hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 300px;
}*/

    /* full-cover background image */
    /*.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}*/

    /* semi-opaque black tint */
    /*.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}*/

    /* content positioned bottom-left */
    /*.hero-content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 3;
    max-width: 50%;*/ /* so long lines wrap nicely */
    /*}*/

    /* title styling */
    /*.hero-title {
    margin: 0;
    color: #fff;
    font-size: 3rem;*/ /* desktop size */
    /*line-height: 1.2;
    font-weight: 500;
}*/

    /* responsive scale down */
    /*@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-content {
        bottom: 1rem;
        left: 1rem;
        max-width: 80%;
    }
}




@media (max-width: 768px) {
    .hero

{
    height: 60vh;
}

.hero video,
.hero .hero-bg {
    height: 60vh;
}

.intro-section h2 {
    font-size: 1.5rem;
}

}

@media (max-width: 576px) {
    .col-md-4, .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
    padding-right: 0px;
    padding-left:0px;
}

.innerContainer {
    max-width: 90%;
    margin: auto auto;
}*/

/* Hide the entire honeypot wrapper from real users */
.honeypot-wrapper {
    position: absolute;
    left: -5000px;
    top: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


@media (max-width: 991.98px) {
    /* 1) Reset the .dropdown-menu so it just looks like plain text in the flow */
    .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    /* 2) Only the top-level links get the spaced-out flex + bottom border */
    .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .75rem 1rem;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        color: #fff !important;
    }

    /* 3) Give the top-level dropdown toggles a right arrow via a Unicode escape */
    .navbar-collapse > .navbar-nav > .nav-item.dropdown > .nav-link::after {
        content: "\203A"; /* SINGLE RIGHT-POINTING ANGLE QUOTE */
        font-size: 1.2rem;
        line-height: 1;
        color: #fff;
        margin-left: .5rem;
    }

    /* 4) Indent the submenu items so they look nested */
    .navbar-collapse .dropdown-menu .dropdown-item {
        padding: .75rem 1rem .75rem 2.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        background: transparent; /* override any white BG */
        color: #fff !important;
    }

    /* 5) Fix your “Apply Now” button to use the same style you have in the footer */
    .navbar-collapse .nav-btn {
        /* remove the white-background override you currently have */
        background: #91afbc;
        color: #000;
        border: none;
        width: auto;
        margin: 1rem auto;
    }


        .navbar-collapse .nav-btn:hover {
            background: #8ba99c;
        }

    /* allow the whole collapsed nav to scroll, and trap scroll inside it */
    .navbar-collapse.show {
        max-height: calc(100vh - 110px); /* viewport minus your fixed navbar height */
        overflow-y: auto;
        overscroll-behavior: contain; /* prevent “rubber-band” from bubbling */
        -webkit-overflow-scrolling: touch; /* smooth on iOS */
    }

    /* re-enable scrollable sub-menus if you still want them separately */
    .navbar-collapse .dropdown-menu {
        max-height: 60vh;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

}
