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

/* Default class End */
body {
    font-family: "Roboto", sans-serif;
}

ul {
    padding-left: 0px;
    font-family: "Roboto", sans-serif;
}

li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.ptb-60 {
    padding: 60px 0px;
}

.pt-60 {
    padding-top: 60px;
}


/* Default class End */

/* header start */
.top-box {
    background: #FFCC00;
    padding: 15px 0px;
}

.call-icon {
    background: #ffffff87;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.call-strip {
    display: flex;
    align-items: center;
}

.top-enquiry-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.call-number a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
}

.call-number h6 {
    font-size: 12px;
    margin-bottom: 0;
    color: #484848;
}

.search-wrapper {
    width: 100%;
}

.search-box {
    background: #f6f7f9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 14px 18px;
}

.search-icon {
    color: #9aa0a6;
    font-size: 18px;
    margin-right: 12px;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    font-size: 16px;
    color: #282896;
    font-weight: 600;
}

.search-box input::placeholder {
    color: #6D6D6D;
    font-weight: 400;
}

.mic-icon {
    color: #1a73e8;
    font-size: 18px;
    cursor: pointer;
}

.add-person {
    width: 5%;
    text-align: right;
}
.add-person a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #17285f;
    text-decoration: none;
}
.desktop-user-greeting {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.desktop-user-pill-icon,
.desktop-user-pill-caret {
    display: none;
}
.add-person a.is-logged-in {
    background: #17329b;
    color: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    gap: 8px;
    font-weight: 700;
    line-height: 1;
}
.add-person a.is-logged-in img {
    display: none;
}
.add-person a.is-logged-in .desktop-user-greeting {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.add-person a.is-logged-in .desktop-user-pill-icon,
.add-person a.is-logged-in .desktop-user-pill-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.add-person a.is-logged-in .desktop-user-pill-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 11px;
}
.add-person a.is-logged-in .desktop-user-pill-caret {
    font-size: 12px;
}
.user-menu {
    position: relative;
    display: inline-block;
}
.user-menu-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 300px;
    background: #fff;
    border: 1px solid #d7e0ea;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(16, 36, 74, 0.16);
    padding: 0;
    display: none;
    z-index: 120;
}
.user-menu.is-logged-in:hover .user-menu-dropdown,
.user-menu.is-logged-in:focus-within .user-menu-dropdown {
    display: block;
}
.user-menu-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #d7e0ea;
}
.user-menu-profile-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0d3f83;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
#desktopUserDropdownGreeting {
    color: #0d3f83;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.user-menu-item {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: #0d3f83;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 0;
    cursor: pointer;
    border-bottom: 1px solid #d7e0ea;
}
.user-menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.user-menu-item i {
    width: 18px;
    margin-right: 12px;
    font-size: 14px;
}
.user-menu-item:hover {
    background: #f6fbff;
}
.user-menu-dropdown .user-menu-item:last-child {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .user-menu-dropdown {
        width: 250px;
    }
    #desktopUserDropdownGreeting {
        font-size: 12px;
    }
    .user-menu-item {
        font-size: 13px;
        padding: 10px 14px;
    }
}

.search-box-strip {
    width: 50%;
    margin: 0 0 0 auto;
}

