/* font imports */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --bg1: #151828;
    --bg2: #181F34;
    --body: #959dcc;
    --brand: #a79045;
    --white: #fff;
}

body {
    font-family: "Abril Fatface", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--brand);
    background: #38344b;
    overflow-x: hidden;

}





section {
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-position-y: top;
}






/* Navbar Styling */
.navbar {
    background: linear-gradient(#181F34, rgba(27, 31, 52, 0.1));
    padding: 10px 20px;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    height: 70px;
    white-space: nowrap;
    top: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;

}

/* Move Navbar Title to the Left */
.navbar-brand {
    font-family: 'Volkhov', serif;
    font-size: 32px;
    color: #a79045;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
    position: absolute;
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

/* Navbar Collapse */
.navbar-collapse {
    justify-content: flex-end;
    flex-grow: 1;
}

/* Navbar Links */
.navbar .nav-link {
    color: #9e9e9e;
    font-family: "Volkhov", serif;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    padding: 8px 12px;

}

/* Hover Effect */
.navbar .nav-link:hover {
    color: #eeeeee !important;
}

.navbar-brand:hover {
    color: #a79045;
    -webkit-text-stroke: 0.7px #000000;
}

/* Active Section Highlight */
.navbar .nav-link.active {
    color: #a79045 !important;
    font-weight: bold;
}

.book-now-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.book-now-nav-btn {
    width: 150px !important;
    height: 52px;
    font-size: 16px;
    line-height: normal !important;
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navbar Behavior on Small Screens */
@media (max-width: 1400px) {

    .navbar-collapse {
        background: transparent !important;
    }

    .navbar-toggler {
        display: block !important;
        /* Keep toggler visible */
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-brand {
        display: block !important;
    }

    /* Hide nav links initially */
    .navbar-nav {
        display: none !important;
    }

    /* Ensure navbar opens properly and is visible & Stack menu items vertically in .navbar-nav */
    .navbar-collapse.show .navbar-nav {
        display: flex !important;
        flex-direction: column;
        background: linear-gradient(rgba(40, 25, 54, 0.95), rgba(24, 31, 52, 0.85)) !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        align-items: center;
        padding: 15px 0;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 18px;
        display: block;
    }

    /* Hide "Book Now" button on small screens */
    .book-now-nav-btn {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: 26px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
        position: absolute;
        z-index: 2;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .navbar-brand {
        font-size: 22px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
        position: absolute;
        z-index: 2;
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    .navbar-brand {
        font-size: 18px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
        position: absolute;
        z-index: 2;
        white-space: nowrap;
        margin-right: 10px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 345px) {
    .navbar-brand {
        font-size: 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
        position: absolute;
        z-index: 2;
        white-space: nowrap;
        margin-right: 20px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 311px) {
    .navbar-brand {
        display: none !important;
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
    }
}



/* Home */

#home {
    background: linear-gradient(#181f347a, rgba(27, 31, 52, 0.0)), url("background/Home.jpg");
    min-height: 100vh;
    height: auto;
    width: 100%;
    display: flex;
    background-position: center;
    background-size: cover;
    background-position-y: top;
    align-items: center;
}

/* Home Content (Ensures proper layout) */
#home .container {
    max-width: 1200px;
    width: 100%;
}

#home a {
    margin-top: 24px;
}

.col-lg-6 h1 {
    font-size: 110px;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
    font-family: 'Volkhov', serif !important;
    font-weight: 900;
}

.col-lg-6 {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: -20%;
    text-align: right;
    margin-top: 0;
}

img {
    width: 100%;
}

/*  Responsive Adjustments */
/*  Medium Screens (Tablets & Small Laptops) */

@media (max-width: 1800px) {
    .col-lg-6 {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        margin-right: -10%;
        text-align: right;
        margin-top: 0;
    }
}


@media (max-width: 1500px) {
    .col-lg-6 {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        margin-top: -10%;
    }

    .col-lg-6 h1 {
        font-size: 90px;
    }
}

/* Smaller Screens (Tablets & Large Phones) */
@media (max-width: 1024px) {
    .col-lg-6 {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        margin-top: -10%;
    }

    .col-lg-6 h1 {
        font-size: 75px;
        align-items: flex-end;
    }
}

/* Phones */
@media (max-width: 768px) {
    .col-lg-6 {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        margin-top: 65%;
    }

    .col-lg-6 h1 {
        font-size: 55px;
        line-height: 1.2;
        align-items: flex-end;
    }
}

/* Extra Small Screens */
@media (max-width: 480px) {
    .col-lg-6 {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        margin-top: 65%;
    }

    .col-lg-6 h1 {
        font-size: 55px;
        line-height: 1.2;
        align-items: flex-end;
    }

    .cta-btns .btn {
        width: 150px !important;
        height: 52px;
        font-size: 16px;
        text-align: center;
        padding: 0 20px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

}


/* Button Styling */
/* Fix Get in Touch button size on homepage */

.cta-btns .btn {
    width: 200px;
    height: 52px;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}


/* Button */
/* Center the Get in Touch button inside col-lg-6 in the Home section */
#home .col-lg-6 .cta-btns {
    justify-content: center;
}

.btn {
    padding: 18px 44px;
    font-size: 18px;
    font-family: "Volkhov", serif !important;
    transition: 0.4s ease;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
}

.cta-btns {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}



.btn-outline-brand {
    width: 200px;
    height: 52px;
    font-size: 16px;
    padding: 12px 20px;
    background-color: transparent;
    color: var(--brand);
    border: 2px solid var(--brand);
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-brand:hover {
    background-color: var(--brand);
    color: #fff;
}

/* Ensure Modal is Fully Centered on All Screen Sizes */
.modal-dialog {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh;

}

/* Ensure Blur Effect Works on All Devices */
@supports ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))) {
    .modal-backdrop.show {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

/* Modal Styling */
.modal-content {
    background: #2a2331 !important;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    max-width: 420px;
    color: var(--brand);
    font-family: 'Volkhov', serif;
}

/* Apply Volkhov Font */
#getInTouchModal {
    font-family: 'Volkhov', serif !important;
}

/* Modal Background Blur */
.modal-backdrop.show {
    backdrop-filter: blur(8px);
}

/* Modal Header */
.modal-header {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

/* Ensure Close Button Stays in the Top Right */
.modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.section-title-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    padding-top: 7px;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
}

.section-title-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60%;
    height: 2px;
    background: radial-gradient(ellipse at center, #a79045 0%, #a79045 40%, transparent 100%);
    border-radius: 2px;
}

.modal-title {
    font-size: 30px;
    font-weight: 900 ! important;
    color: var(--brand);
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
    text-align: center;
    width: 100%;
}

/* Close Button */
.btn-close {
    filter: invert(1);
}

/* icons size */
.modal-body i {
    font-size: 25px !important;
}

.social-links i {
    font-size: 25px;
}

/* Contact Info */
.modal-body p {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    color: var(--brand);
    cursor: pointer;
}

/* Social Links */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

/* Social Link Buttons */
.social-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
    padding: 8px 12px;
    border-radius: 6px;
    color: var(--brand);
}

/* Social Icons */
.social-link i {
    font-size: 22px;
    color: var(--brand);
}

/* Hover Effect */
.social-link:hover {
    transform: scale(1.1);
    color: #fff;
}

.social-link:hover i {
    color: #fff;
}

/* for smaller screens */

@media (max-width: 480px) {
    .modal-title {
        font-size: 23px !important;
    }

    .modal-body .generic-text {
        font-size: 14px !important;
    }
}


@media (max-width: 380px) {
    .modal-title {
        font-size: 22px;
    }

    .modal-body p {
        font-size: 13px;
    }
}

#offerModal {
    font-family: 'Volkhov', serif !important;
}

/* Base offer styles */
.offer-headline {
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1.8em !important;
}

.offer-subtext {
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.6em !important;
}

.offer-contact {
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* Adjust only offer font sizes on screens < 470px */
@media (max-width: 470px) {
    .offer-headline {
        font-size: 23px !important;
    }

    .offer-subtext {
        font-size: 14px !important;
    }

    .offer-contact {
        font-size: 14px !important;
    }
}

/* About Section */
/* About Section (Default for Large Screens - 1024px and above) */
#about {
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: url("background/about.png") no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: -45px 10% 0px !important;
    margin-top: 45px;
    margin-bottom: 45px;
    background-position-y: -45px !important;
}

/* About Content */
.about-content {
    max-width: 40%;
    text-align: left;
    margin-top: -25px;
    margin-right: -25px;
}

/* Section Title */
.about-content .section-title {
    color: #a79045;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
}

.about-content .section-title h1 {
    font-size: 42px;
    text-transform: uppercase;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
    font-family: 'Volkhov', serif !important;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
}

/* Paragraph Styling */
.about-content .section-title p {
    font-size: 25px;
    line-height: 2;
    color: #a79045;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 550;
}

/* Signature Styling */
.signature-container {
    text-align: center;
    margin-top: 20px;
}

.signature {
    height: 150px;
    width: 300px;
    height: auto;
    margin-bottom: 40px;
}

/* Responsive Design Adjustments */
/* Tablets (Between 1024px and 2000px) */
@media (max-width: 2000px) {
    #about {
        min-height: 110vh;
        height: auto;
        width: 100%;
        background: url("background/about.png") no-repeat center top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: -45px 10% 60px !important;
        margin-top: 45px;
        margin-bottom: 45px;
        background-position-y: -45px !important;
    }

    /* About Content */
    .about-content {
        max-width: 40%;
        text-align: left;
        margin-top: -25px;
        margin-right: -25px;
    }

    /* Section Title */
    .about-content .section-title {
        color: #a79045;
        font-weight: bold;
        text-align: left;
        margin-top: 20px;
    }

    .about-content .section-title h1 {
        font-size: 42px;
        text-transform: uppercase;
        text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
        font-family: 'Volkhov', serif !important;
        font-weight: 900;
        margin-bottom: 15px;
        text-align: center;
    }

    /* Paragraph Styling */
    .about-content .section-title p {
        font-size: 22px;
        line-height: 2;
        color: #a79045;
        font-family: 'Libre Baskerville', serif !important;
        font-weight: 550;
    }

    /* Signature Styling */
    .signature-container {
        text-align: center;
        margin-top: 20px;
    }

    .signature {
        height: 150px;
        width: 300px;
        height: auto;
        margin-bottom: 40px;
    }

    /* Call to Action Buttons */
    .cta-btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-bottom: 70px;
    }

    .cta-btns a {
        width: 100%;
        max-width: 220px;
        font-size: 14px;
        text-align: center;
    }
}

/* Tablets (Between 768px and 1024px) */
@media (max-width: 1024px) {
    #about {
        flex-direction: column;
        justify-content: center;
        padding: -45px 10% 60px !important;
        margin-top: 45px;
        background-position-y: -45px !important;
        margin-bottom: 0;
        height: auto;
    }

    .about-content {
        max-width: 80%;
        text-align: center;
        margin-top: 0px;
    }

    .about-content .section-title {
        text-align: center;
    }

    .about-content .section-title h1 {
        font-size: 36px;
    }

    .about-content .section-title p {
        font-size: 18px;
        line-height: 1.6;
    }

    .signature-container {
        text-align: center;
        margin-top: 10px;
    }

    .cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .cta-btns a {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}

/* Mobile Phones (Below 768px) */
@media (max-width: 768px) {
    #about {
        flex-direction: column;
        padding: -45px 10% 60px !important;
        margin-top: 45px;
        background-position-y: -45px !important;
        margin-bottom: 0;
        text-align: center;
    }

    .about-content {
        max-width: 100%;
        margin: 0;
        margin-top: -35px;
        padding: 10px;
    }

    .about-content .section-title h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .about-content .section-title p {
        font-size: 16px;
        line-height: 1.5;
        -webkit-text-stroke: 0.3px #000000;
    }

    .signature {
        height: 120px;
        width: auto;
        margin-bottom: 20px;
    }

    .cta-btns {
        flex-direction: column;
    }

    .cta-btns a {
        width: 100%;
        max-width: 220px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #about {
        flex-direction: column;
        padding: -45px 10% 60px !important;
        margin-top: 45px;
        background-position-y: -45px !important;
        margin-bottom: 0;
        text-align: center;
    }

    .about-content {
        max-width: 100%;
        margin: 0;
        margin-top: -15px;
        padding: 10px;
    }

    .about-content .section-title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-content .section-title p {
        font-size: 16px;
        line-height: 1.5;
        -webkit-text-stroke: 0.3px #000000;
    }

    .signature {
        height: 120px;
        width: fit-content;
        max-width: 200px;
        margin-bottom: 20px;
    }

    .cta-btns {
        flex-direction: column;
    }

    .cta-btns a {
        width: 100%;
        max-width: 220px;
        font-size: 14px;
    }
}

