﻿
.customdetail-header {
    padding-left: 20px !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #562f59 !important;
}

.store-features li {
    margin-bottom: 6px;
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

#storeDetailsModal .modal-dialog {
    max-width: max-content !important;
}

.store-features i {
    font-size: 18px;
    color: var(--gold);
}

.detailmodal-body {
    display: flex;
    justify-content: space-between;
    background-color: #DED1DF;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    flex-direction: column;
}

: root {
    --gold: #d4af37;
    --dark: #1a1a1a;
    --light-gold: #f9f2e8;
}

.py-100 {
    padding: 50px 0;
}

/* Hero Map */
.store-map-hero {
    position: relative;
    height: 40vh;
    /*        min-height: 600px;*/
}

    .store-map-hero iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.7);
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(0,0,0,0.9));
}

.hero-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    z-index: 2;
}

.display-3 {
    font-size: 2rem;
    font-weight: 700;
}

.btn-gold-lg {
    background: var(--gold);
    color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
}

    .btn-gold-lg:hover {
        background: #562f59 !important;
        color: #fff;
    }

/* Store Card */
.store-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s;
    height: 100%;
}

.social-links a {
    font-size: 15px !important;
    color: #0C0C0C;
}

.store-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-header {
    padding: 24px 24px 0;
}

    .card-header h3 {
        font-size: 1.1rem;
        font-weight: 600 !important;
        margin-bottom: 8px;
        color: #562f59;
    }

.reviews {
    font-size: 13px;
    display: flex;
    color: #562f59;
}

.stars {
    color: #ffc107;
    margin-right: 5px;
}

.rating {
    font-weight: bold;
    color: var(--dark);
}

.underline-gold {
    height: 3px;
    background: var(--gold);
    border: none;
    margin: 16px 24px;
    width: 60px;
}

.card-body {
    padding: 0 24px 24px;
}

.address, .hours {
    font-size: 12px;
    color: #0C0C0C;
    line-height: 1.6;
}

.hours {
    margin-top: 16px;
}

/* Buttons */
.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 14px;
}

.btn-outline-gold {
    border: 2px solid #562f59;
    color: var(--gold);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
}
    .btn-outline-gold:hover {
        border: 2px solid #562f59;
        color: #562f59 !important;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 14px;
        text-decoration: none;
    }
.btn-gold {
    background: #96709D;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}
    .btn-gold :hover {
        background: #562f59;
        color: #ffffff !important;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
    }
.view-details-link {
    display: block;
    margin-top: 20px;
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

    .view-details-link:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .display-3 {
        font-size: 2.8rem;
    }

    .hero-content {
        bottom: 40px;
    }
}

.book-visit {
    font-size: 10px;
}
/* Right Slide Modal */
.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 380px;
}

.modal-dialog-slideout {
    transform: translateX(100%);
    transition: transform .4s ease;
}

.modal.right.show .modal-dialog-slideout {
    transform: translateX(0);
}

/* Date & Time Cards */
.date-card,
.time-card {
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    background: #fafafa;
}

    .date-card.active,
    .time-card.active {
        border-color: var(--gold);
        background: #f2e8ef;
    }

.faq-section {
    background: #f2e8ef;
}

.faq-icon {
    font-size: 32px;
    color: var(--gold);
}

.faq-phone {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.accordion-button {
    font-weight: 600;
    font-size: 15px !important;
    border-radius: 8px !important;
    background: #f2e8ef;
    padding: 14px 18px;
}

    .accordion-button:not(.collapsed) {
        background: #f2e8ef;
        color: #000;
        border-bottom: 1px solid var(--gold);
    }

.accordion-item {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.accordion-body {
    background: #f2e8ef;
    padding: 16px 20px;
    font-size: 14px !important;
    color: #555;
    line-height: 1.6;
}

/* Right Slide Full Height Modal - Responsive */
#bookAppointmentModal .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 420px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}

#bookAppointmentModal.show .modal-dialog {
    transform: translateX(0);
}

/* Full screen on small devices */
.modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100vh;
    margin: 0;
}

@media (max-width: 767.98px) {
    #bookAppointmentModal .modal-dialog {
        max-width: 100vw;
    }
}

.top-video-wrapper {
    width: 100%;
    overflow: hidden;
}

