/* Global Styles */
:root {
    --primary-blue: #29A9E1;
    --primary-green: #87B340;
    --dark-green: #1e7e34;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
    --text-dark: #212529;
    --text-muted: #6c757d;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/static/fonts/plus-jakarta-sans/plus-jakarta-sans-v11-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/static/fonts/plus-jakarta-sans/plus-jakarta-sans-v11-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/static/fonts/plus-jakarta-sans/plus-jakarta-sans-v11-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/static/fonts/plus-jakarta-sans/plus-jakarta-sans-v11-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.infoPackdetfirst {
    padding-top: 30px;
    padding-bottom: 18px;
}
.breadcrumbLnkm {
    color: #788291;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    margin-right: 4px;
}
.breadcrumbLnkm:hover {
    text-decoration: underline;
}
#chatbox-container{
max-height:450px;
max-width:350px;
}
.nextarrsty {
    max-width: 100%;
    height: 14px;
    margin-right: 4px;
}

.oval-btn {
    position: fixed;
    top: 32%;
    right: 15px;
    z-index: 9999999999;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oval-btn:hover {
    transform: scale(1.1); 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.oval-btn .wiggle {
    /* width: 84px;
    height: 84px; */
    -webkit-animation: wiggle-animation 1s infinite;
    animation: wiggle-animation 1s infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    will-change: transform;
}
@-webkit-keyframes wiggle-animation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes wiggle-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.highlight_green {
    color: var(--primary-green) !important;
}
#callMeModal {
    z-index: 9999999999 !important;
}
select#countryCode {
    width: 35%;
}
.styleheadcmb {
    margin-bottom: 2px !important;
    padding: 8px 10px !important;
}
.nwshdtfg {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    color: #008CF4;
}
.supprttxtenqnw {
    color: #344054;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.inptrtb {
    border-radius: 8px;
    border: 1px solid rgba(16, 24, 40, 0.24);
    background: #FFF;
}
.lblrtb {
    color: #1D2939;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
}
.bookbtnmain {
    border-radius: 60px;
    background-color: #87B340;
    padding: 12px 20px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 128%;
    width: 100%;
    display: block;
    border: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
    background-color: transparent;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
    background-color: transparent;
}

.underline{
    text-decoration: underline !important;
    color: var(--primary-blue) !important;
}

/* Skip link for accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-blue);
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 6px;
}
.greentxt{
    color: var(--primary-green);
}
.lighttxt {
    color: #344054;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: auto;
    text-transform: uppercase;
    margin-bottom: 4px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-dark);
    font-display: swap;
}
.centeralign {
    text-align: center;
}
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.alert ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.alert li {
    margin-bottom: 5px;
}

/* Navbar Styles */
.navbar {
    background: var(--white) !important;
    box-shadow: var(--shadow);
    padding: 12px;
    transition: var(--transition);
    border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--text-dark) !important;
    min-height: 48px;
}

.navbar-brand .logo-icon {
    width: 100%;
    height: 48px;
    display: block;
}

/* Navigation Menu */
.navbar-nav {
    align-items: center;
}

.nav-item {
    margin: 0 0.5rem;
}

.nav-link, .nav-link.active {
    font-size: 15px;
    font-weight: 500;
    color: #6C7687 !important;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-blue) !important;
}


/* Dropdown Styles */
.dropdown-toggle::after {
    margin-left: 0.5rem;
    /* transition: var(--transition); */
}

.dropdown-menu {
    border: none;
    box-shadow: var(--shadow);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

/* Mega Dropdown Styles */
.mega-dropdown {
    width: 880px;
    padding: 1rem;
    left: 60%;
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    pointer-events: none;
    display: block !important;
    position: absolute !important;
}

/* Hover state - dropdown moves up and becomes visible */
.nav-item.dropdown:hover .mega-dropdown,
.nav-item.dropdown.show .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
    display: block !important;
}

.mega-dropdown .row {
    margin: 0;
}

.mega-dropdown .col-md-3,
.mega-dropdown .col-md-4 {
    padding: 0 1rem;
}
.sub-menu.mega-menu-column-4 {
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}
.sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 25%;
    /* padding: 0px 15px; */
}

.dropdown-header {
    font-size: 16px;
    color: #6d9b23;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
}

