.healthcare-section{
    padding:80px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    font-size:29px;
    font-weight:800;
    color:#16233f;
    margin-bottom:50px;
    line-height:1.2;
}

.content-box{
    max-width:1100px;
    margin:auto;
}

.content-box p{
    font-size:16px;
    color:#444;
    font-weight:400;
    text-align: justify;
}

.highlight{
    color:#16233f;
    font-weight:600;
}

.floating-call{
    position:fixed;
    left:20px;
    bottom:20px;
    width:70px;
    height:70px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    z-index:999;
    transition:.3s;
}

.floating-call:hover{
    transform:translateY(-5px);
}

.floating-call svg{
    width:32px;
    height:32px;
    fill:#ff6b00;
}

@media (max-width:991px){

    .healthcare-section{
        padding:60px 20px;
    }

    .content-box p{
        font-size:18px;
        line-height:1.8;
    }
}

@media (max-width:768px){

    .section-title{
        font-size:34px;
        margin-bottom:30px;
    }

    .content-box p{
        font-size:16px;
        line-height:1.8;
        text-align:left;
    }

    .floating-call{
        width:60px;
        height:60px;
    }

    .floating-call svg{
        width:28px;
        height:28px;
    }
}

@media (max-width:480px){

    .healthcare-section{
        padding:50px 15px;
    }

    .section-title{
        font-size:28px;
    }

    .content-box p{
        font-size:15px;
    }
}


.container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* =========================
   TOP SECTION
========================= */
.seo-services{
    padding:80px 0;
}

.seo-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:60px;
}

.seo-image{
    text-align:center;
}

.seo-image img{
    max-width:100%;
    width:350px;
}

.seo-content h2{
    font-size:52px;
    line-height:1.2;
    color:#162543;
    font-weight:800;
    margin-bottom:30px;
}

.check-list{
    list-style:none;
}

.check-list li{
    margin-bottom:14px;
    font-size:16px;
    color:#555;
    display:flex;
    align-items:center;
}

.check-list li::before{
    content:"✓";
    color:#ff5a00;
    font-weight:700;
    margin-right:12px;
}

/* =========================
   CONTENT SECTION
========================= */

.content-section{
    background:#fff;
    padding:90px 0;
}

.content-section h2{
    font-size:38px;
    color:#162543;
    font-weight:800;
    line-height:1.25;
    margin-bottom:30px;
}

.content-section p{
    font-size:18px;
    margin-bottom:10px;
    color:#444;
}

.content-section strong{
    color:#162543;
}

.stats-box{
    background:#f5f5f5;
    padding:35px;
    border-radius:8px;
    margin-top:40px;
}

.stats-box ul{
    list-style:none;
}

.stats-box li{
    margin-bottom:18px;
    font-size:18px;
    display:flex;
    align-items:flex-start;
    color:#444;
}

.stats-box li::before{
    content:"✓";
    color:#ff5a00;
    font-weight:bold;
    margin-right:12px;
    flex-shrink:0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .seo-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .seo-content h2{
        font-size:40px;
    }

    .check-list li{
        justify-content:center;
        font-size:18px;
    }

    .content-section h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .seo-services{
        padding:60px 0;
    }

    .seo-content h2{
        font-size:32px;
    }

    .content-section{
        padding:60px 0;
    }

    .content-section h2{
        font-size:30px;
    }

    .content-section p{
        font-size:16px;
    }

    .stats-box{
        padding:25px;
    }

    .stats-box li{
        font-size:16px;
    }
}

@media(max-width:480px){

    .container{
        padding:0 15px;
    }

    .seo-content h2{
        font-size:28px;
    }

    .content-section h2{
        font-size:26px;
    }

    .check-list li{
        font-size:16px;
    }
}