.hospital-hero{

background:#fff;

}

.hospital-box{

border:1px solid #ddd;

border-radius:18px;

padding:30px;

background:#fff;

box-shadow:0 5px 20px rgba(0,0,0,.05);

}

.hospital-image{

text-align:center;

}

.hospital-image img{

border-radius:12px;

width:100%;

}

.hospital-image h4{

margin-top:18px;

font-size:24px;

font-weight:700;

color:#2F7D1F;

}

.info-row{

margin-bottom:25px;

}

.info-box{

display:flex;

gap:12px;

align-items:center;

}

.info-box i{

font-size:24px;

color:#C62828;

}

.info-box h6{

margin:0;

font-weight:700;

}

.info-box span{

color:#777;

font-size:15px;

}

.department{

line-height:2;

font-size:16px;

margin-bottom:30px;

}

.hero-bottom{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:20px;

}

.appointment-btn{

background:#2F7D1F;

color:#fff;

padding:12px 28px;

}

.rating-section{

display:flex;

gap:15px;

}

.rating-box{

border:1px solid #ddd;

padding:8px 16px;

}

.review-box{

border:1px solid #ddd;

padding:8px 16px;

}

.accreditation img{

height:46px;

margin-left:12px;

}

@media(max-width:991px){

.hero-bottom{

flex-direction:column;

align-items:flex-start;

}

.info-box{

margin-bottom:20px;

}

}
/*==============================
ABOUT HOSPITAL
==============================*/

.about-hospital{

    background:#fff;

}

.section-heading h2{

    color:#2F7D1F;

    font-size:44px;

    font-weight:700;

}

.content-box{

    margin-bottom:45px;

}

.content-box h4{

    color:#2F7D1F;

    font-size:28px;

    font-weight:700;

    margin-bottom:20px;

    position:relative;

    padding-left:20px;

}

.content-box h4:before{

    content:'';

    width:6px;

    height:30px;

    background:#C62828;

    position:absolute;

    left:0;

    top:3px;

    border-radius:20px;

}

.content-box ul{

    padding-left:22px;

    margin:0;

}

.content-box li{

    margin-bottom:15px;

    color:#555;

    line-height:1.9;

    font-size:17px;

}
/*==============================
ADDRESS & LOCATION
==============================*/

.hospital-location{

    background:#fff;

}

.location-card{

    border:1px solid #e2e2e2;

    border-radius:12px;

    overflow:hidden;

    background:#fff;

}

.hospital-address{

    padding:18px 22px;

    font-size:17px;

    color:#444;

    border-bottom:1px solid #e5e5e5;

    display:flex;

    align-items:center;

    gap:12px;

}

.hospital-address i{

    color:#e53935;

    font-size:22px;

}

.distance-table table{

    margin:0;

}

.distance-table th{

    background:#f8f8f8;

    color:#2F7D1F;

    width:180px;

    font-weight:600;

    vertical-align:middle;

}

.distance-table th i{

    color:#C62828;

    margin-right:8px;

}

.distance-table td{

    color:#666;

    vertical-align:middle;

}

.nearby-box{

    padding:18px 22px;

    background:#fafafa;

    color:#555;

    font-size:16px;

    border-top:1px solid #ddd;

}

.nearby-box i{

    color:#C62828;

    margin-right:10px;

}

@media(max-width:768px){

.distance-table th{

    width:120px;

}

.hospital-address{

    font-size:15px;

}

}
/*==============================
TREATMENT SECTION
==============================*/

.treatment-section{

    background:#fff;

}

.treatment-card{

    display:flex;

    align-items:center;

    gap:10px;

    border:1px solid #d9dde5;

    border-radius:8px;

    padding:14px 16px;

    background:#fff;

    color:#2F7D1F;

    text-decoration:none;

    font-size:15px;

    font-weight:500;

    transition:.3s;

    height:100%;

}