/* Services Section */

#services {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}


/* 🔹 Universal Styling for Section Titles */
.section-title {
    text-align: center;
    color: #a79045;
    font-weight: bold;
}

/* 🔹 Standardized Title Styling */
.section-title h1 {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
    font-family: 'Volkhov', serif !important;
    font-weight: 900;
    margin-top: 50px;
}



/* 🔹 Standardized Paragraph Styling (Fixes Team Section) */
.section-title p {
    font-size: 20px;
    line-height: 2;
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
    font-weight: 550;
    font-family: 'Libre Baskerville', serif !important;
    margin-top: 15px;
}

/* Ensures proper alignment and increased spacing */
#servicesContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    max-width: 95%;
    margin: 0 auto;
    padding: 20px 0;
}

.pricing-tab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 5px;
}

/* Default: 5 items per row */
.service-item {
    flex: 1 1 calc(17% - 30px);
    max-width: calc(17% - 30px);
    min-width: 260px;
    margin-bottom: 40px;
}

/* 4 items per row */
@media (max-width: 1280px) {
    .service-item {
        flex: 1 1 calc(22% - 30px);
        max-width: calc(22% - 30px);
    }
}

/* 3 items per row */
@media (max-width: 1024px) {
    .service-item {
        flex: 1 1 calc(30% - 30px);
        max-width: calc(30% - 30px);
    }
}

