/*=================================
ABOUT COMPANY
==================================*/

.about-company{

    background:#fff;

}

.section-heading .sub-title{

    color:#0B9A8B;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-heading h2{

    font-size:46px;

    color:#24376B;

    font-weight:700;

    margin:15px 0 25px;

    line-height:1.2;

}

.about-company p{

    color:#666;

    line-height:1.9;

    margin-bottom:18px;

}

.highlight-box{

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px;

    border-radius:12px;

    background:#fff;

    box-shadow:0 8px 20px rgba(0,0,0,.06);

    transition:.3s;

}

.highlight-box:hover{

    transform:translateY(-5px);

}

.highlight-box i{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#EAF8F7;

    color:#0B9A8B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.highlight-box h5{

    margin:0;

    color:#24376B;

    font-weight:700;

}

.highlight-box span{

    color:#777;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.experience-card{

    position:absolute;

    bottom:25px;

    left:25px;

    background:#24376B;

    color:#fff;

    padding:20px 28px;

    border-radius:12px;

    text-align:center;

}

.experience-card h3{

    margin:0;

    font-size:42px;

    font-weight:700;

}

.experience-card span{

    font-size:15px;

}

@media(max-width:991px){

.section-heading h2{

font-size:34px;

}

.about-image{

margin-top:40px;

}

.experience-card{

left:15px;

bottom:15px;

}

}
/*==============================
WHY FOUNDED
==============================*/

.why-founded{

    background:#f8fbfd;

}

.founder-image{

    position:relative;

}

.founder-image img{

    border-radius:20px;

    width:100%;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.floating-card{

    position:absolute;

    bottom:20px;

    right:-20px;

    background:#fff;

    border-radius:15px;

    padding:18px 20px;

    display:flex;

    gap:15px;

    align-items:center;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.floating-card i{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#EAF8F7;

    color:#0B9A8B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

}

.floating-card h5{

    margin:0;

    color:#24376B;

    font-weight:700;

}

.floating-card span{

    color:#666;

    font-size:14px;

}

.feature-box{

    display:flex;

    gap:15px;

    background:#fff;

    padding:18px;

    border-radius:12px;

    margin-bottom:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    transition:.3s;

}

.feature-box:hover{

    transform:translateY(-5px);

}

.feature-box i{

    color:#0B9A8B;

    font-size:26px;

    margin-top:4px;

}

.feature-box h5{

    color:#24376B;

    font-weight:700;

    margin-bottom:6px;

}

.feature-box p{

    margin:0;

    color:#666;

    line-height:1.7;

}

@media(max-width:991px){

.founder-image{

margin-bottom:40px;

}

.floating-card{

position:relative;

right:0;

bottom:0;

margin-top:20px;

}

}
/*==============================
PARTNER HOSPITALS
==============================*/

.partner-hospitals{

background:#fff;

}

.partner-counter{

display:flex;

gap:20px;

margin-top:35px;

}

.counter-box{

flex:1;

background:#24376B;

color:#fff;

padding:22px;

border-radius:12px;

text-align:center;

}

.counter-box h3{

font-size:42px;

font-weight:700;

margin-bottom:5px;

}

.partner-card{

height:130px;

display:flex;

justify-content:center;

align-items:center;

background:#fff;

border:1px solid #e6eaf2;

border-radius:12px;

transition:.3s;

box-shadow:0 8px 20px rgba(0,0,0,.04);

}

.partner-card:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.partner-card img{

max-width:140px;

max-height:70px;

filter:grayscale(100%);

transition:.3s;

}

.partner-card:hover img{

filter:none;

transform:scale(1.08);

}
/*==============================
MISSION VISION OBJECTIVE
==============================*/

.mission-section{

    background:#f8fbfd;

}

.section-title{

    font-size:46px;

    font-weight:700;

    color:#24376B;

}

.section-description{

    max-width:700px;

    margin:auto;

    color:#666;

}

.purpose-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    height:100%;

    position:relative;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

}

.purpose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.purpose-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:6px;

}

