:root {
    --brand: #167a5e;
    --pill: #f3f2ec;
    --bs-offcanvas-z-index:9999
}

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: 0;
    z-index: 9;
    background: #ffffffb0;
    box-shadow: 0 4px 12px rgba(0, 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: 0.5rem;
}
.navbar-brand img{
width: 60px;
    height: auto;
    }
.ew-nav .container {
    position: relative;
}

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

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

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

.ew-nav .nav-link[data-mega].active {
    background: var(--pill);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    color: #4a4a4a;
    font-weight: 500;
    padding: 0.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: 0.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: -126px;
}
section.hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, #1a191900 25%, #000000 100%, transparent);
    top: 126px;
}
@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, 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);
    color: #fff;
    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;
    margin-right:15px ;
    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, 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: 0.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, 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 img{
    width:40%;
    margin-bottom: 10px;
}
.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, 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: 0.85;
}

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

.store-badge:hover {
    opacity: 0.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;
    color: rgb(0, 84, 80);
}

/* 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, 0.25);
    opacity: 0.9;
    transition:
        transform 0.2s ease,
        opacity 0.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, 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, 0.25);
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.2s ease,
        transform 0.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;
    height:375px;
}

/* Centered Slide Styling */
.product-swiper .swiper-slide-active {
    /* 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 {
            display: flex;
            flex-direction: column;
            gap: 10px;
            position: sticky;
            top: 100px;
 
        }

.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, 0.25);
    border: none;
    z-index: 10;
}

.section-heading {
    padding: 8px 0;
}

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

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

        .category-tabs .nav-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 16px 20px;
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background: white;
            cursor: pointer;
            transition: all 0.2 ease;
            color: #555;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
        }
 
        .category-tabs .nav-link.active {
            border: 2px solid #3cbab5;
            border-radius: 12px;
            background: rgba(60, 186, 181, 0.1);
            color: #060606;
            font-weight: 500;
        }
.category-content {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 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, 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: 0.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: 0.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: 0.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: 0.75rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}

.ps-body {
    padding: 14px;
}

.ps-chip {
    display: inline-block;
    font-size: 0.75rem;
    background: #eef2f7;
    color: #39424e;
    border-radius: 8px;
    padding: 0.2rem 0.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, 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, 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: 0.9rem;
}

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

.pl-meta {
    color: #666;
    font-size: 0.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, 0.06);
    position: relative;
}

.product-detail .carousel-item img {
    border-radius: 16px;
    transition:
        transform 0.25s ease,
        transform-origin 0.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, 0.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: 0.5px;
    left: 0.5px;
    right: 0.5px;
    bottom: 0.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: 45px;
    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, 0.3),
                0 2px 8px rgba(0, 0, 0, 0.06);
            cursor: pointer;
            transform-style: preserve-3d;
        } */

.mockup-img {
    width: 450px;
    height: 300px;
    border-radius: 24px;
    box-shadow: 2px 2px 12px 2px #dbdbdb;
}

.step-box {
    display: flex;
    gap: 20px;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #27c2b8;
    color: #27c2b8;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/*.step-content h2 {*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 10px;*/
/*}*/

.step-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
#Seehow {
    position: relative;
    margin: auto;
    top: 50px;
    background-color: rgb(85, 198, 189);
    border: 2px solid white;
    color: white;
    font-weight: 500;
    border-radius: 15px;
    text-decoration: none;
    padding: 0 15px;
    height: 50px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*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*/
@media (max-width:799px)
{
    .multi-platform
{
    width:500px;
    height: 365px;
}
}
@media (min-width:800px)
{
.multi-platform
{
    width:500px;
    height: 445px;
}
}
.what-we-do {
    /* background: linear-gradient(180deg, #e1e0d9 60%, #ffffff 100%); */
    padding: 25px 0;
    position: relative;
}

.circle-wrapper {
    display: flex;
    justify-content: center;
    gap: 170px;
    margin-top: 50px;
}

.circle-box {
    width: 150px;
    height: 150px;
    background-color: #efefef6b;
    border-radius: 25px;
    box-shadow: 1px 1px 12px 0px #dbdbdb91;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
}

.circle-content {
    transform: rotate(-45deg);
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-align: center;
    width: 100px;
}
/* circle active */
.circle-box.active {
    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);
}

/* right content */
.content-box {
    display: none;
}

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

.paths {
    display: flex;
    justify-content: center;
    gap: 110px;
    margin-top: 18px;
}

.paths img {
    height: 170px;
    width: 110px;
}

.center-box {
    position: absolute;
    bottom: 35px;
    left: 100px;
    /* transform: translateX(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    height: 90px;
    border: 4px solid white;
    border-radius: 24px;
    background-color: white;
    box-shadow: 2px 2px 12px 2px #dbdbdb;
}

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

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #444;
}

.feature-list i {
    font-size: 18px;
    color: #1bb7b2; /* teal */
    line-height: 1;
    margin-top: 2px;
}

#button {
    height: 60px;
    width: 250px;
    color: black;
    background-color: #efefef6b;
    box-shadow: 1px 1px 12px 0px #dbdbdb;
    border-radius: 25px;
    padding: 0 20px;
    margin: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
/*end what we do section*/

/*...........cookes.......*/
.CookieModal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    color: #fff;
}
.CookieModal_body a {
    color: white;
}
.CookieModal_body {
    padding: 24px;
}
.CookieModal_body h2 {
    font-size:25px;
}
.CookieModal_body p {
    font-size:16px;
}
.CookieModal_icon {
width: 35px;
    height: 35px;
    border-radius: 12px;
    background: rgb(0 0 0 / 69%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 11px;
}
.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;
}