/* 2 items per row */
@media (max-width: 768px) {
    .service-item {
        flex: 1 1 calc(45% - 30px);
        max-width: calc(45% - 30px);
    }
}

@media (max-width: 576px) {
    .service-slider-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        max-width: 400px;
        margin: 0 auto 30px auto;
    }

    #serviceSlider .service-item {
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .pricing-tab-container {
        display: none !important;
    }

    #serviceSlider .pricing-card {
        margin: 0 auto;
        width: 300px;
        height: 270px;
    }

}

/* Styling for the pricing card */
.pricing-card {
    background-color: #2a2331;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 270px;
    height: 275px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(235, 229, 229, 0.1);
    text-align: center;
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

/* making img circle */
.pricing-card .card-banner {
    border-radius: 50%;
    overflow: hidden;
    width: 140px;
    height: 140px;
    flex-shrink: 0;
}

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

/* Positioning price & header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 2px;
}

/* Align text properly */
.pricing-card .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -30px;
}

/* Service Title */
.h3.card-title {
    font-size: 22px;
    color: #a79045;
    margin: 8px 0;
    word-wrap: break-word;
}

/* Duration text */
.card-text {
    font-size: 15px;
    color: #a79045;
}

/* Price Styling */
.pricing-card .card-price {
    font-size: 27px;
    font-weight: bold;
    color: #a79045;
    align-self: flex-start;
    margin-top: 50px;
    margin-right: 5px;
}


