/* ------------------------------
   Expanded Navbar (default)
------------------------------ */
.custom-navbar {
    height: 105px;
    background: 
        linear-gradient(160deg, #A30000 0%, #A30000 20%, transparent 70%),
        linear-gradient(200deg, #A30000 0%, #A30000 20%, transparent 75%),
        #000000;
    background-blend-mode: normal;
    background-repeat: no-repeat;
    background-size: 50% 100%, 50% 100%, 100% 100%;
    background-position: left top, right top, center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: height 0.3s ease, padding 0.3s ease;
}

.custom-navbar .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 0;
}

.custom-navbar .navbar-brand img {
    height: 100px;
    transition: height 0.3s ease;
}

.custom-navbar .nav-link {
    font-size: 1.7rem;
    padding: 1.0rem;
    color: #ffffff !important;
    transition: font-size 0.3s ease, padding 0.3s ease;
}

.custom-navbar .btn {
    font-size: 1.7rem;
    padding: 0.5rem 1.0rem;
    transition: font-size 0.3s ease, padding 0.3s ease;
}

.custom-navbar .btn-outline-light {
    border-color: #ffffff;
    color: #ffffff;
}

.custom-navbar .btn-outline-light:hover {
    background-color: #ffffff;
    color: #000000;
}

/* ------------------------------
   Shrunk Navbar on Scroll
------------------------------ */
.navbar-shrink {
    height: 50px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    transition: height 0.3s ease, padding 0.3s ease;
}

.navbar-shrink .navbar-brand img {
    height: 30px;
    transition: height 0.3s ease;
}

.navbar-shrink .nav-link {
    font-size: 1.0rem;
    padding: 0.2rem 0.5rem;
    transition: font-size 0.3s ease, padding 0.3s ease;
}

.navbar-shrink .btn {
    font-size: 0.9rem;
    padding: 0.3rem 0.75rem;
    transition: font-size 0.3s ease, padding 0.3s ease;
}

/* --- Menu Styles --- */
/* --- Offcanvas (Side Menu) Styles --- */
.offcanvas {
    width: 280px; /* Adjust width as needed */
    /* OLD: background: linear-gradient(160deg, #A30000 0%, #A30000 20%, transparent 70%), linear-gradient(200deg, #A30000 0%, #A30000 20%, transparent 75%), #000000; */
    /* OLD: background-blend-mode: normal; */
    /* OLD: background-repeat: no-repeat; */
    /* OLD: background-size: 50% 100%, 50% 100%, 100% 100%; */
    /* OLD: background-position: left top, right top, center; */
    
    /* NEW: Simplified background to eliminate the "two panels" effect. */
    /* Using a solid dark background consistent with your navbar's primary color. */
    background-color: #000000; /* Solid black background */
    
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.offcanvas .btn-close {
    filter: invert(1); /* Makes the close button white for dark background */
}

.offcanvas-title {
    font-family: 'Lora', sans-serif;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
}

.offcanvas-body .nav-link {
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
    color: white !important; /* Ensure links are white */
    transition: background-color 0.2s ease, color 0.2s ease;
}

.offcanvas-body .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Slight hover effect */
    color: #f8f9fa !important;
}

.offcanvas-body .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Separator for menu items */
}

.offcanvas-body .nav-item:last-child {
    border-bottom: none;
}


/* --- General Global styles --- */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* --- Hero Section Absolute Layout --- */
.background-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.bg-slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 1s ease;
}

/* ------------------------------
   Hero Section
------------------------------ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: clamp(1rem, 10vh, 6rem);
    box-sizing: border-box;
}

.hero-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.background-carousel {
    z-index: 0;
}

.hero-canvas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2rem;
    min-height: 100%;
}

.hero-canvas-alt {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 120px;
}

.hero-content-box {
    background-color: rgba(0, 0, 0, 0.25);  /* semi-transparent black */
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
    padding: clamp(3rem, 8vw, 6rem);
    /*max-width: 1600px;*/
}