.mission-card::before{

    background:#ff6b6b;

}

.vision-card::before{

    background:#0B9A8B;

}

.objective-card::before{

    background:#24376B;

}

.purpose-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    margin-bottom:25px;

}

.mission-card .purpose-icon{

    background:#FFECEC;

    color:#ff6b6b;

}

.vision-card .purpose-icon{

    background:#EAF8F7;

    color:#0B9A8B;

}

.objective-card .purpose-icon{

    background:#EEF3FF;

    color:#24376B;

}

.purpose-card h3{

    font-size:30px;

    font-weight:700;

    color:#24376B;

    margin-bottom:18px;

}

.purpose-card p{

    color:#666;

    line-height:1.8;

}

.purpose-card ul{

    margin-top:20px;

    padding-left:18px;

}

.purpose-card li{

    margin-bottom:12px;

    color:#555;

}

@media(max-width:991px){

.section-title{

font-size:36px;

}

}
/*==========================================
        KEY BENEFITS
===========================================*/

.key-benefits-section{

    background:#f8f3ea;
    padding:90px 0;
    position:relative;
    overflow:hidden;

}

/* Decorative background */

.key-benefits-section::before{

    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:#efe8dd;
    top:-180px;
    left:-180px;

}

.key-benefits-section::after{

    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:#efe8dd;
    bottom:-140px;
    right:-140px;

}

.section-title{

    margin-bottom:70px;
    position:relative;
    z-index:5;

}

.section-title span{

    color:#e55b5b;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:14px;

}

.section-title h2{

    color:#24376B;
    font-size:46px;
    font-weight:700;
    margin-top:15px;

}

/****************************************
            BENEFIT AREA
****************************************/

.benefit-area{

    position:relative;
    height:620px;

}

/****************************************
            SVG CURVE
****************************************/

.benefit-svg{

    position:absolute;

    width:100%;
    height:100%;

    left:0;
    top:0;

    z-index:1;

}

/****************************************
        BENEFIT ITEM
****************************************/

.benefit-item{

    position:absolute;
    text-align:center;
    width:220px;
    z-index:5;

}

/****************************************
        EXACT POSITIONS
****************************************/

.item1{

    left:50%;
    top:0;
    transform:translateX(-50%);

}

.item2{

    left:90px;
    top:180px;

}

.item3{

    right:90px;
    top:180px;

}

.item4{

    left:300px;
    bottom:0;

}

.item5{

    right:300px;
    bottom:0;

}

/****************************************
        BIG NUMBER
****************************************/

.benefit-number{

    font-size:58px;
    font-weight:700;
    color:#9b9b9b;
    line-height:1;
    margin-bottom:15px;

}

/****************************************
        CIRCLE
****************************************/

.benefit-circle{

    width:135px;
    height:135px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(
        180deg,
        #2db4ff,
        #0072e8
    );

    border:10px solid #ffffff;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;

    font-size:42px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.15);

    transition:.4s;

}

/****************************************
        HOVER
****************************************/

.benefit-circle:hover{

    transform:
        translateY(-10px)
        scale(1.06);

}

/****************************************
        TITLE
****************************************/

.benefit-item h4{

    margin-top:25px;

    color:#24376B;

    font-size:22px;

    font-weight:600;

    line-height:1.5;

}

/****************************************
        RESPONSIVE
****************************************/