.downoas-report {
    background: #FFCC00;
    padding: 12px;
    border-radius: 30px;
    color: #282896;
    font-weight: 600;
    border: 1px solid #FFCC00;
    margin-right: 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.download-icon {
    margin-right: 10px;
}

.downoas-report:hover {
    border: 1px solid #282896;
    background: #fff;
}

.fin-report {
    border: 1px solid #282896;
    padding: 12px;
    border-radius: 30px;
    color: #282896;
    background: transparent;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.fin-report:hover {
    background: #FFCC00;
    border: 1px solid #FFCC00;

}

.cart-box {
    border: 1px solid #282896;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.quanity {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #FFCC00;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 3.52px 3.25px #00000040;
}

.report-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

.custom-nav {
    padding: 15px 0px;
    background: #F4F8FA;
}

.menu-list ul li {
    list-style: none;
    float: none;
    font-weight: 500;
    color: #080838;
}

.menu-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.graphic-logo {
    position: relative;
    top: -6px;
}

.menu-list ul {
    display: flex;
    gap: 30px;
    list-style: none;
}

.menu-list li {
    position: relative;
    cursor: pointer;
}

.menu-list .menu-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #080838;
    text-decoration: none;
    white-space: nowrap;
}

.menu-list .menu-link:hover {
    color: #282896;
}

.menu-list .has-mega:hover>.mega-menu,
.menu-list .has-mega:focus-within>.mega-menu {
    display: flex;
}

.arrow {
    font-size: 12px;
}

.desktop-view{
    display: block;
}

.mobile-view{
    display: none;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 220px;
    max-width: 420px;
    padding: 20px;
    background: #fff;
    display: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 99;
    gap: 20px;
    align-items: flex-start;
}

.mega-menu a {
    display: block;
    margin: 8px 0;
    text-decoration: none;
    color: #333;
}

.mega-col {
    float: none;
    width: auto;
    min-width: 160px;
}

@media (min-width: 992px) {
    .top-enquiry-strip {
        flex-wrap: nowrap;
        gap: 16px;
    }

    .call-strip {
        flex: 0 0 auto;
        min-width: 230px;
    }

    .search-box-strip {
        width: auto;
        flex: 1 1 auto;
        margin: 0;
    }

    .add-person {
        width: auto;
        flex: 0 0 auto;
        min-width: 40px;
    }

    .custom-nav {
        padding: 12px 0;
    }

    .custom-nav .row {
        flex-wrap: nowrap;
    }

    .custom-nav .header-logo-col {
        flex: 0 0 170px;
        max-width: 170px;
    }

    .custom-nav .header-menu-col {
        flex: 1 1 auto;
        max-width: none;
        padding-left: 8px;
        padding-right: 8px;
    }

    .custom-nav .header-actions-col {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        padding-left: 0;
    }

    .graphic-logo {
        top: 0;
    }

    .menu-list ul {
        justify-content: flex-start;
        gap: 22px;
    }

    .report-box {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .downoas-report,
    .fin-report {
        margin-right: 0;
        white-space: nowrap;
        line-height: 1.1;
        padding: 11px 16px;
    }
}

/* header end */

/* Banner start */
/* Banner slider fixes */
.bannerSwiper {
    margin-bottom: 35px;
}
.banner-bg h1,
.banner-bg p,
.banner-bg span,
.banner-bg strong,
.banner-bg a {
    color: #ffffff !important;
}

.bannerSwiper .swiper-slide {
    display: flex;
}

.banner-bg {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 100px 90px;
}

/* pagination dots */
.bannerSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.bannerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* mobile */
@media (max-width: 768px) {
    .banner-bg {
        height: 260px;
        padding: 40px 25px;
    }

    .banner-bg h1 {
        font-size: 28px;
    }
}

.book-test {
    background: #FFCC00;
    padding: 12px 22px;
    border-radius: 30px;
    color: #282896;
    font-weight: 600;
    border: 1px solid #FFCC00;
    margin-right: 10px;
    font-size: 14px;
    font-family: Inter;
}

.book-test:hover {
    border: 1px solid #282896;
    background: #fff;
}

.collection-home {
    display: block;
    border: 1.69px solid #0B4F6C40;
    background: #FFFFFFCC;
    padding: 10px 14px 10px 36px;
    border-radius: 22px;
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    min-height: 74px;
    text-decoration: none;
}

.collection-icon {
    position: absolute;
    box-shadow: 0px 2.06px 2.06px #00000040;
    padding: 6px;
    border-radius: 50%;
    background: #fff;
    top: 8px;
    left: -16px;
}

.collection-icon img {
    width: 30px;
}

.collection-home h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1.1;
}

.collection-home p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #000;
    margin-left: 0;
    line-height: 1.2;
}

/* Banner End */

/* comprehensive health */
.comprehensive-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.view-icon {
    margin-left: 10px;
}

.health-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #282896;
    background: #fff;
    cursor: pointer;
    color: #282896;
    font-family: 'Inter';
    font-size: 15px;
}

.tab-btn.active {
    background: #282896;
    color: #fff;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0px 4px 4px #00000040;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.healthSwiper {
    padding: 35px 10px 50px;
}

.healthSwiper .swiper-wrapper {
    align-items: stretch;
}

.healthSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.healthSwiper .health-card {
    width: 100%;
    height: 100%;
}


.healthSwiper .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.healthSwiper .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.healthSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #282896 !important;
}

/* Card */
.health-card {
    background: #fff;
    border-radius: 13px;
    position: relative;
    box-shadow: 0 5.99px 5.99px #00000040;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.health-card h4 {
    background: #282896;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    border-radius: 12px 12px 0px 0px;
}

.health-card p {
    padding: 5px 20px;
    font-size: 25px;
    font-weight: 700;
    color: #282896;
}

.cut-price {
    font-size: 15px;
    font-weight: 500;
}

.view-more {
    border: none;
    background: transparent;
    color: #282896;
    font-weight: 600;
    padding: 15px;
    font-size: 14px;
}

.border-divide {
    border-right: 1.5px solid #E8BA03;
    width: 50%;
}

