:root {
    --brand: #167a5e;
    --pill: #f3f2ec
}

html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden
}

*,
*::before,
*::after {
    box-sizing: border-box
}
/* 
.promo-bar {
    background: #7a2f1f;
    color: #fff
}

.promo-bar .container {
    position: relative
}

.promo-track {
    overflow: hidden;
    white-space: nowrap
}

.promo-text {
    display: inline-block;
    padding: 8px 0;
    animation: promoScroll 18s linear infinite;
    font-size: 14px;
}

.promo-close {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff
}

@keyframes promoScroll {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
} */

.navbar {
    padding: .75rem 0;
    z-index: 9;
    background: #ffffffb0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}
.navbar.scrolled {
    background: #fff !Important; /* Dark background */
   
}

.navbar-brand {
    font-weight: 700;
    color: var(--brand) !important;
    display: flex;
    align-items: center;
    gap: .5rem
}

.ew-nav .container {
    position: relative
}

.ew-nav.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: #ffffffb0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06)
}

.ew-nav .nav-link {
    color: #2f2f2f;
    font-weight: 500;
    padding: .75rem 1.1rem;
    font-size: 15px;
    letter-spacing: .2px
}

.ew-nav .nav-link:hover {
    color: #167a5e
}

.ew-nav .nav-link[data-mega].active {
    background: var(--pill);
    border-radius: 999px;
    padding: .5rem 1rem;
    color: #4a4a4a;
    font-weight: 500;
    padding: .75rem 1rem;
    font-size: 15px;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #dee2e64d !important;
}

.mega-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #167a5e;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 0;

}

.mega-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    font-size: 18px;
}

.register-btn {
    background: var(--pill);
    border-radius: 999px;
    font-size: 14px;
    padding: .5rem 1rem;
    font-weight: 600
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pill);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333
}

.icon-btn .bi {
    font-size: 1.1rem
}

.ew-nav .icon-btn,
.ew-nav .register-btn {
    position: relative;
    z-index: 1101
}
/* start header or hero section */
.hero {
    width: 100%;
    height: 100vh;
    /* Full viewport height */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top:-86px;
}

@media(max-width:992px) {
    .register-btn {
        display: none
    }
}

/* .hero-360 {
    min-height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
} */
.back-video {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit:cover;
    inset: 0;
    /* Puts video behind the content */
}
.overlays{
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    margin: 1rem;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}
.overlays div{
    z-index: 1;
    height: 80%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .7));
    overflow: hidden;

}
.heroContentWrapper{
    /* position: relative; */
    z-index: 2;
    /* display: flex; */
    /* flex-direction: column; */
    /* flex: 1 1; */
    width: 100%;
    max-width: 1202px;
    padding-left: 15px;
    padding-right: 15px;
    /* margin: 0 auto; */
}
.heroContentWrapper_div1 {
    /* flex: 1 1;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px; */
    width: 75%;
    /* padding: 120px 20px 60px; */
}