/* Diagonastic section hero css */
.diagnostic {
    background: linear-gradient(0deg, #ffffff 25%, #e3e1db 100%, transparent);
}
#video {
    padding: 20px;
    width: 700px;
    height: 100vh;
    object-fit: cover;
}
.diagnostic .content {
    width: 80%;
    position: relative;
    left: 10%;
    text-align: left;
}
.diagnostic .content h5{
   line-height: 1.5;
}

#heading {
    color: #121212;
    font-weight: 500;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.2;
    text-align: left;
}

.para {
    font-size: 14px;
    line-height: 1.5;
    color: #43667e;
}

/*  start next Generation section */
/*.container-fluid.nexthero:before {*/
/*    content: "";*/
/*    background: url("../../img/Solar_system.webp");*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    background-size: 68%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    overflow: overlay;*/
/*}*/
/*deepak code/*/
.container.nexthero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../../img/Solar_system.webp") center / contain no-repeat;
    background-size: 60%;
    margin-top:5px;
    z-index: -1;
}
.marginleft{
    margin-left:120px;
}
 .paddingleftright{
    padding: 0 130px;
 }
 
 .marginTop{
    margin-top:150px;
 }
 .marginright{
    margin-right:20px;
 }
 /*end deepak code*/
.nexthero {
    background-size: cover;
    background-position: center;
    /*padding: 150px 0;*/
}

h1 {
    font-weight: 700;
}

p {
    font-size: 16px;
    color: #525252;
}

#contactbtn {
    background-color: #000d2d;
    padding: 14px 28px;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

/* IMAGE STACK */
.image-stack {
    position: relative;
    width: 100%;
    height: 420px;
}