/* Team Section */
#team {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.team-card-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.team-card-container .card {
    position: relative;
    width: 450px;
    height: 650px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), inset 0 0 0 1000px rgba(67, 52, 109, 0.6);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #a79045;
}

.card .img-box,
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    background: none;
}

.card .team-content {
    position: absolute;
    bottom: -200px;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(15px);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: bottom 0.5s;
    transition-delay: 0.7s;
}


.team-content .team-content-box h3 {

    letter-spacing: 2px;
    font-weight: 900 !important;
    font-size: 33px;
    text-align: center;
    margin: 20px 0 15px;
    line-height: 1.1em;
    transition: 0.5s;
    transition-delay: 0.7;
    text-transform: uppercase;
    color: #a79045;
    font-family: 'Volkhov', serif;
    opacity: 0;
    transform: translateY(-20px);
    -webkit-text-stroke: 0.7px #000000;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover .team-content {
    bottom: 0;
    transition-delay: 0s;
  }

  .card:hover .team-content .team-content-box h3 {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-content .team-content-box h3 span {
    font-size: 20px;
    font-weight: 900;
    text-transform: initial;
    margin-top: 5px;
    display: block;
}

/* Proper scaling for images inside the card */
.img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

#team .card.active .team-content {
    bottom: 0;
    transition-delay: 0s;
}

#team .card.active .team-content .team-content-box h3 {
    opacity: 1;
    transform: translateY(0);
}

#team .card.deactivating .team-content {
    bottom: -200px !important;
    transition-delay: 0s !important;
  }

  #team .card.deactivating .team-content .team-content-box h3 {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
  }

/* for small screens */

@media (max-width: 400px) {
    .team-card-container {
        flex-direction: column;
        align-items: stretch;
        margin: 20px 0;
    }

    .team-card-container .card {
        width: 92%;
        max-width: 350px;
        height: auto;
        margin: 15px auto;
        padding: 0;
        flex-direction: column;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), inset 0 0 0 1000px rgba(67, 52, 109, 0.6);
    }

    .card .img-box {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .img-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .card .team-content {
        position: absolute;
        bottom: -200px;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        backdrop-filter: blur(15px);
        box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        transition: bottom 0.5s;
        transition-delay: 0.7s;
    }

    .team-content .team-content-box h3 {
        font-size: 25px;
        margin: 10px 0 8px;
        line-height: 1.2;
        opacity: 1;
        transform: none;
        -webkit-text-stroke: 0.5px #000000;
    }

    .team-content .team-content-box h3 span {
        font-size: 15px;
    }

    #team .card.active .team-content {
        bottom: 0;
        transition-delay: 0.7s;
    }

    #team .card.active .team-content {
        bottom: 0;
        transition-delay: 0.7s;
    }

    #team .card.active .team-content .team-content-box h3 {
        opacity: 1;
        transform: translateY(0);
    }


    @supports not (-webkit-backdrop-filter: blur(15px)) {
        .card .team-content {
            backdrop-filter: none !important;
            background-color: rgba(40, 34, 48, 0.7) !important;
        }
    }

    @supports not (backdrop-filter: blur(15px)) {
        .card .team-content {
            backdrop-filter: none !important;
            background-color: rgba(40, 34, 48, 0.7) !important;
        }
    }

}