/* ------------------------------
   Title and Fonts
------------------------------ */
.hero-title {
    font-family: 'Lora', sans-serif;
    font-size: clamp(1.5rem, 6vw, 4rem);
    font-weight: 400;
    color: white;
    white-space: nowrap;
    margin-top: 0rem;
}

.hero-script {
    font-family: 'Dancing Script', cursive;
    font-size: 1.4em;
}

.hero-script-sub {
    font-family: 'Dancing Script', cursive;
    font-size: 1.4em;
}

/* ------------------------------
   Centered Photo + Subtitles
------------------------------ */
.hero-subtitle-arrow-group {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    align-items: center;
    gap: clamp(0.5rem, 1.5vw, 2.5rem);
    flex-wrap: nowrap;  /* prevent line breaks */
}


.hero-subtitle {
    font-family: 'Lora', sans-serif;
    color: white;
    white-space: normal;
    max-width: 600px;
}

.hero-photo {
    width: clamp(150px, 18vw, 600px);
    height: clamp(150px, 18vw, 800px);
    border-radius: 8px;
    border: 2px solid white;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.hero-arrow {
    width: 60px;
    height: auto;
    opacity: 1;
}

/* ------------------------------
   Quote Box
------------------------------ */
.hero-quote-box {
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    padding: 1.5rem;
    margin: 1.5rem auto;            /* auto on left/right centers it */
    border-radius: 8px;
    font-family: 'Dancing Script', cursive;
    font-size: clamp(1rem, 3.5vw, 2rem);
    width: min(80%, 800px);         /* max 800px but still responsive */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
    text-align: center;
}

.hero-quote-box:hover {
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, .5);
}

/* ------------------------------
   Button Group
------------------------------ */
.hero-button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1rem;
}

.hero-btn {
    width: clamp(180px, 20vw, 400px);
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border-radius: 8px;
    font-family: 'Lora', sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    border: 2px solid white;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.hero-btn:hover {
    background-color: #f5f5f5;
    color: #333;
}

@media (max-width: 768px) {
    .custom-navbar {
        flex-wrap: wrap;
        position: static;
        height: auto;
        padding: 1rem 0;
    }
    
    .custom-navbar .container-fluid {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    
    .custom-navbar .navbar-brand {
        position: static;
        transform: none;
    }

    .custom-navbar .navbar-brand img {
        height: 60px;
    }
    
    .hero-section {
        align-items: flex-start;
        margin-top: 0px; /* match the new shorter navbar height */
    }
    
    .hero-content-box {
        padding: .5rem;
        max-height: 85vh;
        overflow: hidden;
    }

    .hero-subtitle-arrow-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0rem;
        font-size: clamp(.9rem, 3vw, 1.5rem);
    }
    
    .hero-arrow {
        display: none;
    }
    
    .hero-subtitle {
        font-size: clamp(1rem, 3vw, 1.5rem);
    }

    .hero-canvas {
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        gap: 1rem;
    }

    .hero-title {
        position: static;
        transform: none;
        margin-top: 1rem;
        font-size: clamp(1.0rem, 4vw, 2.5rem);
    }

    .left-button-group {
        flex-direction: column;
        align-items: center;
        gap: .5rem;
    }

    .left-button-group .hero-btn,
    .fee-btn {
        width: 80%;
        margin-top: .3rem;
    }

    .hero-quote-box {
        width: 95%;
        font-size: clamp(.5rem, 4vw, 1.2rem);
        margin-top: 0.5rem;
    }

    .fee-btn {
        font-size: clamp(1rem, 4vw, 1.2rem);
    }
    
    .custom-navbar {
        height: 70px;
        padding: 0.3rem 0;
    }

    .custom-navbar .navbar-brand img {
        height: 50px;
    }

    .custom-navbar .nav-link,
    .custom-navbar .btn {
        font-size: 1.1rem;
        padding: 0.3rem 0.5rem;
    }
    
}








