.lab-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.2;
    padding-top: 17px;
}

.lab-description {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
}

.dia_bannersec {
    display: flex;
    justify-content: end;
}

.dia_bannersec img {
    width: 68% !important;
}

.lab-owner-link {
    color: #0d6efd;
    font-weight: 500;
    font-size: 16px;
}

.lab-owner-link:hover {
    text-decoration: underline;
}

.lab_oner {
    margin-top: 23px;
    margin-bottom: 49px;
}

.feature-heading {
    font-size: 21px;
    font-weight: 500;
    color: #2464EE;
}

.border-center {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.feature-text {
    font-size: 16px;
    color: #424242;
    margin-top: -5px;
}

.lab-img {
    border-radius: 18px;
    object-fit: contain;
}

.lab-section {
    background: #F9F9F9;
    margin-top: 176px;
    padding-top: 40px;
    padding-bottom: 52px;
}

.banner_bt {
    color: #fff;
    padding: 16px 32px;
    background: var(--primary-color, #2464ee);
    /* padding: 12px 28px; */
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;

}

.lab-owner-link i {
    margin-left: 10px;
}

.banner_bt .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.banner_bt:hover .arrow {
    transform: translateX(6px);
}

.banner_bt:hover {
    background: #084298;
}

/* Section Spacing */
.quote-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

/* LEFT SIDE TEXT SECTION */
.title {
    font-size: 40px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    margin-bottom: 15px;
}

.desc {
    font-size: 19px;
    color: #656565;
    margin-top: 10px;
    /* max-width: 460px; */
    line-height: 1.6;
    margin-bottom: 37px !important;
}

.nlp-smart-rx-list svg {
    color: #10b981;
    font-size: 20px;
}

.diin_sec {
    background: #f8fafb !important;
    padding: 48px 0px !important;
}

.dia_img2 img {
    width: 90% !important;

}

.dia_img2 {
    display: flex;
    justify-content: end;
}

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

.feature-list li {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.feature-list i {
    color: #22c55e;
    font-size: 18px;
    margin-right: 12px;
}


.get-started-btn {
    background-color: #0d6efd;
    border: none;
    gap: 10px;
    padding: 10px 16px;
    background: var(--primary-color, #2464ee);
    color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    gap: 6px;
}

.get-started-btn svg {
    margin-left: 5px;
}

.get-started-btn i {
    font-size: 14px;
}

.dia_image img {
    border-radius: 14px;
    object-fit: contain;
    width: 98%;
}

.dia_image {
    padding-left: 20px;
}

.highlight-text {
    position: relative;
    display: inline-block;
    padding: 11px 57px 11px 25px;
    font-size: 20px;
    font-weight: 500;
    color: #1f1f1f;
    z-index: 1;
}

.highlight-text::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 54px;
    background: url(../diaganostics_images/animate.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
    animation: paintWave 3s linear infinite;

}




@keyframes paintWave {
    0% {
        transform: translateX(0) translateY(0) skewX(0deg);
        opacity: 1;
    }

    25% {
        transform: translateX(6px) translateY(1px) skewX(1deg);
        opacity: 0.98;
    }

    50% {
        transform: translateX(12px) translateY(0) skewX(2deg);
        opacity: 1;
    }

    75% {
        transform: translateX(6px) translateY(-1px) skewX(1deg);
        opacity: 0.97;
    }

    100% {
        transform: translateX(0) translateY(0) skewX(0deg);
        opacity: 1;
    }
}

.feature-list li svg {
    color: #10b981;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}



@media (max-width: 767px) {
    .lab-title {
        font-size: 30px;
    }

    .lab-description {
        max-width: 100%;
    }
}


/* Wrapper */
#nlp-carousel-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Dot container */
.nlp-dots-container {
    display: flex;
    gap: 10px;
}

/* Dot */
.nlp-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
}

.nlp-dot.active {
    width: 25px;
    background: #0d6efd;
    border-radius: 20px;
}

.browse_title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
}

.browse_title {
    text-align: center;
    margin-bottom: 40px;
}

.health-checkup-section {
    padding: 22px 0;
    margin-bottom: 37px;
    background: linear-gradient(to bottom, #ffffff, #eef2ff);
}

.hc-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 40px;
}

.hc-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 15px 15px 25px 15px;
    text-align: center;
    transition: 0.3s;

    border-bottom: 3px solid #0d6efd;
}

.hc-card:hover {
    transform: translateY(-5px);
}

.hc-img {
    width: 100%;
    /* height: 190px; */
    object-fit: contain;
    border-radius: 14px;
}

.hc-name {
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
}

.hc-subtext {
    font-size: 14px;
    color: #2464EE;
    font-weight: 600;
    margin-bottom: 25px;
}

.hc-btn {
    border: none;
    gap: 10px;
    padding: 8px 43px;
    background: var(--primary-color, #2464ee);
    color: #ffffff;
    border-radius: 8px;
    font-size: 15px;
}

.hc-btn i {
    margin-left: 7px;
}

.hc-btn:hover {
    background: #044ac7;
}

.health_box {
    width: 25%;
    padding: 0px 7px;
}


.test-booking-banner {
    padding: 66px 0;
    background: linear-gradient(124deg, #9baeff78 0%, #ffffff 33%, #9baeffba 100%);
    border-radius: 10px;
    margin-top: 49px;
}

.lab_sec2 {
    margin-top: 56px;
}

.tb-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: #222222;
    margin-bottom: 25px;
}

.tb-green {
    color: #1aa537;
    font-weight: 500;
}

.tb-input-group {
    display: flex;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.tb-input {
    flex: 1;
    border: none;
    padding: 12px 18px;
    font-size: 14px;
    outline: none;
}

.tb-submit {
    background: #2b7cff;
    color: #fff;
    padding: 0 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.tb-small-text {
    margin-top: 25px;
    margin-bottom: 36px;
    font-size: 18px;
    color: #555;
}

.tb-links a {
    color: #2b7cff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.tb-links a:hover {
    text-decoration: underline;
}

.tb-img {
    width: 70% !important;

}

.lab-app-section {
    width: 100%;
    padding: 60px 20px;
}

.lab-app-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 119px;
}

/* LEFT IMAGES */
.lab-app-images {
    position: relative;
    display: flex;
    gap: 20px;
}

.lab-phone {
    width: 100%;
}





/* RIGHT CONTENT */
.lab-app-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.subtitle {
    font-size: 16px;
    color: #757575;
    margin: 10px 0 25px;
}

/* LIST */
.lab-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.lab-feature-list li {
    font-size: 18px;
    margin-bottom: 19px;
    display: flex;
    color: #222222;
    /* margin-bottom: 10px; */
    align-items: center;
    gap: 10px;
}

.lab_til {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    padding-bottom: 18px;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: center;

}

.hc-btn svg {
    margin-left: 5px;
}

.quote-section {

    margin-top: 20px;
}

.disgn_imgg {
    width: 105px !important;
    height: 105px !important;
    object-fit: contain;
}

.diin_sec {
    margin-top: 78px;
}

.lav_subtitle {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 68px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;

    text-align: center;
}

.lab-feature-list i {
    color: #28c76f;
    font-size: 16px;
}

.lab-feature-list svg {
    color: #10b981;
    font-size: 21px;
}

/* BUTTON */
.schedule-btn {
    background: #2b7bff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.schedule-btn .arrow {
    font-size: 18px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .lab-app-container {
        flex-direction: column;
        text-align: center;
    }

    .lab-app-images {
        justify-content: center;
    }

    .lab-app-content {
        text-align: center;
    }

    .lab-feature-list li {
        justify-content: center;
    }
}


@media (max-width: 576px) {
    .lab-app-images {
        flex-direction: column;
        align-items: center;
    }

    .phone-right {
        margin-left: 0;
    }

    .lab-phone {
        width: 180px;
    }
}

.nlp-specialty-link svg {
    transition: transform 0.3s ease;
}

.nlp-specialty-link:hover svg {
    transform: translateX(5px);
    /* Arrow moves right */
}


.highlight_2 {
    position: relative;
    display: inline-block;
    padding: 11px 57px 11px 25px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f1f1f;
    z-index: 1;
}

.highlight_2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 74px;
    background: url(../diaganostics_images/wave.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
    animation: paintWave 3s linear infinite;

}


.dia_image-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0;
}

.dia_image-wrapper img {
    width: 260px;
 
    height: auto;
    object-fit: contain;
    display: block;
}


.dia_image-wrapper img:first-child {
    transform: translateX(40px);

    z-index: 1;
}

.dia_image-wrapper img:last-child {
    transform: translateX(-40px);

    z-index: 2;
}

.nlp-cta-patner-weus{
        background: #ffffff;
    color: #5C5C5C !important;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 48px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif !important;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(36, 100, 238, 0.3);
    position: relative;
    z-index: 2;
}
.main_bb{
    display: flex;
    gap:22px;
}
/* Responsive */
@media (max-width: 768px) {
    .dia_image-wrapper {
        max-width: 100%;
    }

    .dia_image-wrapper img {
        width: 200px;
    }

    .dia_image-wrapper img:first-child {
        transform: translateX(20px);
    }

    .dia_image-wrapper img:last-child {
        transform: translateX(-20px);
    }
}
@media (max-width:576px) {
    .main_bb{
        display: block;
        
    }
    .nlp-cta-patner-weus{
margin-top:20px;
    }
}

@media (max-width: 480px) {
    .dia_image-wrapper img {
        width: 160px;
    }

    .dia_image-wrapper img:first-child {
        transform: translateX(15px);
    }

    .dia_image-wrapper img:last-child {
        transform: translateX(-15px);
    }
}

.quote-section {
    margin-top: 63px;
}

@media(min-width:991px) and (max-width:1200px) {
    .health_box {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .dia_bannersec img {
        width: 100% !important;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .health_box {
        width: 50%;
        margin-bottom: 20px;
    }

    .dia_bannersec img {
        width: 100% !important;
    }
}

@media(min-width:580px) and (max-width:768px) {
    .health_box {
        width: 50%;
        margin-bottom: 20px;
    }
.dia_image{
padding-left:0px !important;
}
    .dia_bannersec img {
        width: 100% !important;
        margin-top: 30px;
    }
    .tb-img{
        margin-top:47px;
    }
}

@media(min-width:300px) and (max-width:579px) {
    .health_box {
        width: 100%;
        margin-bottom: 20px;
    }
       .tb-img{
        margin-top:47px;
    }
    .dia_image{
padding-left:0px !important;
}

}
@media (max-width:991px) {
.lab_featu_li{
        justify-content: left !important;
        text-align: left !important;
}
.lab_featu_li li{

justify-content: left !important;
}
.dia_img2{
    justify-content: left !important;
}
}
@media(min-width:300px) and (max-width:768px) {
.dia_bannersec {
    justify-content: left !important;
    margin-top: 30px !important;
}
.expand-wrapper{
display:block !important;
}
.expand-section {
    margin-top: calc(60px + -9px) !important;
}
.hero-btn{
    margin-bottom:30px;
}
.expand-right{
    text-align: left !important;
}
}

@media(min-width:767px) and (max-width:991px) {
.expand-section {
     margin-top: calc(60px + -9px) !important;
}
}

@media(min-width:990px) and (max-width:1200px) {
.expand-section {
     margin-top: calc(60px + -9px) !important;
}
}

.banner_bt:hover {
transition: var(--transition, all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1));
}
.banner_bt:hover {
    background: var(--primary-hover, #1a52c4);
    transform: translateY(-2px);
    
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
    color: #ffffff;

}
.get-started-btn{
transition: var(--transition, all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1));
}
.get-started-btn:hover{
       transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
}
.nlp-cta-patner-weus{
    transition: var(--transition, all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1));
 box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
}
.nlp-cta-patner-weus:hover{
     transform: translateY(-2px);
    
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
}




/* wommen-Diagnostics */

.women-tests{
    margin-top:70px !important;
      margin-bottom:75px !important;
}
.women-health-section {
padding-top: calc(60px + -28px) ;
}

.location-select {
   width: 130px;
    border-radius: 2px;
    padding: 4px 10px;
}

.main-heading {
       font-size: 40px;
    font-weight: 500;
   
    line-height: 1.2;
    color:#222222;
}

.offer-text {
      font-size: 18px;
    font-weight: 300;
    margin-bottom: 45px;
    color: #28A745;
}

.offer-green {
       color: #28A745;
    font-weight: 500;
    font-size: 26px;
    margin-right: 4px;
}

.icons-img {
       width: 30px;
    height: auto;
 
}

.icon-title {
      font-size: 16px;
    font-weight: 400;
    color: #656565;
    /* margin-right: 10px; */
    line-height: 1.3;
    margin-bottom: 0px;
    text-align: justify;
}


/* RIGHT CARD */
.side-card {
       background: #FBFBFB;
    border-radius: 22px;
    padding: 20px;
    /* box-shadow: 0px 0px 20px #F1F1F1; */
    text-align: center;
}

.side-img {
      width: 100%;
    border-radius: 0px;
       border-bottom: 1px solid #00000066;
    padding-bottom: 17px;
}

.side-text {
      margin-top: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .main-heading {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 28px;
    }
    .offer-text {
        font-size: 18px;
    }
    .offer-green {
        font-size: 20px;
    }

}

@media (max-width: 576px) {
    .icon-title {
        font-size: 13px;
    }
    .icons-img {
        width: 45px;
    }
}
.banner_womon{
background: #2464EE1F;
    width: 58px;
    border-radius: 50%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
.women_box{
    display: flex;
    align-items: center;
    gap: 15px;
}

.packeg_n{
        margin-bottom: 0px;
    color: #2464EE;
    font-weight: 500;
    font-size: 16px;
}



.section-title {
    font-size: 26px;
    font-weight: 600;
}



.test-line {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom:13px;
}
.nlpp_button svg{
    margin-left:6px;
}
.test-bold {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.book-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 22px;
    padding: 10px 0;
    border: 1px solid #2563EB;
    border-radius: 8px;
    color: #2563EB;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}
.book-btn .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.book-btn:hover .arrow {
    transform: translateX(5px);
}
.nlp-services-grid{
display: grid;
    grid-auto-columns: repeat(auto-fit) !important;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 19px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
.nlpp_button{
        width: 100% !important;
    text-align: center !important;
    display:block !important;
}
@media(min-width:300px) and (max-width:580px)
{
.women_col{
width:100% !important;
}
}
.mbel_test{
    margin-bottom: 0px !important;
}
.bottom_npml{
    display:flex;
    gap:10px;
}
.labpatners_diagnst{
   margin-top:80px;
   margin-bottom:107px;
}
.lab-banner {
    width: 100%;
    background: linear-gradient(90deg, rgb(36 100 238 / 54%) 0%, #e8eeff 30%, rgb(36 100 238 / 14%) 60%, rgb(36 100 238 / 41%) 100%);
    padding: 0px 20px 0px 24px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

}
.labpatner__de{
       margin-top: 42px;
    margin-bottom: 118px;
}
.how-it-works-sectionvv{
background: #fff;
    padding-top: 118px;
    padding-bottom: 90px;
}
.patnersrec_sec{
    padding-top:120px;
    padding-bottom:100px;
    background: #ffffff;
    text-align: center;
}
.patner_dia{
    display: flex;
    align-items: center;
}
.lab-banner-content h1 {
         font-size: 36px;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 7px;
}

.lab-banner-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: 8px;
}
.lab-banner-content p {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    margin-bottom: 0px;
}

.partner-btn {
    display: inline-flex;
    align-items: center;
    background: #1a56db;
    padding: 12px 22px;
    border-radius: 10px;
    color: #fff;
    margin-top: 21px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.partner-btn i {
    margin-left: 8px;
    transition: 0.3s;
}

.partner-btn:hover i {
    transform: translateX(5px);
}

.lab-banner-image img {
 position: relative;
 top:2px;
}

/* Responsive */
@media(max-width: 992px) {
    .lab-banner {
        padding: 30px;
    }
    .lab-banner-image img {
        width: 280px;
    }
}

@media(max-width: 768px) {
    .lab-banner {
        flex-direction: column;
        text-align: center;
    }
    .lab-banner-image img {
        width: 260px;
        margin-top: 20px;
    }
}


.expand-section {
    margin-top: calc(60px + -20px);
}

.expand-top-note {
   border-radius: 6px;
    color: #707070;
    font-size: 14px;
    /* margin-bottom: 25px; */
    display: inline-block;
}

.expand-wrapper {
        display: flex;
    justify-content: space-between;
    
}

.expand-left {
    flex: 1;
    min-width: 320px;
    margin-top:18px;
}

.expand-title {
       font-size: 40px;
    font-weight: 500;
    margin-top: 17px;
}

.expand-highlight {
   font-size: 37px;
    font-weight: 600;
    color: rgba(36, 100, 238, 1);
    margin-bottom: 30px;
}

.expand-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
    margin-bottom: 35px;
}

.expand-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.expand-icon {
    width: 42px;
    height: 42px;
}

.expand-feature-title {
    font-size: 15px;
    font-weight: 600;
   color: rgba(34, 34, 34, 1);
    margin-bottom:0px;
}

.expand-btn {
    background: #1F6BFF;
    color: #fff;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.btn-arrow {
    transition: 0.3s ease;
}

.expand-btn:hover .btn-arrow {
    transform: translateX(5px);
}

.expand-right {
    flex: 1;
    min-width: 320px;
    text-align: right;
}

.expand-image {
 width:80%;
    border-radius: 12px;
}
.expand-feature-item svg{
     width: 29px;
    height: 29px;
    background: rgba(36, 100, 238, 0.12);
    padding: 15px;
    border-radius: 50%;
}
.expand-feature-item path{
    fill: rgba(36, 100, 238, 1);
}
.patner_diagn{
    background: #f8fafb;
        margin-top: 89px;
    margin-bottom: 109px;
    padding:50px 0px;
}

.feature-section {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
}


.feature-grid {
    display: grid;
    gap: 20px;
    justify-content: center;
}

/* Responsive */
@media (min-width:1200px) {
    .feature-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width:992px) and (max-width:1199px) {
    .feature-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width:768px) and (max-width:991px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:767px) {
    .feature-grid { grid-template-columns: repeat(1, 1fr); }
}

.feature-box {
   display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
       border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 18px 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    position: relative;
    transition: .3s 
ease;
    cursor: pointer;
}

.feature-box .icon {
    font-size: 32px;
    color: #2F80ED;
    transition: .3s ease;
}
.feature-title2{
        font-size: 40px;
    font-weight: 500;
    margin-bottom:40px;
}
.icon-wrapper{
    background: #2f80ed2b;
}
.feature-box .icon{
    background: none !important;
}
/* Default icon style */
.feature-box .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s ease;
  
}

/* Icon tilt + background color on hover */
.feature-box:hover .icon-wrapper {
    background: #2F80ED;
    transform: rotate(12deg);
}

/* Icon color turns white when background appears */
.feature-box:hover .icon {
    color: #fff;
}


/* Top border highlight on hover */
.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #2F80ED;
    border-radius: 12px 12px 0 0;
    transform: scaleX(0);
    transition: .3s;
    transform-origin: left;
}

.feature-box:hover::before {
    transform: scaleX(1);
}

.women-tests {
  background: #fff;
}

.test-card {
   background: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 16px;
    display: flex;
    border: 1px solid #e5e7eb;
    padding: 18px 17px;
    /* box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s 
ease;
    height: 100%;
}

.test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.test-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
}

.test-title {
  font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 10px;
}

.test-desc {
     font-size: 16px;
    color: #6b7280;
    margin-bottom: 8px;
    line-height: 1.5;
}

.test-line {
  color: #666;
  font-size: 14px;
  margin-bottom: 6px;
}

.test-bold {
  font-size: 14px;
    font-weight: 600;
    margin-top: 12px
}


.nlp-motherhood-link .arrow {
  margin-left: 6px;
  transition: 0.3s;
}

.nlp-motherhood-link:hover .arrow {
  transform: translateX(4px);
}
.womwn_box{
    padding: 0px 9px !important;
}

.help-box {
        background: rgba(242, 246, 255, 1);
    padding: 18px 30px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:75px;
}

.help-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.help-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.help-title {
      margin-bottom: 1px;
    /* margin: 0; */
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}

.help-sub {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.help-right {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.help-right i {
    font-size: 16px;
}
