/* Start custom CSS for html, class: .elementor-element-c2d86f4 *//*==========================================
        SERVICES HERO
==========================================*/

.services-hero{

    position:relative;

    overflow:hidden;

    padding:90px 0;

    background:linear-gradient(
        135deg,
        #F8FCFF 0%,
        #EEF8FF 100%
    );

}

.services-hero .container{

    width:90%;

    max-width:1320px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:70px;

}

/*============================
        SHAPES
=============================*/

.hero-shape{

    position:absolute;

    border-radius:50%;

    background:rgba(13,110,253,.05);

    z-index:0;

}

.shape1{

    width:340px;

    height:340px;

    left:-140px;

    top:-100px;

}

.shape2{

    width:260px;

    height:260px;

    right:-100px;

    bottom:-70px;

}

/*============================
        LEFT
=============================*/

.hero-left{

    flex:1;

    position:relative;

    z-index:2;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:50px;

    background:#DDF5EF;

    color:#08926E;

    font-weight:600;

    margin-bottom:22px;

}

.hero-badge i{

    color:#0A7B60;

}

.hero-left h1{

    font-size:56px;

    line-height:1.2;

    color:#0A3D91;

    margin-bottom:22px;

    font-weight:700;

}

.hero-left h1 span{

    display:block;

    color:#0AAE82;

}

.hero-left p{

    font-size:17px;

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

}

/*============================
        FEATURES
=============================*/

.hero-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.hero-item{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

    color:#1F2937;

}

.hero-item i{

    color:#0AAE82;

    font-size:18px;

}

/*============================
        BUTTONS
=============================*/

.hero-buttons{

    display:flex;

    gap:18px;

}

.primary-btn{

   background:#0A3D91;
    color:#fff;

    padding:16px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.primary-btn:hover{

    background:#082F72;

}

.primary-btn,
.primary-btn:link,
.primary-btn:visited {
    color: #fff !important;
}

.primary-btn:hover {
    color: #fff !important;
}

.primary-btn i,
.primary-btn span {
    color: #fff !important;
}

.secondary-btn{

    background:#fff;

    color:#0A3D91;

    border:2px solid #0A3D91;

    padding:15px 32px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.secondary-btn:hover{

    background:#0A3D91;

    color:#fff;

}

/*============================
        RIGHT
=============================*/

.hero-right{

    flex:1;

    position:relative;

    text-align:center;

    z-index:2;

}

.hero-right img{

    width:100%;

    max-width:560px;

    border-radius:30px;

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

/*============================
        FLOATING CARDS
=============================*/

.info-card{

    position:absolute;

    display:flex;

    align-items:center;

    gap:15px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(10px);

    padding:16px 18px;

    border-radius:18px;

    box-shadow:0 18px 40px rgba(0,0,0,.12);

    animation:floatCard 4s ease-in-out infinite;

}

.info-card i{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#0AAE82;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

}

.info-card h4{

    margin:0;

    color:#0A3D91;

    font-size:17px;

}

.info-card span{

    font-size:14px;

    color:#666;

}

.card1{

    left:-30px;

    top:60px;

}

.card2{

    right:-20px;

    top:180px;

}

.card3{

    left:20px;

    bottom:40px;

}

@keyframes floatCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0);

    }

}

/*============================
        RESPONSIVE
=============================*/

@media(max-width:991px){

.services-hero .container{

    flex-direction:column;

    text-align:center;

}

.hero-list{

    grid-template-columns:1fr;

}

.hero-buttons{

    justify-content:center;

}

.hero-left h1{

    font-size:42px;

}

.hero-right{

    margin-top:40px;

}

.info-card{

    position:relative;

    margin:15px auto;

    left:auto;

    right:auto;

    top:auto;

    bottom:auto;

}

}

