

/* =====================================================
   01. GLOBAL STYLES
===================================================== */
html,
body{
    overflow-x:hidden;
}
/*==================================
ABOUT HERO SECTION
==================================*/

.container{
    max-width: 1400px !important;
}


.about-hero{
    background:linear-gradient(
        135deg,
        #0A2E6D 0%,
        #123f92 100%
    );

    padding:60px 0 60px;
    position:relative;
    overflow:hidden;
}

.about-hero::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-180px;
    left:-180px;
}

.about-hero::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    bottom:-150px;
    right:-120px;
}

.about-hero .hero-content{
    max-width:900px;
    margin:auto;
    position:relative;
    z-index:2;
}

.about-hero .hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:12px 25px;
    border-radius:50px;
    margin-bottom:25px;
    font-size:15px;
    backdrop-filter:blur(10px);
}

.about-hero .hero-badge i{
    color:#ff7a00;
    margin-right:8px;
}

.about-hero h1{
    font-size:55px;
    font-weight:700;
    color:#fff;
    line-height:1.1;
    margin-bottom:25px;
}

.about-hero h1 span{
    display:block;
    color:#ff7a00;
}

.about-hero p{
    color:rgba(255,255,255,.85);
    font-size:20px;
    line-height:1.8;
    max-width:750px;
    margin:0 auto 35px;
}

.about-hero .hero-btns{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.about-hero .hero-btn-primary{
    background:#ff7a00;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
}

.about-hero .hero-btn-outline{
    border:2px solid #fff;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
}

.about-hero .hero-btn-primary:hover,
.about-hero .hero-btn-outline:hover{
    color:#fff;
    text-decoration:none;
}

.about-hero .hero-btn-primary:hover{
    background:#ff8f1f;
}

.about-hero .hero-btn-outline:hover{
    background:#fff;
    color:#0A2E6D;
}

/* MOBILE */

@media(max-width:768px){

    .about-hero{
        padding:100px 0;
    }

    .about-hero h1{
        font-size:42px;
    }

    .about-hero p{
        font-size:16px;
    }

}


/* =====================================================
   ABOUT SECTION
===================================================== */



/* =====================================================
   MISSION & VISION SECTION
===================================================== */

.mission-vision-section{
    background:#ffffff;
}

.section-description{
    color:#666;
    max-width:700px;
    margin:auto;
}

/* Mission Card */

.mission-card{
    background:#fff;
    padding:50px;
    border-radius:25px;
    height:100%;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #0D224D;

    text-align:center;
}

/* Vision Card */

.vision-card{
    background:#fff;
    padding:50px;
    border-radius:25px;
    height:100%;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #1E88E5;

    text-align:center;
}

.mission-card:hover,
.vision-card:hover{
    transform:translateY(-10px);
}

/* Mission & Vision Icon */

.icon-box{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#0D224D,#1E88E5);

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;
}

.icon-box i{
    color:#fff;
    font-size:32px;
}

/* Mission & Vision Heading */

.mission-card h3,
.vision-card h3{
    color:#0D224D;
    margin-bottom:20px;
}

/* Mission & Vision Content */

.mission-card p,
.vision-card p{
    color:#666;
    margin:0;
    line-height:1.8;
}

/* =====================================================
   MISSION & VISION RESPONSIVE
===================================================== */

@media(max-width:768px){

    .mission-card,
    .vision-card{
        padding:35px 25px;
    }

}


/* =====================================================
   04. ABOUT HOSPITAL SECTION
===================================================== */
/* 
.about-hospital-section{
    background:#f8fbff;
}

.about-image-wrapper{
    position:relative;
}

.main-image{
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.experience-card{
    position:absolute;
    bottom:20px;
    right:20px;
    background:#0D224D;
    color:#fff;
    padding:25px 35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(13,34,77,.25);
}

.experience-card h2{
    font-size:45px;
    margin:0;
    color:#fff;
}

.section-badge{
    display:inline-block;
    background:#dbeafe;
    color:#0D224D;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.section-heading{
    font-size:52px;
    color:#0D224D;
    line-height:1.2;
    margin-bottom:25px;
}

.about-text{
    color:#666;
    font-size:17px;
    margin-bottom:15px;
} */


/* =====================================================
   05. FEATURE CARDS
===================================================== */

.feature-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card i{
    font-size:35px;
    color:#0D224D;
    margin-bottom:15px;
}

.feature-card h5{
    color:#0D224D;
    margin-bottom:10px;
}

.feature-card p{
    margin:0;
    color:#666;
}


/* =====================================================
   06. CHAIRMAN MESSAGE SECTION
===================================================== */

.chairman-message{
    background:#f8fbff;
}

.chairman-message img{
    width:300px;
    height:300px;
    object-fit:cover;
    border:8px solid #fff;
}

.chairman-message h2{
    color:#0D224D;
    margin:15px 0;
}

.chairman-message h5{
    margin-top:25px;
    color:#0D224D;
}


/* =====================================================
   07. CTA SECTION
===================================================== */

.about-cta{
    background:linear-gradient(135deg,#0D224D,#1E88E5);
    color:#fff;
    padding:100px 0;
}

.about-cta h2{
    font-size:50px;
    margin-bottom:20px;
}

.about-cta p{
    font-size:18px;
    margin-bottom:30px;
}

.about-cta .btn{
    background:#fff;
    color:#0D224D;
    border:none;
    padding:15px 35px;
    font-weight:600;
    border-radius:50px;
    transition:.4s;
}

.about-cta .btn:hover{
    transform:translateY(-3px);
    background:#f5f5f5;
}


/* =====================================================
   08. TABLET RESPONSIVE
===================================================== */

@media(max-width:991px){

    .about-hero{
        min-height:550px;
        text-align:center;
    }

    .about-hero h1{
        font-size:45px;
    }

    .hero-breadcrumb{
        justify-content:center;
    }

    .hero-image{
        margin-top:50px;
    }

    .floating-card{
        display:none;
    }

    .section-heading{
        font-size:38px;
    }

    .experience-card{
        right:0;
    }

    .about-cta h2{
        font-size:36px;
    }

    .chairman-message{
        text-align:center;
    }

    .chairman-message img{
        margin-bottom:30px;
    }
}


/* =====================================================
   09. MOBILE RESPONSIVE
===================================================== */

@media(max-width:767px){

    .py-100{
        padding:70px 0;
    }

    .about-hero h1{
        font-size:32px;
    }

    .about-hero p{
        font-size:16px;
    }

    .counter-section h2{
        font-size:40px;
    }

    .counter-section .col-md-3{
        margin-bottom:30px;
    }
}

@media(max-width:576px){

    .about-hero h1{
        font-size:34px;
    }

}



/* ====================================
   PREMIUM CTA SECTION
==================================== */

.premium-cta{
    padding:100px 0;
    background:#f8fbff;
}

.cta-box{
    background:linear-gradient(135deg,#0D224D,#1E88E5);
    padding:70px;
    border-radius:30px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cta-box::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-150px;
    right:-100px;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
}

.cta-box h2{
    font-size:52px;
    color:#fff;
    margin-bottom:20px;
}

.cta-box p{
    font-size:18px;
    opacity:.9;
    max-width:650px;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:#0D224D;
    text-decoration:none;
    padding:18px 35px;
    border-radius:60px;
    font-weight:600;
    transition:.3s;
}

.cta-btn:hover{
    transform:translateY(-4px);
    color:#0D224D;
}

@media(max-width:991px){

    .cta-box{
        padding:50px 30px;
        text-align:center;
    }

    .cta-box h2{
        font-size:36px;
    }

    .cta-btn{
        margin-top:25px;
    }

}