@media(max-width:1199px){

.benefit-area{

height:auto;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.benefit-svg{

display:none;

}

.benefit-item{

position:relative;

left:auto!important;

right:auto!important;

top:auto!important;

bottom:auto!important;

transform:none!important;

margin:auto;

}

.item1{

grid-column:span 2;

}

}

@media(max-width:767px){

.benefit-area{

grid-template-columns:1fr;

}

.item1{

grid-column:auto;

}

.section-title h2{

font-size:34px;

}

.benefit-circle{

width:110px;
height:110px;
font-size:34px;

}

.benefit-number{

font-size:42px;

}

.benefit-item{

width:100%;

}

}
/*===========================
Glow Effect
===========================*/

.benefit-circle{

    position:relative;
    overflow:visible;

}

.benefit-circle::before{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    background:rgba(0,123,255,.08);

    border-radius:50%;

    z-index:-1;

    animation:pulseGlow 4s infinite;

}

@keyframes pulseGlow{

0%{

transform:scale(.9);
opacity:.5;

}

50%{

transform:scale(1.15);
opacity:1;

}

100%{

transform:scale(.9);
opacity:.5;

}

}
.benefit-item{

animation:float 5s ease-in-out infinite;

}

.item2{

animation-delay:.5s;

}

.item3{

animation-delay:1s;

}

.item4{

animation-delay:1.5s;

}

.item5{

animation-delay:2s;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

}
.bg-circle{

position:absolute;

border-radius:50%;

background:#efe7da;

z-index:0;

}

.bg-circle-1{

width:280px;
height:280px;

left:-140px;
top:-120px;

}

.bg-circle-2{

width:180px;
height:180px;

right:120px;
top:60px;

opacity:.45;

}

.bg-circle-3{

width:240px;
height:240px;

right:-120px;
bottom:-120px;

}

.dot-pattern{

position:absolute;

width:150px;
height:150px;

background-image:radial-gradient(#dadada 1.8px, transparent 1.8px);

background-size:18px 18px;

opacity:.5;

}

.dot-1{

left:100px;
bottom:80px;

}

.dot-2{

right:100px;
top:120px;

}
.benefit-circle{

transition:.5s;

}

.benefit-item:hover .benefit-circle{

transform:translateY(-12px) scale(1.08);

box-shadow:

0 25px 60px rgba(0,114,232,.35);

}

.benefit-item:hover h4{

color:#0072E8;

}
.benefit-number{

transition:.4s;

}

.benefit-item:hover .benefit-number{

color:#0072E8;

transform:scale(1.08);

}
.item1{

top:15px;

}

.item2{

left:90px;
top:205px;

}

.item3{

right:90px;
top:205px;

}

.item4{

left:320px;
bottom:15px;

}

.item5{

right:320px;
bottom:15px;

}
/*==================================
        CTA SECTION
===================================*/

.medical-cta{

    padding:80px 0;

    background:#ffffff;

}

/* Main Box */

.cta-box{

    position:relative;

    overflow:hidden;

    border-radius:25px;

    background:linear-gradient(
        90deg,
        #007BFF 0%,
        #0057D8 100%
    );

    padding:50px 60px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.15);

}

/* Decorative Shapes */

.cta-shape{

    position:absolute;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.shape1{

    width:260px;

    height:260px;

    right:-80px;

    top:-100px;

}

.shape2{

    width:150px;

    height:150px;

    left:40%;

    bottom:-80px;

}

/* Image */

.cta-image{

    position:relative;

    z-index:2;

}

.cta-image img{

    width:100%;

    max-width:240px;

}

/* Content */

.cta-content{

    position:relative;

    z-index:2;

}

.cta-subtitle{

    color:#d9edff;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:14px;

    font-weight:600;

}

.cta-content h2{

    color:#fff;

    font-size:42px;

    font-weight:700;

    margin:15px 0;

    line-height:1.25;

}

.cta-content p{

    color:#eef5ff;

    font-size:17px;

    line-height:1.9;

    margin-bottom:0;

}

/* Button */

.cta-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    background:#ffffff;

    color:#0057D8;

    padding:18px 34px;

    border-radius:60px;

    font-weight:700;

    transition:.35s;

    position:relative;

    z-index:2;

}

.cta-btn:hover{

    background:#24376B;

    color:#fff;

    transform:translateY(-4px);

}

/* Responsive */

@media(max-width:991px){

.cta-box{

padding:45px 30px;

text-align:center;

}

.cta-image{

margin-bottom:30px;

}

.cta-image img{

max-width:190px;

}

.cta-content h2{

font-size:34px;

}

.cta-btn{

margin-top:35px;

}

}

@media(max-width:576px){

.cta-content h2{

font-size:28px;

}

.cta-content p{

font-size:15px;

}

.cta-btn{

padding:15px 28px;

}

}
/*==================================================
            OUR GLOBAL LEADERS
==================================================*/

.global-leaders-section{

    padding:100px 0;
    background:#f8f3ea;
    position:relative;
    overflow:hidden;

}

/* Decorative Background */

.global-leaders-section::before{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:#efe8dd;
    top:-180px;
    left:-150px;

}

.global-leaders-section::after{

    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:#efe8dd;
    right:-120px;
    bottom:-120px;

}

/*********************************
        Heading
**********************************/

.section-heading{

    margin-bottom:70px;
    position:relative;
    z-index:2;

}

.sub-heading{

    color:#ef4f5f;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;

}

.section-heading h2{

    font-size:46px;
    color:#24376B;
    font-weight:700;
    margin:15px 0;

}

.section-heading p{

    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.9;

}

/*********************************
        Leader Card
**********************************/

.leader-card{

    position:relative;

    background:#ffffff;

    border-radius:20px;

    padding:40px 35px;

    text-align:center;

    overflow:hidden;

    transition:.45s;

    box-shadow:
    0 18px 40px rgba(0,0,0,.07);

    height:100%;

}

.leader-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 70px rgba(0,0,0,.12);

}