@media(max-width:576px){

.services-hero{

    padding:60px 0;

}

.hero-left h1{

    font-size:34px;

}

.hero-buttons{

    flex-direction:column;

}

.primary-btn,

.secondary-btn{

    text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb16c77 *//*====================================
    MEDICAL SERVICES
====================================*/

.medical-services{

    padding:100px 0;

    background:#fff;

}

.section-heading{

    max-width:720px;

    margin:0 auto 70px;

    text-align:center;

}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#E8F7F3;

    color:#0AAE82;

    font-size:15px;

    font-weight:600;

    margin-bottom:18px;

}

.section-heading h2{

    font-size:46px;

    color:#0A3D91;

    margin-bottom:20px;

    line-height:1.2;

}

.section-heading h2 span{

    color:#0AAE82;

}

.section-heading p{

    font-size:17px;

    line-height:1.8;

    color:#666;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.service-card{

    background:#fff;

    border-radius:22px;

    padding:35px 28px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #edf2f7;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.service-icon{

    width:72px;

    height:72px;

    border-radius:18px;

    background:linear-gradient(135deg,#0A3D91,#0AAE82);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.service-icon i{

    color:#fff;

    font-size:30px;

}

.service-card h3{

    font-size:22px;

    color:#0A3D91;

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:20px;

}

.service-card a{

    color:#0AAE82;

    font-weight:600;

    text-decoration:none;

}

.service-card a i{

    margin-left:6px;

    transition:.3s;

}

.service-card:hover a i{

    transform:translateX(6px);

}

/*=========================
      RESPONSIVE
==========================*/

@media(max-width:1200px){

.services-grid{

    grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:992px){

.services-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.medical-services{

    padding:70px 0;

}

.section-heading h2{

    font-size:34px;

}

.services-grid{

    grid-template-columns:1fr;

}

.service-card{

    padding:30px 24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99f3127 *//*==============================
    SPECIALITY SECTION
===============================*/

.speciality-section{

    padding:100px 0;

    background:#F8FCFF;

}

.speciality-section .container{

    width:90%;

    max-width:1280px;

    margin:auto;

}

/*==============================
SECTION HEADING
===============================*/

.section-heading{

    text-align:center;

    max-width:760px;

    margin:auto;

    margin-bottom:70px;

}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    background:#E7F7F2;

    color:#0AAE82;

    border-radius:40px;

    font-weight:600;

    margin-bottom:18px;

}

.section-heading h2{

    font-size:46px;

    color:#0A3D91;

    margin-bottom:20px;

}

.section-heading h2 span{

    color:#0AAE82;

}

.section-heading p{

    color:#666;

    line-height:1.8;

    font-size:17px;

}

/*==============================
DEPARTMENT BOX
===============================*/

.department-box{

    display:flex;

    align-items:center;

    gap:60px;

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

/*==============================
IMAGE
===============================*/

.department-image{

    flex:1;

}

.department-image img{

    width:100%;

    height:100%;

    min-height:520px;

    object-fit:cover;

    display:block;

}

/*==============================
CONTENT
===============================*/

.department-content{

    flex:1;

    padding:60px;

}

.department-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:40px;

    background:#EEF8FF;

    color:#0A3D91;

    font-weight:600;

    margin-bottom:18px;

}

.department-content h3{

    font-size:38px;

    color:#0A3D91;

    margin-bottom:20px;

    line-height:1.3;

}

.department-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

    font-size:17px;

}

/*==============================
FEATURES
===============================*/

.department-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:500;

    color:#333;

}

.feature-item i{

    color:#0AAE82;

    font-size:18px;

}

/*==============================
BUTTONS
===============================*/

.department-btns{

    display:flex;

    gap:20px;

}

.outline-btn{

    padding:15px 34px;

    border:2px solid #0A3D91;

    color:#0A3D91;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.outline-btn:hover{

    background:#0A3D91;

    color:#fff;

}

/*==============================
RESPONSIVE
===============================*/

@media(max-width:992px){

.department-box{

    flex-direction:column;

}

.department-content{

    padding:40px;

}

.department-features{

    grid-template-columns:1fr;

}

.department-image img{

    min-height:350px;

}

}

@media(max-width:576px){

.speciality-section{

    padding:70px 0;

}

.section-heading h2{

    font-size:34px;

}

.department-content{

    padding:25px;

}

.department-content h3{

    font-size:28px;

}

.department-btns{

    flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95ffecd *//*==================================
DIAGNOSTIC SECTION
==================================*/

.diagnostic-section{

    padding:100px 0;

    background:#fff;

}

.facility-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:60px;

}

.facility-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.4s;

}

.facility-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.facility-card img{

    width:100%;

    height:250px;

    object-fit:cover;

    display:block;

}

.facility-content{

    padding:28px;

}

.facility-content h3{

    color:#0A3D91;

    margin-bottom:15px;

    font-size:24px;

}

.facility-content p{

    color:#666;

    line-height:1.8;

}

/*==================
Responsive
===================*/

@media(max-width:992px){

.facility-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.facility-grid{

    grid-template-columns:1fr;

}

.facility-card img{

    height:220px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ae8610 *//*=====================================
        FINAL CTA SECTION
======================================*/

.services-cta{

    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:linear-gradient(135deg,#0A4FA3 0%,#13A89E 100%);
}

.services-cta::before{

    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right,rgba(255,255,255,.10),transparent 35%),
        radial-gradient(circle at bottom left,rgba(255,255,255,.08),transparent 30%);
    z-index:1;

}

.services-cta .container{

    position:relative;
    z-index:2;
    width:90%;
    max-width:1200px;
    margin:auto;
}

.cta-content{

    text-align:center;
}

/*=========================
TAG
==========================*/

.cta-tag{

    display:inline-block;
    padding:12px 28px;
    border-radius:50px;

    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.20);
    backdrop-filter:blur(12px);

    color:#fff;

    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;

    margin-bottom:30px;

}

/*=========================
HEADING
==========================*/

.cta-content h2{

    font-size:58px;
    line-height:1.2;
    font-weight:700;

    color:#fff;

    margin-bottom:28px;

}

.cta-content h2 span{

    color:#8EF7DA;

}

/*=========================
DESCRIPTION
==========================*/

.cta-content p{

    max-width:820px;

    margin:auto;

    color:rgba(255,255,255,.90);

    font-size:18px;

    line-height:1.9;

}

/*=========================
FEATURES
==========================*/

.cta-features{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

    margin:50px 0;

}

.cta-feature{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 24px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(8px);

    color:#fff;

    font-weight:500;

    transition:.35s;

}

.cta-feature:hover{

    background:rgba(255,255,255,.18);

    transform:translateY(-4px);

}

.cta-feature i{

    color:#8EF7DA;

    font-size:17px;

}

/*=========================
BUTTONS
==========================*/

.cta-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:25px;

}

/* Primary Button */

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 42px;

    background:#fff;

    color:#0A3D91;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.cta-btn:hover{

    background:#8EF7DA;

    color:#0A3D91;

    transform:translateY(-5px);

}

/* Secondary Button */

.cta-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 42px;

    border-radius:50px;

    border:2px solid rgba(255,255,255,.9);

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.cta-outline:hover{

    background:#fff;

    color:#0A3D91;

    transform:translateY(-5px);

}

.cta-btn i,
.cta-outline i{

    font-size:18px;

}

/*=========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.services-cta{

    padding:90px 0;

}

.cta-content h2{

    font-size:42px;

}

.cta-content p{

    font-size:17px;

}

.cta-buttons{

    flex-direction:column;

}

}

@media(max-width:767px){

.services-cta{

    padding:70px 0;

}

.cta-tag{

    font-size:13px;

    padding:10px 20px;

}

.cta-content h2{

    font-size:32px;

}

.cta-content p{

    font-size:16px;

    line-height:1.8;

}

.cta-features{

    flex-direction:column;

    align-items:center;

}

.cta-feature{

    width:100%;
    max-width:340px;
    justify-content:center;

}

.cta-btn,
.cta-outline{

    width:100%;
    max-width:320px;

}

}/* End custom CSS */