.heroTitle { max-width: 700px; color: #fff;padding-top: 40px;}

/* Fluid Responsive Typography */
.heroTitle h1 {
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 15px;
}

.heroTitle h1 span { color: #00d4a1; }
.heroTitle .hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
    max-width: 550px;
}
@media (max-width: 768px) {
    .hero-content { text-align: center; margin-top: 50px; }
    .hero-description { margin: 20px auto 35px auto; }
}

.heroTitle .hero-btn {
    display: inline-block;
    background: #fff;
    color: #167a5e;
    border: none;
    border-radius: 50px;
    padding: 15px 35px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}
@media screen and (min-width: 1240px) and (max-width: 1433px) {
    .heroContentWrapper_div1 {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1170px;
    }
}
/* end header or hero section */

/* .hero-360 .video-bg {
    position: absolute;
    inset: 0
}

.hero-360 .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover
} */

/* .hero-360 .left-panel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    background: #00639f;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 68% 50%, 85% 100%, 0 100%);
    background: linear-gradient(to bottom, #cfe0e9 0%, #eed889 100%);
}

.hero-360 .left-panel .content {
    padding: 80px 210px 80px 40px;
}

.hero-360 .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px
} */

/* .typing-cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background: #fff;
    margin-left: 4px;
    animation: blink 1s step-end infinite;
    vertical-align: -0.25em
} */

@keyframes blink {
    50% {
        opacity: 0
    }
}

/* .hero-360 .desc {
    font-size: 1rem;
    opacity: .9;
    color: #000;
    margin-bottom: 20px
}

.hero-360 .hero-btn {
    display: inline-block;
    background: #fff;
    color: #167a5e;
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    text-decoration: none
}

.hero-360 .floating-pill {
    position: absolute;
    right: 24px;
    top: 24px;
    background: #fff;
    color: #333;
    border-radius: 999px;
    padding: 10px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    font-size: 14px;
}

.hero-360 .meter {
    position: absolute;
    right: 24px;
    top: 110px;
    width: 160px;
    height: 160px;
    border-radius: 16px;
    background: radial-gradient(circle at center, #e7f8f8 0%, #d9f0f0 60%, #ffffff 100%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-360 .meter-inner {
    text-align: center
}

.hero-360 .meter-value {
    font-size: 36px;
    font-weight: 700;
    color: #00a39d
}

.hero-360 .meter-label {
    font-size: 12px;
    color: #666
} */

/* @media(max-width:992px) {
    .hero-360 {
        min-height: 380px
    }

    .hero-360 .left-panel {
        width: 100%;
        clip-path: none;
        background: linear-gradient(90deg, rgba(22, 122, 94, .92) 0%, rgba(22, 122, 94, .75) 55%, rgba(22, 122, 94, 0) 100%)
    }

    .hero-360 .floating-pill,
    .hero-360 .meter {
        display: none
    }
} */
/* 
@media(max-width:768px) {
    .hero-360 {
        min-height: 340px
    }

    .hero-360 .left-panel .content {
        padding: 22px
    }

    .hero-360 .title {
        font-size: 24px !important;
    }

    .hero-360 .desc {
        font-size: .95rem
    }

    .hero-360 .hero-btn {
        padding: 10px 18px
    }

    .hero-360 .video-bg video {
        object-position: center
    }

    .hero {
        padding: 48px 16px;
    }
} */

.mega {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 24px 0;
    display: none;
    z-index: 1000;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    overscroll-behavior: contain
}

.mega.show {
    display: block
}

.mega .container {
    max-width: 1200px
}

.mega-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mega-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2px
}

.mega-list li a::before {
    content: 'â€º';
    color: #167a5e
}

.mega-card {
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.mega-card .ratio {
    border-radius: 12px
}

.mega-cta {
    background: #167a5e;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600
}

.mega-cta:hover {
    background: #106a53;
    color: #fff
}

@media(max-width:992px) {
    .mega {
        display: none !important
    }
}

.subcribe-section {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 50px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    box-shadow: 0px 1px 7px 0px #a69e9e38;
    margin: 60px 60px 0px 60px;
}

.subcribe-section {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 50px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    box-shadow: 0px 1px 7px 0px #a69e9e38;
    margin: 60px 60px 0px 60px;
}

.hero-content {
    flex: 1;
    max-width: 50%;

}

.hero-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.1em;
    opacity: 0.9;
}




/* === NEW STYLING FOR INPUT AND BUTTONS END === */


.hero-image {
    position: absolute;
    right: 124px;
    bottom: -123px;
    height: 145%;
    width: auto;
    transform: rotate(35deg);
}

/* Footer */
.footer {
    background-color: #fff;
    padding-top: 50px;
    margin-top: 0px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    align-items: start;
    /*text-align: center;*/
    /*justify-content: space-between; */
    margin-top: 28px;
    /*margin-bottom:36px;*/
    color: #7dd4c9;
}

.footer-logo i {
    font-size: 30px;
    color: #7DD4C9;
    /* Blue for the plus icon */
    margin-right: 10px;
}

