:root {
    --mainColor_45231: #E10404;
    --secondColor_45231: #d4ece7;
    --thirdColor_45231: #c70404;
    --textColor_45231: #222222;
    --teal_45231: black;
    --gray: rgb(170, 170, 170);
}

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

/* //================SCOLLBAR CODE============== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--teal_45231);
    border-radius: 10px;
}

/* ************* COMPONENT *************** */
/* ========================= BUTTONS ========================= */

.btnAction_4534 {
    background-color: var(--thirdColor_45231);
    color: white;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
    transition: 0.3s;
    overflow: hidden;
    min-height: 52px;
}

.btnAction_4534:hover {
    opacity: 0.9;
    color: white;
    background-color: var(--textColor_45231);
}

.btnAction_4534 .btnWrapper_432 {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-align: left;
    line-height: 1.4;
}

.btnAction_4534 i {
    background: var(--mainColor_45231);
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    min-width: 55px;
}

/* ******** btn 2 ********* */
/* .pra-btn-2 {
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--mainColor_45231);
    transition: 0.3s linear;
}

.pra-btn-2:hover {
    background-color: var(--thirdColor_45231);
}

.pra-btn-2 span {
    padding: 10px 15px;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
}

.pra-btn-2 .icon {
    background-color: var(--teal_45231);
    border-top-left-radius: 25px;
} */

.pra-btn-2 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--mainColor_45231);
    transition: 0.3s linear;
    text-decoration: none;
    min-width: 200px;
    margin: 1.5rem 0;
    padding: 0;
}

.pra-btn-2:hover {
    background-color: var(--thirdColor_45231);
}

.pra-btn-2 span:first-child {
    padding: 10px 15px;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
    flex-grow: 1;
    text-align: center;
}

.pra-btn-2 span:last-child {
    background-color: var(--teal_45231);
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-top-left-radius: 25px; */
    align-self: stretch;
    color: white;
}

/*===============TOP BAR CSS START=================*/
/*===============TOP BAR CSS START=================*/