.treatment-card:hover{

    background:#2F7D1F;

    color:#fff;

    border-color:#2F7D1F;

    transform:translateY(-3px);

    box-shadow:0 8px 20px rgba(36,55,107,.18);

}

.treatment-card i{

    color:#C62828;

    font-size:12px;

    transition:.3s;

    flex-shrink:0;

}

.treatment-card:hover i{

    color:#fff;

}

.treatment-card span{

    line-height:1.4;

}
/*==============================
PATIENT TESTIMONIALS
==============================*/

.testimonial-section{

    background:#f8fbfd;

}

.sub-title{

    color:#C62828;

    letter-spacing:2px;

    font-weight:600;

    font-size:14px;

}

.section-heading h2{

    font-size:42px;

    color:#2F7D1F;

    font-weight:700;

    margin-top:0px;

}

.section-heading p{

    max-width:700px;

    margin:auto;

    color:#666;

}

.testimonial-card{

    background:#fff;

    border-radius:15px;

    padding:30px;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    height:100%;

    transition:.3s;

    position:relative;

}

.testimonial-card:hover{

    transform:translateY(-8px);

}

.quote-icon{

    width:55px;

    height:55px;

    background:#C62828;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

    font-size:20px;

}

.testimonial-card p{

    color:#555;

    line-height:1.9;

    margin-bottom:30px;

}

.testimonial-footer{

    display:flex;

    align-items:center;

}

.testimonial-footer img{

    width:70px;

    height:70px;

    border-radius:50%;

    object-fit:cover;

    margin-right:18px;

}

.testimonial-footer h5{

    margin:0;

    color:#2F7D1F;

    font-weight:700;

}

.testimonial-footer span{

    color:#888;

    display:block;

    margin-bottom:5px;

}

.stars{

    color:#FFC107;

    letter-spacing:2px;

}

@media(max-width:768px){

.section-heading h2{

font-size:32px;

}

}
/*==============================
FAQ SECTION
==============================*/

.faq-section{

    background:#f8fbfd;

}

.faq-subtitle{

    color:#C62828;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.faq-title{

    font-size:42px;

    color:#2F7D1F;

    font-weight:700;

    margin-top:10px;

}

.faq-description{

    max-width:700px;

    margin:auto;

    color:#666;

}

.faq-wrapper{

    max-width:900px;

    margin:auto;

}

.accordion-item{

    border:none;

    margin-bottom:18px;

    border-radius:12px !important;

    overflow:hidden;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.accordion-button{

    font-size:18px;

    font-weight:600;

    color:#2F7D1F;

    padding:20px;

    background:#fff;

}

.accordion-button:not(.collapsed){

    background:#C62828;

    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-body{

    padding:20px;

    color:#666;

    line-height:1.9;

    background:#fff;

}

@media(max-width:768px){

.faq-title{

font-size:32px;

}

.accordion-button{

font-size:16px;

padding:16px;

}

}
/*==============================
GOOGLE MAP
==============================*/

.hospital-map{

    background:#f8fbfd;

}

.section-subtitle{

    color:#C62828;

    font-weight:600;

    letter-spacing:2px;

}

.map-content h2{

    color:#2F7D1F;

    font-size:42px;

    font-weight:700;

    margin:15px 0;

}

.map-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

.location-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.location-list li{

    display:flex;

    gap:15px;

    margin-bottom:18px;

    color:#555;

}

.location-list i{

    color:#C62828;

    font-size:20px;

    margin-top:3px;

}

.direction-btn{

    background:#2F7D1F;

    color:#fff;

    padding:12px 28px;

    border-radius:6px;

}

.direction-btn:hover{

    background:#C62828;

    color:#fff;

}

.map-box{

    overflow:hidden;

    border-radius:15px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.map-box iframe{

    width:100%;

    height:500px;

    border:0;

}

@media(max-width:768px){

.map-content h2{

font-size:32px;

}

.map-box iframe{

height:350px;

}

}