.offer-ribbon {
    position: absolute;
    top: 15px;
    left: -56px;
    width: 190px;
    background: #ffd200;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: center;
    padding: 4px 0;
    z-index: 5;
}

.offer-ribbon span {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
/* Ribbon cut edges */
.offer-ribbon::before,
.offer-ribbon::after {
    content: "";
    position: absolute;
    top: 100%;
    border-top: 6px solid #caa400;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.offer-ribbon::before {
    left: 10px;
}

.offer-ribbon::after {
    right: 10px;
}

@media (max-width: 767px) {
    .offer-ribbon {
        top: 12px;
        left: -44px;
        width: 150px;
        padding: 3px 0;
    }

    .offer-ribbon span {
        font-size: 11px;
        letter-spacing: 0.5px;
    }
}

.card-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    background: #FFCC00;
    border-radius: 0px 0px 13px 13px;
}

.health-card .card-btns {
    margin-top: auto;
}

.book {
    background: #facc15;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
}

.health-card ul li {
    list-style: none;
    font-family: 'Inter';
    color: #000;
    margin-bottom: 10px;
}

.health-card ul {
    padding: 20px 20px 5px 20px;
    margin-bottom: 0px;
}

.list-icon {
    padding: 0;
    margin: 0;
}

.list-icon li {
    list-style: none;
    position: relative;
    padding-left: 21px;
    margin-bottom: 8px;
    font-size: 14px;
}

/* icon before li */
.list-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url("../images/icon/check_circle.svg") no-repeat center / contain;
}


/* comprehensive health */


/* Organ Test Start*/
.organ-test p {
    margin-bottom: 0;
}

.test-slider-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.test-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #D5E2E9;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
}

.test-card img {
    width: 28px;
    height: 28px;
}

.test-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Swiper buttons */
.testSwiper .swiper-button-next,
.swiper-button-prev {
    font-weight: 800;
    color: #111827;
    width: 30px;
    height: 30px;
    background: #EFF3F5;
    border-radius: 5px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
}

.testSwiper {
    padding: 0px 9px;
}

.testSwiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 2px);
    right: auto;
    top: 35px;
}

.testSwiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 3px);
    left: auto;
    top: 32px;
}

/* Organ Test End */

/* blood Test Start */
.bloodSwiper {
    padding: 35px 10px 50px;
}

.bloodSwiper .swiper-slide {
    height: auto;
}


.bloodSwiper .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.bloodSwiper .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.bloodSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #282896 !important;
}

.test-icon img {
    width: 20%;
    margin-right: 10px;
}

.card-btns.blood-test {
    justify-content: center;
}

/* Blood Test end */

/* Find right test Start*/
.bg-find {
    background: url(../images/banner/era-bg.png);
    padding: 60px;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
}

.need-help-test h2 {
    font-size: 45px;
    font-weight: 700;
    color: #282896;
}

.find-icon {
    margin-right: 4px;
}

.call-now-need {
    border: 1.49px solid #282896;
    background: #282896;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}

.need-help-video {
    position: relative;
}

.control-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.control-icon img {
    width: 25%;
}

/* Find right test End */

/* Xray start */
.xraySwiper {
    padding-bottom: 40px;
}

.xray-card img {
    width: 100%;
    height: 100%;
}

.usericon img {
    width: 20px;
}

.xray-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 340px;
}

/* .xray-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.xray-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0D0D4E, #0D0D4E00 50%);
}

.xray-content {
    position: absolute;
    bottom: -12px;
    left: 50%;
    z-index: 2;
    color: #fff;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.xray-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.book-btn {
    background: #E8BA03;
    color: #282896;
    font-size: 14px;
    padding: 8px 13px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 500;
}

.xray-content a {
    color: #282896;
}

/* Bottom progress bar */
.xraySwiper {
    padding: 35px 10px 50px;
}

.xraySwiper .swiper-slide {
    height: auto;
}


.xraySwiper .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.xraySwiper .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.xraySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #282896 !important;
}

.xraySwiper .swiper-pagination {
    bottom: 0 !important;
}

.usericon {
    margin-right: 5px;
}


/* Responsive */
@media (max-width: 767px) {
    .xray-card {
        height: 260px;
    }
}

/* Xray end */

/* women health  */
.womentestSwiper .swiper-button-next,
.swiper-button-prev {
    font-weight: 800;
    color: #111827;
    width: 30px;
    height: 30px;
    background: #EFF3F5;
    border-radius: 5px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
}

.womentestSwiper {
    padding: 0px 9px;
}

.womentestSwiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 2px);
    right: auto;
    top: 35px;
}

.womentestSwiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 3px);
    left: auto;
    top: 32px;
}