.top-video {
    width: 100%;
    height: auto; /* prevents shrinking */
    display: block; /* removes inline gaps */
}

.btn-gold:hover {
    background: #562f59;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.hero-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    pointer-events: none;
}

    .hero-text.show {
        opacity: 1;
        pointer-events: auto;
    }

@media (max-width: 992px) {
    .store-locations-hero {
        position: relative;
        width: 100vw;
        top: 5rem;
        height: 27vh !important;
    }

    .hero-text {
        top: 7rem !important;
    }
}

@media (max-width: 523px) {
    .store-locations-hero {
        position: relative;
        width: 100vw;
        top: 5rem;
        height: auto !important;
    }
}

h2.elegant-heading {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1F3747;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

    h2.elegant-heading::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #EEE2DA, #e7c97f, #d4af37); /* Gold gradient */
        border-radius: 2px;
    }

.elegant-heading {
    color: #1F3747 !important;
}

.store-bg-shadow {
    position: relative;
    z-index: 1;
}

    /* The light background shadow behind the content */
    .store-bg-shadow::before {
        content: "";
        position: absolute;
        top: 130px;
        bottom: 17px;
        left: 15%;
        right: 37%;
        background: #d190b91c;
        border-radius: 20px;
        z-index: -1;
    }


/* Force dots to be in one horizontal line and perfectly centered */
.store-gallery-slider {
    position: relative;
}

    .store-gallery-slider .custom-dots {
        position: absolute;
        /*bottom: 20px;*/
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 10;
        width: auto;
    }

        .store-gallery-slider .custom-dots li {
            margin: 0;
            width: 14px;
            height: 14px;
        }

            .store-gallery-slider .custom-dots li button {
                width: 14px;
                height: 14px;
                padding: 0;
                background: rgb(100 124 125);
                border: 2px solid transparent;
                border-radius: 50%;
                opacity: 0.8;
                transition: all 0.4s ease;
                font-size: 0;
                cursor: pointer;
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            }

                .store-gallery-slider .custom-dots li button:hover {
                    background: #562f59;
                    transform: scale(1.2);
                }

            .store-gallery-slider .custom-dots li.slick-active button {
                background: #562f59;
                border: 2px solid #fff;
                transform: scale(1.4);
                box-shadow: 0 0 15px rgb(86 47 89);
                opacity: 1;
            }


/* Hide scrollbar for facilities */
.overflow-x-auto, .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .overflow-x-auto::-webkit-scrollbar, .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

:root {
    --gold: #d4af37;
    --dark: #111;
    --light: #f8f5f0;
}

.bg-appointment {
    background-color: #1E3747;
}

.appointment-heading {
    color: #EEE2DA;
}

.custom-padding {
    padding: 1.375rem 2.75rem !important;
}

.py-100 {
    padding: 50px 0;
}

.btn-primary-lg {
    background: #8DA5B5;
    color: #000;
    padding: 17px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}

.btn-primary-lg-new {
    background: white;
    color: rgb(83, 47, 91);
    padding: 17px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}

.btn-primary-lg:hover {
    background: #e0c567;
    transform: translateY(-3px);
}

.btn-outline {
    border: 2px solid var(--gold);
    color: var(--gold);
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    margin: 5px;
}

    .btn-outline:hover {
        background: var(--gold);
        color: #000;
    }

/* Hero */
.store-locations-hero {
    position: relative;
    height: 60vh;
    /*        min-height: 650px;*/
    overflow: hidden;
}

.hero-map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*        filter: brightness(0.6);*/
}

    .hero-map-wrapper iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);*/
}

.hero-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 900px;
}

.display-2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Store Cards */
.store-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all .4s;
    position: relative;
}

    .store-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }

.store-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.store-info {
    padding: 30px;
}

    .store-info h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        color: var(--dark);
    }