#team .card.active .team-content {
    bottom: 0;
    transition-delay: 0s;
}

#team .card.active .team-content .team-content-box h3 {
    opacity: 1;
    transform: translateY(0);
}

#team .card.deactivating .team-content {
    bottom: -200px !important;
    transition-delay: 0s !important;
  }

  #team .card.deactivating .team-content .team-content-box h3 {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
  }

@supports not (-webkit-backdrop-filter: blur(15px)) {
    .card .team-content {
        backdrop-filter: none !important;
        background-color: rgba(40, 34, 48, 0.7) !important;
    }
}

@supports not (backdrop-filter: blur(15px)) {
    .card .team-content {
        backdrop-filter: none !important;
        background-color: rgba(40, 34, 48, 0.7) !important;
    }
}

/* Gallery Section */
#gallery {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

/* Ensures proper alignment and increased spacing */
#gallery-container {
    gap: 30px;
    max-width: 95%;
    margin: 0 auto;
    padding: 40px 5px 60px;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: stretch;
    margin-bottom: 50px;
}

/* Gallery Item */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery-item img,
.gallery-item video {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Image Hover Effect */
.gallery-item:hover img,
.gallery-item video:hover {
    transform: scale(1.1);
}

/* Info Bar (Bottom Left Text) */
.info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: left;
}

.info-bar h3 {
    font-size: 18px;
    color: #a79045;
    margin: 0;
    font-family: 'Volkhov', serif;
    font-weight: 900 !important;
}

/* Date Sticker */
.date-sticker {
    position: absolute;
    font-family: 'Volkhov', serif;
    top: 10px;
    right: 10px;
    background: #a79045;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Ensure videos have a fixed size and fit nicely */
.custom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.custom-video[poster] {
    background-color: #000;
    /* shows only when poster is applied */
}

/* Play/Pause Button Styles */
.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: #38344b !important;
    font-size: 40px;
    font-family: Arial, sans-serif; /* Avoids inconsistent character spacing */
    line-height: 1;
    border: 2px solid #38344b !important;
    text-shadow: 2px 0 7px #a79045;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px; /* Slight nudge to visually center the "▶" */
    opacity: 1;
    transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

/* Hide when video is playing */
.video-container.playing .play-pause-btn {
    opacity: 0 !important;
}

/* Optional hover effect for desktop */
.play-pause-btn:hover {
    background-color: rgb(245 232 201 / 38%);
}

@media (hover: hover) and (pointer: fine) {
  /* Hide all controls */
  .custom-video::-webkit-media-controls,
  .custom-video::-webkit-media-controls-enclosure,
  .custom-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
  }

  /* Show ONLY the fullscreen button */
  .custom-video::-webkit-media-controls-fullscreen-button {
    display: block !important;
    position: absolute !important;
    top: 6px;
    left: 6px;
    z-index: 999;
    -webkit-appearance: auto !important;
  }
}

/* Disable hover & hide desktop button on touch devices */
@media (hover: none) and (pointer: coarse) {

    .btn-outline-brand:hover,
    .slider-arrow:hover {
        background-color: transparent;
        color: #a79045;
    }

    .btn-outline-brand:hover {
        border: 2px solid var(--brand);
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    /* Target Android only (JS uses native controls for iOS so no conflict) */
  video.custom-video {
    /* Hide native controls on Android so only our custom play button shows */
    -webkit-appearance: none !important;
    appearance: none !important;
  }
    
    video.custom-video::-webkit-media-controls-panel,
    video.custom-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    }

    .custom-video::-webkit-media-controls,
  .custom-video::-webkit-media-controls-enclosure,
  .custom-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
  }

  video.custom-video::-webkit-media-controls,
  video.custom-video::-webkit-media-controls-enclosure,
  video.custom-video::-webkit-media-controls-play-button,
  video.custom-video::-webkit-media-controls-start-playback-button,
  video.custom-video::-webkit-media-controls-timeline,
  video.custom-video::-webkit-media-controls-volume-slider,
  video.custom-video::-webkit-media-controls-current-time-display,
  video.custom-video::-webkit-media-controls-time-remaining-display,
  video.custom-video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }
}

@media (max-width: 400px) {
    .play-pause-btn {
        font-size: 30px;
        width: 45px;
        height: 45px;
    }

    .video-loading-label {
        font-size: 12px;
        top: 10px;
    }
}

.video-container {
    position: relative !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* prevent scrollbars */
}