/*********************************
        Top Accent
**********************************/

.leader-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:6px;

    background:linear-gradient(
    90deg,
    #0095ff,
    #0062dd);

}

/*********************************
        Image
**********************************/

.leader-image{

    margin-bottom:25px;

}

.leader-image img{

    width:170px;
    height:170px;

    object-fit:cover;

    border-radius:50%;

    border:8px solid #f4f7fb;

    box-shadow:
    0 15px 35px rgba(0,0,0,.12);

    transition:.45s;

}

.leader-card:hover img{

    transform:scale(1.05);

}

/*********************************
        Content
**********************************/

.leader-content h3{

    color:#24376B;

    font-size:28px;

    font-weight:700;

    margin-bottom:8px;

}

.leader-content span{

    color:#0B9A8B;

    font-weight:600;

    display:block;

    margin-bottom:18px;

}

.leader-content p{

    color:#666;

    line-height:1.9;

    font-size:15px;

}

/*********************************
        Social
**********************************/

.leader-social{

    margin-top:30px;

}

.leader-social a{

    width:46px;
    height:46px;

    display:inline-flex;

    justify-content:center;
    align-items:center;

    margin:0 6px;

    border-radius:50%;

    background:#EEF5FF;

    color:#24376B;

    transition:.35s;

    text-decoration:none;

}

.leader-social a:hover{

    background:#0072E8;

    color:#fff;

    transform:translateY(-5px);

}

/*********************************
        Decorative Glow
**********************************/

.leader-image{

    position:relative;

}

.leader-image::before{

    content:"";

    position:absolute;

    width:210px;
    height:210px;

    border-radius:50%;

    background:rgba(0,114,232,.05);

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    z-index:-1;

}

/*********************************
        Hover Border
**********************************/

.leader-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:20px;

    border:2px solid transparent;

    transition:.35s;

}

.leader-card:hover::after{

    border-color:#0072E8;

}

/*********************************
        Responsive
**********************************/

@media(max-width:1199px){

.section-heading h2{

font-size:38px;

}

}

@media(max-width:991px){

.global-leaders-section{

padding:70px 0;

}

.leader-card{

margin-bottom:30px;

}

}

@media(max-width:767px){

.section-heading h2{

font-size:30px;

}

.leader-image img{

width:140px;
height:140px;

}

.leader-content h3{

font-size:24px;

}

}