:root {

    --base-bg: #f0eae0;
    --accent-blue: #0bc7e0;
    --brand-orange: #ff7a04;

    --text-dark: #000000;
    --text-muted: #444444;
    --white: #ffffff;
    --black: #000000;

    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;

    --radius-lg: 40px;
    --radius-md: 20px;
    --section-padding: 100px;
}

body {
    background-color: var(--base-bg) !important;
    color: var(--text-dark);
    font-family: var(--font-body) !important;
}

@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 65px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 60px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
}


.cb-cursor {
    color: var(--brand-orange);
}

@media (max-width: 768px) {
    .cb-cursor {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hero-redesign .col-lg-8 {
        padding: 0 15px;
    }
    
    .hero-redesign .section-title {
        text-align: center;
    }
    
    .hero-redesign .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .hero-redesign .col-lg-8 {
        padding: 0 12px;
    }
    
    .hero-redesign .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}


header.main-header .header-sticky {
    background: transparent !important;
    transition: all 0.4s ease;
}

header.main-header .header-sticky.active {
    background: transparent !important;
}

@media (max-width: 991px) {
    header.main-header .header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        background: transparent !important;
        box-shadow: none !important;
        transition: all 0.4s ease;
    }
    
    header.main-header .header-sticky.active {
        background: rgba(240, 234, 224, 0.98) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    }
}


.main-menu ul li {
    margin: 0 5px;
}


.main-menu ul li a,
.navbar-brand .nav-text,
.header-contact-now,
.nav-link,
header.main-header a {
    color: #000000 !important;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.main-menu ul li a {
    padding: 10px 24px !important;
    border-radius: 40px;
    position: relative;
    border: 1px solid transparent;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    color: #000000 !important;

    transform: translateY(-1px);
}


header.main-header .header-contact-now i,
header.main-header .login-icon i,
header.main-header .header-contact-now:hover i,
header.main-header .login-icon:hover i {
    color: #000000 !important;
    background: transparent !important;

    transition: none !important;
    transform: none !important;
}


header.main-header .header-contact-now {
    display: flex;
    align-items: center;
    gap: 5px;
}

header.main-header .header-contact-now i {
    margin-right: 0 !important;
}


.header-contact-now:hover {
    color: #000000 !important;
    transform: none !important;
}


header.main-header .header-sticky .nav-link,
header.main-header .header-sticky .nav-text {
    color: #000000 !important;
}


.hero-redesign {
    position: relative;
    padding: 120px 0 160px;
    margin-top: 20px;

    background-color: var(--base-bg);
    overflow: hidden;

    min-height: 65vh;
    display: flex;
    align-items: center;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-redesign {
        margin-top: 15px;
        padding: 80px 0 120px;
    }
}

@media (max-width: 480px) {
    .hero-redesign {
        margin-top: 10px;
        padding: 60px 0 100px;
    }
}


.hero-svg-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;

    line-height: 0;

    pointer-events: none;
}

.hero-svg-wave svg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;

    max-height: 320px;
}

.hero-content {
    position: relative;
    z-index: 10;
    padding-right: 40px;
    margin-top: 20px;
}

.hero-redesign .section-title h3 {
    color: var(--brand-orange);
    letter-spacing: 0.05em;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: var(--font-body) !important;
}

@media (max-width: 768px) {
    .hero-redesign .section-title h3 {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .hero-redesign .section-title h3 {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 12px;
    }
}

.section-title h3 {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .section-title h3 {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .section-title h3 {
        margin-top: 15px;
    }
}

.hero-redesign .section-title h2 {
    color: var(--black) !important;
    font-family: var(--font-heading) !important;
    font-size:3rem !important;

    line-height: 1.2;
    margin-bottom: 40px;

    font-weight: 800 !important;
    letter-spacing: -1px;
    position: relative;
    z-index: 10;
}

.hero-redesign .section-title h2 span {
    color: var(--black) !important;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}




.hero-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.wave {
    position: absolute;
    background: rgba(255, 127, 3, 0.05);

    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-10deg);
}

.wave-1 {
    width: 800px;
    height: 600px;
    top: -100px;
    right: -200px;
}

.wave-2 {
    width: 600px;
    height: 400px;
    bottom: -150px;
    left: -100px;
    background: rgba(11, 199, 224, 0.05);

}

.wave-3 {
    width: 300px;
    height: 300px;
    top: 20%;
    left: 40%;
    opacity: 0.3;
}


.hero-image-wrapper {
    position: relative;
    width: 70%;

    margin: 0 auto;
    padding: 20px;
    z-index: 5;
}

.hero-image-blob {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #e8ddd0 0%, #f5f0ea 100%);
    border-radius: 50%;

    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.hero-image-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);

}

