:root {
    --brand: #167a5e;
    --pill: #f3f2ec
}

h5#portfolioModalTitle {
    display: none;
}
html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden
}
.modal{
    z-index: 9999 !Important;
}
*,
*::before,
*::after {
    box-sizing: border-box
}
a.navbar-brand img {
    border-radius: 6px;
}
.promo-bar {
    color: #fff;
    background: #34416b;
}
.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
}

.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: #fff;
    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
}

.hero {}

h1.title {
    font-size: 47px !important;
    color: #333;
}

.hero h1 {
    font-weight: 600;
    font-size: 2rem;
}

@media(min-width:992px) {
    .hero h1 {
        font-size: 2.5rem
    }
}

/* Responsive: lg and below */
@media(max-width:992px) {
    .register-btn {
        display: none
    }
}

.hero-360 {
    min-height: 90vh;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.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: 65%;
    color: #ffffff;
    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 280px 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
}

.stats-inline{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.stat{display:flex;align-items:baseline;gap:6px;color:#fff}
.stat .stat-value{font-weight:700;font-size:22px}
.stat .plus{opacity:.95}
.stat .stat-label{font-size:13px;opacity:.95}

@media(max-width:768px){.stat .stat-value{font-size:20px}.stat .stat-label{font-size:12px}}

.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
    }
}

/* Responsive: md and below */
@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
}

.mega-group{padding-right:6px}
@media(max-width:992px){.mega-group{max-height:none;overflow:visible}}