/* women health*/


/* Routine Health  */
.check-up-bg {
    background: #F4F8FA;
}

.routine-checkup {
    text-align: center;
}

.routine-checkup h2 {
    font-weight: 600;
    color: #000;
}

.gender-box {
    text-align: center;
}

/* Tabs */
.gender-toggle {
    display: inline-flex;
    background: #282896;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 30px;
}

.gender-toggle button {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 8px 26px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
}

.gender-toggle button.active {
    background: #FFCC00;
    color: #000;
}

/* Slider wrapper */
.slider-wrap {
    display: none;
}

.slider-wrap.active {
    display: block;
}

/* Cards */
.age-card {
    background: linear-gradient(180deg, #ffe100 0%, #ffe100 72%, #f9dd00 100%);
    border-radius: 22px;
    background-size: cover;
    padding: 24px;
    height: 420px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.age-card h4 {
    color: #282896;
    font-weight: 600;
    margin-bottom: 12px;
}

.view-btn {
    background: #282896;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
}

.age-card img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 74%;
    width: auto;
    max-width: 90%;
    object-fit: contain;
}

.slider-wrap.men .age-card img {
    bottom: 0;
    height: 74%;
    max-width: 90%;
}

/* Pagination progress */
.swiper-pagination-progressbar {
    height: 3px;
    background: #d8d8d8;
}

.swiper-pagination-progressbar-fill {
    background: #282896;
}

.arrow-men img {
    width: auto;
    position: inherit;
}

/* Bottom progress bar */
.womencheckup {
    padding: 35px 10px 50px;
}

.womencheckup .swiper-slide {
    height: auto;
}


.womencheckup .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.womencheckup .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.womencheckup .swiper-pagination,
.mencheckup .swiper-pagination {
    bottom: 0 !important;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}

/* Progress bar */
.swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.swiper-pagination-progressbar-fill {
    background: #282896 !important;
}

.womencheckup .swiper-pagination {
    bottom: 0 !important;
}




.mencheckup {
    padding: 35px 10px 50px;
}

.mencheckup .swiper-slide {
    height: auto;
}


.mencheckup .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.mencheckup .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}


.mencheckup .swiper-pagination {
    bottom: 0 !important;
}

/* Responsive */
@media (max-width: 767px) {
    .age-card {
        height: 340px;
    }

    .age-card img {
        height: 70%;
    }

    .slider-wrap.men .age-card img {
        bottom: 0;
        height: 70%;
        max-width: 90%;
    }
}


/* Routine Health  */

/* most popular */
.align-left {
    text-align: left !important;
    margin-bottom: 0;
}

ul.list-check-disease li {
    float: left;
    background: #E2F0ED;
    margin-right: 5px;
    padding: 5px 12px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
}

.off-percent {
       border: 1px solid #2828962B;
    background: #FFCC00;
    box-shadow: 0px 2px 4px #0000002E;
    font-size: 12px;
    font-weight: 600;
    color: #282896;
    border-radius: 30px;
    padding: 4px 12px;
    margin: 0px 20px;
}

.report {
    background: #282896;
    color: #fff;
    border-top: 1px solid #FFFFFF4F;
    display: flex;
}

.report-hour h6 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.report-hour {
    width: 50%;
    border-right: 1px solid #FFFFFF4F;
    padding: 15px 5px;
}

.parameters h6 {
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
}

.parameters {
    width: 50%;
    padding: 15px 5px;
}

.mostSwiper {
    padding: 35px 10px 50px;
}

.mostSwiper .swiper-slide {
    height: auto;
}


.mostSwiper .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.mostSwiper .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.mostSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #282896 !important;
}


/* most popular  */

/* test list */
.popular-tests-wrap h3 {
    color: #282896;
    font-weight: 600;
    font-size: 25px;
}

.popular-test-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.9;
}

.popular-test-list li {
    position: relative;
    margin-right: 12px;
    padding-right: 12px;
    white-space: nowrap;
}

.popular-test-list li::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #4A4A4A;
}

.popular-test-list li:last-child::after {
    display: none;
}

.popular-test-list a {
    font-size: 14px;
    color: #4A4A4A;
    text-decoration: none;
}

.popular-test-list a:hover {
    color: #2d2f8f;
    text-decoration: underline;
}

.bottom-space {
    margin-bottom: 30px;
}

/* test list */