/* Reviews Section Styling */

#reviews {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 40px auto;
    max-width: 95%;
    padding: 20px 5px 60px;
}

.review-card {
    background-color: #2a2331;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    width: 600px;
    height: 200px;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    text-align: center;
    word-wrap: break-word;
    scrollbar-width: thin;
    scrollbar-color: var(--brand) #2a2331;
}

/* WebKit scrollbar styling */
.review-card::-webkit-scrollbar {
    width: 8px;
}

.review-card::-webkit-scrollbar-track {
    background: #2a2331;
    border-radius: 10px;
}

.review-card::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 10px;
}

.review-card::-webkit-scrollbar-thumb:hover {
    background: #a79045;
}


.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    font-size: 24px;
    font-weight: bold;
    color: var(--brand);
    margin-bottom: 8px;
    word-break: break-word;
    font-family: 'Volkhov', serif;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
}

.review-stars {
    font-size: 18px;
    color: var(--brand);
    margin-bottom: 12px;
    white-space: nowrap;
}

.review-comment {
    font-size: 16px;
    color: var(--brand);
    word-break: break-word;
    font-family: 'Libre Baskerville', serif;
}

/* scroll bar in leaving a review comment section */
/* For WebKit browsers */
textarea::-webkit-scrollbar {
    width: 8px;
}

textarea::-webkit-scrollbar-track {
    background: #2a2331;
    border-radius: 4px;
}

textarea::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 4px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #a79045;
}

/* For Firefox */
textarea {
    scrollbar-width: thin;
    scrollbar-color: var(--brand) #2a2331;
}


/* Appointment Section */
/* Dark-Themed Appointment Section */

#appointment {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

#appointment .section-title p {
    margin-bottom: 40px;
}

#appointment-section {
    padding: 40px;
    background: #2a2331;
    color: #e0e0e0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin: auto;
    margin-top: 60px;
    padding-top: 75px;
    padding-bottom: 160px;
}

/* Center the Appointment Form */
.appointment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #2a2331;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
}

/* 📌 Form Fields */
#appointmentForm label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
    color: #a79045;
    font-size: 16px;
}

#appointmentForm input,
#appointmentForm select {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    background: #2a2331;
    color: #e0e0e0;
    border: 1px solid #a79045;
    border-radius: 5px;
    font-size: 16px;
}

/* Prevent autofill from changing background color */
#appointmentForm input:-webkit-autofill,
#appointmentForm input:-webkit-autofill:hover,
#appointmentForm input:-webkit-autofill:focus,
#appointmentForm input:-webkit-autofill:active {
    background: #2a2331 !important;
    color: #e0e0e0 !important;
    -webkit-text-fill-color: #e0e0e0 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Time Slot Selection */
#time-slots-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#appointmentForm p.select-time-label {
    margin-top: 12px;
    font-weight: bold;
    color: #a79045;
    font-size: 16px;
    font-family: 'Volkhov', serif !important;
}

/* Default Time Slot Styling - Transparent Background with Gold Text */
#time-slots-container button.time-slot {
    flex: 0 0 calc(14.28% - 10px);
    max-width: calc(14.28% - 10px);
    max-width: 100px;
    height: 42px;
    padding: 0;
    background: transparent !important;
    color: #a79045 !important;
    border: 2px solid #a79045 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 6px !important;
    font-weight: bold !important;
    font-size: 17px !important;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Hover & Selected Effect - Turns Gold with Dark Text */
#time-slots-container button.time-slot:hover,
#time-slots-container button.time-slot.selected {
    background: #a79045 !important;
    color: #2a2331 !important;
    transform: scale(1.1) !important;
}

/* Change font of Appointment table to match Team cards */
#appointmentForm label,
#appointmentForm input,
#appointmentForm select,
#time-slots-container button.time-slot {
    font-family: 'Volkhov', serif !important;
}

/* Book Now Button - Bigger & Centered, Different Style from Time Slots */
#bookNowButton {
    background: #a79045 !important;
    color: #2a2331 !important;
    border: 2px solid #a79045 !important;
    padding: 18px 35px !important;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    margin-top: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* Different Hover Effect for Book Now Button */
#bookNowButton:hover {
    background: #a79045 !important;
    color: #2a2331 !important;
    border-color: #a79045 !important;
    transform: scale(1.1);
}

/* for smaller screens */
@media (max-width: 845px) {
    .appointment-container {
        padding: 20px 15px;
        width: 95%;
    }

    #appointmentForm label {
        font-size: 15px;
    }

    #appointmentForm input,
    #appointmentForm select {
        font-size: 15px;
        padding: 10px;
    }

    #time-slots-container {
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #bookNowButton {
        width: 85% !important;
        max-width: 250px;
        font-size: 16px !important;
        padding: 14px 20px !important;
    }
}

