@media (max-width: 767px) {
    .page-wraper {
        padding-bottom: 50px;
    }
}

.contact-panel-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(8, 20, 28, 0.38);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.contact-panel-open {
    overflow: hidden;
}

.contact-slide-hide {
    right: -540px;
    width: min(505px, 100%);
    min-width: 0;
    max-width: 100%;
    z-index: 10001;
    border-left: 1px solid #e7ecef;
    box-shadow: 0 22px 55px rgba(20, 40, 50, 0.18);
    overflow-y: auto;
    transition: right 0.32s ease;
}

.contact-slide-hide .contact-nav {
    display: block;
    min-height: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    background: #fff;
}

.contact-drawer-header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 25px 28px 19px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e7ecef;
}

.contact-drawer-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.contact-drawer-eyebrow {
    margin: 0 0 6px;
    color: #2f838b;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-drawer-title {
    margin: 0;
    color: #15212b;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.contact-drawer-subtitle {
    max-width: 390px;
    margin: 10px 0 0;
    color: #687680;
    font-size: 15px;
    line-height: 1.65;
}

.contact-slide-hide .contact_close {
    position: static;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #e7ecef;
    border-radius: 50%;
    background: #fff;
    color: #15212b;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.contact-slide-hide .contact_close:hover {
    background: #eaf7f8;
    color: #2f838b;
}

.contact-drawer-content {
    padding: 10px 28px 32px;
}

.contact-drawer-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 14px;
    padding: 18px;
    border: 1px solid #e7ecef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(34, 54, 62, 0.055);
}

.contact-drawer-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eaf7f8;
    color: #2f838b;
    font-size: 19px;
}

.contact-drawer-label {
    margin: 1px 0 5px;
    color: #687680;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-drawer-value,
.contact-drawer-value a {
    margin: 0;
    color: #15212b;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-drawer-value a:hover,
.contact-map-link:hover {
    color: #2f838b;
}

.contact-map-link {
    display: inline-flex;
    margin-top: 7px;
    color: #2f838b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.contact-business-hours {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #e2eeee;
    border-radius: 18px;
    background: linear-gradient(135deg, #f3fbfb, #f8f7ff);
}

.contact-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.contact-hours-row strong {
    display: block;
    margin-bottom: 4px;
    color: #15212b;
}

.contact-hours-row p {
    margin: 0;
    color: #687680;
    font-size: 13px;
}

.contact-availability {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #267349;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.contact-availability::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34a766;
    box-shadow: 0 0 0 5px rgba(52, 167, 102, 0.12);
}

.contact-drawer-note {
    margin: 18px 4px 0;
    color: #687680;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 540px) {
    .contact-drawer-header,
    .contact-drawer-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .contact-drawer-title {
        font-size: 29px;
    }

    .contact-drawer-card {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 16px;
    }

    .contact-drawer-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .header-contact-info-section {
        display: none;
    }
}

.top-info-banner {
    background: linear-gradient(to right, #50aab2, #c77df2);
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow-x: auto;
}

.bottom-nav {
    height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0 10px;
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
}

.bottom-nav .nav-icon {
    flex: 1;
    font-size: 22px;
    color: #000;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.bottom-nav .nav-icon.active i {
    color: #50aab2 !important;
}

.bottom-nav .nav-icon.active,
.bottom-nav .nav-icon:hover,
.bottom-nav .nav-icon:focus {
    color: #50AAB2;
    font-weight: bold;
}

.bottom-nav .nav-icon.active::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 4px auto 0;
    background-color: #50AAB2;
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) {
    .site-header.header-style-1 .logo-header {
        width: 145px;
    }

    .site-header.header-style-1 .logo-header img {
        width: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .wt-bnr-inr {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .site-header.header-style-1 .main-bar {
        min-height: 72px;
    }

    .site-header.header-style-1 .main-bar .container.header-center {
        width: 100%;
        max-width: 100%;
        min-height: 72px;
        padding: 0 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-header.header-style-1 .logo-header {
        width: 138px;
        height: 72px;
        flex: 0 0 138px;
    }

    .site-header.header-style-1 .logo-header img {
        width: 112px;
        height: auto;
        max-height: 48px;
        object-fit: contain;
        display: block;
    }

    .site-header.header-style-1 .wt-header-center {
        position: static;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        order: 4;
    }

    .site-header.header-style-1 .navbar-toggler {
        display: inline-flex !important;
        position: static;
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 0;
        background: transparent;
        transform: none;
    }

    .site-header.header-style-1 .navbar-toggler .icon-bar {
        width: 24px;
        height: 2px;
        margin: 3px 0;
        background: #07131c;
        border-radius: 10px;
    }

    .site-header.header-style-1.mobile-sider-drawer-menu .header-nav {
        position: fixed !important;
        top: 0;
        left: -310px;
        z-index: 10000;
        width: 300px !important;
        height: 100vh !important;
        padding: 82px 0 24px !important;
        display: block !important;
        overflow-y: auto !important;
        background: #111820;
        box-shadow: 18px 0 38px rgba(0, 0, 0, 0.22);
        transition: left 0.35s ease;
    }

    .site-header.header-style-1.mobile-sider-drawer-menu.active .header-nav {
        left: 0;
    }

    .site-header.header-style-1 .header-nav .nav {
        display: block !important;
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .site-header.header-style-1 .header-nav .nav>li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .site-header.header-style-1 .header-nav .nav>li>a {
        display: block;
        padding: 15px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: #f7fbfc;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0;
    }

    .site-header.header-style-1 .header-nav .nav>li>a:hover,
    .site-header.header-style-1 .header-nav .nav>li>a:focus {
        color: #7fd0dd;
        background: rgba(255, 255, 255, 0.06);
    }

    .site-header.header-style-1 .header-nav .nav>li .sub-menu {
        position: static;
        display: none;
        width: auto;
        margin: 0 !important;
        opacity: 1;
        visibility: visible;
        background: #16212a;
        border: 0;
    }

    .site-header.header-style-1 .header-nav .nav>li:hover>.sub-menu {
        display: block;
    }

    .site-header.header-style-1 .header-nav .nav>li .sub-menu li a {
        padding: 12px 34px;
        color: #d9e7ea;
        font-size: 12px;
    }

    .header-contact-info-section {
        display: none !important;
    }

    .site-header.header-style-1 .wt-header-right {
        display: none;
    }
}