/* sample collection */
.bg-sample-collection {
    background: url(../images/icon/sample-free.png);
    height: 282px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.report-icon-scooter {
    position: absolute;
    top: -24px;
    right: 7%;
}

.report-icon-scooter img {
    width: 72%;
}

.free-home-sample {
    padding: 50px;
}

.minutes {
    color: #282896;
}

.free-home-sample h3 {
    font-weight: 800;
}
/* sample collection */

/* how to book lab */
.step-label {
    background: #282896;
    color: #fff;
    border: 1.33px solid #282896;
    padding: 10px 30px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 30px;
}

.step-icon img {
    padding: 14px;
    object-fit: cover;
    margin-bottom: 30px;
}

.step-icon {
    background-color:#FFCC00;
    display: block;
    border-radius: 50%;
        width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
    
.step-box{
    margin-bottom: 20px;
    position: relative;
}

.step-box h5 {
    color: #282896;
    font-size: 19px;
}

.arrow-waves {
    position: absolute;
    top: 71px;
    left: 79px;
    display: block;
}

.arrow-waves-second {
    position: absolute;
    top: 120px;
    left: 21%;
    display: block;
}

/* how to book lab */

/* find test */
.health-risk {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
    text-align: center;
}

.risk-card {
    width: 18%;
}

.risk-card img {
    margin-bottom: 20px;
}

.find-btn-view {
    text-align: center;
}

.risk-card h6 {
    margin-bottom: 20px;
}

/* find test */


/* why choose graphic */

.bg-why-graphic {
    background:url(../images/banner/WhyGraphicsEraLab.png);
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
}

.graphics-era p {
    margin-bottom: 38px;
}

.graphics-era {
    color: #fff;
    text-align: center;
}

.graphics-mn {
    background: #fff;
    padding: 20px;
    border: 1.83px solid #FFCC00;
    border-radius: 18px;
    text-align: center;
        transition: all 0.3s ease;
    cursor: pointer;
}

.graphics-mn:hover {
    transform: translateY(-10px);
    background: #282896;
    border: 1px solid #fff;
    color: #fff;
}

.graphics-mn h6 {
    color: #0B4F6C;
    font-size: 21px;
}

.graphics-mn:hover h6{
     color: #FFCC00;
}

.graphics-mn p {
    font-size: 16px;
    margin-bottom: 0;
}

.active-graphic {
    background: #282896;
    border: 1px solid #fff;
}

.active-graphic h6 {
    color: #FFCC00;
}

.active-graphic p {
    color: #fff;
}
/* why choose graphic */


/* our customer */


.customer.swiper-slide {
    height: auto;
}


.customer .swiper-pagination {
    bottom: 10px !important;
    width: 60%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.customer .swiper-pagination-progressbar {
    height: 4px;
    background: #ddd;
}

.customer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #282896 !important;
}



.customer-card {
    background: #fff;
    border-radius: 14px;
    /* padding: 24px; */
    display: flex;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0.35;
    transform: scale(0.9);
    transition: all 0.4s ease;
    margin-bottom: 40px;
}

.swiper-slide-active .customer-card {
    opacity: 1;
    transform: scale(1);
}

.customer-img {
    background: #fff3c4;
    border-radius: 12px 0px 0px 12px;
    padding: 5px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-img img {
    width: 150px;
}

.customer-content{
    padding: 5px;
}

.customer-content .date {
    font-size: 12px;
    color: #aaa;
}

.customer-content h4 {
    color: #2a2aa5;
    font-weight: 600;
    margin: 6px 0;
}

.stars {
    color: #ffcc00;
    margin-bottom: 10px;
}

.customer-content p {
    font-size: 14px;
    color: #666;
}

/* Pagination */
.customer .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.customer .swiper-pagination-bullet-active {
    background: #2a2aa5;
    width: 18px;
    border-radius: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    .customer-card {
        flex-direction: column;
        text-align: center;
        opacity: 1;
        transform: scale(1);
    }
}


/* our customer */

/* lab insight */
.labinsight {
    padding-bottom: 50px;
}

.insight-card {
    background: #FFF9E366;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1.37px solid #2828960F;
}

.img-wrap {
    position: relative;
}

.img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 5px;
    border-radius: 12px 12px 0px 0px;
}

.date-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FEE005;
    color: #282896;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.content {
    padding: 18px;
}

.content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #282896;
    margin-bottom: 10px;
}

.content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.content a {
    font-size: 14px;
    font-weight: 500;
    color: #282896;
    text-decoration: none;
}

/* Pagination dots */
.labinsight .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}

.labinsight .swiper-pagination-bullet-active {
    background: #ffcc00;
    width: 18px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 767px) {
    .img-wrap img {
        height: 180px;
    }
}


/* lab insight */


/* why choose */
.why-choose-graphic h6,
h4 {
    font-weight: 600;
}

/* why choose */

/* Faq  */

.faq-attchement {
    padding: 0px;
}

.bg-faq-right {
    background: #F4F8FA;
}

