/* ------------ */
.main-content {
    align-items: center;
    padding-top: 30px;
}

.main-title {
    font-size: 57px;
    font-weight: 500;
    color: #222B45;
    margin-bottom: 20px;
    /* line-height: ; */
}

.subtitle {
    font-size: 42px;
    font-weight: 500;
    color: #222B45;
    margin-bottom: 65px;
    line-height: 40px;
}

.features {
    margin-bottom: 50px;
}

.feature-item {
    font-family: "prata";
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #222B45;
    font-weight: 400;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.cta-buttons {
    display: flex;
    gap: 20px;
}
.btn-primary {
    background: #7468F1;
    padding: 10px 50px;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 16px;
    letter-spacing: 1.3px;
     text-decoration: none;
        color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 95, 191, 0.4);
}




.hero-image img {
    width: 100%;
}

/* ------administering section start------- */


.administering_img img {
    width: 100%;
}

.administering_content {
    padding-left: 55px;
}

.administering_content h3 {
    font-size: 40px;
    line-height: 62px;
    font-weight: 500;
    margin-bottom: 40px;
}

.administering_content h3 span {
    color: #7468F1;
}

.administering_content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.74px;

}

/* administering section end */
/* our service section start */
.common_heading {
    text-align: center;
    margin-bottom: 30px;
}

.common_heading h4 {
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    margin-bottom: 20px;
}

.common_heading p {
    font-weight: 500;
    font-style: Regular;
    font-size: 18px;
    line-height: 173%;
    letter-spacing: 0.74px;
    color: #222B45;
}

.general-container {
    display: flex;
    height: 23rem;
    margin: 0 auto;
    max-width: unset;
    width: 84vw;
}

.radio {
    display: none;
}

.content {
    background: transparent;
    background-image: url("../images/home/in_home_injection_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3rem;
    height: 390px;
    cursor: pointer;
    flex: 1;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}

.content:hover {
    box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(2) {
    background: transparent;
    background-image: url("../images/home/expert_guidence_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content:nth-of-type(3) {
    background: transparent;
    background-image: url("../images/home/flexible_schedule.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services {
    margin: 70px 0px;
}

/* Clickable - Function -- Start */
.card-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
}


.card-title h5 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 0.25px;
}

.radio:checked+.content>.card-title h5 {
    font-size: 35px;
}

.card-title h5 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 0.25px;
}

.radio:checked+.content>.card-title h5 {
    font-size: 35px;
}

.card-title h5 {
    color: #fff;
    font-weight: 500;
    font-size:  17px;
    line-height: 46px;
    letter-spacing: 0.25px;
}

.radio:checked+.content>.card-title h5 {
    font-size: 30px;
}

.card-title p {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: none;
    line-height: 30px;
    letter-spacing: 0.25px;
}


.card-title .learn_more_btn {
    border: none;
    border-radius: 22px;
    padding: 11px 15px;
    display: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #7468F1;
    font-size: 12px;

    font-weight: 500;
    text-transform: uppercase;
    background-color: #fff;
    width: fit-content;
    text-decoration: none;
}

.card-title .learn_more_btn:hover {
    color: #7468F1;
    background-color: #fff;
}


.radio:checked+.content {
    border-radius: 2rem;
    box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
    flex: 3.5;
}

.radio:checked+.content>.card-title :where(h5, p, .learn_more_btn) {
    display: flex;
    gap: 10px;
    align-items: center;
}



/* Clickable - Function -- End */


/* our service sec end */
/* about value section start */
.about_value_sec {
    background-image: url("../images/home/about_value_img.png");
    color: #ffffff;
    padding-top: 60px;
    background-position: right;
    background-repeat: no-repeat;
	background-size: cover;
}

.value_section {
    width: 46%;
}

.value_section h3 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 30px;
}

.value_section p {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 173%;
    letter-spacing: 0.5px;

}

.value_section .feature {
    padding-bottom: 30px;
}

.value_section .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;

}

