/* ==================================================
   TREATMENT SINGLE PAGE
================================================== */



.treatment-detail {

    max-width: 1200px;
    margin: auto;
    padding: 0 20px;

}



/* =========================
   FEATURED IMAGE
========================= */


.treatment-featured-image {

    margin-bottom: 40px;
    border-radius: 25px;
    overflow: hidden;

}



.treatment-featured-image img {

    width: 100%;
    height: 500px;
    object-fit: cover;

}





/* =========================
   TITLE
========================= */


.treatment-header {

    text-align: center;
    margin-bottom: 35px;

}



.treatment-header h1 {

    font-size: 48px;
    line-height: 1.2;
    color: #16324f;
    margin-bottom: 15px;

}






/* =========================
   CONTENT
========================= */


.treatment-content {

    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 50px;

}



.treatment-content p {

    margin-bottom: 20px;

}







/* =========================
   SECTION HEADING
========================= */


.treatment-section-heading {

    text-align: center;
    margin-bottom: 35px;

}



.treatment-section-heading h2 {

    font-size: 34px;
    color: #16324f;
    margin-bottom: 10px;

}



.treatment-section-heading p {

    color: #777;
    font-size: 17px;

}







/* =========================
   INFO BOX
========================= */


.treatment-info-section {

    margin: 60px 0;

}



.treatment-info-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}



.treatment-info-card {


    background: #ffffff;

    padding: 30px;

    border-radius: 20px;

    border: 1px solid #e6edf5;

    text-align: center;

    transition: .3s ease;


}



.treatment-info-card:hover {


    transform: translateY(-8px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .08);


}





.treatment-info-icon {


    font-size: 35px;

    margin-bottom: 15px;


}



.treatment-info-card h3 {


    font-size: 20px;

    color: #16324f;

    margin-bottom: 10px;


}



.treatment-info-card p {


    color: #666;

    font-size: 17px;


}




/* ==================================================
   TREATMENT BENEFITS
================================================== */


.treatment-section {

    margin: 60px 0;

}



.treatment-text-box {

    background: #f8fafc;

    padding: 30px;

    border-radius: 20px;

    border: 1px solid #e5edf5;

    color: #555;

    font-size: 17px;

    line-height: 1.8;

}





/* Benefits special styling */


.treatment-benefits-section {

    margin: 60px 0;

}



.treatment-benefits-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}



.benefit-card {

    background: #ffffff;

    padding: 25px;

    border-radius: 20px;

    border: 1px solid #e6edf5;

    transition: .3s ease;

}



.benefit-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .08);

}



.benefit-icon {

    font-size: 32px;

    margin-bottom: 15px;

}



.benefit-card h3 {

    color: #16324f;

    font-size: 20px;

}



.benefit-card p {

    color: #666;

    line-height: 1.7;

}




/* ==================================================
   TREATMENT RISKS SECTION
================================================== */


.treatment-risks-section {

    margin: 60px 0;

}





.treatment-risks-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

}







/* Risk Card */


.treatment-risk-card {


    display: flex;

    align-items: flex-start;

    gap: 15px;


    background: #fff7ed;

    border: 1px solid #fed7aa;

    padding: 22px;

    border-radius: 18px;


    transition: .3s ease;


}



.treatment-risk-card:hover {


    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .08);


}





/* Icon */


.risk-icon {


    min-width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;


    background: #ffedd5;

    border-radius: 50%;


    font-size: 22px;


}






/* Content */


.risk-content p {


    margin: 0;

    color: #555;

    font-size: 16px;

    line-height: 1.7;


}







/* Heading */


.treatment-risks-section .treatment-section-heading h2 {


    color: #16324f;


}






/* ==================================================
   TREATMENT DOCTORS GRID
================================================== */


.treatment-doctors-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;

    width: 100%;

}



.treatment-doctor-card {

    background: #fff;

    border-radius: 16px;

    overflow: hidden;

    border: 1px solid #e6edf5;

    transition: .3s ease;

}



.treatment-doctor-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

}



.treatment-doctor-image {

    height: 180px;

    overflow: hidden;

}



.treatment-doctor-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.treatment-doctor-content {

    padding: 18px;

}



.treatment-doctor-content h3 {

    font-size: 19px;

    margin-bottom: 10px;

}



.treatment-doctor-content h3 a {

    text-decoration: none;

    color: #16324f;

}



.doctor-specialization {

    color: #0d9488;

    font-size: 14px;

    margin-bottom: 10px;

}






/* ==================================================
   TREATMENT HOSPITALS GRID
================================================== */


.treatment-hospitals-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;

    width: 100%;

}



.treatment-hospital-card {

    background: #fff;

    border-radius: 16px;

    overflow: hidden;

    border: 1px solid #e6edf5;

    transition: .3s ease;

}



.treatment-hospital-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

}



.treatment-hospital-image {

    height: 180px;

    overflow: hidden;

}



.treatment-hospital-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.treatment-hospital-content {

    padding: 18px;

}



.treatment-hospital-content h3 {

    font-size: 19px;

    margin-bottom: 10px;

}



.treatment-hospital-content h3 a {

    color: #16324f;

    text-decoration: none;

}



.hospital-location {

    font-size: 14px;

    color: #666;

    margin-bottom: 15px;

}