.faq-right {
    padding: 40px;
}

.faq-left {
    background: linear-gradient(180deg, #282896 37%, #EADAA2B0 100%);
    padding: 30px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-left h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.faq-left p {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
    opacity: 0.95;
}

.faq-left .btn {
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
}

.faq-right h3 {
    font-size: 24px;
    font-weight: 600;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.accordion-button {
    background: #fff;
    font-weight: 500;
    font-size: 15px;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

/* faq */


/* Footer  */
.bg-footer {
    background: #F5F5F5;
    border-top: 3px solid #282896;
}

.footer-logo img {
    margin-bottom: 35px;
}

.footer-logo p {
    margin-bottom: 30px;
}

.footer-logo h6 {
    color: #282896;
    font-weight: 600;
    font-size: 18px;
}

.footer-Link h6 {
    font-size: 20px;
    font-weight: 600;
    color: #282896;
}

.footer-Link ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-Link li a {
    color: #222222;
    text-decoration: none;
}

.footer-address h6 {
    font-size: 20px;
    font-weight: 600;
    color: #282896;
}

.footer-address h6::after {
   content: "";
    background: #ffcc00;
    width: 12%;
    height: 2px;
    display: inherit;
    position: relative;
    top: 6px;
}

.social-link h6{
    font-size: 20px;
    font-weight: 600;
    color: #282896;
}

.social-link h6::after{
    display: none;
}

.icon-address-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.address-content p {
    margin-bottom: 0;
}

.address-icon {
    margin-right: 10px;
}

.address-content a {
    text-decoration: none;
    color: #222222;
    display: inline-block;
}

.social-link ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    background: #FFCC00;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}

.bg-copyright {
    background: #282896;
    color: #fff;
    text-align: center;
}

.copy-right p {
    margin-bottom: 0;
    padding: 10px 0px;
    color: #fff;
}

.footer-Link h6::after {
    content: "";
    background: #ffcc00;
    width: 36%;
    height: 2px;
    display:block;
}

.address-icon img {
    width: 20px;
}



/* footer */
/* Home search dropdown */
.search-wrapper {
    position: relative;
}

.search-suggest {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d7dfeb;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(15, 35, 75, 0.12);
    z-index: 30;
    display: none;
    max-height: 360px;
    overflow-y: auto;
}

.search-suggest.open {
    display: block;
}

.search-suggest-item {
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-suggest-item:last-child {
    border-bottom: 0;
}

.search-suggest-title {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #1f376d;
    text-decoration: none;
}

.search-suggest-title:hover {
    color: #0a58ca;
}

.search-suggest-meta {
    font-size: 12px;
    color: #6c7585;
}

.search-suggest-add {
    border: 1px solid #ffd400;
    background: #fff8d5;
    color: #2e3d5f;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    cursor: pointer;
}

.search-suggest-empty {
    padding: 12px;
    font-size: 13px;
    color: #6c7585;
}
.js-package-card { cursor: pointer; }

/* Desktop sign-in popup */
.desktop-signin-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.desktop-signin-modal.open {
    display: flex;
}

.desktop-signin-dialog {
    width: min(848px, 96vw);
    background: #fff;
    border: 1px solid #d5e2e9;
    border-radius: 24px;
    padding: 48px 38px 40px;
    position: relative;
}

.desktop-signin-close {
    position: absolute;
    right: 22px;
    top: 18px;
    border: 0;
    background: transparent;
    font-size: 26px;
    color: #060218;
    cursor: pointer;
}

.desktop-signin-grid {
    display: grid;
    grid-template-columns: 404px 1fr;
    gap: 28px;
    align-items: center;
}

.desktop-signin-visual {
    position: relative;
    min-height: 323px;
    border-radius: 18px;
    background: linear-gradient(145deg, #e6eff9 0%, #f5f8fd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.desktop-signin-illustration {
    width: 100%;
    max-width: 404px;
    height: auto;
    object-fit: contain;
    display: none;
}

.desktop-signin-visual.has-illustration .desktop-signin-illustration {
    display: block;
}

.desktop-signin-visual.has-illustration .desktop-signin-lock {
    display: none;
}

.desktop-signin-lock {
    width: 138px;
    height: 138px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fee005 0%, #f7d600 100%);
    box-shadow: 0 10px 28px rgba(15, 42, 113, 0.14);
    color: #1d3286;
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-signin-content h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}

.desktop-signin-subtitle {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.3;
    color: #4d4d4d;
    max-width: 331px;
    opacity: 0.7;
}

.desktop-signin-content label {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}

.desktop-signin-content input {
    width: 100%;
    height: 62px;
    border: 1px solid #c6dce9;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 15px;
    color: #2a2a2a;
    background: #f8f8f8;
    margin-bottom: 12px;
}

.desktop-signin-note {
    font-size: 13px;
    color: #444;
    margin: 0 0 20px;
    opacity: 0.7;
}

.desktop-signin-continue {
    height: 45px;
    min-width: 135px;
    border: 0;
    border-radius: 999px;
    background: #fee005;
    color: #0f2a71;
    font-size: 14px;
    font-weight: 700;
    padding: 0 22px;
    cursor: pointer;
    margin-bottom: 18px;
}

.desktop-signin-signup {
    margin: 0 0 14px;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.desktop-signin-signup a {
    color: #1d3286;
    text-decoration: none;
    font-weight: 700;
    margin-left: 6px;
    font-size: 16px;
}

.desktop-signin-terms {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #4a4a4a;
    max-width: 286px;
}

.desktop-signin-terms a {
    color: #233f8f;
    text-decoration: none;
    font-weight: 700;
}

.desktop-signin-dialog.otp-only {
    width: min(380px, 96vw);
    border-radius: 20px;
    padding: 34px 24px 24px;
}

.desktop-signin-dialog.otp-only .desktop-signin-grid {
    grid-template-columns: 1fr;
    gap: 0;
}

.desktop-signin-dialog.otp-only .desktop-signin-visual,
.desktop-signin-dialog.otp-only .desktop-signin-lock,
.desktop-signin-dialog.otp-only .desktop-signin-illustration {
    display: none !important;
}

.desktop-signin-dialog.otp-only .desktop-signin-content {
    max-width: 100%;
    text-align: center;
}

.desktop-signin-dialog.otp-only #desktopOtpStep h3 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}

.desktop-signin-dialog.otp-only #desktopOtpStep .desktop-signin-subtitle {
    font-size: 13px;
    margin: 0 0 12px;
    max-width: 100%;
    opacity: 1;
}

.desktop-signin-dialog.otp-only #desktopOtpStep input {
    height: 54px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.desktop-signin-dialog.otp-only #desktopOtpStep .desktop-signin-continue {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
}

.desktop-signin-dialog.otp-only #desktopOtpStep .desktop-signin-signup {
    margin: 0;
}

.desktop-signin-dialog.otp-only #desktopOtpStep .desktop-signin-signup a {
    font-size: 20px;
    margin-left: 0;
}

@media (max-width: 991px) {
    .desktop-signin-modal {
        display: none !important;
    }
}

/* Desktop cart dropdown */
#desktopCartWrap {
    position: relative;
}

.desktop-cart-trigger {
    border: 0;
    border-radius: 0;
    background: transparent;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.desktop-cart-trigger img {
    width: 20px;
    height: 20px;
}

.desktop-cart-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    width: 410px;
    background: #fff;
    border: 1px solid #d6dfeb;
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(20, 33, 64, 0.2);
    padding: 16px;
    z-index: 40;
    display: none;
}

.desktop-cart-dropdown.open {
    display: block;
}

.desktop-cart-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.desktop-cart-head h4 {
    margin: 0;
    font-size: 22px;
    color: #111;
    font-weight: 700;
}

.desktop-cart-head span {
    font-size: 14px;
    color: #666;
}

.desktop-cart-item {
    border-bottom: 1px solid #e7edf6;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.desktop-cart-item-title {
    font-size: 16px;
    line-height: 1.2;
    color: #111;
    font-weight: 700;
}

.desktop-cart-item-meta {
    font-size: 12px;
    color: #667;
    margin-top: 2px;
}

.desktop-cart-item-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desktop-cart-item-price {
    font-size: 18px;
    color: #173d8f;
    font-weight: 700;
}

.desktop-cart-remove {
    border: 0;
    background: transparent;
    color: #ff2f2f;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
}

.desktop-cart-empty {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}

.desktop-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
}

.desktop-cart-total strong {
    color: #173d8f;
    font-size: 22px;
}

.desktop-cart-checkout {
    display: flex;
    margin-top: 12px;
    height: 44px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #ffd400;
    color: #162955;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 991px) {
    .desktop-cart-dropdown {
        display: none !important;
    }
}
/* Homepage package swiper: match the tighter diagonal ribbon used on listing cards. */
.healthSwiper {
    padding: 32px 18px 56px;
}

.healthSwiper .swiper-slide {
    height: auto;
    display: flex;
    padding: 0 14px;
    box-sizing: border-box;
    width: 380px !important;
    max-width: 380px;
}

.healthSwiper .health-card {
    margin-top: 8px;
}

.healthSwiper .offer-ribbon {
    top: 4px;
    left: -22px;
    width: 102px;
    padding: 6px 0;
    font-size: 10px;
    letter-spacing: 0.14em;
    z-index: 4;
}

.healthSwiper .offer-ribbon::before,
.healthSwiper .offer-ribbon::after {
    border-width: 6px;
}

@media screen and (max-width: 767px) {
    .healthSwiper {
        padding: 28px 10px 48px;
    }

    .healthSwiper .swiper-slide {
        padding: 0 10px;
        width: 300px !important;
        max-width: 300px;
    }

    .healthSwiper .offer-ribbon {
        top: 2px;
        left: -18px;
        width: 88px;
        font-size: 9px;
        letter-spacing: 0.12em;
    }
}

@media screen and (min-width: 992px) {
    .custom-explore-menu {
        min-width: max-content !important;
        padding: 16px 18px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 18px !important;
        align-items: center !important;
    }

    .custom-explore-menu .custom-explore-link {
        display: inline-block !important;
        width: auto !important;
        min-width: max-content !important;
        white-space: nowrap !important;
        padding: 8px 0 !important;
    }

    .dropdown-menu.show {
        min-width: 420px !important;
    }

    .dropdown-menu.show ul,
    .dropdown-menu.show .row,
    .dropdown-menu.show .container,
    .dropdown-menu.show .mega-menu,
    .dropdown-menu.show .submenu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 24px !important;
        align-items: flex-start !important;
    }

    .dropdown-menu.show li,
    .dropdown-menu.show .col,
    .dropdown-menu.show [class*="col-"] {
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        flex: 0 0 auto !important;
    }

    .dropdown-menu.show a,
    .dropdown-menu.show span,
    .dropdown-menu.show button {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        width: auto !important;
        min-width: max-content !important;
        display: inline-block !important;
    }

    .navbar-nav > li:first-child .dropdown-menu > :last-child {
        display: none !important;
    }

    .navbar-nav > li:first-child .dropdown-menu {
        width: fit-content !important;
        min-width: max-content !important;
    }

    .navbar-nav .dropdown-menu {
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
    }

    .navbar .dropdown-menu.show {
        display: inline-grid !important;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        align-items: start;
        gap: 12px;
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        padding: 18px 20px;
    }

    .navbar-nav .dropdown-menu li {
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        display: block !important;
    }

    .navbar-nav .dropdown-menu a,
    .navbar-nav .dropdown-menu button,
    .navbar-nav .dropdown-menu span {
        white-space: nowrap !important;
        word-break: keep-all !important;
        display: inline-block !important;
        width: auto !important;
        max-width: none !important;
    }

    .navbar .dropdown-menu.show > li,
    .navbar .dropdown-menu.show > div,
    .navbar .dropdown-menu.show > .dropdown-item {
        display: block !important;
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
    }

    .navbar .dropdown-menu.show .dropdown-item {
        display: inline-block !important;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        word-break: keep-all;
        width: auto;
        min-width: max-content;
        max-width: none !important;
        padding: 8px 14px;
        text-align: left;
    }
}
.custom-nav .has-mega {
    position: relative;
}