.value_section .feature-icon {
    width: 20px;
    height: 20px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.ourservice_button {
    padding-bottom: 50px;
}

.our_services_btn {
    background-color: transparent;
    color: #ffffff;
    padding: 13px 70px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
    text-decoration: none;
}

/* about our value sec end */







/* ===============================================
   RESPONSIVE MEDIA QUERIES
=============================================== */

/* Large Desktops (1400px and up) */

/* Standard Desktops (1200px - 1399px) */
@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .general-container {
        width: 85vw;
        height: 24rem;
    }

    /* .common_heading h4 {
    font-size: 50px;
  } */

}

/* Medium Desktops and Laptops (992px - 1199px) */


@media screen and (max-width: 1199px) and (min-width: 992px) {
    .general-container {
        width: 90vw;
        height: 20rem;
    }

    .common_heading {
        margin-bottom: 25px;
    }

    /* .common_heading h4 {
    font-size: 45px;
  } */

    /* .common_heading p {
    font-size: 16px;
  } */

    .content {
        margin-right: 20px;
        border-radius: 2.5rem;
    }

    .card-title {
        left: 1.2rem;
        bottom: 1rem;
    }


    .card-title p {
        font-size: 15px;
        line-height: 26px;
    }

    .learn_more_btn {
        width: 35%;
        padding: 10px 12px;
    }

    .learn_more_btn span {
        font-size: 11px;
    }
}

/* Small Laptops and Large Tablets (768px - 991px) */
@media screen and (max-width: 991px) and (min-width: 768px) {
    .general-container {
        width: 80vw;
        height: 18rem;
    }

    .common_heading h4 {
        font-size: 38px;
    }

    .common_heading p {
        font-size: 16px;
        line-height: 160%;
    }

    .content {
        margin-right: 15px;
        border-radius: 2rem;
    }

    .card-title {
        left: 1rem;
        bottom: 0.8rem;
    }

    .card-title h5 {
        font-size: 24px;
        line-height: 30px;
    }

    .card-title p {
        font-size: 14px;
        line-height: 24px;
        white-space: normal;
    }

    .learn_more_btn span {
        font-size: 10px;
    }

    .services {
        margin: 50px 0px;
    }
}

/* Portrait Tablets and Large Phones (576px - 767px) */
@media screen and (max-width: 767px) and (min-width: 576px) {
    /* .general-container {
    flex-direction: column;
    height: auto;
    width: 95vw;
    gap: 20px;
  } */

    .common_heading {
        margin-bottom: 20px;
    }

    .common_heading h4 {
        font-size: 32px;
    }

    .common_heading p {
        font-size: 15px;
        line-height: 150%;
        padding: 0 15px;
    }

    .content {
        height: 200px;
        margin-right: 0;
        border-radius: 1.5rem;
        flex: none;
    }

    /* .card-title {
    position: static;
    opacity: 1;
    transform: translateX(0);
    color: #222B45;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 0 0 1.5rem 1.5rem;
    white-space: normal;
  } */

    .card-title h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .card-title p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    /* .learn_more_btn {
        width: 50%;
        padding: 10px 12px;
    } */

    .learn_more_btn span {
        font-size: 10px;
    }

    .radio:checked+.content {
        flex: none;
        transform: scale(1.02);
    }

    .services {
        margin: 40px 0px;
    }
}