.store-badge {
    position: absolute;
    top: 20px;
    right: -10px;
    background: var(--gold);
    color: #000;
    padding: 8px 20px;
    font-weight: bold;
    z-index: 2;
}

    .store-badge.soon {
        background: linear-gradient(135deg, #5D1143, #D190B9);
        color: white;
    }

.flagship .store-badge {
    background: linear-gradient(135deg, #d4af37, #f7e1a4);
}

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.feature-item i {
    color: #96709D;
    font-size: 2rem;
    margin-bottom: 10px;
}

/* Gallery */
.gallery-img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .4s;
}

    .gallery-img:hover {
        transform: scale(1.05);
    }

.rounded-shadow {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .display-2 {
        font-size: 3rem;
    }

    .hero-text {
        width: 95%;
    }
}

.store-locations-hero {
    position: relative;
    width: 100vw;
    height: 60vh; /* Full screen height */
    /*        overflow: hidden;*/
}

@media (max-width: 1568px) {
    .store-locations-hero {
        position: relative;
        width: 100vw;
        height: 40vh; /* Full screen height */
        /*        overflow: hidden;*/
    }
}

.hero-map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapvideo {
    width: 100%;
    /*        height: 100%;*/
    object-fit: contain; /* KEY: fills both width & height */
}

.hero-text {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

/* Mobile Hero */
.store-locations-hero-mobile {
    position: relative;
    height: 40vh;
    overflow: hidden;
}

.hero-map-wrapper-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapvideo-mobile {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.7;
}

.hero-text-mobile {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    pointer-events: none;
}

    .hero-text-mobile.show {
        opacity: 1;
        pointer-events: auto;
    }

.hero-text-mobile {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
    padding: 20px;
    border-radius: 15px;
}

.btn-gold-mobile {
    background: #D4AF37;
    color: white;
    padding: 6px 53px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

/* Mobile Store Cards */
.store-card-mobile {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}

    .store-card-mobile:hover {
        transform: translateY(-5px);
    }

.store-img-mobile {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.store-badge-mobile {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #5D1143, #D190B9);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Mobile Social Circles */
.social-circle-mobile {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-circle-mobile:hover {
        background: #D4AF37;
        color: white;
        transform: scale(1.1);
    }

/* Mobile Gallery Dots */
.gallery-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
}

    .gallery-dot.active {
        background: #D4AF37;
        transform: scale(1.3);
    }

/* Mobile Buttons */
.btn-outline-gold-mobile {
    border: 2px solid #D4AF37;
    color: #D4AF37;
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-outline-gold-mobile:hover {
        background: #D4AF37;
        color: white;
    }

.btn-gold-mobile {
    background: #D4AF37;
    color: white;
    border: 2px solid #D4AF37;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-gold-mobile:hover {
        background: #B8941F;
        border-color: #B8941F;
        color: white;
    }

/* Mobile Text Colors */
.text-gold {
    color: #D4AF37 !important;
}

.underline-gold-mobile {
    border: none;
    border-top: 1px solid #D4AF37;
    opacity: 0.5;
}

/* Mobile Feature Cards */
.feature-card-mobile {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-icon-mobile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Gallery Images */
.gallery-img-mobile {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

    .gallery-img-mobile:hover {
        transform: scale(1.03);
    }

/* Mobile Store Card Premium */
.store-card-mobile-premium {
    border: 1px solid #e0e0e0;
}

.view-details-link-mobile {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
}

    .view-details-link-mobile:hover {
        color: #B8941F;
        text-decoration: underline;
    }

/* Mobile Book Appointment */
.bg-appointment {
    background: linear-gradient(135deg, #1E3747 0%, #2C4A5E 100%);
}

/* Responsive Typography */
@media (max-width: 576px) {
    .hero-text-mobile h1 {
        font-size: 1rem;
    }

    .hero-text-mobile p.lead {
        font-size: 0.8rem;
    }

    .store-card-mobile-premium h3 {
        font-size: 1.3rem;
    }

    .hero-text-mobile {
        position: absolute;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 90%;
        padding: 20px;
        border-radius: 15px;
    }

    .social-links a {
        font-size: 11px !important;
    }
}

:root {
    --primary: #5D1143;
    --secondary: #902167;
    --accent: #D190B9;
    --light-bg: #EEE2DA;
    --mid-blue: #8DA5B5;
    --dark-blue: #1F3747;
    --gray: #6F6F70;
    --light-gray: #88A1AE;
    --dark-gray: #1E3747;
    --purple: #96709D;
    --dark-purple: #501F5D;
    --text-dark: #0C0C0C;
    --text-light: #6F6F70;
}

.banner {
    position: relative;
    width: 100%;
    height: 40vh; /* Changed to full viewport height */
    /*min-height: 500px;*/ /* Minimum height for mobile */
    max-height: 800px; /* Maximum height for large screens */
    overflow: hidden;
}

.home-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 1200px;
    padding: 20px;
}

    .banner-content h1 {
        font-size: 3em;
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 1px;
        color: white;
        line-height: 1.2;
    }

    .banner-content p {
        color: white;
        font-size: 1.3em;
        margin-bottom: 30px;
        opacity: 0.95;
        font-weight: 300;
        line-height: 1.4;
    }

.btn-schedule {
    background: linear-gradient(135deg, var(--accent) 0%, var(--purple) 100%);
    color: white;
    padding: 15px 30px;
    font-size: 1em;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(209, 144, 185, 0.3);
    font-weight: 500;
}

    .btn-schedule:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(209, 144, 185, 0.4);
        background: linear-gradient(135deg, var(--purple) 0%, var(--accent) 100%);
        color: white;
    }

section {
    padding: 30px 20px;
    background-color: white;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Steps Section */
.steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0;
}

.step {
    text-align: center;
    flex: 1;
    min-width: 250px;
    padding: 30px 20px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

    .step:hover {
        box-shadow: 0 6px 20px rgba(144, 32, 103, 0.1);
    }

.step-icon {
    font-size: 2.5em;
    margin-bottom: 20px;
    display: block;
    color: var(--primary);
}

.step h3 {
    color: var(--primary);
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 400;
}

.step p {
    font-size: 1em;
    line-height: 1.5;
    color: var(--text-light);
}

/* Consultant Section */
.consultant-section {
    display: flex;
    align-items: stretch;
    gap: 60px;
    flex-wrap: nowrap;
}

.consultant-left {
    flex: 1;
    min-width: 0; /* Allows flex item to shrink */
}

    .consultant-left h2 {
        text-align: left;
        margin-bottom: 15px;
        font-size: 2.2em;
    }

    .consultant-left .subtitle {
        font-size: 1.1em;
        margin-bottom: 30px;
        text-align: left;
        color: var(--text-light);
    }

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 1em;
        color: var(--primary);
    }

    .form-group input, .form-group select {
        width: 100%;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 1em;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus, .form-group select:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(93, 17, 67, 0.1);
        }

.language-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.language-option {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 120px;
}

    .language-option input[type="radio"] {
        margin-right: 10px;
        width: 18px;
        height: 18px;
    }

    .language-option label {
        margin-bottom: 0;
        cursor: pointer;
    }

.submit-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(144, 32, 103, 0.3);
    }

.consultant-right {
    flex: 1;
    min-width: 0; /* Allows flex item to shrink */
    display: flex;
    align-items: center;
}

    .consultant-right img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        object-fit: cover;
    }

/* Reviews Section */
.reviews {
    display: flex;
    /*    justify-content: center;
    flex-wrap: wrap;*/
    /*    gap: 30px;
    margin: 40px 0;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    padding: 30px;
    border-left: 4px solid var(--primary);
    background: linear-gradient(145deg, #ffffff, #faf9fc);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-style: italic;
}

    .review p {
        font-size: 1.1em;
        line-height: 1.6;
        margin-bottom: 20px;
        color: var(--text-dark);
    }

    .review strong {
        display: block;
        margin-top: 15px;
        color: var(--primary);
        font-style: normal;
        font-weight: 600;
        font-size: 1em;
    }

/* Responsive Design */
@media (max-width: 1200px) {
    section {
        width: 95%;
        padding: 50px 20px;
    }

    .consultant-section {
        gap: 40px;
    }

    h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 992px) {
    .banner-content h1 {
        font-size: 2.5em;
    }

    .banner-content p {
        font-size: 1.1em;
    }

    .steps {
        gap: 20px;
    }

    .step {
        padding: 25px 15px;
    }

    .consultant-section {
        gap: 30px;
    }

    .consultant-left h2 {
        font-size: 1.8em;
    }

    .review {
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .banner {
        height: 70vh;
    }

    .banner-content h1 {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .banner-content p {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .btn-schedule {
        padding: 12px 25px;
        font-size: 0.9em;
    }

    section {
        padding: 40px 15px;
        margin: 30px auto;
        width: 100%;
        border-radius: 15px;
    }

    h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .steps {
        flex-direction: column;
        gap: 20px;
    }

    .step {
        width: 100%;
        max-width: 100%;
        padding: 25px 20px;
    }

    .consultant-section {
        flex-direction: column;
        gap: 40px;
    }

    .consultant-left h2 {
        font-size: 1.6em;
        text-align: center;
    }

    .consultant-left .subtitle {
        text-align: center;
    }

    .consultant-right {
        order: -1; /* Move image above form on mobile */
    }

        .consultant-right img {
            max-height: 300px;
            object-fit: cover;
        }

    .language-group {
        gap: 10px;
    }

    .language-option {
        min-width: 100px;
    }

    .reviews {
        align-items: center;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .review {
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }
}

@media (max-width: 576px) {
    .banner {
        height: 60vh;
        min-height: 400px;
    }

    .banner-content h1 {
        font-size: 1.6em;
    }

    .banner-content p {
        font-size: 0.9em;
    }

    section {
        padding: 30px 15px;
        margin: 20px auto;
        border-radius: 12px;
    }

    h2 {
        font-size: 1.5em;
        margin-bottom: 25px;
    }

    .btn-schedule {
        padding: 12px 20px;
        font-size: 0.85em;
    }

    .consultant-left h2 {
        font-size: 1.4em;
    }

    .form-group input, .form-group select {
        padding: 12px;
        font-size: 0.9em;
    }

    .language-group {
        flex-direction: column;
        gap: 8px;
    }

    .language-option {
        min-width: 100%;
    }

    .submit-btn {
        padding: 15px 30px;
        font-size: 1em;
    }

    .review {
        padding: 20px;
    }

        .review p {
            font-size: 1em;
        }
}

@media (max-width: 400px) {
    .banner-content h1 {
        font-size: 1.4em;
    }

    .banner-content p {
        font-size: 0.85em;
    }

    .step {
        padding: 20px 15px;
    }

    .step-icon {
        font-size: 2em;
    }

    .step h3 {
        font-size: 1.2em;
    }
}

/* Touch device optimizations */
@media (hover: none) {
    .btn-schedule:hover,
    .submit-btn:hover,
    .step:hover {
        transform: none;
    }

    .btn-schedule:active,
    .submit-btn:active {
        transform: scale(0.98);
    }
}

/* Print styles */
@media print {
    .banner {
        height: auto;
        position: relative;
    }

    .home-banner-video {
        display: none;
    }

    .banner-content {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        color: black !important;
    }

    section {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .btn-schedule, .submit-btn {
        display: none;
    }
}
.btn-gold:hover {
    background: #562f59;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.reviews {
    display: flex;
    margin: 0px;
    justify-content: start;
    gap: 1px;
}

@media (max-width: 768px) {
    .reviews {
        flex-direction: row;
        align-items: center;
    }
}

.mobile-category-section {
    display: none !important;
}
.validation-error {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.4;
}

    .validation-error i {
        font-size: 1rem;
    }

.form-group {
    position: relative;
}

.form-control.error {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

    .form-control.error:focus {
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25) !important;
    }

.form-control.valid {
    border-color: #28a745 !important;
    background-color: #f0fff4 !important;
}

.btn-gold:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: all;
}

.date-card.active, .time-card.active {
    background: linear-gradient(135deg, #5D1143, #902167) !important;
    color: white !important;
    border-color: #5D1143 !important;
}

/* Custom Toast Styles */
.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 9999;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    border-left: 4px solid #28a745;
}

    .custom-toast.show {
        transform: translateX(0);
    }

.toast-content {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #5D1143, #902167);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
}

.toast-message {
    flex: 1;
    font-weight: 500;
    color: #333;
}

.toast-close {
    color: #999;
    cursor: pointer;
    font-size: 1.2rem;
    transition: color 0.2s;
}

    .toast-close:hover {
        color: #333;
    }
.reviews {
    display: flex;
    /*    justify-content: center;
    flex-wrap: wrap;*/
    /*    gap: 30px;
    margin: 40px 0;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .reviews {
        align-items: center;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}