/* Mega menu visibility on mobile */
@media(max-width:992px) {
    .mega { display: none; }
    .mega.show { display: block !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: rgba(22,122,94,0.18);
    filter: blur(22px);
}

.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 */
.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: #167a5e;
    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: 14px;
    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
}
.mini-info .mini-price .stat-value{font-weight:700;color:#000}

@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(90deg, #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
}

.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: 100%;
    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
    }
}
.sticky-right{position:fixed;top:90px;right:24px;width:420px;max-width:40vw;z-index:100}
@media(max-width:992px){.sticky-right{position:static;width:auto;right:auto;top:auto}}
.pd-info-cards{display:flex;flex-direction:column;gap:12px}
.pd-card{box-shadow:0 6px 18px rgba(0,0,0,.06);background:#fff;border-radius:12px}
.pd-card-tip{background:#d9eef6}
.pd-card-desc{background:#f6f7f2}
.pd-desc-text{color:#333}
/* Labs hero */
.labs-hero .labs-banner{position:relative;border-radius:24px;}
.labs-hero .labs-banner img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}
.labs-overlay{position:absolute;left:24px;bottom:90px;color:#fff;}
.labs-title {
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.1;
    margin: 0 0 12px;
}
.labs-stats{display:flex;gap:12px}
.labs-stat{background:rgba(255,255,255,.25);backdrop-filter:blur(4px);color:#fff;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:8px}
.labs-stat-num{font-weight:700}
.labs-stat-text{font-size:.95rem}
.labs-nav{position:absolute;left:24px;right:24px;bottom: -24px;background:#fff;border-radius:20px;box-shadow:0 10px 28px rgba(0,0,0,.12);padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.labs-tabs{list-style:none;margin:0;padding:0;display:flex;gap:16px;flex-wrap:wrap}
.labs-tabs a{text-decoration:none;color:#333;padding:8px 6px;border-radius:12px}
.labs-tabs a:hover{background:#f3f4f7}
.labs-cta{background:#000;color:#fff;text-decoration:none;border-radius:999px;padding:10px 16px;display:inline-flex;align-items:center;gap:8px}
@media(max-width:768px){
  .labs-hero .labs-banner img{height:280px}
  .labs-title{font-size:1.8rem}
  .labs-overlay{left:16px;bottom:110px}
  .labs-nav{left:12px;right:12px}
}
/* Biomarker cards slider */
.bio-section{overflow:visible}
.biomarker-swiper{position:relative;padding:0 16px}
.biomarker-swiper .swiper-button-prev,
.biomarker-swiper .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.25);z-index:5;cursor:pointer}
.biomarker-swiper .swiper-button-prev{left:0}
.biomarker-swiper .swiper-button-next{right:0}
.bio-card{height:440px;border-radius:20px;background-size:cover;background-position:center;position:relative;color:#fff;overflow:hidden}
.bio-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.45) 100%)}
.bio-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-start;gap:8px;padding:18px;z-index:1}
.bio-title{font-size:2rem;font-weight:700}
.bio-desc{max-width:420px}
.bio-count{font-size:.9rem;opacity:.9}
.bio-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    position: absolute;
    left: 14px;
    bottom: 14px;
}
.bio-chips span {
    background: rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 12px;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 20px;
  animation: marquee 20s linear infinite;
}

.bio-card {
  flex: 0 0 auto;
  width: 350px;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  position: relative;
}

/* Hover = marquee stop */
.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
 
        /* MSS Feature Section */
        .mss-showcase {
            padding: 5rem 5%;
            background: #000;
            color: white;
        }
        
        .mss-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        
        .mss-info h2 {
            font-size: 42px;
            margin-bottom: 1.5rem;
        }
        
        .mss-score-display {
            background: rgba(255,255,255,0.15);
            padding: 2rem;
            border-radius: 12px;
            margin: 2rem 0;
        }
        
        .score-title {
            font-size: 18px;
            margin-bottom: 1rem;
            opacity: 0.9;
        }
        
        .score-breakdown {
            display: grid;
            gap: 1rem;
        }
        
        .score-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            background: rgba(255,255,255,0.1);
            border-radius: 8px;
        }
        
        .score-label {
            font-weight: 600;
        }
        
        .score-value {
            font-size: 24px;
            font-weight: 700;
        }
        
        .mss-tiers {
            background: white;
            color: #000;
            padding: 2rem;
            border-radius: 12px;
        }
        
        .tier {
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .tier:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .tier-name {
            font-weight: 700;
            font-size: 18px;
            color: #000;
            margin-bottom: 0.5rem;
        }
        
        .tier-range {
            color: #000;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .tier-action {
            font-size: 15px;
            color: #000;
        }
        
        /* Stats Section */
        .stats-section {
            padding: 4rem 5%;
            background: var(--dark-blue);
            color: white;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 3rem;
            text-align: center;
        }
        
        .stat-item h3 {
            font-size: 48px;
            color: #000;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }
        
        .stat-item p {
            font-size: 16px;
            opacity: 0.9;
        }
        
        /* CTA Section */
        .cta-section {
            padding: 5rem 5%;
            background: white;
            text-align: center;
        }
        
        .cta-section h2 {
            font-size: 42px;
            color: #000;
            margin-bottom: 1.5rem;
        }
        
        .cta-section p {
            font-size: 20px;
            color: #000;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        
.bio-plus{position:absolute;right:12px;bottom:12px;border:none;border-radius:50%;width:34px;height:34px;background:rgba(255,255,255,.25);color:#fff}
@media(max-width:768px){.bio-card{height:300px}.bio-title{font-size:1.6rem}}


@media (max-width: 576px) {
 .ew-nav .icon-btn, .ew-nav .register-btn {
    position: relative;
    z-index: 1101;
    display: none;
}
.hero-360 .title {
        font-size: 24px !important;
        color: #fff;
    }
    .hero {
        padding: 0 !important;
    }
        .hero-360 .desc {
        font-size: .95rem;
        color: #fff !important;
    }
    .category-tabs {
        display: none;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 12px;
    padding: 8px;
    scrollbar-width: none; /* Firefox */
  }
  .w-50 {
    width: 100% !important;
}
.mini-card .thumb {
    width: 56px;
    height: 36px;
    border-radius: 8px;
    background: #e9f3f2;
    /* d: none; */
    display: none;
}
.mini-info .mini-title {
    font-weight: 600;
    font-size: 12px !Important;
}
.section-title {
        font-size: 1.6rem;
        margin: 0;
    }
    .products123 {
    margin: 36px 0 0 0;
}
.panel-title {
    font-size: 1.6rem;
    font-weight: 700;
    font-size: 22px;
}
.panel-desc {
    color: #555;
    font-size: 14px;
}
p{
     font-size: 14px;
}
.hero-buttons .btn {
   
    margin: 0 0 20px 0;
}
.Testosterone-card {
    margin: 0 0 20px 0;
   
}
.Testosterone-card {
    margin: 0 0 20px 0;
    background-color: #f3f0ea;
    border-radius: 20px;
    text-align: left;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.Testosterone-card .phone-frame {
    width: 279px !important;
    height: 291px !important;
    background: url(img/phone-in-hand.webp) center / contain no-repeat;
    margin: auto;
    position: relative;
}
.Testosterone-card .phone-screen {
    position: absolute;
    top: 65px;
    left: 44px !important;
    width: 179px;
    height: 358px;
    overflow: hidden;
    z-index: 999;
}
.Testosterone-card .phone-screen {
    position: absolute;
    top: 51px !important;
    left: 80px !important;
    width: 139px !important;
    height: 289px !important;
    overflow: hidden;
    z-index: 999;
}
.hero-section {
    background: linear-gradient(to bottom, #cfe0e9 0%, #eed889 100%);
    text-align: center;
    position: relative;
    padding: 34px 15px 0px 15px;
    border-radius: 20px;
    overflow: hidden;
}
.Testosterone-card .sechead {
    color: rgb(120, 146, 153);
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}
:root {
    --brand: #167a5e;
    --pill: #f3f2ec
}

html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden
}

*,
*::before,
*::after {
    box-sizing: border-box
}



.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
}

.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: #fff;
    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: .7rem 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
}

.hero {}

h1.title {
    font-size: 47px !important;
    color: #333;
}

.hero h1 {
    font-weight: 600;
    font-size: 2rem;
}

@media(min-width:992px) {
    .hero h1 {
        font-size: 2.5rem
    }
}

@media(max-width:992px) {
    .register-btn {
        display: none
    }
}

.hero-360 {
    min-height: 540px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.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, rgb(35 52 106) 0%, rgb(52 65 107 / 78%) 55%, rgba(22, 122, 94, 0) 100%);
        }

    .hero-360 .floating-pill,
    .hero-360 .meter {
        display: none
    }
}

@media(max-width:768px) {
           .hero-360 {
            min-height: 512px;
        }
    .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
}

.mega-group{padding-right:6px}
@media(max-width:992px){.mega-group{max-height:none;overflow:visible}}

@media(max-width:992px) {
    .mega { display: none; }
    .mega.show { display: block !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: #167a5e;
    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: 0px;
}

.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(90deg, #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
}

.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: 100%;
    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
    }
}
.sticky-right{position:fixed;top:90px;right:24px;width:420px;max-width:40vw;z-index:100}
@media(max-width:992px){.sticky-right{position:static;width:auto;right:auto;top:auto}}
.pd-info-cards{display:flex;flex-direction:column;gap:12px}
.pd-card{box-shadow:0 6px 18px rgba(0,0,0,.06);background:#fff;border-radius:12px}
.pd-card-tip{background:#d9eef6}
.pd-card-desc{background:#f6f7f2}
.pd-desc-text{color:#333}
/* Labs hero */
.labs-hero .labs-banner{position:relative;border-radius:24px;}
.labs-hero .labs-banner img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}
.labs-overlay{position:absolute;left:24px;bottom:90px;color:#fff;}
.labs-title {
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.1;
    margin: 0 0 12px;
}
.labs-stats{display:flex;gap:12px}
.labs-stat{background:rgba(255,255,255,.25);backdrop-filter:blur(4px);color:#fff;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:8px}
.labs-stat-num{font-weight:700}
.labs-stat-text{font-size:.95rem}
.labs-nav{position:absolute;left:24px;right:24px;bottom: -24px;background:#fff;border-radius:20px;box-shadow:0 10px 28px rgba(0,0,0,.12);padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.labs-tabs{list-style:none;margin:0;padding:0;display:flex;gap:16px;flex-wrap:wrap}
.labs-tabs a{text-decoration:none;color:#333;padding:8px 6px;border-radius:12px}
.labs-tabs a:hover{background:#f3f4f7}
.labs-cta{background:#000;color:#fff;text-decoration:none;border-radius:999px;padding:10px 16px;display:inline-flex;align-items:center;gap:8px}
@media(max-width:768px){
  .labs-hero .labs-banner img{height:280px}
  .labs-title{font-size:1.8rem}
  .labs-overlay{left:16px;bottom:110px}
  .labs-nav{left:12px;right:12px}
}
/* Biomarker cards slider */
.bio-section{overflow:visible}
.biomarker-swiper{position:relative;padding:0 16px}
.biomarker-swiper .swiper-button-prev,
.biomarker-swiper .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.25);z-index:5;cursor:pointer}
.biomarker-swiper .swiper-button-prev{left:0}
.biomarker-swiper .swiper-button-next{right:0}
.bio-card{height:440px;border-radius:20px;background-size:cover;background-position:center;position:relative;color:#fff;overflow:hidden}
.bio-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.45) 100%)}
.bio-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-start;gap:8px;padding:18px;z-index:1}
.bio-title{font-size:2rem;font-weight:700}
.bio-desc{max-width:420px}
.bio-count{font-size:.9rem;opacity:.9}
.bio-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    position: absolute;
    left: 14px;
    bottom: 14px;
}
.bio-chips span {
    background: rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 12px;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 20px;
  animation: marquee 20s linear infinite;
}

.bio-card {
  flex: 0 0 auto;
  width: 350px;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  position: relative;
}

/* Hover = marquee stop */
.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
 
        /* MSS Feature Section */
        .mss-showcase {
            padding: 5rem 5%;
            background: #000;
            color: white;
        }
        
        .mss-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        
        .mss-info h2 {
            font-size: 42px;
            margin-bottom: 1.5rem;
        }
        
        .mss-score-display {
            background: rgba(255,255,255,0.15);
            padding: 2rem;
            border-radius: 12px;
            margin: 2rem 0;
        }
        
        .score-title {
            font-size: 18px;
            margin-bottom: 1rem;
            opacity: 0.9;
        }
        
        .score-breakdown {
            display: grid;
            gap: 1rem;
        }
        
        .score-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            background: rgba(255,255,255,0.1);
            border-radius: 8px;
        }
        
        .score-label {
            font-weight: 600;
        }
        
        .score-value {
            font-size: 24px;
            font-weight: 700;
        }
        
        .mss-tiers {
            background: white;
            color: #000;
            padding: 2rem;
            border-radius: 12px;
        }
        
        .tier {
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .tier:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .tier-name {
            font-weight: 700;
            font-size: 18px;
            color: #000;
            margin-bottom: 0.5rem;
        }
        
        .tier-range {
            color: #000;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .tier-action {
            font-size: 15px;
            color: #000;
        }
        
        /* Stats Section */
        .stats-section {
            padding: 4rem 5%;
            background: var(--dark-blue);
            color: white;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 3rem;
            text-align: center;
        }
        
        .stat-item h3 {
            font-size: 48px;
            color: #000;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }
        
        .stat-item p {
            font-size: 16px;
            opacity: 0.9;
        }
        
        /* CTA Section */
        .cta-section {
            padding: 5rem 5%;
            background: white;
            text-align: center;
        }
        
        .cta-section h2 {
            font-size: 42px;
            color: #000;
            margin-bottom: 1.5rem;
        }
        
        .cta-section p {
            font-size: 20px;
            color: #000;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        
.bio-plus{position:absolute;right:12px;bottom:12px;border:none;border-radius:50%;width:34px;height:34px;background:rgba(255,255,255,.25);color:#fff}
@media(max-width:768px){.bio-card{height:300px}.bio-title{font-size:1.6rem}}


@media (max-width: 576px) {
 .ew-nav .icon-btn, .ew-nav .register-btn {
    position: relative;
    z-index: 1101;
    display: none;
}
.offcanvas-body li a {
    color: #000;
    text-decoration: none;
    background: #f9f9f9;
    padding: 10px;
}
.hero-360 .title {
        font-size: 24px !important;
        color: #fff;
    }
    .hero {
        padding: 0 !important;
    }
        .hero-360 .desc {
        font-size: .95rem;
        color: #fff !important;
    }
    .category-tabs {
        display: none;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 12px;
    padding: 8px;
    scrollbar-width: none; /* Firefox */
  }
  .w-50 {
    width: 100% !important;
}
.mini-card .thumb {
    width: 56px;
    height: 36px;
    border-radius: 8px;
    background: #e9f3f2;
    /* d: none; */
    display: none;
}
.mini-info .mini-title {
    font-weight: 600;
    font-size: 12px !Important;
}
.section-title {
        font-size: 1.6rem;
        margin: 0;
    }
    .products123 {
    margin: 36px 0 0 0;
}
.panel-title {
    font-size: 1.6rem;
    font-weight: 700;
    font-size: 22px;
}
.panel-desc {
    color: #555;
    font-size: 14px;
}
p{
     font-size: 14px;
}
.hero-buttons .btn {
   
    margin: 0 0 20px 0;
}
.Testosterone-card {
    margin: 0 0 20px 0;
   
}
.Testosterone-card {
    margin: 0 0 20px 0;
    background-color: #f3f0ea;
    border-radius: 20px;
    text-align: left;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.Testosterone-card .phone-frame {
    width: 279px !important;
    height: 291px !important;
    background: url(img/phone-in-hand.webp) center / contain no-repeat;
    margin: auto;
    position: relative;
}
.Testosterone-card .phone-screen {
    position: absolute;
    top: 65px;
    left: 44px !important;
    width: 179px;
    height: 358px;
    overflow: hidden;
    z-index: 999;
}
.Testosterone-card .phone-screen {
    position: absolute;
    top: 51px !important;
    left: 80px !important;
    width: 139px !important;
    height: 289px !important;
    overflow: hidden;
    z-index: 999;
}
.hero-section {
    background: linear-gradient(to bottom, #cfe0e9 0%, #eed889 100%);
    text-align: center;
    position: relative;
    padding: 34px 15px 34px 15px;
    border-radius: 20px;
    overflow: hidden;
}
.Testosterone-card .sechead {
    color: rgb(120, 146, 153);
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}
.mss-content {
    display: flex !important;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    flex-direction: column !important;
}
    .subcribe-section {
        margin: 10px;
    }
 .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.mss-info h2 {
    font-size: 24px;
    margin-bottom: 1.5rem;
}
.score-value {
    font-size: 12px;
    font-weight: 700;
}
.Footer_storeBadges {
    /* display: none; */
    padding: 20px 0 !important;
}
.footer-column {
    flex-basis: 18%;
    min-width: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.h23 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
.subcribe-section {
   
    min-height: 100%;
   
}
.btn-see-more {
    background: #c9a675;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .5rem 1rem;
    text-decoration: none;
}
.hero-image {
    position: absolute;
    right: -124px !important;
    bottom: -123px !important;
    height: 145%;
    width: auto;
    transform: rotate(35deg);
}
.hero-content {
    flex: 1;
    max-width: 100%;
}
}
.news-01  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -30px !important;
}
.swiper-horizontal {
    touch-action: pan-y;
    position: relative;
}
.news-01 .swiper-wrapper .swiper-slide{
        background: #fff;
    padding: 20px;
}
.mss-content {
    display: flex !important;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    flex-direction: column !important;
}
    .subcribe-section {
        margin: 10px;
    }
 .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.mss-info h2 {
    font-size: 24px;
    margin-bottom: 1.5rem;
}
.score-value {
    font-size: 12px;
    font-weight: 700;
}
.Footer_storeBadges {
    /* display: none; */
    padding: 20px 0 !important;
}
.footer-column {
    flex-basis: 18%;
    min-width: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.h23 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
.subcribe-section {
   
    min-height: 100%;
   
}
.btn-see-more {
    background: #c9a675;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .5rem 1rem;
    text-decoration: none;
}
.hero-image {
    position: absolute;
    right: -124px !important;
    bottom: -123px !important;
    height: 145%;
    width: auto;
    transform: rotate(35deg);
}
.hero-content {
    flex: 1;
    max-width: 100%;
}
.pd-info-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
.labs-stats {
        display: flex;
        gap: 12px;
        display: none;
    }
        .labs-overlay {
            left: 16px;
            bottom: 42px;
        }
        .labs-stat {
        background: rgba(255, 255, 255, .25);
        backdrop-filter: blur(4px);
        color: #fff;
        border-radius: 12px;
        padding: 10px 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction: column;
        justify-content: center;
    }
        .labs-nav {
            left: 12px;
            right: 12px;
            display: none;
        }
}


.test-content {
    padding: 25px;
    position: relative;
    margin-top: -46px !Important;
    padding-top: 45px;
}
.news-01  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -30px !important;
}
.swiper-horizontal {
    touch-action: pan-y;
    position: relative;
}
.bio-desc {
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-01 .swiper-wrapper .swiper-slide{
        background: #fff;
    padding: 20px;
}
   .video-hub-section .video-card {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      border-radius: 14px;
      padding: 10px 12px;
      position: relative;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
      cursor: pointer;
    }

    .video-hub-section .video-card+.video-card {
      margin-top: 12px;
    }

    .video-hub-section .video-card .thumb-wrap {
      position: relative;
      width: 160px;
      height: 100px;
    }

    .video-hub-section .video-card .thumb {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      display: block;
    }

    .video-hub-section .video-card .thumb-iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      display: none;
    }

    .video-hub-section .video-card .title {
      font-weight: 600;
      color: #2c3e50;
    }

    .video-hub-section .video-card .meta {
      color: #6c757d;
      font-size: .9rem;
    }

    .video-hub-section .video-card .play-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    }
section.video-hub-section {
    background: #f7f7f7;
}
    .video-hub-section .video-card .play-btn .bi {
      color: #2c3e50;
      font-size: 1rem;
    }
.mss-showcase {
    padding: 5rem 5%;
    background: #000;
    color: white;
    margin: 10px;
    border-radius: 20px;
}
    .video-hub-section .video-card.playing .play-btn {
      background: #2c3e50;
    }

    .video-hub-section .video-card.playing .play-btn .bi {
      color: #ffffff;
    }

    .video-hub-section .video-card.playing .thumb {
      display: none;
    }

    .video-hub-section .video-card.playing .thumb-iframe {
      display: block;
    }
    
    .video-hub-section {
    background: #f3f3f3;
}
.mss-showcase {
    padding: 5rem 5%;
    background: #044e91 !important;
    color: white;
    margin: 10px;
    border-radius: 20px;
}
.product-card {
    width: 100%;
    background: #f8f9fa;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
    text-align: left;
    font-family: "Inter", sans-serif;
    position: relative;
}
.product-card .badge {
    position: absolute;
    top: 18px;
    left: 19px;
    background: #000000;
    color: #fff;
    padding: 5px 14px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.product-image{height:220px;border-radius:12px;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:576px){.product-image{height:160px}}

.product-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-top: 18px;
}

.product-desc {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    margin-bottom: 18px;
}

.price-box {
    margin-bottom: 4px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    margin-right: 8px;
}

.new-price {
    color: #d23838;
    font-size: 20px;
    font-weight: 700;
}

.coupon {
    font-size: 14px;
    color: #d23838;
    margin-bottom: 18px;
}



.add-btn {
    width: 120px;
    background: #34416b;
    color: #fff;
    border: none;
    padding: 13px 0;
    font-size: 15px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
    line-height: 0px;
    text-align: center;
}
.add-btn:hover {
    background: #066f49;
}
.team-card {
    width: 240px;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin: 20px auto;
}

.team-image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Large image bhi fit ho jayega */
    object-position: center;
}

.team-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #222;
}

.team-role {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.team-social {
    margin-top: 0px;
}
.team-social a {
    margin-top: 0px;
    background: #ebebeb;
    border-radius: 15px;
    font-size: 12px;
}
.team-social a {
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    color: #444;
    transition: 0.3s;
    padding: 8px;
    width: 27px;
    height: 29px;
    line-height: 1;
}

.team-social a:hover {
    color: #000;
}

 <style>
    .hd {
      font-size: 42px;
      font-family: IBM Plex Sans;
    }

    h2.Text_sectionHeader__dcDsM.DataPointsCloud_header__rZ5dU {
      font-family: IBM Plex Sans;
    }

    .DataPill_pill__gJtSu .DataPill_label__F6sMi {
      font-family: IBM Plex Sans;
      font-size: 16px;
    }

    .DataPointsCloud_marker__DOY40s {
      position: absolute;
      left: calc(77% + -4%) !important;
      top: calc(71% + -8%) !important;
    }

    h2.Text_headline__9vAaN.EntryPoint_headline__LVLQc {
      font-size: 42px;
      font-family: IBM Plex Sans;
    }

    p.mb-4 {
      margin-bottom: 14px;
    }

    .health-section {
      padding: 60px 0;
    }

.ApproachCard {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    cursor: pointer;
}
    .ApproachCard--img{background-size:cover;background-position:center}
    .ApproachCard--video .Card_videoWrapper__xgT5G{position:absolute;inset:0;z-index:0}
    .ApproachCard--video .Card_videoWrapper__xgT5G video{width:100%;height:100%;object-fit:cover;filter:brightness(.65)}
   .ApproachCard--video.ApproachCard_overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #36426ccf;
    z-index: 1;
}
.ApproachCard--img.ApproachCard_overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #004f91;
    z-index: 1;
}
.region-grid .ApproachCard{min-height:180px;border-radius:16px}
.region-grid .Card_header__fwKKJ{position:relative;z-index:2;color:#fff;padding:16px}
.region-grid .Card_header__fwKKJ h2{font-size:20px;margin:0}
@media(max-width:576px){.region-grid .ApproachCard{min-height:150px}}
    .ApproachCard .Card_header__fwKKJ{position:relative;z-index:2;color:#fff;padding:20px}
    .ApproachCard--video .Card_header__fwKKJ, .ApproachCard--video .Card_header__fwKKJ h2, .ApproachCard--video .Card_header__fwKKJ p{color:#fff}

    .health-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      height: 100%;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .health-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    }

.loader-overlay{position:fixed;inset:0;background:#fffffff1;display:flex;align-items:center;justify-content:center;z-index:2000}
.loader-inner{display:flex;align-items:center;justify-content:center}
.loader-logo{height:64px;animation:logoPulse 1s ease-in-out infinite;border-radius: 15px;}
.mini-cards .stats-inline{margin-left:auto;justify-content:flex-end}
@keyframes logoPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}
.portfolio-grid img{width:100%;height:180px;object-fit:cover}
@media(max-width:576px){.portfolio-grid img{height:140px}}
.portfolio-grid video{width:100%;height:180px;object-fit:cover;border-radius:12px}
@media(max-width:576px){.portfolio-grid video{height:140px}}
.portfolio-modal-media{position:relative;display:flex;align-items:center;justify-content:center;max-height:75vh}
.portfolio-modal-media img{max-height:70vh;max-width:100%;width:auto;object-fit:contain}
.portfolio-modal-media video{max-height:70vh;max-width:100%;width:auto;object-fit:contain}
.portfolio-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;border-radius:999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.portfolio-nav.prev{left:8px}
.portfolio-nav.next{right:8px}
@media(max-width:576px){.portfolio-modal-media img{max-height:58vh}.portfolio-nav{width:32px;height:32px}}
@media(max-width:576px){.portfolio-modal-media img{max-height:58vh}.portfolio-nav{width:32px;height:32px}}
/* Contact modern section */
.contact-hero{background:linear-gradient(90deg,#f7efe6 0%,#ffffff 60%)}
.contact-card{display:flex;gap:12px;align-items:flex-start;background:#fff;border-radius:16px;padding:14px;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.contact-card .icon{width:40px;height:40px;border-radius:12px;background:#e9f3f2;color:#044e91;display:flex;align-items:center;justify-content:center;font-size:20px}
.contact-card .card-title{font-weight:700}
.contact-card .card-text{color:#555}
.subcribe-section.parallax{background-image:url('img/PHOTO-2025-11-18-14-02-30_2.jpg');background-size:cover;background-position:center;background-attachment:fixed}
.subcribe-section.parallax::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}
.subcribe-section.parallax .hero-content{position:relative;z-index:1;color:#fff}
@media(max-width:768px){.subcribe-section.parallax{background-attachment:scroll}}

.subcribe-section.parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 64%) !important;
}
/* Get Started modal */
.getstart-modal{border:none;border-radius:16px;overflow:hidden}
.gs-modal-body{padding-top:0}
.gs-left{position:relative;min-height:100%;height:100%;background:url('https://www.br-expo.com/img/5.jpg') center/cover no-repeat}
.gs-left::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.45))}
.gs-overlay{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:20px}
.gs-overlay h3{margin:0 0 6px 0}


#notify.active {
    bottom: 20px;
}

#notify {
    border-radius: 10px;
    width: 260px;
    padding: 10px;
    text-align: center;
    background: #000;
    display: block;
    color: white;
    z-index: 99999;
    margin: auto;
    font-weight: 700;
    font-size: 15px;
    position: fixed;
    right: 5%;
    bottom: -115px;
    transform: translate(0%, 0%);
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