.dropdown-item {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    line-height: 130%;
}

.dropdown-item:hover {
    background-color: var(--light-gray);
    color: var(--primary-blue);
    text-decoration: none;
}

.dropdown-divider {
    margin: 0.5rem 0;
    border-color: #e9ecef;
}

/* Contact Us Button */
.contact-btn {
    background: var(--primary-blue);
    color: var(--white) !important;
    border: none;
    padding: 10px 20px !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

.contact-btn:hover {
    background: var(--primary-green);
    color: var(--white) !important;
}

/* Search Icon */
.search-icon {
    color: var(--text-dark);
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 50%;
    transition: var(--transition);
    cursor: pointer;
    margin-left: 0.5rem;
}

.search-icon:hover {
    color: var(--primary-blue);
    background-color: var(--light-gray);
}

/* Navbar alignment */
.navbar-nav.ms-auto {
    align-items: center;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.footermain{
    background-color: #F4FCF9;
}
.footer-logo-icon {
    max-width: 100%;
    height: 48px;
    display: block;
}
.logosmleftft{
    max-width: 100%;
    height: 30px;
    display: block;
}

.parafootersm{
    color: #475467;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
    padding-right: 8%;
    margin-top: 12px;
    margin-bottom: 36px;
}

.logftleftm {
    margin-right: 32px;
}

.titleftlog {
    color: #309CCE;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 10px;
}

.pdbtft{
    padding-bottom: 32px;
}

.lnksheadft {
    color: #1D2939;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.footerlnks {
    color: #667085;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    width: fit-content;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 140%;
}
.quicklnksft{
    display: grid;
}
.tagbenft {
    color: #1D2939;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 6px 20px;
    border-radius: 20px;
    width: fit-content;
    border: 1px solid rgba(0, 87, 255, 0.36);
    background: #EBF9FF;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.tickmrkft {
    max-width: 100%;
    height: 16px;
    margin-right: 8px;
}
.btmpc{
    margin-bottom: 24px;
}

.crdCpyright {
    padding: 26px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyrightMainft {
    color: #738095;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0px;
}
.socialshareft {
    text-decoration: none;
    max-width: 100%;
    height: 32px;
    margin-right: 10px;
}
.middlecrdaffprgm {
    border-radius: 18px;
    border: 1px solid #ffffff;
    background: #FAFAFA;
    padding: 36px 36px 20px 36px;
    width: 80%;
    margin: 72px auto;
}
.tagVerified {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 18px 22px 22px 0px;
    background: #87B340;
    padding: 6px 16px;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* Animation for dropdown arrows */
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Smooth transitions */
.navbar, .navbar-nav, .nav-link, .contact-btn {
    transition: var(--transition);
} 

.headayuruniverse {
    color: #344054;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* Mobile Navigation Styles */
@media (max-width: 991.98px) {
    /* Mobile Navbar */
    .mobile-navbar {
        /* position: fixed; */
        top: 0;
        left: 0;
        right: 0;
        background: var(--white);
        box-shadow: var(--shadow);
        z-index: 1030;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #c7c7c7;
    }

    .mobile-navbar-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-navbar-brand {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-left: 10px;
    }

    .mobile-logo-icon {
        max-width: 100%;
        height: 42px;
        display: block;
    }

    .mobile-navbar-toggler {
        background: none;
        border: none;
        padding: 0.5rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-navbar-toggler:focus {
        outline: none;
    }

    .mobile-navbar-toggler-icon {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    /* Mobile Menu Backdrop */
    .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .mobile-menu-backdrop.show {
        opacity: 1;
        visibility: visible;
    }

    /* Mobile Menu Sidebar */
    .mobile-menu-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        z-index: 1050;
        transition: left 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-menu-sidebar.show {
        left: 0;
    }

    /* Mobile Submenu Sidebar */
    .mobile-submenu-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        z-index: 1060;
        transition: left 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-submenu-sidebar.show {
        left: 0;
    }

    /* Submenu Header */
    .mobile-submenu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem 0.5rem;
        border-bottom: 1px solid #e9ecef;
        background: white;
        flex-shrink: 0;
    }

    .mobile-submenu-back-btn {
        background: none;
        border: none;
        font-size:16px;
        color: #333;
        padding: 0.5rem;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .mobile-submenu-back-btn:hover {
        color: var(--primary-blue);
    }

    .mobile-submenu-title {
        font-weight: 500;
        font-size:15px;
        color: var(--text-dark);
        margin: 0;
        flex-grow: 1;
        text-align: center;
    }

    .mobile-submenu-close-btn {
        background: none;
        border: none;
        font-size: 16px;
        color: #333;
        padding: 0.5rem;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .mobile-submenu-close-btn:hover {
        color: var(--primary-blue);
    }

    /* Submenu Content */
    .mobile-submenu-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .mobile-submenu-section {
        margin-bottom: 1rem;
    }

    .mobile-submenu-section-header {
        padding: 12px 20px;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-green);
        letter-spacing: 0.5px;
        background: #f8f9fa;
    }

    .mobile-submenu-item {
        display: block;
        padding: 4px 20px;
        color: #555555;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px solid #e9ecef;
        transition: all 0.3s ease;
    }

    .mobile-submenu-item:hover {
        background: #f8f9fa;
        color: var(--primary-blue);
        text-decoration: none;
    }

    .mobile-submenu-item:last-child {
        border-bottom: none;
    }

    /* Remove bullet points from li elements in mobile submenu */
    .mobile-submenu-section li {
        list-style: none;
    }

    .mobile-submenu-section li::marker {
        display: none;
    }

    /* Mobile Menu Header */
    .mobile-menu-header {
        /* padding: 1.5rem 1.5rem 1rem;
        border-bottom: 1px solid #e9ecef;
        background: white;
        flex-shrink: 0; */
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .mobile-menu-logo-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .mobile-menu-logo {
        width:100%;
        height: 48px;
        margin-right: 0.5rem;
        padding-left: 16px;
        padding-top: 12px;
    }

    .mobile-menu-brand-text {
        font-weight: 700;
        font-size: 1.2rem;
        color: var(--primary-green);
        flex-grow: 1;
    }

    .mobile-menu-close-btn {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
        border: none;
        background-color: white;
    }

    .mobile-menu-close-btn:hover {
        color: var(--primary-blue);
    }

    /* Mobile Search Section */
    .mobile-search-section {
        margin-bottom: 1rem;
    }

    .mobile-search-input-wrapper {
        position: relative;
    }

    .mobile-search-input {
        width: 100%;
        padding: 0.75rem 1rem;
        padding-right: 3rem;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        font-size: 1rem;
        background: #f8f9fa;
        outline: none;
    }

    .mobile-search-input:focus {
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 0.2rem rgba(41, 169, 225, 0.25);
        background: white;
    }

    .mobile-search-icon {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1rem;
    }

    /* Mobile Menu Links */
    .mobile-menu-links {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .mobile-menu-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.5rem;
        color: #6C7687;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 1px solid #e9ecef;
        transition: color 0.3s ease;
    }

    .mobile-menu-link:hover {
        color: var(--primary-blue);
        text-decoration: none;
    }

    .mobile-menu-link:last-of-type {
        border-bottom: none;
    }

    .mobile-dropdown-arrow {
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .mobile-dropdown-toggle.active .mobile-dropdown-arrow {
        transform: rotate(90deg);
    }

    /* Mobile Dropdown Menu */
    .mobile-dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: #f8f9fa;
    }

    .mobile-dropdown-menu.show {
        max-height: 1000px;
    }

    .mobile-dropdown-section {
        padding: 0.5rem 0;
    }

    .mobile-dropdown-header {
        padding: 0.5rem 1.5rem;
        margin: 0;
        font-size: 0.9rem;
        font-weight: 500;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .mobile-dropdown-item {
        display: block;
        padding: 0.75rem 1.5rem;
        color: #333;
        text-decoration: none;
        font-size: 1rem;
        border-bottom: 1px solid #e9ecef;
        transition: all 0.3s ease;
    }

    .mobile-dropdown-item:hover {
        background: #e9ecef;
        color: var(--primary-blue);
        text-decoration: none;
    }

    .mobile-dropdown-item:last-child {
        border-bottom: none;
    }

    /* Mobile Contact Button */
    .mobile-contact-btn {
        margin: 1rem 1.5rem;
        padding: 10px 20px;
        background: var(--primary-blue);
        color: var(--white) !important;
        text-decoration: none;
        text-align: center;
        border-radius: 8px;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        display: block;
        width: fit-content;
    }

    .mobile-contact-btn:hover {
        background: var(--primary-green);
        color: var(--white) !important;
        text-decoration: none;
    }

    /* Mobile Menu Footer */
    .mobile-menu-footer {
        padding: 1.5rem;
        border-top: 1px solid #e9ecef;
        background: #f8f9fa;
        flex-shrink: 0;
    }

    .mobile-menu-footer-content {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .mobile-menu-footer-logo {
        max-width: 100%;
        height: 42px;
        margin-bottom: 4px;
    }

    .mobile-menu-tagline {
        margin: 0;
        font-size: 0.9rem;
        color: #6c757d;
        line-height: 1.4;
        font-weight: 400;
    }

    /* Hide desktop navbar on mobile */
    .navbar {
        display: none !important;
    }

    /* Show mobile navbar on mobile */
    .mobile-navbar,
    .mobile-menu-backdrop,
    .mobile-menu-sidebar {
        display: block !important;
    }

    /* Adjust main content for mobile navbar */
    .main-content {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .crdCpyright {
        padding: 16px 0px;
    }
    .headayuruniverse {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .headayuruniverse {
        font-size: 22px;
        letter-spacing: 0px;
    }
    .middlecrdaffprgm {
        padding: 16px 16px 10px 16px;
        width: 90%;
        margin: 52px auto;
    }
    .crdCpyright {
        padding: 22px 0px;
        display: block;
    }
    .alignmidscosh {
        text-align: center;
        margin-top: 12px;
    }
    .flexsmcontfooter{
        display: flex;
        margin-bottom: 28px;
    }
    .lnksheadft, .footerlnks{
        font-size: 14px;
    }
    .mbftslp{
        margin-top: 16px;
    }
    .oval-btn {
        top: auto;
        bottom: 120px; /* Position above chatbot icon */
        right: 15px;
        width: 70px;
        height: 70px;
    }
    .oval-btn .wiggle {
        width: 70px;
        height: 90px;
    }
}

/* Desktop specific adjustments */
@media (min-width: 992px) {
    /* Hide mobile navbar on desktop */
    .mobile-navbar,
    .mobile-menu-backdrop,
    .mobile-menu-sidebar,
    .mobile-submenu-sidebar {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    .contact-btn {
        margin-left: 0.5rem;
    }

    .mega-dropdown {
        width: 880px;
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
      }
      .navbar-nav .dropdown-menu {
        margin-top: 0;
      }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
    .mega-dropdown {
        width: 880px;
    }
}

@media only screen and (max-width: 480px) {
    .headayuruniverse {
        font-size: 20px;
    }
}

/* Date input styles for booking form */
.form-control[type="date"] {
    /* padding: 0.75rem 1rem; */
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control[type="date"]:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(41, 169, 225, 0.25);
    outline: 0;
}

.form-control[type="date"]:disabled {
    background-color: #e9ecef;
    opacity: 0.65;
    cursor: not-allowed;
}

.form-control[type="date"]:disabled + label {
    color: #6c757d;
    cursor: not-allowed;
}

/* Date input container styling */
.date-input-container {
    position: relative;
}

.date-input-container label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-dark);
}

.date-input-container input[type="date"] {
    width: 100%;
}

/* Responsive adjustments for date inputs */
@media only screen and (max-width: 768px) {
    .form-control[type="date"] {
        padding: 0.625rem 0.875rem;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    #bookingSubmitBtn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .form-control[type="date"] {
        padding: 0.5rem 0.75rem;
        font-size: 16px;
    }
    
}

/* Visual feedback for date inputs */
.date-calculated {
    border-color: var(--primary-green) !important;
    box-shadow: 0 0 0 0.2rem rgba(135, 179, 64, 0.25) !important;
    transition: all 0.3s ease;
}

.date-corrected {
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
    transition: all 0.3s ease;
}

/* Hover effects for enabled date inputs */
.form-control[type="date"]:not(:disabled):hover {
    border-color: #adb5bd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bookbtnmain {
    border-radius: 60px;
    background-color: #87B340;
    padding: 12px 20px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 128%;
    width: 100%;
    display: block;
    border: none;
}