/* Small Phones (up to 575px) */
@media screen and (max-width: 575px) {
    /* .general-container {
    flex-direction: column;
    height: auto;
    width: 98vw;
    gap: 15px;
  } */

    .common_heading {
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .common_heading h4 {
        font-size: 28px;
        line-height: 1.2;
    }

    .common_heading p {
        font-size: 14px;
        line-height: 140%;
    }

    .content {
        height: 180px;
        border-radius: 1.2rem;
    }

    /* .card-title {
    position: static;
    opacity: 1;
    transform: translateX(0);
    color: #222B45;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px;
    border-radius: 0 0 1.2rem 1.2rem;
    white-space: normal;
  } */

    .card-title h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .card-title p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    /* .learn_more_btn {
        width: 60%;
        padding: 8px 10px;
        border-radius: 18px;
        gap: 6px;
    } */

    .learn_more_btn img {
        width: 14px;
        height: 14px;
    }

    .learn_more_btn span {
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .radio:checked+.content {
        flex: none;
        transform: scale(1.01);
        box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
    }

    .services {
        margin: 30px 0px;
    }
}

/* Extra Small Phones (up to 400px) */
@media screen and (max-width: 400px) {
    .common_heading h4 {
        font-size: 24px;
    }

    .common_heading p {
        font-size: 13px;
    }

    .content {
        height: 160px;
    }

    .card-title {
        padding: 10px;
    }

    .card-title h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .card-title p {
        font-size: 11px;
        line-height: 16px;
    }

    .learn_more_btn {
        width: 70%;
        padding: 7px 8px;
    }

    .learn_more_btn span {
        font-size: 8px;
    }
}





@media (max-width: 1400px) {
       .subtitle {
        font-size: 38px;
    }
        .main-title {
        font-size: 50px;
    }
.administering_content h3 {
        font-size: 33px;
        line-height: 55px;
        margin-bottom: 25px;
    }

    .administering_content p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0px;
    }
}



@media (max-width: 1200px) {

    .content {
        height: unset;
    }

    .contact-info a {
        font-size: 16px;
    }

    .subtitle {
        font-size: 30px;
    }

    .main-title {
        font-size: 40px;
    }

    .administering_content h3 {
        font-size: 27px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .value_section {
        width: 60%;
    }

    .about_value_sec {
        background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 45%)), url(../images/home/about_value_img.png) no-repeat;
        color: #ffffff;
        padding-top: 60px;
        background-position: right;
        background-repeat: no-repeat;
    }







    .card-title h5 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {


    .medical_Professionals_sec .row {
        flex-direction: column-reverse;
    }



    .contact-info {
        width: 100%;
        gap: 0;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
    }

    .contact-info a span {
        display: none;
    }




    .hero-image img {
        width: 60%;
        display: flex;
        margin: auto;
    }

    .administering_img img {
        width: 60%;
        display: flex;
        margin: 0 auto 30px;

    }

    .administering_content {
        padding-left: 0px;
    }

    .value_section {
        width: 100%;
    }

    .logo-section {
        padding-bottom: 40px;
    }



    .description {
        margin-top: 0px;
    }


    .btn-primary {
        padding: 10px 25px;
        font-size: 12px;
    }


.btn-secondary {
    padding: 10px 25px;
    font-size: 12px;
}

    .submit-btn {
        padding: 10px 25px;
    }

    .administering_content h3 br {
        display: none;
    }

    .card-title p br {
        display: none;
    }
}


@media (max-width: 768px) {


    .common_heading p br {
        display: none;
    }

    .general-container {
        flex-direction: column;
        height: auto;
        width: unset;
        gap: 32px;
    }


    .radio:checked+.content>.card-title {
        opacity: unset;
        transform: unset;
    }

    .card-title {
        opacity: 1;
        padding: 40px;
        border-radius: 23px;
        color: #202020;
        position: unset;
        transform: unset;
        transition: unset;
        transition-property: unset;
        user-select: none;
        height: 100%;
    }

    .about_value_sec {
        background-image: url("../images/home/about_value_img.png");
        color: #ffffff;
        padding-top: 60px;
        background-position: left;
        background-repeat: no-repeat;
    }

    .get_in_touch_sec {
        margin-top: 40px;
    }

    .cta-buttons {
        gap: 10px;
    }
}

@media (max-width: 580px) {
    .card-title {
        padding: 20px;
    }

    .radio:checked+.content>.card-title h5 {
        font-size: 24px;
    }

    .administering_img img {
        width: 100%;
    }

    .content {
        margin-right: 0px;
    }

}

@media (max-width: 540px) {
    .subtitle {
        font-size: 18px;
    }

    .main-title {
        font-size: 23px;
    }

    .btn-primary {

        padding: 8px 17px;
        font-size: 12px;
    }


    .subtitle {
        margin-bottom: 30px;
    }

    .features {
        margin-bottom: 30px;
    }

    .logo img {
        width: 150px;

    }

    .administering_content h3 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .value_section p {
        font-weight: 400;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 173%;
        letter-spacing: 0.5px;

    }

    .value_section h3 {
        font-weight: 500;
        font-size: 35px;
        margin-bottom: 22px;
    }

    .value_section .feature {
        padding-bottom: 15px;
    }






}