.footer-logo p {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin: 0;
}

/*.footer-logo .policy-links {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    margin-top: auto; */
/*}*/

.footer-logo p:first-of-type {
    margin-bottom: 5px;
}

.footer-logo a {
    display: initial;
    margin-bottom: 0;
}


.footer-column {
    flex-basis: 18%;
    min-width: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #333;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #777;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #000;
}

.get-in-touch p {
    color: #777;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    color: #777;
    font-size: 1.2em;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-link:hover {
    background-color: #ddd;
    color: #333;
}

.newsletter-form {
    display: flex;

    border-radius: 5px;
    overflow: hidden;
    width: 80%;
    border: 1px solid #6b799b;
    box-shadow: 0px 1px 9px 2px #85858529;
    border: 1px solid #9292921a;
}

.newsletter-input {
    border: none;
    background: transparent;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    flex-grow: 1;
    min-width: 150px;
}

.newsletter-button {
    background-color: #6b799b;
    color: #fff;
    border: none;
    font-size: 13px;
}

.blur_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #98b4d442;
    filter: blur(27px);
}

.store-badge {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
}

.store-badge .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.store-badge .text {
    line-height: 1;
    display: inline-flex;
    flex-direction: column
}

.store-badge .text .small {
    font-size: 12px;
    opacity: .85
}

.store-badge .text .big {
    font-size: 17px;
    font-weight: 700
}

.store-badge:hover {
    opacity: .97
}

.footer-bottom {
    width: 100%;
    text-align: center;
    /* margin-top: 8px; */
    font-size: 12px;
    color: #000000;
    opacity: 1;
    border-top: 1px solid rgb(179 179 179 / 15%) !important;
    padding-top: 10px;
    padding: 10px 0;
}

.h23 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Floating actions and chatbox */
.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1102
}

.floating-actions .fab-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    opacity: .9;
    transition: transform .2s ease, opacity .2s ease
}

.floating-actions .fab-btn.chat {
    background: #0a5582
}

.hero-buttons {
    margin-top: 10px;
}

.hero-buttons .btn {
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-buttons .btn-light {
    background-color: white;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.hero-buttons .btn-outline-dark {
    border-color: #222;
}

.floating-actions .fab-btn.whatsapp {
    background: #25D366
}

.floating-actions .fab-btn.call {
    background: #0d6efd
}

.floating-actions .fab-btn:hover {
    opacity: 1;
    transform: translateY(-1px)
}

.floating-actions .fab-btn .bi {
    font-size: 1.35rem;
    line-height: 1
}

.chatbox {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 340px;
    max-height: 70vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1103
}

.chatbox.open {
    display: flex
}

.chatbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #dbdbdb;
    color: #000
}

.chatbox-title {
    display: flex;
    align-items: center;
    gap: 8px
}

.chatbox-logo {
    width: 103px;
    height: 45px;
    border-radius: 6px;
    background-image: url('https://www.anuationlabs.com/demo/eazebio-version2/Eazebio.png');
    background-size: cover;
    background-position: center;
    display: inline-block
}

.chatbox-actions {
    display: flex;
    gap: 6px
}

.chatbox-actions button {
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 4px
}

.chatbox-body {
    padding: 12px;
    overflow-y: auto;
    flex: 1;
    background: #f7f8fc
}

.chatbox-message {
    max-width: 85%;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4
}

.chatbox-message.bot {
    background: #e9ecef;
    color: #333;
    border-top-left-radius: 4px
}

.chatbox-message.user {
    background: #00b7c0;
    color: #fff;
    margin-left: auto;
    border-top-right-radius: 4px
}

.chatbox-input {
    display: flex;
    gap: 8px;
    border-top: 1px solid #eee;
    padding: 10px
}

.chatbox-input input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px
}

.chatbox-input button {
    background: #6f42c1;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px
}

@media(max-width:576px) {
    .chatbox {
        right: 10px;
        left: 10px;
        width: auto;
        bottom: 80px
    }
}

