.hero {

        background: url('/assets/images/banner/hero_image.jpg') no-repeat center top;
        background-size: cover;
        position: relative;
        color: white;
        min-height: 100vh;
        display: flex;
        align-items: center;

    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 48, 73, 0.6); Teal overlay */
        background: linear-gradient(102.5deg, rgba(8, 63, 61, 0.8) 0.48%, rgba(7, 56, 54, 0.16) 99.87%);

        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        /* max-width: 700px; */
    }

    .highlight {
        color: #00d1b2;
    }

    .features i {
        font-size: 24px;
        color: #00d1b2;
    }

    /* .register-btn {
        background-color: #00d1b2;
        border: none;
    }

    .register-btn:hover {
        background-color: #00b19c;
    } */


    .card-custom {
        position: relative;
        overflow: hidden;
        border: none;
        border-radius: 1rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .card-custom img {
        object-fit: cover;
        width: 100%;
        height: 400px;
    }

    .card-overlay {
        position: absolute;
        bottom: 0;
        color: #fff;
        width: 100%;
        opacity: 1;
        gap: 4px;
        padding: 16px;
        min-height: 150px;

        background: #0B0B0B3D;
        backdrop-filter: blur(6px)
    }

    .card-overlay h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #fff;

    }

    .card-overlay p {
        margin: 0;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #fff;

    }

    .health-platform-area,
    .program-area,
    .consult-doctor-area,
    .pistilMobileApp-area,
    .faq-container-area {
        max-width: 1520px;

    }

    .health-platform-background {
        background: linear-gradient(180deg, #EAFFFF 50.07%, rgba(51, 254, 253, 0.4) 212.84%);
    }


    .filters button {
        border: 1px solid #ccc;
        background-color: #fff;
        color: #333;
        border-radius: 8px;
        padding: 6px 16px;
        font-weight: 500;
    }

    .filters .active {
        background-color: #00b6b0;
        color: #fff;
        border-color: transparent;
    }

    .view-all-btn {
        background-color: #00b6b0;
        color: white;
        font-weight: 500;
        border-radius: 8px;
    }

    .section-title,
    .program-section-title {

        font-weight: 700;
        font-style: Bold;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0%;

        color: #344342;

    }

    .btn-view-all {

        color: white;
        font-weight: 600;
        width: 230;
        height: 54;
        border-radius: 4px;
        gap: 6px;
        padding-top: 14px;
        padding-right: 25px;
        padding-bottom: 14px;
        padding-left: 25px;
        background-color: #13B4B3;


    }

    .btn-view-all:hover {
        background-color: #00a5af;
    }

    .filter-btns .btn {
        border-radius: 8px;
        gap: 16px;
        padding-top: 14px;
        padding-right: 25px;
        padding-bottom: 14px;
        padding-left: 25px;
        height: 52;
        border: 1px solid #E2E2E2
    }

    .filter-btns .btn-active {
        background-color: #00bfc9;
        color: white;
    }

    .btn-program-active {
        background: #13B4B3;
        color: white;

    }

    .filter-btns .btn-outline-secondary:hover {
        background-color: #00bfc9;
        color: white;
    }

    .program-card {
        border: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        overflow: hidden;
    }

    .program-card .card-img-top {
        height: 180px;
        object-fit: cover;
    }

    .card-overlay-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 60px;
        /* Increase this value for more overlay height */
        padding: 12px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 10%, rgba(0, 191, 201, 0.8) 100%);
        color: #fff;
        font-weight: 600;
        font-size: 0.95rem;
        display: flex;
        align-items: flex-end;
    }

    .card-body p,
    .card-body small {
        margin: 0;
    }

    .card-body p {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2%;

    }

    .card-body small {

        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: right;

    }

    .program-price {
        font-weight: bold;
        margin-top: 10px;
        color: #222;
    }

    .consult-wrapper {
        background-color: #f5fafa;
        padding: 0px;
    }

    .consult-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 40px;
        margin: 0 auto;
    }

    .consult-left {
        max-width: 600px;
    }

    .consult-left h1 {

        font-weight: 700;
        font-style: Bold;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0%;

        color: #073836;


    }

    .consult-left p {
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #344342;
        margin: 16px 0 24px;
    }

    .consult-btn {
        background-color: #00c2c1;
        color: white;
        padding: 12px 24px;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s;
    }

    .consult-btn:hover {
        background-color: #00aead;
    }

    .consult-experts {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .consult-card {
        border-radius: 16px;
        width: 230px;
        cursor: pointer;
        
    }

    .consult-card img {
        background-color: #1CBEBD;
        border-radius: 12px;
        width: 100%;
        height: auto;
        /* maintain aspect ratio */
        object-fit: cover;
        /* or 'contain', depending on your needs */
        aspect-ratio: 3 / 4;
        /* Optional: Set consistent image proportions */
        transition: transform 0.3s ease;
    }

    .image-wrapper {
        overflow: hidden;
        display: inline-block;
        border-radius: 12px;
    }

    .image-wrapper img {
        transition: transform 0.3s ease;
        display: block;
        /* optional: make sure the image fills container */
        width: 100%;
        height: auto;
        transform-origin: center center;
        
    }
    
    .consult-card:hover img {
        transform: rotate(3deg) scale(1.1);
    }

    .consult-card h3 {
        color: #073836;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 8px;
        margin-top: 16px;
    }

    .consult-card p {
        margin: 0;
        color: #344342;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;

    }

    .healthPlatform-text {
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #344342;
    }

    .pistil-card {
        border: none;
        border-radius: 15px;
        background-color: #ffffff;
        padding: 2rem;
        height: 100%;
        background: linear-gradient(99.74deg, #039594 1.41%, #1DAAA9 55.5%);

    }

    .pistil-section-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;

    }

    .pistil-section-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;

    }

    .pistil-app-store-badge img {
        height: 40px;
        margin-right: 10px;
    }

    .pistil-app-store-buttons {
        margin-top: 15px;
    }

    .pistil-card-img {
        max-height: 220px;
        object-fit: contain;
    }

    .pistil-main-row {
        min-height: 600px;
    }

    .pistil-flex-fill {
        flex: 1;
    }

    .category-container {
        overflow-x: auto;
        white-space: nowrap;
        /* ::-webkit-scrollbar {
            display: none;
        } */
        scrollbar-width: none;
        -ms-overflow-style: none;
        border-radius: 10px
    }

    .scroll-btn.right {
        right: 0;
    }

    .scroll-btn {
        position: absolute;
        top: 38%;
        transform: translateY(-50%);
        background-color: #ffffffce;
        /* box-shadow: 0px 0px 40px #eaeaea; */
        color: var(--primary-main);
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        width: 46px;
        height: 46px;
        /* border-radius: 10px; */
    }

    .faq-container-area {
        padding: 0px 20px;

    }

    .faq-container-bg {
        background: linear-gradient(107.9deg, #E4FFFF 1.42%, #F7FFFF 97.66%);
    }

    .faq-question {
        font-weight: 600;
    }

    .accordion-button::after {
        background-image: none;
        content: "+";
        font-size: 1.5rem;
        margin-left: auto;
    }

    .accordion-button.collapsed::after {
        content: "" !important;
        display: inline-block;
        background-image: url('assets/images/banner/icon-open.png') !important;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto;
        background-size: 100% 100%;
        width: 24px;
        height: 26px;

    }

    .accordion-button:not(.collapsed)::after {
        content: "" !important;
        display: inline-block;
        background-image: url('assets/images/banner/icon-close.png') !important;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto;
        background-size: 100% 100%;
        width: 24px;
        height: 26px;

    }

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

    .faq_title {

        font-weight: 700;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0%;

        color: #344342;

    }

    .accordion .accordion-item {
        margin-bottom: 20px;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #E2E2E2;
        background-color: transparent;
    }

    .accordion-button {

        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 26px !important;
        letter-spacing: 0% !important;

        color: #344342 !important;
        padding: 1rem 0 !important;

    }

    .accordion-body {
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0% !important;
        color: #475467 !important;

        padding: 1rem 0 !important;

    }

    .mobile-hero,
    #mobile-hero-img,
    .pistilMobile-mobile-view {
        display: none;
    }

    /* Show only on mobile (max width: 768px) */
    @media (max-width: 767.98px) {

        .mobile-hero,
        #mobile-hero-img,
        .pistilMobile-mobile-view {
            display: block;
        }


        .desktop-hero,
        .pistilMobile-desktop-view {
            display: none !important;
        }

        .section-title,
        .program-section-title,
        .consult-title {
            font-size: 24px !important;
            line-height: 32px !important;
            margin-bottom: 16px !important;
        }

        .health-platform-area,
        .program-area,
        .product-area,
        .consult-doctor-box,
        .about-area,
        .pistilMobile-mobile-view,
        .blog-area,
        .faq-area {
            padding-top: 24px !important;
            padding-bottom: 24px !important;
            /* margin-bottom: 24px !important; */
            margin-top: 0px !important;
        }

        .startConsultBtn {
            width: 100%;
        }
    }

    .equal-card {
        min-height: 545px;
        border-radius: 20px;
        background: linear-gradient(180deg, #00a6a6 0%, #1daaa9 100%);
        color: white;
        padding-bottom: 0px !important;
    }

    /* Carousel dots styling */
    .carousel-indicators [data-bs-target] {
        background-color: #C2F5F5;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .carousel-indicators .active {
        background-color: #13B4B3;
    }

    .owl-prev,
    .owl-next {
        background-color: #ffffff;
        border: 1px solid #0cb8b6;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 24px;
        cursor: pointer;
    }

    .owl-prev:hover,
    .owl-next:hover {
        background-color: #0cb8b6;
        color: #ffffff;
        border: 1px solid #0cb8b6;
    }

    .single-blog-card {
        border: none !important;
    }
    #profileModalCloseBtn{
        z-index: 1056 !important;
        padding-right: 15px;
        padding-top: 15px;
    }

    .pistil-card{
        padding: 20px;
        
    }

    .pstl_background, .profile-modal-body{
        padding-bottom: 0 !important;
        border-radius: 16px !important;
        background-color: var(--dark-5);
    }

    .boxSessions .pstl_card:last-child {
        margin-bottom: 0;
    }