@media (max-width: 390px) {
    select#service {
        font-size: 14px;
        white-space: normal;
        line-height: 1.3;
        width: 100%;
    }

    select#service option {
        white-space: normal;
    }
}

/* 4 per row: 600px – 740px (optimized for tighter fit) */
@media (max-width: 740px) and (min-width: 600px) {
    #time-slots-container button.time-slot {
        flex: 0 0 15%;
        /* Use more width, fits 4 per row tightly */
        max-width: 100%;
        font-size: 15px !important;
        padding: 0;
        /*  Remove padding to avoid vertical offset */
        margin: 4px;
        line-height: 1;
    }
}

/* 4 per row: 450px – 599px */
@media (max-width: 599px) and (min-width: 450px) {
    #time-slots-container button.time-slot {
        flex: 0 0 calc(22% - 10px) !important;
        font-size: 14px !important;
        padding: 0;
        line-height: 1;
    }
}

/* 4 per row: 370px – 449px */
@media (max-width: 449px) and (min-width: 370px) {
    #time-slots-container {
        gap: 5px !important;
    }

    #time-slots-container button.time-slot {
        flex: 0 0 calc(22% - 10px) !important;
        font-size: 12px !important;
        padding: 0;
        line-height: 1;
    }
}

/* 2 per row: < 370px */
@media (max-width: 369px) {
    #time-slots-container button.time-slot {
        flex: 0 0 calc(50% - 10px) !important;
        font-size: 11px !important;
        padding: 7px 0;
        line-height: 1;
    }
}

/* Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Popup Content */
.popup-content {
    background-color: #2a2331;
    margin: 10% auto;
    padding: 30px 20px;
    border: 2px solid #a79045;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    color: #e0e0e0;
    text-align: center;
    font-family: 'Volkhov', serif;
}

#appointmentSuccessMessage {
    font-size: 18px;
    font-weight: bold;
    color: #a79045;
}

.checkmark,
.error-icon,
#appointmentSuccessMessage span {
    font-weight: bold;
    margin-right: 8px;
    font-size: 20px;
    color: #a79045;
}

.error-icon {
    color: #a79045;
    font-weight: bold;
    margin-right: 8px;
    font-size: 20px;
}

#appointmentSuccessMessage.error {
    color: #a79045;
}

#appointmentSuccessClose {
    margin-top: 20px;
    padding: 10px 25px;
    background-color: #a79045;
    color: #2a2331;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


/* Responsive */
@media (max-width: 825px) {
    #appointment-feedback {
        width: 90%;
        font-size: 16px;
        padding: 10px 12px;
    }
}

/* Footer Section */
#footer {
    background: url("background/footer.png") no-repeat center;
    background-size: cover;
    padding: 40px 20px;
    margin-top: 50px;
    border-top: 3px solid #a79045;
    font-family: 'Volkhov', serif;
    color: var(--brand);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.footer-column {
    position: relative;
    padding: 10px 20px;
    text-align: center;
    flex: 1 1 240px;
    min-width: 240px;
    max-width: 300px;
}

/* Wider widths to fit long lines */
.footer-column:nth-child(2) {
    min-width: 300px;
}

/* Contact Us */
.footer-column:nth-child(3) {
    min-width: 330px;
    max-width: 350px;
}

/* Dividers between columns */
.footer-column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent 0%,
            #a79045 25%,
            #a79045 50%,
            #a79045 75%,
            transparent 100%);
    transform: scaleX(1.5);
    border-radius: 2px;
}

/* Responsive stacking on small screens */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-column {
        max-width: 100%;
        width: 100%;
    }

    .footer-column:not(:last-child)::after {
        display: none;
    }
}

.footer-title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-shadow: -2px -2px 0 #181F34, 2px -2px 0 #181F34, -2px 2px 0 #181F34, 2px 2px 0 #181F34;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60%;
    height: 2px;
    background: radial-gradient(ellipse at center, #a79045 0%, #a79045 40%, transparent 100%);
}



.footer-column p,
.footer-nav-link {
    font-size: 18px;
    color: var(--brand);
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 8px 0;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-nav-link:hover,
.footer-social-link:hover,
.footer-column p:hover {
    color: rgb(255, 255, 255);
}

.footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    cursor: pointer;
}

.footer-social-link {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--brand);
    transition: transform 0.3s, color 0.3s;
}

.footer-social-link i {
    font-size: 22px;
}

.footer-social-link:hover {
    transform: scale(1.1);
    color: rgb(255, 255, 255);
}

.footer-copyright {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #a79045;
}

.footer-copyright:hover {
    color: #ffffff;
}