/* Back to top */
.back-to-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a5582;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 1102
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0)
}

.back-to-top .bi {
    font-size: 1.5rem
}

.hero-section {
    background: linear-gradient(to bottom, #cfe0e9 0%, #eed889 100%);
    text-align: center;
    position: relative;
    padding: 65px 15px;
    border-radius: 20px;
    overflow: hidden;
}

.hero-section img {
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
}

.Testosterone-card {
    background-color: #f3f0ea;
    border-radius: 20px;
    text-align: left;
    padding: 40px 20px 0px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.Testosterone-card .btn {
    border-radius: 50px;
    background-color: #1E3A5F;
    color: #fff;
    font-weight: 500;
    padding: 10px 22px;
    float: inline-end;
    margin-top: 57%;
}

.Testosterone-card .sechead {
    color: rgb(120, 146, 153);
    white-space: nowrap;
    font-weight: 500;
}

.Testosterone-card h4 {
    font-weight: 600;
    color: #1a1a1a;
}

.btn-img-box {
    height: 27rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-swiper {
    width: 90%;
    /* Limit container width */
    /*padding: 50px 0;*/
    /* Add vertical padding for visibility */
    margin: 50px auto;
}

/* Individual Slide Styling */
.product-swiper .swiper-slide {

    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    /* Optional: Add a smooth scaling effect for the centered item */
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.6;
    /* Dim the side slides */
    padding: 15px;
}

/* Centered Slide Styling */
.product-swiper .swiper-slide-active {
    transform: scale(1.05);
    /* Slightly bigger for the focused slide */
    opacity: 1;
    /* Full opacity for the centered slide */
}

/* Swiper Navigation (Arrows) */
.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
    color: #4A90E2;
}

.product-swiper .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px;
}

.statistics-text {
    font-size: 12px;
    color: #6a6a6a;
    font-weight: 600;
}

.page-number {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.headline {
    font-size: 22px ! Important;
    font-weight: 600 !important;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #333;
}

p.subtext {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 50px;
}

.category-tabs {
    background: #fff;
    border-radius: 999px;
    display: flex;
    gap: 8px;
    padding: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    justify-content: space-between;
}

.ps-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    border: none;
    z-index: 10;
}

.section-heading {
    padding: 8px 0
}

.section-eyebrow {
    color: #167a5e;
    font-size: .95rem;
    margin-bottom: 4px
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a
}

.category-tabs .nav-link {
    border: none;
    border-radius: 999px;
    padding: .5rem 1rem;
    color: #2f2f2f
}

.category-tabs .nav-link.active {
    background: linear-gradient(to bottom, #315c9b 38%, #51b2c3);
    color: #fff
}

.category-content {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.category-panel {
    display: flex;
    gap: 20px;
    align-items: stretch
}

.panel-left {
    flex: 1;
    background: #f6fbf9;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.panel-title {
    font-size: 1.6rem;
    font-weight: 700
}

.panel-desc {
    color: #555
}

.panel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 6px 0;
    color: #167a5e
}

.panel-list li {
    margin-bottom: 6px
}

.panel-right {
    flex: 1;
    position: relative
}

.mini-cards {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -24px;
    display: flex;
    gap: 12px
}

.mini-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px
}

.mini-card .thumb {
    width: 56px;
    height: 36px;
    border-radius: 8px;
    background: #e9f3f2
}

.mini-info .mini-title {
    font-weight: 600
}

.mini-info .mini-price {
    color: #666;
    font-size: .9rem
}

@media(max-width:992px) {
    .category-panel {
        flex-direction: column
    }

    .mini-cards {
        position: static;
        margin-top: 10px
    }
}

@media(max-width:768px) {
    .section-title {
        font-size: 1.6rem
    }

    .section-eyebrow {
        font-size: .9rem
    }
}

.product-showcase {
    background: linear-gradient(0deg, #f7efe6 0%, #ffffff 60%)
}

.ps-left {
    max-width: 420px
}

.ps-left p {
    color: #44505c
}

.btn-see-more {
    background: #c9a675;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .5rem 1rem
}

.ps-slider {
    position: relative;
    overflow: hidden;
}

.ps-card {
    background: #f3f3f3;
    border-radius: 18px
}

.ps-img {
    position: relative;
    height: 160px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden
}

.ps-img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.ps-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d6bb86;
    color: #fff;
    font-size: .75rem;
    padding: .2rem .5rem;
    border-radius: 999px
}

.ps-body {
    padding: 14px
}

.ps-chip {
    display: inline-block;
    font-size: .75rem;
    background: #eef2f7;
    color: #39424e;
    border-radius: 8px;
    padding: .2rem .5rem;
    margin-bottom: 6px
}

.ps-title {
    font-weight: 600;
    color: #1f2b38;
    margin-bottom: 6px
}

.ps-desc {
    font-size: 13px;
    color: #5b6773
}

.kits-swiper .swiper-slide {
    width: 280px
}

@media(max-width:991px) {
    .kits-swiper .swiper-slide {
        width: 260px
    }
}

/* Kits swiper arrows */
.kits-swiper {
    position: relative;
    overflow: visible;
    padding: 0 16px
}

.kits-swiper .swiper-button-prev,
.kits-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #167a5e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25)
}