/* Buttons */


.doctor-profile-btn,
.hospital-profile-btn {


    display: inline-block;

    padding: 9px 18px;

    border-radius: 30px;

    background: #0d9488;

    color: #fff;

    text-decoration: none;

    font-size: 14px;

}





/* ==================================================
   TREATMENT FAQ SECTION
================================================== */


.treatment-faq-section {

    margin: 60px 0;

}




/* FAQ BOX */

.treatment-faq-box {

    display: flex;

    flex-direction: column;

    gap: 18px;

}







/* FAQ ITEM */

.treatment-faq-item {


    display: flex;

    align-items: flex-start;

    gap: 18px;


    background: #ffffff;

    border: 1px solid #e6edf5;

    padding: 22px 25px;

    border-radius: 18px;


    transition: .3s ease;


}



.treatment-faq-item:hover {


    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .08);


}





/* ICON */

.faq-icon {


    min-width: 45px;

    height: 45px;


    display: flex;

    align-items: center;

    justify-content: center;


    background: #0d9488;

    color: #fff;


    border-radius: 50%;


    font-size: 22px;

    font-weight: 700;


}







/* CONTENT */

.faq-content p {


    margin: 0;


    color: #555;


    font-size: 17px;


    line-height: 1.7;


}






/* Heading */

.treatment-faq-section .treatment-section-heading h2 {


    color: #16324f;

}







/* ==================================================================
   RESPONSIVE
   Breakpoints: 992px (tablet), 768px (small tablet / large phone),
                480px (phone)
================================================================== */


/* ---------- TABLET (≤992px) ---------- */

@media (max-width: 992px) {


    .treatment-header h1 {

        font-size: 38px;

    }


    .treatment-section-heading h2 {

        font-size: 28px;

    }


    .treatment-featured-image img {

        height: 380px;

    }


    /* 3-column grids drop to 2 columns */

    .treatment-info-grid,
    .treatment-benefits-grid,
    .treatment-risks-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    /* 4-column grids drop to 3 columns */

    .treatment-doctors-grid,
    .treatment-hospitals-grid {

        grid-template-columns: repeat(3, 1fr);

    }

}





/* ---------- SMALL TABLET / LARGE PHONE (≤768px) ---------- */

@media (max-width: 768px) {


    .treatment-detail {

        padding: 0 16px;

    }


    .treatment-header h1 {

        font-size: 30px;

    }


    .treatment-section-heading h2 {

        font-size: 24px;

    }


    .treatment-section-heading p {

        font-size: 15px;

    }


    .treatment-content {

        font-size: 16px;

    }


    .treatment-featured-image {

        margin-bottom: 28px;
        border-radius: 16px;

    }


    .treatment-featured-image img {

        height: 260px;

    }


    /* All multi-column grids collapse to 2 columns */

    .treatment-info-grid,
    .treatment-benefits-grid,
    .treatment-risks-grid,
    .treatment-doctors-grid,
    .treatment-hospitals-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 18px;

    }


    .treatment-info-card,
    .benefit-card {

        padding: 20px;

    }


    .treatment-text-box {

        padding: 20px;
        font-size: 16px;

    }


    .treatment-doctor-image,
    .treatment-hospital-image {

        height: 150px;

    }


    .treatment-doctor-content,
    .treatment-hospital-content {

        padding: 14px;

    }


    .treatment-doctor-content h3,
    .treatment-hospital-content h3 {

        font-size: 17px;

    }


    .treatment-faq-item {

        padding: 20px;
        gap: 14px;

    }

}





/* ---------- PHONE (≤480px) ---------- */

@media (max-width: 480px) {


    .treatment-detail {

        padding: 0 14px;

    }


    .treatment-header h1 {

        font-size: 24px;

    }


    .treatment-section-heading h2 {

        font-size: 21px;

    }


    .treatment-content {

        font-size: 15px;
        line-height: 1.7;

    }


    .treatment-featured-image img {

        height: 200px;

    }


    /* All grids become single column on small phones */

    .treatment-info-grid,
    .treatment-benefits-grid,
    .treatment-risks-grid,
    .treatment-doctors-grid,
    .treatment-hospitals-grid {

        grid-template-columns: 1fr;

        gap: 16px;

    }


    /* Hover-lift effects feel odd on touch, disable the transform */

    .treatment-info-card:hover,
    .benefit-card:hover,
    .treatment-risk-card:hover,
    .treatment-doctor-card:hover,
    .treatment-hospital-card:hover,
    .treatment-faq-item:hover {

        transform: none;

    }


    .treatment-risk-card,
    .treatment-faq-item {

        flex-direction: column;
        align-items: flex-start;

    }


    .risk-icon,
    .faq-icon {

        min-width: 38px;
        width: 38px;
        height: 38px;
        font-size: 18px;

    }


    .treatment-doctor-image,
    .treatment-hospital-image {

        height: 170px;

    }


    .doctor-profile-btn,
    .hospital-profile-btn {

        display: block;
        text-align: center;
        width: 100%;

    }


    .treatment-faq-item {

        padding: 18px;
        gap: 12px;

    }


    .faq-icon {

        min-width: 38px;
        height: 38px;
        font-size: 18px;

    }


    .faq-content p {

        font-size: 15px;

    }

}