@media (max-width: 1220px) {
    .footer-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    /* Center Navigation column under Contact Us */
    .footer-column:nth-child(4) {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        align-self: center;
    }

    /* Remove splitting line on the right of Opening Hours */
    .footer-column:nth-child(3)::after {
        display: none !important;
    }
}


@media (max-width: 950px) and (min-width: 769px) {
    .footer-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    /* Keep top row */
    .footer-column:nth-child(1) {
        order: 1;
    }

    .footer-column:nth-child(2) {
        order: 2;
    }

    /* Remove divider from right of Contact Us */
    .footer-column:nth-child(2)::after {
        display: none;
    }

    /* Opening Hours under Follow Us On (left in second row) */
    .footer-column:nth-child(3) {
        order: 3;
        width: 50%;
        max-width: none;
        flex: 0 0 50%;
        text-align: center;
        position: relative;
    }

    /* Navigation under Contact Us (right in second row) */
    .footer-column:nth-child(4) {
        order: 4;
        width: 50%;
        max-width: none;
        flex: 0 0 50%;
        text-align: center;
        position: relative;
    }

    /* Splitting line between Opening Hours and Navigation */
    .footer-column:nth-child(3)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom,
                transparent 0%,
                #a79045 25%,
                #a79045 50%,
                #a79045 75%,
                transparent 100%);
        transform: scaleX(1.5);
        border-radius: 2px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-column {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-column:nth-child(4) {
        align-self: center;
    }

    .footer-column:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 404px) {
    #footer {
        padding: 40px 0;
    }
}

.contact-link {
    color: var(--brand);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: white;
}

@media screen and (max-width: 1024px) {
    #about p {
        text-shadow: 2px 1px 0px #000000;
    }
}

/* The arrow itself */
.slider-arrow {
    background: none;
    border: none;
    font-size: 75px;
    font-weight: bold;
    color: #a79045;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
    text-shadow: 0px 0px 10px #ffffff;
}

@media (min-width: 576px) {
    .slider-wrapper {
        display: none;
    }

    .btn-outline-brand:hover,
    .slider-arrow:hover {
        color: #fff;
    }
}

/* Normal style */
.btn-outline-brand,
.slider-arrow {
    background-color: transparent;
    color: #a79045;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Responsive size adjustments for gallery and review items on small screens */
@media (max-width: 576px) {

    #gallerySlider .gallery-item,
    #reviewSlider .review-card {
        width: 95%;
        min-width: 310px;
        max-width: 410px;
        margin: 0 auto;
    }

    #gallerySlider .gallery-item {
        border: 2px solid #a79045;
    }

    .gallery-image,
    .custom-video {

        display: block;
        margin: 0 auto;
    }

    .review-card {
        background-color: #2a2331;
        color: white;
        padding: 16px;
        border-radius: 8px;
        text-align: center;
    }

    .slider-track {
        max-width: 100%;
    }

}

/* Slider container for small screens */
.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Track holding single item at a time */
.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    justify-content: center;
    object-fit: cover;
    padding: 0 10px;
}

/* Arrow containers with circular background */
.arrow-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.arrow-circle.left {
    left: 0;
}

.arrow-circle.right {
    right: 0;
}

/* Arrows */
.slider-controls {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Gallery and review items inside slider (optional styling for mobile) */
.gallery-item,
.review-card {
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.play-pause-btn.touch-hover-effect {
    background-color: rgb(245 232 201 / 38%)!important;
}

.video.custom-video.touch-hover-effect{
    background-color: rgb(245 232 201 / 38%)!important;
}

/* Touch feedback styles */
.btn-outline-brand.touch-hover-effect {
    background-color: #a79045 !important;
    color: white !important;
}

.slider-arrow.touch-hover-effect {
    color: white !important;
}

.gallery-item {
    border: 2px solid #a79045;
}

.video-loading-label {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Volkhov', serif;
    color: #a79045;
    font-size: 20px;
    font-weight: 900;
    background: transparent;
    /* completely transparent */
    padding: 2px 8px;
    border-radius: 4px;
    z-index: 20;
    pointer-events: none;
    text-shadow: 2px 1px 0px #000000;
}
/* Fully disable native video controls globally for custom-video */
video.custom-video::-webkit-media-controls,
video.custom-video::-webkit-media-controls-panel,
video.custom-video::-webkit-media-controls-enclosure,
video.custom-video::-webkit-media-controls-overlay-play-button,
video.custom-video::-webkit-media-controls-play-button,
video.custom-video::-webkit-media-controls-start-playback-button,
video.custom-video::-webkit-media-controls-timeline,
video.custom-video::-webkit-media-controls-volume-slider,
video.custom-video::-webkit-media-controls-current-time-display,
video.custom-video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}
