/* Home Page Specific Styles */
.text-blue {
    color: #138FFF !important;
}

.section-copy {
    max-width: 800px;
    font-size: 13px;
    line-height: 21px;
    color: #4A4A4A;
}

.section-copy-wide {
    max-width: 1000px !important;
}

.icon-circle-bg {
    width: 60px;
    height: 60px;
    background-color: #EAF6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* Hero Section */
.hero-section {
    padding: 120px 0;
    /* min-height: auto;
    display: flex; */
    align-items: center;
    background: #eaf2f9 url('../images/banner-background-image.png') no-repeat center center;
    background-size: cover;
}

.hero-section .hero-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.hero-section .hero-text {
    font-size: 13px;
    line-height: 21px;
    color: #4A4A4A;
    max-width: 600px;
}

.hero-section .hero-stats .stat-item{padding-left: 15px;border-left: 3px solid #138FFF;}
.hero-section .hero-stats h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.hero-section .hero-stats p {
    font-size: 11px;
    color: #666;
    margin: 0;
}



/* Search Section */
.search-section {
    background: #F8FBFF;
}

.search-section .search-toggle .btn-primary {
    background: #138FFF;
    border-color: #138FFF;
}

.search-section .search-toggle .btn {
    transition: all 0.3s ease;
}

.search-section .search-box {
    position: relative;
    z-index: 10;
}

/* Product Toggle Section */
.browse-products-section .product-toggle-wrapper {
    background-color: #F0F2FD;
    padding: 0;
    display: inline-flex;
    margin-bottom: 70px;
}

.browse-products-section .product-toggle-btn {
    border: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 16px 48px;
    transition: all 0.3s ease;
}

.browse-products-section .product-toggle-btn.active {
    background-color: #138FFF !important;
    color: #fff !important;
}

.browse-products-section .product-toggle-btn:not(.active) {
    background-color: transparent !important;
    color: #212529 !important;
}





@media (max-width: 767.98px) {
    .browse-products-section .product-toggle-wrapper {
        display: flex;
               border-radius: 10px !important;
        flex-wrap: nowrap !important;
        width: 100%;
        overflow: scroll;
        justify-content: flex-start !important;
    }
    .browse-products-section .product-toggle-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Custom borders for medium+ screens */
@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid #EAEAEA;
    }
    .w-md-auto {
        width: auto !important;
    }
}

/* Owl Carousel Custom Dots */
.owl-theme .owl-dots {
    margin-top: 50px !important;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #138FFF !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #E0E0E0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 5px 6px !important;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }
}

.product-section .product-carousel .owl-stage {
    display: flex;
}

.product-section .product-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.product-section .product-carousel .item,
.may-like-product-sec .may-like-product-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 20px;
    height: 100%;
}

.browse-products-section .product-section-subtitle {
    max-width: 800px;
}

section.product-section.reseach-ready-product-sec{background-color: #f8f8f8;}

/* Product Card */
.product-section .product-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border-color: #EAEAEA !important;
}

.product-section .product-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transform: translateY(-5px);
}

.product-section .product-img-wrapper {
    background-color: #F0F2FD;
    height: 220px;
    transition: all 0.3s ease;
}