.kits-swiper .swiper-button-prev {
    left: 8px;
    z-index: 2
}

.kits-swiper .swiper-button-next {
    right: 8px;
    z-index: 2
}

.kits-swiper .swiper-button-prev::after,
.kits-swiper .swiper-button-next::after {
    font-size: 1rem
}

@media(max-width:768px) {

    .kits-swiper .swiper-button-prev,
    .kits-swiper .swiper-button-next {
        width: 36px;
        height: 36px
    }
}

.product-list-page .pl-filter {
    background: #f6fbf9;
    border: 1px solid #e8efe9;
    border-radius: 12px
}

.pl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.pl-card {
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    text-decoration: none;
    color: inherit
}

.pl-media {
    flex: 0 0 280px;
    background: #f3f3f3;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.pl-media img {
    max-width: 100%;
    height: auto
}

.pl-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px
}

.pl-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfded9
}

.pl-info {
    flex: 1
}

.pl-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 6px
}

.pl-bullets {
    margin: 0 0 8px 0;
    padding-left: 18px
}

.pl-bullets li {
    margin-bottom: 4px
}

.pl-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px
}

.pl-old {
    text-decoration: line-through;
    color: #888
}

.pl-new {
    color: #c0392b;
    font-weight: 700
}

.pl-code {
    color: #167a5e;
    font-size: .9rem
}

.pl-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 8px
}

.pl-meta {
    color: #666;
    font-size: .9rem
}

@media(max-width:992px) {
    .pl-grid {
        grid-template-columns: 1fr
    }

    .pl-media {
        flex: 0 0 220px
    }
}

/* Product detail */
.product-detail .pd-media {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    position: relative
}

.product-detail .carousel-item img {
    border-radius: 16px;
    transition: transform .25s ease, transform-origin .25s ease
}

.product-detail .pd-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px
}

.product-detail .pd-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfded9
}

.product-detail .pd-title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 8px
}

.product-detail .pd-bullets {
    margin: 0 0 8px 0;
    padding-left: 18px
}

.product-detail .pd-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px
}

.product-detail .pd-old {
    text-decoration: line-through;
    color: #888
}

.product-detail .pd-new {
    color: #c0392b;
    font-weight: 700
}

.product-detail .pd-code {
    color: #167a5e
}

.product-detail .pd-meta {
    color: #666
}

@media(max-width:768px) {
    .product-detail .pd-title {
        font-size: 1.4rem
    }
}
/* start FAQ coding */
.faqSection{
    position: relative;
    background: radial-gradient(circle at 100% 10%, rgba(4, 63, 130, .184) 0, rgba(4, 63, 130, 0) 30%);
}
.faq_heading h3{
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
}
.faq_card{
    background-color: transparent;
    border-radius: 28px;
    border: 1px solid #678ec9;
    padding: 16px 24px;
    position: relative;
    z-index: 0;
}