.navWrapper_45231 {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.topHeader_45231 {
    background: var(--mainColor_45231);
}

.topLink_45231 {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.signBtn_45231 {
    background: #fff;
    color: var(--mainColor_45231) !important;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
}

.bottomNavbar_45231 {
    background: var(--secondColor_45231);
    min-height: 50px;
}

.logoImg_45231 {
    position: absolute;
    top: -45px;
    left: 40px;
    width: 100px;
    background: #d6fff9;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1020;
}

.custom-dropdown {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 10px 0;
}

.custom-dropdown .dropdown-item {
    color: var(--textColor_45231);
    padding: 10px 20px;
    font-size: 16px;
    transition: background 0.3s;
}

.custom-dropdown .dropdown-item:hover {
    background-color: var(--secondColor_45231);
    color: var(--mainColor_45231);
}

.custom-dropdown::-webkit-scrollbar {
    width: 6px;
}

.custom-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-dropdown::-webkit-scrollbar-thumb {
    background: var(--mainColor_45231);
    border-radius: 10px;
}

.custom-dropdown::-webkit-scrollbar-thumb:hover {
    background: var(--thirdColor_45231);
}

.sidebar_45231 {
    width: 280px !important;
}

/* Sidebar Links */
.sideNavMenu_45231 .nav-link {
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.sideNavMenu_45231 .nav-link:hover {
    background-color: var(--secondColor_45231);
    color: var(--mainColor_45231);
}

[data-bs-toggle="collapse"][aria-expanded="true"] i {
    transform: rotate(90deg);
}

.offcanvas-body::-webkit-scrollbar {
    width: 5px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: var(--mainColor_45231);
    border-radius: 10px;
}

.navMenu_45231 .nav-link {
    color: var(--textColor_45231) !important;
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
}

.navMenu_45231 .nav-link:hover {
    color: var(--mainColor_45231) !important;
    border-bottom: 2px solid var(--mainColor_45231);
}

.cartIcon_45231 {
    color: var(--thirdColor_45231);
    font-size: 22px;
    cursor: pointer;
}

.menuIcon_45231 {
    border: none;
    font-size: 24px;
    color: var(--thirdColor_45231);
}

@media (max-width: 991px) {
    .logoImg_45231 {
        position: static;
        width: 140px;
        top: 0;
    }

    .navMenu_45231 {
        padding: 20px 0;
    }

    .navMenu_45231 .nav-link {
        margin: 5px 0;
        border-bottom: none !important;
    }

    .topContent_45231 {
        justify-content: center !important;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .topLink_45231 {
        font-size: 12px;
    }

    .logoImg_45231 {
        width: 65px;
    }
}

/* =========================================
CITY TRIGGER
========================================= */
.city-navbar-trigger-zx81q {
    border: none;
    background: transparent;
    transition: all .25s ease;
}

.city-navbar-trigger-zx81q:hover {
    box-shadow: 0 10px 24px rgba(225, 4, 4, .12);
}

/* =========================================
DROPDOWN WRAPPER
========================================= */
.city-dropdown-wrap-k29x1 {
    position: relative;
}

/* =========================================
DROPDOWN PANEL
========================================= */
.city-dropdown-panel-y82md {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 680px;
    max-width: calc(100vw - 24px);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(20px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12), 0 10px 24px rgba(225, 4, 4, .08);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    overflow: hidden;
}

.city-dropdown-open-r82kx {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================================
SEARCH INPUT
========================================= */
.city-search-input-a82m4 {
    border-radius: 16px 0 0 16px !important;
    border: 1px solid rgba(225, 4, 4, .14);
    padding: .9rem 1rem;
    min-width: 0;
    transition: all .25s ease;
}

.city-search-input-a82m4:focus {
    border-color: rgba(225, 4, 4, .4);
    box-shadow: 0 0 0 .22rem rgba(225, 4, 4, .12);
}

.city-search-btn-x92kd {
    border: none;
    background: var(--mainColor_45231);
    color: #fff;
    border-radius: 0 16px 16px 0 !important;
    padding-inline: 1.2rem;
}

.city-search-btn-x92kd:hover {
    background: var(--thirdColor_45231);
    color: #fff;
}

/* =========================================
CITY CHIPS
========================================= */
.city-chip-btn-p39dk {
    border-radius: 999px;
    border: 1px solid rgba(225, 4, 4, .12);
    background: #fff;
    color: var(--textColor_45231);
    transition: all .22s ease;
    white-space: nowrap;
}

.city-chip-btn-p39dk:hover {
    background: var(--mainColor_45231);
    border-color: var(--mainColor_45231);
    color: #fff;
    transform: scale(1.04);
    box-shadow: 0 10px 20px rgba(225, 4, 4, .18);
}

.city-chip-active-q72ms {
    background: var(--mainColor_45231) !important;
    border-color: var(--mainColor_45231) !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(225, 4, 4, .18);
}

/* =========================================
TABLET + SMALL LAPTOP FIX
========================================= */
@media(max-width:991.98px) {
    .city-dropdown-panel-y82md {
        position: fixed;
        top: 70px;
        left: 10px;
        right: 10px;
        width: auto;
        max-width: none;
        border-radius: 22px;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        overflow-x: hidden;
    }

}

/* =========================================
MOBILE RESPONSIVE
========================================= */
@media(max-width:767.98px) {

    .city-dropdown-wrap-k29x1 {
        position: static;
    }

    .city-dropdown-panel-y82md {
        position: fixed;
        top: 70px;
        left: 10px;
        right: 10px;
        width: auto;
        max-width: none;
        border-radius: 22px;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .city-chip-btn-p39dk {
        width: 100%;
        text-align: center;
    }

    .topContent_45231 {
        justify-content: center !important;
    }
}

.cartArea_45231{
    position: relative;
}

.cartCount_45231{
    position: absolute;
    top: -8px;
    right: -10px;
    width: 22px;
    height: 22px;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* ******** FOOTER ******* */

/* ============================================================
   WRAPPER SECTION
============================================================ */
.footer-wrap-k82sd {
    background: linear-gradient(160deg,
            var(--thirdColor_45231) 0%,
            var(--mainColor_45231) 40%,
            #b63b3b 70%,
            var(--thirdColor_45231) 100%);
    padding: 0 0 2.5rem 0;
    position: relative;
    overflow: hidden;
}

.footer-wrap-k82sd::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

/* ============================================================
   PRESENCE BAR
============================================================ */
.presence-bar-j29as {
    background: linear-gradient(90deg,
            var(--teal_45231) 0%,
            var(--mainColor_45231) 100%);
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: 0 8px 32px rgba(225, 4, 4, 0.25);
    padding: 0.9rem 2rem;
    margin: 0 2rem;
    position: relative;
    z-index: 2;
}

.presence-label-t71kx {
    /* font-weight: 700; */
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.presence-cities-r39wx {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.02em;
    flex-wrap: wrap;
    gap: 0.2rem 0;
}

.presence-cities-r39wx .city-sep-m81vz {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.55rem;
}

/* ============================================================
   POPULAR TESTS CARD
============================================================ */
.popular-tests-wrap-q47fx {
    background: var(--secondColor_45231);
    border-radius: 1.25rem;
    padding: 1.6rem 2rem;
    margin: 1.5rem 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    min-height: 90px;
    position: relative;
    z-index: 2;
}

.popular-tests-heading-e92bz {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--mainColor_45231);
    letter-spacing: 0.01em;
}

.popular-tests-placeholder-v61kw .a {
    color: #5f8c84;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.4rem;
}

/* ============================================================
   MAIN FOOTER CARD
============================================================ */
.main-footer-card-p83yt {
    background: #f5f5f8;
    border-radius: 1.5rem;
    padding: 2.5rem 2.5rem 1.75rem;
    margin: 0 1.25rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.main-footer-card-p83yt::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 4, 4, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.main-footer-card-p83yt::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(141, 36, 36, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* ============================================================
   CONTACT INFO
============================================================ */
.contact-info-block-u83qw {
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.contact-row-f47av {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.875rem;
    color: var(--textColor_45231);
    font-weight: 500;
}

.contact-row-f47av .contact-icon-n29ks {
    width: 28px;
    height: 28px;
    background: var(--secondColor_45231);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--mainColor_45231);
    flex-shrink: 0;
}

.contact-row-f47av a {
    color: var(--textColor_45231);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-row-f47av a:hover {
    color: var(--mainColor_45231);
}

/* ============================================================
   QUICK LINKS
============================================================ */
.section-heading-b57nt {
    font-weight: 800;
    font-size: 1rem;
    color: var(--mainColor_45231);
    margin-bottom: 1.1rem;
}

.quick-links-x82pq ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links-x82pq ul li {
    margin-bottom: 0.55rem;
}

.quick-links-x82pq ul li a {
    text-decoration: none;
    color: var(--textColor_45231);
    font-size: 0.875rem;
    font-weight: 500;
    transition: 0.2s;
    position: relative;
}

.quick-links-x82pq ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--mainColor_45231);
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.22s ease;
}

.quick-links-x82pq ul li a:hover::before {
    width: 100%;
}

.quick-links-x82pq ul li a:hover {
    color: var(--mainColor_45231);
}

/* ============================================================
   SOCIAL ICONS
============================================================ */
.social-icons-row-k52qz {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.social-icon-btn-t94mx {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg,
            var(--mainColor_45231),
            var(--thirdColor_45231));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(225, 4, 4, 0.25);
    transition: 0.22s ease;
}

.social-icon-btn-t94mx:hover {
    transform: translateY(-4px);
    color: #fff;
}

/* ============================================================
   FEEDBACK BUTTON
============================================================ */
.feedback-btn-w61pz {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg,
            var(--mainColor_45231),
            var(--thirdColor_45231));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.55rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(225, 4, 4, 0.35);
    transition: 0.2s ease;
    margin-top: 1.2rem;
}

.feedback-btn-w61pz:hover {
    transform: translateY(-2px);
}

/* ============================================================
   DIVIDER
============================================================ */
.footer-divider-g83hz {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin: 1.5rem 0 1rem;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991.98px) {
    .main-footer-card-p83yt {
        padding: 2rem 1.5rem 1.5rem;
    }

    .presence-bar-j29as {
        margin: 0 0.75rem;
        padding: 0.75rem 1.25rem;
    }
}

@media (max-width: 767.98px) {

    .brand-logo-block-w94cz {
        align-items: center;
        text-align: center;
    }

    .social-icons-row-k52qz {
        justify-content: center;
    }

    .connect-section-h73mb {
        text-align: center;
    }

    .feedback-btn-w61pz {
        margin: 1rem auto 0;
        display: flex;
        justify-content: center;
    }

    .presence-bar-j29as {
        margin: 0;
        border-radius: 0;
    }

    .popular-tests-wrap-q47fx,
    .main-footer-card-p83yt {
        margin: 1rem 0.75rem;
    }
}

@media (max-width: 575.98px) {

    .brand-name-h71sx {
        font-size: 1.5rem;
    }

    .main-footer-card-p83yt {
        padding: 1.5rem 1.1rem 1.2rem;
        margin: 0.75rem 0.5rem;
        border-radius: 1rem;
    }
}