.product-section .product-actions .btn {
    width: 32px;
    height: 32px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-section .product-actions .btn-primary {
    background-color: #138FFF;
}

.product-section .product-card img {
    max-height: 140px;
    width: auto;
    max-width: 100%;
    transition: transform 0.3s ease;
}

.product-section .product-card:hover img {
    transform: scale(1.05);
}

.product-section .product-card h6 {
    font-size: 18px;
}

.product-section .product-card .rating {
    font-size: 14px;
    opacity: 0.3;
}

.product-section .product-card .price {
    font-size: 1.2rem;
}

.product-section .product-card .btn-cart {
    width: 40px;
    height: 40px;
    background-color: #138FFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Two Paths Section */
section.two-paths-section {
    position: relative;
    padding-bottom: 0;
    margin-bottom: -240px;
    z-index: 1;
}

.two-paths-section .path-card {
    padding: 60px 50px;
    border-radius: 24px;
    min-height: 420px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 8px solid #FFFFFF;
}

.two-paths-section .path-card.clinical {
    background: url('../images/Deliver Better Care.png') center right / cover no-repeat;
}

.two-paths-section .path-card.research {
    background: url('../images/Run Smarter Studies.png') center right / cover no-repeat;
}
.two-paths-section .path-card p{color: #fff;text-align: left;font-weight: 500;}
.two-paths-section .path-content {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.two-paths-section .path-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.two-paths-section .path-card ul {
    margin-bottom: 0;
}

.two-paths-section .path-card ul li:last-of-type {
    margin-bottom: 0;
}

.two-paths-section .path-card ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.two-paths-section .path-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    font-weight: 700;
    background-image: url(../images/li-right-image.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.two-paths-section .path-card.clinical ul li::before {
    color: #138FFF;
}

.two-paths-section .path-card.research ul li::before {
    color: #A855F7;
}

.two-paths-section .path-card .btn {
    border: none;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 10px;
    color: #000;
    background-color: #fff;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0%;
    margin-top: 40px;
}



/* Doctors Section */



.doctors-section .main-border-box-row{display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 60px 40px ;}
.doctors-section .main-border-box-row .main-border-box{padding: 0;}
.doctor-card {
    border-radius: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    transition: all 0.3s ease;
}

.doctor-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.doctor-img-wrapper {
    background-color: #F8FAFC;
    height: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.doctor-img-wrapper img {
    height: 90%;
    object-fit: contain;
    object-position: bottom;
}


.doctors-section .doctor-info {
    padding: 24px;
    text-align: center;
}

.doctors-section .doctor-info h4 {
    font-size: 17px;
    color: #1a1a1a;
    line-height: normal;
    margin-bottom: 8px;
}

.doctors-section .doctor-info .specialty {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 0px;
}

.doctors-section .doctor-info .book-link svg{width: 22px;height: auto;}
.doctors-section .doctor-info .book-link {
    color: #138FFF;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
}

.doctors-section .doctor-info .book-link:hover {
    color: #0b5ed7;
}

/* Platform Section */
.platform-section {
    background: #fff;
}

.platform-section .feature-card {
    background: #fff;
    border: 1px solid #E9F5FF;
    transition: all 0.3s ease;
}

.platform-section .feature-card:hover {
    box-shadow: 0 10px 30px rgba(19, 143, 255, 0.1);
    transform: translateY(-5px);
}

/* Marketplace Banner */
.marketplace-banner .banner-content {
    background: linear-gradient(180deg, #D4EBFF 0%, #E2DDFE 100%);
}

.marketplace-banner h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

/* Testimonials Section */
section.testimonials-section.bg-white{overflow-x: hidden;}
.testimonials-section .testimonial-card {
    transition: all 0.3s ease;
}

.testimonials-section .testimonial-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
}

/* EHR Section */
.ehr-section {
    background: #F8FBFF;
}

.ehr-section .feature-card-white {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 5px 20px rgba(19, 143, 255, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.ehr-section .feature-card-white:hover {
    box-shadow: 0 10px 30px rgba(19, 143, 255, 0.1);
}

.ehr-section .icon-box img {
    background: #EAF6FF;
    border-radius: 12px;
    padding: 10px;
}

/* Educational Courses Section */

body:has(.courses-section) .marketplace-banner {
    padding: 0px !important;
    position: relative;
    margin-bottom: -340px;
    z-index: 2;
}

.courses-section {
    background-color: #138FFF0D;
    padding: 460px 0 120px;
}

.courses-section .courses-carousel .owl-stage {
    display: flex;
}

.courses-section .courses-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.courses-section .courses-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.courses-section .section-subtitle {
    max-width: 600px;
}

.courses-section .course-icon-box {
    width: 48px;
    height: 48px;
    background-color: #138FFF;
    color: #fff;
}

.courses-section .course-card h5 {
    font-size: 15px;
    line-height: 22px;
}

.courses-section .course-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.courses-section .course-card p {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
}

.courses-section .btn-view-all {
    background-color: #13036E;
    font-size: 1.1rem;
}

/* Testimonials Section */
.testimonials-section .testimonials-carousel .owl-stage {
    display: flex;
}

.testimonials-section .testimonials-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.testimonials-section .testimonials-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.testimonials-section .testimonials-carousel.owl-carousel .owl-nav.disabled {
    display: flex !important;
}

.testimonials-section .testimonial-card {
    padding: 40px !important;
}

.testimonials-section .testimonial-heading {
    font-size: 17px;
    line-height: 1.3;
    color: #111827;
    margin-bottom: 20px;
}

.testimonials-section .testimonial-text {
    font-size: 13px;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 30px !important;
    text-align: left;
}

.testimonials-section .testimonials-carousel .testimonial-card img.testimonial-author-img {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
}

.testimonials-section .testimonial-author-name {
    font-size: 13px;
    color: #13036E;
    font-weight: 600;
}

.testimonials-section .testimonial-author-role {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.testimonials-section .testimonial-rating{display: flex;gap: 8px;}
.testimonials-section .testimonial-rating img{
    /* font-size: 18px;
    color: #FBBF24; */
    width: auto;
    height: auto;

}

.testimonials-section .testimonials-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.testimonials-section .testimonials-carousel .owl-nav button.owl-prev,
.testimonials-section .testimonials-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background-color: #138FFF !important;
    color: #111827 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
}

.testimonials-section .testimonials-carousel .owl-nav button.owl-prev:hover,
.testimonials-section .testimonials-carousel .owl-nav button.owl-next:hover {
    background-color: #138FFF !important;
    color: #ffffff !important;
}

/* Custom Media Breakpoints */

/* How It Works Section */
.how-it-works-section {
    background: radial-gradient(circle at center, #261489 0%, #13036E 100%);
    padding: 360px 0 120px ;
    position: relative;
    overflow: hidden;
}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.03' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.91v12.68l10.99 6.34 11-6.34V17.91l-11-6.34L3 17.91zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.31zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.31zM15 0v7.5L27.99 15H28v-2.31L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.subheading-badge-dark {
    background: rgba(11, 1, 69, 0.8);
    color: #fff;
    padding: 8px 20px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}

.how-it-works-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.how-it-works-section .section-copy {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0;
}

.steps-line {
    position: absolute;
    top: 70px;
    left: 15%;
    right: 10%;
    height: 1px;
    border-top: 2px dashed #fff;
    z-index: 1;
    width: 70%;
}

.step-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.step-icon-wrapper {
    width: 100px;
    height: 100px;
    background: #138FFF;
    border: 4px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(19, 143, 255, 0.4);
    margin: 0 auto 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: white;
}

.step-item:hover .step-icon-wrapper {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 15px 45px rgba(19, 143, 255, 0.6);
    background: #0076E3;
}

.step-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.step-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #fff;
}

.step-desc {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    max-width: 200px;
    margin: 0 auto;
}

/* Custom Media Breakpoints */

@media (min-width: 1401px) and (max-width: 1800px) {
    .hero-section .hero-title { font-size: 32px; }
    .hero-section .hero-text { font-size: 13px;text-wrap-style: pretty;padding-right: 40px; }
    .hero-section .hero-stats h3 { font-size: 16px; }
    .section-copy { font-size: 13px; }
    section h2, .how-it-works-section h2 { font-size: 26px; }
    .hero-section { padding: 100px 0; }
    section { padding: 100px 0; }
    .two-paths-section .path-card { padding: 40px; min-height: 380px; }



   .doctors-section .doctor-info .book-link{font-size: 14px;}
    .steps-line{width: 70%;left: 15%;}
    .doctor-img-wrapper{height: 350px;}
    .doctors-section .doctor-info h4{font-size: 18px;}
    .doctors-section .doctor-info .specialty{font-size: 14px;}
    .courses-section .course-card h5 {
    font-size: 16px;
    line-height: 24px;
}
.testimonials-section .testimonial-heading { font-size: 18px; line-height: 26px; margin-bottom: 12px; }
.testimonials-section .testimonial-card { padding: 30px !important;}
}

@media (min-width: 1200px) and (max-width: 1400.98px) {
    .hero-section .hero-title { font-size: 28px; }
    .hero-section .hero-text { font-size: 12px;text-wrap-style: pretty;padding-right: 40px; }
    .hero-section .hero-stats h3 { font-size: 15px; }
    .section-copy { font-size: 12px; }
    section h2, .how-it-works-section h2 { font-size: 24px; }
    .hero-section { padding: 80px 0; }
    section { padding: 80px 0; }
    .two-paths-section .path-card { padding: 30px; min-height: 350px; }
    .two-paths-section .path-card h3 { font-size: 17px; }
    .doctors-section .doctor-info h4 { font-size: 16px; }
    .marketplace-banner h2 { font-size: 22px; }
    .courses-section .course-card h5 { font-size: 14px; }
    .testimonials-section .testimonial-heading { font-size: 16px; }
    .how-it-works-section .col-lg-2 {
        width: 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }





.everything-section .section-copy{max-width: 600px;}
   .doctors-section .doctor-info .book-link{font-size: 14px;}
    .steps-line{width: 80%;left: 10%;top: 60px;}
    .doctor-img-wrapper{height: 300px;}
    .doctors-section .doctor-info h4{font-size: 17px;}
    .doctors-section .doctor-info .specialty{font-size: 14px;}
    .courses-section .course-card h5 {
    font-size: 15px;
    line-height: 22px;
}
.testimonials-section .testimonial-heading { font-size: 17px; line-height: 24px; margin-bottom: 12px; }
.testimonials-section .testimonial-card { padding: 25px !important;}
.product-section .product-carousel .item,
.may-like-product-sec .may-like-product-carousel .item{        padding-right: 10px;}
.step-icon-wrapper {
    width: 80px;
    height: 80px;}

 .step-icon-wrapper img{
    width: 50px;
    height: auto;}   
.two-paths-section .path-card ul li{font-size: 18px;}
.two-paths-section .path-card .btn{font-size: 16px;padding: 15px 25px;}
.proof-section img {
    margin-bottom: 30px;
    height: 60px;
    width: auto;
}
.proof-section h2 {
    margin-bottom: 25px;
}
body:has(.courses-section) .marketplace-banner{margin-bottom: -220px;}
.courses-section{padding: 340px 0 100px;}
.courses-section .course-card p, .testimonials-section .testimonial-text{font-size: 16px;line-height: 26px;}





.doctors-section .main-border-box-row{gap: 50px 30px;}







}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .hero-section{padding: 80px 0;}
    .hero-section .hero-title { font-size: 26px; }
    .hero-section .hero-text { font-size: 12px; line-height: 20px; padding-right: 40px;text-wrap-style: pretty;}
    .hero-section .hero-stats h3 { font-size: 14px; }
    .hero-section .hero-stats p { font-size: 11px; }
    .section-copy { font-size: 12px; }
    section h2, .how-it-works-section h2 { font-size: 22px; }
    .how-it-works-section .step-title { font-size: 13px; }
    .how-it-works-section .step-icon-wrapper { width: 70px; height: 70px; }
    .how-it-works-section .step-icon-wrapper img{width: 40px;height: auto;}
    .two-paths-section .path-card h3 { font-size: 16px; }
    .doctors-section .doctor-info h4 { font-size: 15px; }
    .doctors-section .doctor-info .specialty { font-size: 12px; }
    .marketplace-banner h2 { font-size: 20px; }
    .courses-section .course-card h5 { font-size: 13px;line-height: 20px; }
    .testimonials-section .testimonial-heading { font-size: 15px; }
    .testimonials-section .testimonial-text { font-size: 12px; }
    section { padding: 80px 0; }


    .product-section .product-carousel .item,
.may-like-product-sec .may-like-product-carousel .item{padding: 0;}
    .product-section .product-img-wrapper{height: 200px;}

    .two-paths-section .path-card{padding: 40px 30px;}
    .two-paths-section .path-card ul li {font-size: 14px; margin-bottom: 10px;}
    .two-paths-section .path-card{border: 4px solid #fff;}

     .doctor-img-wrapper{height: 300px;}
    .doctors-section .doctor-info h4{font-size: 26px;}
    .doctors-section .doctor-info .specialty{font-size: 17px;}
    .doctors-section .doctor-info .book-link{font-size: 18px;}

    .testimonials-section .testimonial-heading { font-size: 18px; line-height: 26px; margin-bottom: 15px; }
.testimonials-section .testimonial-card { padding: 25px !important;}
.testimonials-section .testimonial-author-role{font-size: 16px;}
.testimonials-section .testimonial-author-name{font-size: 18px;}


.step-icon-wrapper {
    width: 80px;
    height: 80px;}

 .step-icon-wrapper img{
    width: 50px;
    height: auto;}   
.two-paths-section .path-card ul li{font-size: 18px;}
.two-paths-section .path-card .btn{font-size: 16px;padding: 15px 25px;}
.proof-section img {
    margin-bottom: 30px;
    height: 60px;
    width: auto;
}
.proof-section h2 {
    margin-bottom: 25px;
}
body:has(.courses-section) .marketplace-banner{margin-bottom: -220px;}
.courses-section{padding: 300px 0 100px;}
.courses-section .course-card p, .testimonials-section .testimonial-text{font-size: 16px;line-height: 26px;}

.testimonials-section .testimonials-carousel .testimonial-card img.testimonial-author-img {
    max-width: 40px;
    height: 40px;}



.doctors-section .main-border-box-row{gap: 50px 30px;}
}




@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section{padding: 80px 0;}
    .hero-section .hero-title { font-size: 24px; }
    .hero-section .hero-image-wrapper{display: none;}
    .hero-section .hero-text { font-size: 12px; line-height: 20px;        text-align: center !important;margin-inline: auto; }
    .hero-section .hero-stats h3 { font-size: 14px; }
    .hero-section .hero-stats p { font-size: 11px; }
    .section-copy { font-size: 12px; }
    section h2, .how-it-works-section h2 { font-size: 20px; }
    .how-it-works-section .step-title { font-size: 13px; }
    .how-it-works-section .step-icon-wrapper { width: 80px; height: 80px; }
    .how-it-works-section .steps-line { display: none; }
    .two-paths-section .path-card h3 { font-size: 15px; }
    .two-paths-section .path-card ul li { font-size: 12px; }
    .doctors-section .doctor-info h4 { font-size: 15px; }
    .doctors-section .doctor-info .specialty { font-size: 12px; }
    .marketplace-banner h2 { font-size: 18px; }
    .courses-section .course-card h5 { font-size: 13px;line-height: 20px; }
    .testimonials-section .testimonial-heading { font-size: 14px; }
    .testimonials-section .testimonial-text { font-size: 12px; }
    section { padding: 70px 0; }



    .hero-section .col-lg-6{text-align: center;}
    .hero-section .hero-stats {justify-content: center;}



    .browse-products-section .product-toggle-btn{font-size: 14px;}
    .browse-products-section .tab-pane .product-card .product-title{font-size: 20px;}
    .browse-products-section .tab-pane .product-card .product-category{font-size: 16px;}
    .browse-products-section .tab-pane .product-card p{font-size: 18px;}


    .two-paths-section  .col-md-6{width: 100%;}
    .two-paths-section .path-card{border: 4px solid #e9e8fa;padding: 30px 25px;}
    .two-paths-section .path-card .btn{font-size: 16px;padding: 12px 24px;}
    .how-it-works-section .step-icon-wrapper img.img-fluid { width: 50px; }

    .doctors-section .main-border-box-row{grid-template-columns: 1fr 1fr;        gap: 40px;}
    .doctor-img-wrapper{height: 350px;}
    .doctors-section .doctor-info .book-link{font-size: 18px;}


    .marketplace-banner .banner-content .col-md-5.text-center img{height: 400px;margin-top: 50px;}
    .courses-section{padding: 420px 0 60px;}

}

@media (max-width: 767.98px) {
    .hero-section{padding: 60px 0;}
    .hero-section .hero-title { font-size: 22px; text-align: center; }
    .hero-section .hero-text { font-size: 11px; line-height: 19px; text-align: center !important; margin: 0 auto; }
    .hero-section .hero-stats h3 { font-size: 14px; }
    .hero-section .hero-stats p { font-size: 10px;text-align: left; }
    .hero-section .hero-stats {gap: 20px; flex-wrap: wrap; justify-content: center;}
    .hero-section .hero-image-wrapper{display: none;}
    .hero-btns.mt-4{display: flex;}
    .hero-section .col-lg-6 {text-align: center;}
    .hero-section .hero-stats .stat-item { padding-left: 10px; border-left: 2px solid #138FFF; margin-right: 20px !important;}
    





    .section-copy { font-size: 11px; text-align: center !important; margin: 0 auto; }
    section h2, .how-it-works-section h2 { font-size: 18px; text-align: center !important; }
    .how-it-works-section .step-title { font-size: 12px; }
    .how-it-works-section .step-icon-wrapper { width: 70px; height: 70px; }
    .how-it-works-section .step-icon-wrapper img.img-fluid { width: 40px; }
    .how-it-works-section .steps-line { display: none; }
    .two-paths-section .path-card h3 { font-size: 14px; }
    .two-paths-section .path-card ul li { font-size: 11px; line-height: 19px; }
    .two-paths-section .path-card .btn { font-size: 11px; padding: 9px 16px; }
    .doctors-section .doctor-info h4 { font-size: 14px; }
    .doctors-section .doctor-info .specialty { font-size: 11px; }
    .marketplace-banner h2 { font-size: 17px; }
    .courses-section .course-card h5 { font-size: 13px; line-height: 20px; }
    .courses-section .course-card p { font-size: 11px; line-height: 18px; }
    .testimonials-section .testimonial-heading { font-size: 14px; }
    .testimonials-section .testimonial-text { font-size: 11px; }
    .testimonials-section .testimonial-author-name { font-size: 12px; }
    .testimonials-section .testimonial-author-role { font-size: 11px; }

    .product-section .product-img-wrapper { height: 180px; }
    .product-section .product-card h6 { font-size: 0.95rem; }
    .product-section .product-card .price { font-size: 18px; }
    .product-section .product-carousel .item,
.may-like-product-sec .may-like-product-carousel .item{padding: 0;}
    section { padding: 50px 0; }


    .doctors-section .main-border-box-row{grid-template-columns: 1fr;    gap: 40px;padding:0 10px}
    .doctor-img-wrapper{height: 300px;}
    .doctors-section .doctor-info .book-link{font-size: 16px;}
    .doctor-card{border-radius: 12px;}


    .two-paths-section .path-content{max-width: 100%;    min-height: auto;}
    .two-paths-section .path-card{padding: 30px;border-radius: 12px;    min-height: auto;border: 3px solid #FFFFFF;}
    .two-paths-section .path-card.research{background: unset;background-color: #14056f}
    .two-paths-section .path-card.clinical{background: unset;background-color: #138fff;}
    section.two-paths-section{margin-bottom: 0;padding-bottom: 50px;}

    .how-it-works-section{padding: 50px 0;}
    .owl-theme .owl-dots {margin-top: 30px !important;}

.marketplace-banner .banner-content .col-md-7 img{height: 50px;width: auto;        margin-bottom: 30px ! IMPORTANT;}
.marketplace-banner .banner-content .col-md-5 img{margin-top: 40px;}

body:has(.courses-section) .marketplace-banner{margin-bottom: 0;padding-bottom: 50px;}
.marketplace-banner .container{padding: 0;border-radius: 0;}
.marketplace-banner .banner-content{border-radius: 0 !important;}
.marketplace-banner .banner-content{border-radius: 0px !important}

.courses-section{padding: 50px 0;}


.proof-section img { margin-bottom: 20px; height: 44px; width: auto; }
.mb-5 {margin-bottom: 30px !important;}
.doctors-section .doctor-info .book-link svg{width: 18px;}
}