.faq_title_with_btn{
    border:none;
    background:none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding:12px 16px;
    cursor: pointer;
}

.faq_title_with_btn .icon_box{
    height:47px;
    width:47px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    transition: transform 0.3s;
    justify-content: center;
    padding: 16px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(180deg, #78cc56, #fff 50%, #78cc56);
    z-index: 0;
    
}
.faq_title_with_btn .icon_box.active {
  transform: rotate(45deg); /* + â†’ Ã— */
}
.faq_title_with_btn .icon_box:before{
    content: "";
    position: absolute;
    top: .5px;
    left: .5px;
    right: .5px;
    bottom: .5px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}
.faq_title_with_btn .icon_box div{
    font-weight: bold;
    font-size: 22px;
}
.collapse_content_box{
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    padding:0px 16px;
}
.faqSection .icon:before {content:'|';transform: rotate(90deg);position: absolute;background: linear-gradient(359deg, rgb(44 92 154) 0%, rgb(128 162 219) 50%, rgb(46 97 159) 100%);color: transparent;width: 5px;border-radius: 10px;height: 25px;}
.faqSection .icon:after {content:'|';position: absolute;background: linear-gradient(359deg, rgb(90 202 191) 0%, rgb(128 162 219) 50%, rgb(80 181 193) 100%);color: transparent;width: 5px;height: 25px;border-radius: 10px;}


.faqSection .icon {
    position: relative;
    top: -13px;
    left: -2px;
}
/*end FAQ section coding*/
/*start health care section*/
    #Healthcare_heading {
        font-size: 56px;
        line-height: 64px;
        letter-spacing: -0.05em;
    }

    #para {
        font-size: 20px;
        line-height: 1.6;
        color: #4a4a4a;
        font-weight: 300;
        max-width: 750px;
        margin: 24px auto 0;
    }

    .time-wrapper {
        position: relative;
    }

    #timeline-line {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #1bb3a7, transparent);
        transform: translateX(-50%);
    }

    .step-text {
        letter-spacing: -0.05em;
        font-size: 24px;
        line-height: 1.6;
        color: #333;
        font-weight: 600;
        font-style: italic;
        margin-top: 16px;
    }

    .img_box {
        width: 50%;
    height: auto;
    background: #ffffff;
    margin: 0 auto;
    border: 1px solid #50b4c370;
    border-radius: 24px;
    overflow: hidden;
    padding: 10px;
    /* box-shadow: 0 8px 30px rgba(72, 72, 72, .3), 0 2px 8px rgba(0, 0, 0, .06); */
    cursor: pointer;
    transform-style: preserve-3d;
    }

    .mockup-img {
     max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #53b9c294;

    }