.hero-image-wrapper:hover .hero-image-main {
    transform: scale(1.05);
}


.floating-badge {
    position: absolute;
    background: var(--white);
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.badge-1 {
    top: 20%;
    right: -20px;
    max-width: 190px;
}

.badge-2 {
    bottom: 25%;
    left: -30px;
    max-width: 240px;
}

.floating-badge .icon {
    width: 50px;
    height: 50px;
    background: var(--base-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#00ba9a !important;
    font-size: 24px;
}

.floating-badge .text h4 {
    font-size: 20px;
    margin: 0;
    color: var(--text-dark);
    font-weight: 700;
    font-family: var(--font-body) !important;
}

.floating-badge .text p {
    font-size: 13px;
    margin: 0;
    color: var(--text-muted);
    font-family: var(--font-body) !important;
}


.hero-btns {
    position: relative;
    z-index: 9999 !important;

    margin-top: 40px;

}

@media (max-width: 768px) {
    .hero-btns {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .hero-btns {
        margin-top: 20px;
    }
}

.btn-premium {
    background: #E67300 !important;

    color: var(--white) !important;
    padding: 22px 60px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 18px !important;
    text-transform: capitalize !important;
    box-shadow: 0 8px 20px rgba(230, 115, 0, 0.2) !important;

    position: relative;
    cursor: pointer;
}

.btn-premium:hover {
    background: #ff7a04 !important;

    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(230, 115, 0, 0.15) !important;

    color: var(--white) !important;
}


.btn-premium i {
    color: #ffffff !important;
    transition: transform 0.3s ease, margin-right 0.3s ease;
}

.btn-premium:hover i {
    transform: translateX(5px) !important;
    animation: arrowBounce 0.6s ease infinite;
}


.down-arrow-circle {
    display: none !important;
}


.our-services {
    background-color: var(--white) !important;
    padding: 20px 0;

}


.our-services .section-title h2 {
    color: #000000 !important;
    text-align: center;
    margin-bottom: 5px;
    font-size: 2.5rem !important;

    line-height: 1.2;
}

.our-services .section-title h3 {
    text-align: center;
    color: var(--brand-orange);
    font-size: 1rem;
    margin-bottom: 5px;
}


.our-services .btn-default {
    background-color: #00ba9a !important;

    color: var(--white) !important;
    border: none;
    padding: 16px 20px;
    border-radius: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 186, 154, 0.25);
    position: relative;
}

.our-services .btn-default::after,
.our-services .btn-default::before {
    display: none !important;
    content: none !important;
}

.our-services .btn-default i {
    font-size: 14px;

    margin: 0;
}

.our-services .btn-default:hover {
    background-color: #00ba9a !important;
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 186, 154, 0.35);
}


.our-services .section-btn {
    float: none !important;

    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.service-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: var(--radius-md);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 186, 154, 0.12);
    border-color: rgba(0, 186, 154, 0.2);
    background: #ffffff !important;
}

.service-item:hover .icon-box {
    transform: scale(1.1);
}


.service-item:hover h3 {
    color: #000000 !important;
}

.service-item:hover p {
    color: #666666 !important;
}


.service-item::before {
    display: none;
}


.service-item .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    background-color: #f8f9fa;

    transition: all 0.3s ease;
}


.service-item:nth-child(1) .icon-box {
    background-color: rgba(230, 240, 255, 1);
}


.service-item:nth-child(2) .icon-box {
    background-color: rgba(255, 240, 230, 1);
}


.service-item:nth-child(3) .icon-box {
    background-color: rgba(240, 230, 255, 1);
}


.service-item:nth-child(4) .icon-box {
    background-color: rgba(230, 255, 240, 1);
}



.service-item .icon-box img {
    width: 40px;
    height: 40px;
    filter: brightness(0) !important;

    transition: all 0.3s ease;
}

.service-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000 !important;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.service-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: auto;

}


.pricing-container {
    background-color: var(--white) !important;
    padding: 60px 0 !important;

}