.custom-nav .has-mega .mega-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 230px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(40, 52, 162, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    box-shadow: 0 18px 40px rgba(24, 34, 89, 0.16);
    z-index: 30;
}

.custom-nav .has-mega.is-open .mega-menu {
    display: flex !important;
}

.custom-nav .has-mega .mega-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 24px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-top: 1px solid rgba(40, 52, 162, 0.08);
    border-left: 1px solid rgba(40, 52, 162, 0.08);
    transform: rotate(45deg);
}

.custom-nav .has-mega .mega-col,
.custom-nav .has-mega .mega-menu.vertical-menu,
.custom-nav .has-mega .mega-menu:not(.horizontal-menu) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 100%;
}

.custom-nav .has-mega .mega-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    color: #1c2353;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.custom-nav .has-mega .mega-menu a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #98a2d6;
    transition: transform 0.2s ease, color 0.2s ease;
}

.custom-nav .has-mega .mega-menu a:hover,
.custom-nav .has-mega .mega-menu a:focus {
    background: linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
    color: #2834a2;
    transform: translateX(3px);
    box-shadow: inset 0 0 0 1px rgba(40, 52, 162, 0.08);
}

.custom-nav .has-mega .mega-menu a:hover::after,
.custom-nav .has-mega .mega-menu a:focus::after {
    color: #2834a2;
    transform: translateX(2px);
}

.custom-nav .mega-menu.vertical-menu {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    min-width: 240px;
}

.custom-nav .mega-menu.vertical-menu a {
    display: block !important;
    width: 100% !important;
    white-space: nowrap !important;
}