/*end healthcare section*/

    /*Our APPROACH*/
        .section.with-dark-blue-bg {
      background-color: #e1e1da;
      color: #fff;
      z-index: 10;
      position: relative;
      overflow: hidden;
    }
    .container {
      z-index: 10;
      width: 100%;
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 8em;
      padding-right: 8em;
      position: relative;
    }
    .padding {
      padding: 5em 0;
    }
    .listing-2-list {
      grid-column-gap: 5em;
      grid-row-gap: 5em;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
    .listing-2-item {
      display: flex;
    }
    .w-inline-block {
      max-width: 100%;
      display: inline-block;
    }
    .listing-2-link-block {
      border: 1px solid #ffffff26;
      flex-direction: column;
      flex: 1;
      justify-content: flex-end;
      text-decoration: none;
      color: #fff;
      align-items: center;
      min-height: 30em;
      padding: 4em;
      transition: border-color 0.2s;
      display: flex;
      position: relative;
    }

    .uppercase-listing-title {
      z-index: 20;
      color: #ffffffb3;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      margin-bottom: auto;
      font-size: 0.8em;
      font-weight: 600;
      position: relative;
    }
    .listing-2 {
      width: 100%;
    }
    .listing-2-content {
      z-index: 20;
      grid-column-gap: 2em;
      grid-row-gap: 2em;
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 27em;
      display: flex;
      position: relative;
    }
    .listing-heading-uni-1 {
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      transform-style: preserve-3d;
       will-change: transform, opacity;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
  transform: translate3d(0px, 3rem, 0px);
    }
    .listing-text {
      transform-style: preserve-3d;
      color:#fff;
             will-change: transform, opacity;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
      opacity: 0;
    }
    .listing-3-desc {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 6em;
      display: flex;
    }

    .circle-bg-1 {
      z-index: 1;
      background-color: var(--white);
      border-radius: 50%;
      width: 100%;
      height: 100%;
      position: absolute;
    }
    ._3d-block {
      z-index: 8;
      border-radius: 10px;
      perspective: 1000px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      display: flex;
      position: absolute;
      inset: 0%;
      overflow: hidden;
    }
    .image-animation-trigger._3d-for-image {
      width: 110%;
      height: 115%;
      position: absolute;
    }

    .image-animation-trigger {
      z-index: 10;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      display: flex;
      position: absolute;
      overflow: hidden;
    }
    .cover-image {
      z-index: 1;
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0%;
    }
    .listing-bg {
      z-index: 10;
      border-radius: 10px;
      background-image: linear-gradient(to bottom, #0a03184d 38%, #000);
      mix-blend-mode: multiply;
      position: absolute;
      inset: 0%;
    }
    /*End of our APPROACH*/
    
    
    /*start what we do section*/
    .what-we-do {
        position: relative;
        text-align: center;
        background: linear-gradient(180deg, #e1e0d9 100%, #ffffff 60%);
    }
    .circle-wrapper {
        display: flex;
        gap: 60px;
        margin-top: 60px;
        left: 0;
        position: absolute;
    }
    .circle-box {
        width: 150px;
        height: 150px;
        background-color: #ffffff;
        border-radius: 25px;
        display: flex;
        transform: rotate(45deg);
        cursor: pointer;
    }
    .circle-box:hover {
        box-shadow: 0 0 0 8px rgba(143, 208, 244, 0.4), 0 0 0 16px rgba(143, 208, 244, 0.2);
        background-color: rgb(167,211,239);
    }
 
    .circle-content {
        transform: rotate(-45deg);
        font-size: 13px;
        font-weight: 600;
        color: black;
        margin-top: 40px;
        margin-left: 50px;
    }
    #img1, #img2, #img3 {
        position: absolute;
        height: 190px;
        width: 149px;
        top: 231px;
    }
    #img1 {
        left: 70px;
        transform: rotateY(180deg);
    }
    #img2 {
        left: 141px;
    }
    #img3 {
        left: 352px;
    }
#box{
    height: 100px;
    width: 290px;
    border: 4px solid black;
    border-radius: 35px;
    text-align: center;
    position: absolute;
    top: 354px;
    left: 152px;
    color: red;
    background-color: white
 }
    /*end what we do section*/
    /*...........cookes.......*/
    .CookieModal .modal-content{border-radius:16px;overflow:hidden;background:linear-gradient(to bottom, #315c9b 38%, #51b2c3);color:#fff}
    .CookieModal_body a{color:white}
    .CookieModal_body{padding:24px}
    .CookieModal_icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;margin-bottom:12px}
    .CookieModal_actions{display:flex;gap:10px;margin-top:14px}
    .CookieModal_actions .btn{border-radius:999px}
    
    /* Horizontal scrollbar */
#kittabs::-webkit-scrollbar {
  height: 10px;   /* 👈 IMPORTANT */
}

/* Track */
#kittabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#kittabs::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

/* Handle on hover */
#kittabs::-webkit-scrollbar-thumb:hover {
  background: #555;
}