.pricing-container .section-title h2 {
    color: #000000 !important;

    font-size: 2.5rem !important;

    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
}

.pricing-container .section-title .subtitle {
    color: #666;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(240, 234, 224, 0.4) 100%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px !important;
    padding: 25px 15px !important;

    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    

    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.pricing-card:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15) !important;
    
}

.pricing-card.featured {
    background: #ffffff !important;
    box-shadow: 0 20px 40px rgba(255, 225, 225, 1) !important;
    position: relative;
    z-index: 2;
    transform: scale(1.03);
    border: 2px solid rgba(255, 122, 4, 0.5) !important;

}

.pricing-card.featured:hover {
    transform: scale(1.03) translateY(-12px) !important;
    box-shadow: 0 25px 40px rgba(255, 225, 224, 0.25) !important;
}


.pricing-header.emerald {
    background: linear-gradient(135deg, #00ba9a 0%, #00ba9a 100%) !important;

    box-shadow: 0 10px 25px rgba(0, 186, 154, 0.2);
    border: 2px solid rgba(0, 186, 154, 0.3);
}

.pricing-header.orange {
    background: linear-gradient(135deg, #ff7a04 0%, #ff9d47 100%) !important;

    box-shadow: 0 10px 25px rgba(255, 122, 4, 0.2);
}

.pricing-header.indigo {
    background: linear-gradient(135deg, #5804f6 0%, #884cf7 100%) !important;

    box-shadow: 0 10px 25px rgba(88, 4, 246, 0.2);
    border: 2px solid rgba(88, 4, 246, 0.3);
}

.pricing-header {
    border-radius: 20px !important;
    padding: 15px 10px !important;

    color: var(--white) !important;
    margin-bottom: 15px !important;
}

.pricing-header h3 {
    color: var(--white) !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.pricing-header .price {
    color: var(--white) !important;
}

.price .amount {
    font-size: 2.8rem !important;

    font-weight: 800 !important;
    font-family: var(--font-body) !important;
    line-height: 1;
}

.price .currency {
    font-size: 2rem;
    font-weight: 600;
    vertical-align: super;
}

.price .period {
    font-size: 1rem;
    opacity: 0.9;
}


.pricing-body {
    padding: 10px 0;
}

.pricing-body .tagline {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.pricing-body .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;

}

.pricing-body .feature-list li {
    padding: 6px 0;

    color: #333;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-body .feature-list li i {
    color: #00ba9a;
    font-size: 1rem;
}


.btn-join-premium {
    background: linear-gradient(135deg, #00ba9a 0%, #00d4b0 100%) !important;
    border-radius: 50px !important;
    padding: 16px 35px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    color: var(--white) !important;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 186, 154, 0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn-join-premium:hover {
    background: linear-gradient(135deg, #00ba9a 0%, #00ba9a 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 186, 154, 0.35);
}


.bonus-box {
    background: rgba(0, 186, 154, 0.1);
    border-radius: 12px;
    padding: 12px 15px;
    margin-top: 20px;
    border: 1px solid rgba(0, 186, 154, 0.2);
}

.bonus-box.highlight {
    background: rgba(255, 122, 4, 0.1);
    border-color: rgba(255, 122, 4, 0.3);
}


@media (max-width: 991px) {
    .pricing-card {
        margin-bottom: 30px;
        padding: 35px 25px !important;
    }

    .pricing-card.featured {
        transform: scale(1) !important;
        margin-bottom: 30px;
    }

    .pricing-header {
        padding: 25px 20px !important;
    }

    .price .amount {
        font-size: 3rem !important;
    }
}

@media (max-width: 576px) {
    .pricing-container {
        padding: 40px 0 !important;
    }

    .pricing-card {
        padding: 30px 20px !important;
        margin-bottom: 25px !important;
    }

    .pricing-card.featured {
        margin-bottom: 25px !important;
    }

    .price .amount {
        font-size: 2.5rem !important;
    }

    .btn-join-premium {
        width: fit-content;
        padding: 18px 45px !important;
       
        white-space: nowrap;
        margin-right: 15px;
    }
}


.page-book-appointment {
    background-color: var(--white) !important;
    padding: 50px 0 !important;

    position: relative;
    z-index: 5;
}

.appointment-wrapper {
    background: rgba(240, 234, 224, 0.4) !important;

    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px);
    border-radius: 30px !important;
    padding: 30px 40px !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12) !important;

    max-width: 700px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    position: relative;
}

.appointment-wrapper::before,
.appointment-wrapper::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-header .form-title {
    font-family: var(--font-heading) !important;
    font-size: 2.5rem !important;
    color: #000000 !important;
    margin-bottom: 5px !important;
    text-align: center;
    font-weight: 700 !important;
    line-height: 1.2;
}

.form-header .form-subtitle {
    font-family: var(--font-body) !important;
    font-size: 1rem !important;
    color: #666 !important;
    text-align: center;
    margin-bottom: 15px !important;
}

.appointment-form .form-control {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    height: 50px;
    padding: 0 20px !important;
    font-weight: 500;
    color: var(--black) !important;
    box-shadow: none !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
}

.appointment-form .form-control:focus,
.quick-form .form-control:focus {
    border-color: var(--accent-blue) !important;
    background: var(--white) !important;
    box-shadow: 0 5px 15px rgba(11, 199, 224, 0.1) !important;
}

@media (min-width: 992px) {
    .custom-select-container {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        z-index: 10;
        cursor: pointer;
    }

    .custom-select-trigger {
        width: 100% !important;
        height: 50px !important;
        background: rgba(255, 255, 255, 0.5) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 12px !important;
        padding: 0 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        font-weight: 500;
        color: var(--black) !important;
        transition: all 0.3s ease !important;
        position: relative;
    }

    .custom-select-trigger:after {
        content: '\f078';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 14px;
        color: #666;
        transition: transform 0.3s ease;
    }

    .custom-select-container.open .custom-select-trigger {
        border-color: var(--accent-blue) !important;
        background: var(--white) !important;
        box-shadow: 0 5px 15px rgba(11, 199, 224, 0.1) !important;
    }

    .custom-select-container.open .custom-select-trigger:after {
        transform: rotate(180deg);
        color: var(--accent-blue);
    }

    .custom-options {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        z-index: 10001;
        overflow: hidden;
        display: none;
        padding: 5px 0;
        max-height: 250px;
        overflow-y: auto;
    }

    .custom-option {
        padding: 12px 20px;
        font-size: 15px;
        color: #333;
        cursor: pointer;
        transition: all 0.2s;
        background: #fff;
    }

    .custom-option:hover {
        background: #f8f9fa;
        color: var(--accent-blue);
        padding-left: 25px;
    }

    .custom-option:last-child {
        border-bottom: none;
    }
}

.appointment-form .btn-submit {
    background: #00ba9a !important;
    color: white !important;
    width: 100%;
    height: 55px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 186, 154, 0.3);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.appointment-form .btn-submit:hover {
    background: #00ba9a !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 186, 154, 0.4);
}
@media (max-width: 991px) {
    .hero-redesign {
        padding: 100px 0 80px;
        text-align: center;
        background: var(--base-bg) !important;
        min-height: 100vh !important;
        display: flex;
        align-items: center;
    }

    .hero-redesign::after,
    .hero-waves,
    .hero-redesign::before {
        display: none !important;
    }

    .hero-image-wrapper {
        display: none !important;
    }

    .hero-content {
        padding-right: 0;
        margin-top: 5px;
    }
}

.cta-box {
    background-color: #00ba9a !important;
    padding: 50px 0;
    
    position: relative;
    border-radius: 20px;
    margin: 80px auto 40px;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 186, 154, 0.2);
}

.cta-bg-icon {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.cta-floating-leaf {
    width: 150px;
    filter: brightness(0) invert(1);
}

.cta-box .section-title {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.cta-box .section-title h2 {
    color: var(--white) !important;
    font-size: 1.8rem !important;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}

.cta-box .cta-subtext {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0;
}
.btn-premium-cta {
    background: #fff !important;
    color: black !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(230, 115, 0, 0.15);
    display: inline-block;
    text-transform: capitalize;
}

.btn-premium-cta:hover {
    background:white !important;
    color:  black !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(230, 115, 0, 0.1) !important;
    cursor: pointer;
}

@media (max-width: 991px) {
    .cta-box {
        text-align: center;
        padding: 30px 20px;
        width: 95%;
    }

    .cta-box .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .cta-bg-icon {
        display: none;
    }
}

@media (max-width: 991px) {
    header.main-header .header-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 10000 !important;
    }

    header.main-header .navbar-toggler {
        background: linear-gradient(135deg, #ff9800 0%, #ffa826 100%) !important;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
        transition: all 0.3s ease;
    }

    header.main-header .navbar-toggler:hover {
        box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
        transform: scale(1.05);
    }

    #mainMenu {
        position: fixed !important;
        top: -100% !important;  
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.85); 
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        padding: 80px 20px 40px;
        transition: top 0.5s cubic-bezier(0.85, 0, 0.15, 1);
        z-index: 9999;
        overflow-y: auto;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    }

    #mainMenu.show {
        top: 0 !important;
    }
    .navbar-nav .nav-link {
        font-size: 1.1rem; 
        font-weight: 700;
        color: #1a1a1a !important; 
        text-align: center;
        padding: 10px 30px;
        margin-bottom: 8px;
        border-radius: 12px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        letter-spacing: 0.5px;
    }
    
    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: linear-gradient(90deg, #ff9800 0%, #00ba9a 100%);
        border-radius: 10px;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .navbar-nav .nav-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 152, 0, 0.1);
        border-radius: 12px;
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background: rgba(255, 152, 0, 0.05);
        color: #1a1a1a !important; 
        transform: none;
    }

    .navbar-nav .nav-link:hover::before,
    .navbar-nav .nav-link.active::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .navbar-nav .nav-link:hover::after {
        left: 0;
    }

    .header-contact-btn {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 25px;
        border-top: 1px solid rgba(255, 152, 0, 0.3); 
        padding-top: 30px;
        width: 100%;
        flex-wrap: nowrap !important;
    }

    .header-contact-now {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        background: rgba(255, 152, 0, 0.1);
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 152, 0, 0.3);
    }

    .header-contact-now:hover {
        background: rgba(255, 152, 0, 0.2);
        border-color: rgba(255, 152, 0, 0.6);
        transform: translateX(5px);
        box-shadow: 0 4px 12px rgba(255, 152, 0, 0.2);
    }

    .header-contact-now i {
        color: #ff9800;
        font-size: 18px;
        transition: all 0.3s ease;
    }

    .header-contact-now span {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
    }

    .header-contact-now:hover i {
        transform: scale(1.15) rotate(-10deg);
    }

    .login-icon i {
        color: #ff9800;
        font-size: 1.5rem;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .login-icon:hover i {
        color: #ffa826;
        transform: scale(1.15) rotate(10deg);
        text-shadow: 0 0 10px rgba(255, 152, 0, 0.5);
    }

    .profile-menu {
    position: absolute !important;
    top: 500px;              
    right: 3px;                
    width: 250px !important; 
    max-width: 320px;

    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 152, 0, 0.08) 100%
    );

    box-shadow: 0 8px 32px rgba(255, 152, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);

    padding: 12px;
    border-radius: 15px;
    border: 2px solid rgba(255, 152, 0, 0.3);
    backdrop-filter: blur(10px);

    display: none; 
    z-index: 9999; 
}

}


    .profile-header {
        padding-bottom: 15px !important;
        gap: 15px !important;
        border-bottom: 1px solid rgba(255, 152, 0, 0.2);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .profile-avatar {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
        background: linear-gradient(135deg, #ff9800 0%, #ffa826 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .profile-info {
        flex: 1;
    }

    .profile-info p {
        font-size: 14px !important;
        color: #1a1a1a !important;
        font-weight: 700 !important;
        margin: 0;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
    }

    .profile-info span {
        font-size: 10px !important;
        color: #000000 !important;
        font-weight: 400;
        
    }


    .subscription-info {
        padding: 12px 0 !important;
        margin: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .subscription-info .sub-item {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        color: #ffffff;
        font-size: 13px;
    }

    .subscription-info label {
        color: #b0b0b0;
    }

    .logout-btn {
        padding: 12px 20px !important;
        font-size: 14px !important;
        margin-top: 12px !important;
        background: linear-gradient(135deg, #ff9800 0%, #ffa826 100%) !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 10px;
        width: 100%;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .logout-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 152, 0, 0.3);
    }

    .btn-default
    {
        width: fit-content;
        text-align: center;
        justify-content: center;
        background: #fff !important;
        color: #000000 !important;
        border-radius: 12px;
        padding: 15px;
        font-weight: 700;
        box-shadow: 0 10px 20px rgba(255, 122, 4, 0.2);
        transition: none !important;
    }
       .btn-premium {
        width: fit-content;
        text-align: center;
        justify-content: center;
        background: var(--brand-orange) !important;
        color: var(--white) !important;
        border-radius: 12px;
        padding: 15px;
        font-weight: 700;
        box-shadow: 0 10px 20px rgba(255, 122, 4, 0.2);
        transition: none !important;
    }


    .btn-default:hover,
    .btn-premium:hover {
        transform: none !important;
        box-shadow: 0 10px 20px rgba(255, 122, 4, 0.2) !important;
    }

    header.main-header .btn-default {
        transition: none !important;
        transform: none !important;
    }

    header.main-header .btn-default:hover {
        transform: none !important;
        box-shadow: 0 8px 20px rgba(47, 182, 163, 0.25) !important;
    }

    .btn-default:hover::after {
        display: none !important;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        color: var(--black);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }


@media (max-width: 991px) and (min-width: 577px) {
    .hero-btns {
        margin-top: 30px !important;
        display: flex;
        justify-content: center;
    }

    .btn-premium {
        padding: 18px 40px !important;
        width: auto;
        font-size: 16px !important;
        gap: 12px !important;
    }
}

@media (max-width: 767px) {
    .hero-redesign {
        padding: 40px 0 120px;
        min-height: auto !important;
        height: auto !important;
        display: block !important; 
    }

    .hero-redesign .section-title h2 {
        font-size: 2.8rem !important;
        line-height: 1.1 !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
    }

    .hero-redesign .section-title h3 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .hero-image-blob {
        border-radius: 50%;
    }

    .badge-1,
    .badge-2 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 15px auto !important;
        max-width: 90% !important;
    }

    .our-services .section-title h2,
    .pricing-container .section-title h2,
    .form-header .form-title,
    .cta-box .section-title h2 {
        font-size: 1.8rem !important;
        margin-bottom: 15px;
    }

    .hero-redesign .section-title h2 {
        font-size: 2rem !important;
        padding-top: 20px;
    }

}

@media (max-width: 576px) {
    .hero-redesign .section-title h2 {
        font-size: 1.5rem !important;
    }

    .hero-redesign .section-title h3 {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .hero-btns {
        margin-top: 30px !important;
        display: flex;
        justify-content: center;
    }

    .btn-premium {
        padding: 16px 24px !important;
        width: auto;
        max-width: 100%;
        min-width: 250px;
        justify-content: center;
        font-size: 16px !important;
        gap: 10px !important;
    }

    .btn-premium i {
        margin-left: 5px !important;
    }

    .appointment-wrapper {
        padding: 30px 15px !important;
    }

    .our-services .section-title h2,
    .pricing-container .section-title h2,
    .form-header .form-title,
    .cta-box .section-title h2 {
        font-size: 1.5rem !important;
    }

    .pricing-card {
        padding: 20px 15px !important;
    }

    .pricing-header h3 {
        font-size: 1.3rem !important;
    }

    .price .amount {
        font-size: 2.5rem !important;
    }
}

/* Pricing Grid Layout */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pricing-card.featured {
        transform: scale(1) !important;
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .pricing-card.featured {
        transform: scale(1) !important;
        grid-column: span 1;
    }
    
    .pricing-card {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .pricing-grid {
        gap: 20px;
    }
    
    .pricing-card {
        margin-bottom: 0;
        padding: 20px 15px !important;
    }
}

/* BACKGROUND SKETCHES */
.bg-sketch {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.sketch-1 {
    top: 10%;
    left: 5%;
    width: 200px;
    transform: rotate(-15deg);
}

.sketch-2 {
    bottom: 10%;
    right: 5%;
    width: 150px;
    transform: rotate(20deg);
}

/* ARROW BOUNCE ANIMATION */
@keyframes arrowBounce {

    0%,
    100% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(10px);
    }
}

/* ========================================
   SERVICES PAGE FOOTER GAP FIX
======================================== */
/* Removes white strip at bottom of services page */
#footer-placeholder {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

/* ========================================
   GLOBAL AESTHETIC ENHANCEMENTS
   (Animations, Popup Effects, & Shine)
======================================== */

/* 1. SMOOTH SCROLLING & SELECTION */
html {
    scroll-behavior: smooth;
}

::selection {
    background: var(--brand-orange);
    color: #fff;
}

/* 2. GLOBAL BUTTON SHINE & BOUNCE */
.btn-premium,
.btn-default,
.btn-join-premium
{
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    /* Bouncy Scale */
    z-index: 1;
}

.btn-premium-cta {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    /* Bouncy Scale */
    z-index: 1;
    background-color: #fff !important;
    color: #000000 !important;
}

.btn-premium:active,
.btn-default:active,
.btn-join-premium:active,
.btn-premium-cta:active {
    transform: scale(0.95) !important;
}

/* Shine Effect Ripple */
.btn-premium::after,
.btn-default::after,
.btn-join-premium::after,
.btn-premium-cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: none;
    z-index: -1;
    /* Behind text */
}

.btn-premium:hover::after,
.btn-default:hover::after,
.btn-join-premium:hover::after,
.btn-premium-cta:hover::after {
    left: 100%;
    transition: left 0.6s ease-in-out;
}

/* 3. CARD POPUP INTERACTIONS (3D LIFT) */
.service-item,
.why-box,
.why-box1,
.about-benefit-item,
.mission-vision-item {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    will-change: transform, box-shadow;
}

.service-item:hover,
.pricing-card:hover,
.why-box:hover,
.why-box1:hover,
.about-benefit-item:hover,
.mission-vision-item:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 25px 50px rgba(0, 186, 154, 0.15) !important;
    border-color: rgba(0, 186, 154, 0.3) !important;
    z-index: 10;
    background: #fff !important;
}

/* 4. FORM INPUT FOCUS SCALE */
.form-control {
    transition: all 0.3s ease-out !important;
}

.form-control:focus {
    transform: scale(1.02);
    z-index: 5;
}

/* 5. IMAGE HOVER ZOOM (Inside Figures) */
figure {
    overflow: hidden;
    border-radius: 20px;
    /* Consistent Radius */
}

figure img {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

figure:hover img {
    transform: scale(1.1);
}

/* 6. RESPONSIVE REFINEMENTS */
@media (max-width: 991px) {

    /* Disable aggressive scaling on touch to prevent layout shifts */
    .service-item:hover,
    .pricing-card:hover {
        transform: translateY(-5px) !important;
        /* Susbtler lift */
    }

    .form-control:focus {
        transform: none;
        /* No zoom on mobile inputs */
    }
}

/* ========================================
   GLOBAL UI SYNC (Services & Contact)
   ======================================== */

/* Unify Fonts */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif !important;
}

/* Clean Icon Style - Services */
.service-item .icon-box {
    background: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-bottom: 25px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

/* Icon Container - Contact Cards */
.contact-info-card .icon-wrapper {
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 186, 154, 0.08) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
    transition: all 0.4s ease !important;
    border: 1px solid rgba(0, 186, 154, 0.1) !important;
}

/* Teal Filter for Images - Services */
.service-item .icon-box img {
    filter: invert(41%) sepia(97%) saturate(2300%) hue-rotate(145deg) brightness(95%) contrast(105%) !important;
    width: 50px !important;
    height: 40px !important;
    transition: transform 0.3s ease;
}

/* Icon Style - Contact Cards */
.contact-info-card .icon-wrapper i {
    font-size: 20px !important;
    color: #00ba9a !important;
    transition: all 0.4s ease !important;
}

/* Hover Interaction */
.service-item:hover .icon-box img {
    transform: scale(1.1);
}

.contact-info-card:hover .icon-wrapper {
    background: #00ba9a !important;
    transform: rotate(10deg);
}

.contact-info-card:hover .icon-wrapper i {
    color: #fff !important;
    transform: scale(1.1) rotate(-10deg);
}

/* Service Item Card Polish */
.service-item {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 35px 25px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Contact Card Polish */
.contact-info-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px !important;
    padding: 15px !important;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    height: auto !important;
    min-height: 180px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-info-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 30px 60px rgba(0, 186, 154, 0.1) !important;
    background: #fff !important;
    border-color: rgba(0, 186, 154, 0.2) !important;
}

.contact-info-card h3 {
    color: #1a1a1a !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    font-size: 1.1rem !important;
}

.contact-info-card p {
    color: #666 !important;
    font-size: 1rem !important;
    line-height:1.5 !important;
}

.contact-info-card a {
    color: #1a1a1a !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.contact-info-card a:hover {
    color: #00ba9a !important;
}

/* ========================================
   PHASE 2: ULTRA-PREMIUM AESTHETICS
   (Peaceful, Floating, & Elegant)
======================================== */

/* 1. CUSTOM ELEGANT SCROLLBAR */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f0eae0;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00ba9a, #ff7a04);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00ba9a;
}

/* 2. FLOATING / LEVITATION ANIMATION */
@keyframes peacefulFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Apply to decorative icons and logo leaves */
.cta-floating-leaf,
.floating-badge
 {
    animation: peacefulFloat 4s ease-in-out infinite;
}

.badge-2 {
    animation-delay: 1s;
}

.badge-1 {
    animation-delay: 2s;
}

/* 3. ELEGANT NAVIGATION UNDERLINE (Desktop Only) */
@media (min-width: 992px) {
    .main-menu ul li a::before {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00ba9a;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .main-menu ul li a:hover::before,
    .main-menu ul li a.active::before {
        width: 30%;
    }
}

/* 4. GLASS BORDER GLOW & CARD PULSE */
.service-item,

.why-box,
.why-box1 {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    position: relative;
}

.service-item::after,
.pricing-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.service-item:hover::after,
.pricing-card:hover::after {
    border-color: rgba(0, 186, 154, 0.3);
    box-shadow: 0 0 15px rgba(0, 186, 154, 0.2);
    transform: scale(1.02);
}

.section-title h2,
.section-title h3,
.cta-box h2 {
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.transparenttextures.com/patterns/p6.png");
    opacity: 0.03;
    pointer-events: none;
    z-index: 9999;
}

@media (max-width: 991px) {
    header.main-header .navbar-brand {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .navbar-brand img {
        height: 45px;
        width: auto;
    }

    .nav-text {
        font-size: 18px;
        margin-left: 8px;
        white-space: nowrap;
    }

    header.main-header .header-contact-now {
        gap: 4px;
    }
}

@media (max-width: 576px) {

    header.main-header {
        padding: 10px 12px;
    }

    header.main-header .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.main-header .navbar-brand {
        display: flex;
        align-items: center;
        gap: 6px;
        max-width: calc(100% - 60px);
        overflow: hidden;
    }

    .navbar-brand img {
        height: 38px;
        width: auto;
        flex-shrink: 0;
    }

    .nav-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        white-space: normal;
        word-break: break-word;
    }

    .navbar-toggler,
    .menu-toggle {
        margin-left: auto;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: #ff9800;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 14px rgba(255, 152, 0, 0.35);
        flex-shrink: 0;
    }

    .main-menu {
        display: none;
    }
    .hero-content {
    position: relative;
    z-index: 10;
    padding: 10px;
    margin-top: 30px;
}
}

/* =========================================
   NEW SCHEDULE SECTION STYLES
   ========================================= */

.schedule-section {
    padding: 80px 0;
    background-color: var(--base-bg);
    position: relative;
    z-index: 2;
}

.schedule-section .section-title h3 {
    color: var(--brand-orange) !important;
}

.schedule-section .section-title h2 {
    color: #000000 !important;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .schedule-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.schedule-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.schedule-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 122, 4, 0.2);
}

/* Icon Box */
.schedule-icon-box {
    width: 60px;
    height: 60px;
    background: rgba(255, 122, 4, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--brand-orange);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.schedule-card:hover .schedule-icon-box {
    background: var(--brand-orange);
    color: #ffffff;
    transform: rotate(-10deg);
}

/* Featured Card Style */
.schedule-card.featured-card {
    border: 2px solid rgba(255, 122, 4, 0.3);
    background: linear-gradient(145deg, #ffffff 0%, #fff8f0 100%);
}

.schedule-card.featured-card .schedule-icon-box {
    background: var(--brand-orange);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(255, 122, 4, 0.2);
}

/* Typography */
.schedule-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: var(--font-heading);
}

/* Time Details */
.schedule-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.time-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.time-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.day-label {
    font-weight: 600;
    color: #555;
    font-size: 15px;
}

.time-value {
    font-weight: 700;
    color: var(--brand-orange);
    font-size: 15px;
}

/* Info List */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.info-list li i {
    color: #00ba9a;
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* CTA Area */
.schedule-cta {
    margin-top: auto;
    padding-top: 25px;
}