.image-stack img {
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Main Image */
.img-main {
    width: 80%;
    height: 76%;
    top: 50px;
    right: 60px;
    z-index: 2;
}

/* Small top-left image */
.img-small-1 {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 0;
    border: 5px solid white;
}

/* Small bottom-right image */
.img-small-2 {
    width: 160px;
    height: 160px;
    bottom: 20px;
    right: -10px;
    border: 5px solid white;
}
/*  Endnext Generation section */

/* start future of health */

/*#rotation {*/
     /*border:2px solid red; */
/*    transform: rotate(90deg);*/
/*    position: relative;*/
/*    top: 60px;*/
/*}*/
/*#blue {*/
/*    height: 680px;*/
/*    width: 200px;*/
/*    background-color: rgb(0, 181, 226);*/
/*    border-radius: 0 0 200px 200px;*/
/*}*/
/*#navy {*/
/*    height: 400px;*/
/*    width: 200px;*/
/*    background-color: rgb(53, 31, 101);*/
/*    border-radius: 0 0 200px 200px;*/
/*}*/
/* start future of health */
 
#rotation {
    transform: rotate(90deg);
    position: relative;
    /* bottom: 62px;; */
    top:10px;
    right:10px;
    /* padding:25px; */
}
#blue {
    height: 500px;
    width: 200px;
    background-color: rgb(0, 181, 226);
    border-radius: 0 0 200px 200px;
}
#navy {
    height: 250px;
    width: 200px;
    background-color: rgb(53, 31, 101);
    border-radius: 0 0 200px 200px;
}
/* end future of health */
#blue1{
    height: 200px;
    width: 100%;
    float: right;
    background-color: rgb(0, 181, 226);
    border-radius: 200px 0 0px 200px;
}
#navy1 {
    height: 200px;
    width: 60%;
    background-color: rgb(53, 31, 101);
    border-radius: 200px 0 0px 200px;
    float: right;
}
/* end future of health */

/* start choose your path */
.choose {
    padding:100px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Left Image */
.img-left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 200px;
}

/* Right Image */
.img-right {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
}

/* Center content */
.choose .content {
    display: flex;
    flex-flow: column;
    text-align: center;
    z-index: 2;
}
.choose .content h1{
    color:black;
    font-size:32px;
}
.path {
    text-decoration: none;
    border: 2px solid rgb(45,86,154);
    color: rgb(45,86,154);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s ease;
    display: inline-block;
}
 
.path.primary {
    background-color:rgb(45,86,154);;
    color: #fff;
}
 
.path:hover {
    background-color: rgb(45,86,154);;
    color: #fff;
}

@media (max-width: 768px) {
    .img-left,
    .img-right {
        max-width: 180px;
        opacity: 0.4;
    }
}
/* end  choose your path */
.offcanvas{
    max-width: 70%;
    z-index: var(--bs-offcanvas-z-index) !important ;
}


/*page title*/
    .auto-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
        .header-line-block {
        grid-column-gap: 2.5em;
        letter-spacing: .3em;
        text-indent: .3em;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-top: 2em;
        padding-bottom: 2em;
        transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
        display: flex;
    }

    .header-line {
        background-color: #fff;
        width: 100%;
        height: 1px;
    }
    
        .header-subtitle {
        color: #fff;
        margin:0;
        text-transform: uppercase;
        flex: none;
        font-size: .8em;
        line-height: 1em;
    }

    .header-content-block {
        grid-column-gap: 6em;
        grid-row-gap: 4em;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
    }

    .header-content-text {
        color: #fffc;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.7em;
    }

    .buttons-flex-1 {
        grid-column-gap: 2em;
        grid-row-gap: 1em;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
    }
    
    .page-title {
        position: relative;
        width: 100%;
        padding: 100px 0px 100px 0px;

    }

    .page-title .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .page-title .content-box {
        position: relative;
        display: block;
        z-index: 2;
    }

    .page-title h1 {
        position: relative;
        display: block;
        font-size: 60px;
        line-height: 70px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        /*margin-bottom: 128px;*/
    }
    .page-title:before {
position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, #000 10%, #888888ba 100%, transparent);
    mix-blend-mode: multiply;
    top: 0px;
    right: 0px;
    opacity: 0.9;
    z-index: 1;
    }

@media(max-width: 800px)
{
    .page-title h1
    {
        font-size:32px !important;
    }
    .header-line
    {
        display: none !important;
    }
    .header-line-block
    {
        justify-content: center;
        letter-spacing:normal;
    }
    .page-title h1
    {
        line-height: normal;
    }
}
