
.aureon-services-section{
    padding:40px 0;
    background:#f8fafc;
}

.aureon-services-heading{
    max-width:750px;
    margin:0 auto 60px;
}

.aureon-services-heading span{
    display:inline-block;
    color:#0b7b8f;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.aureon-services-heading h2{
    font-size:52px;
    font-weight:800;
    color:#10263D;
    margin-bottom:15px;
    line-height:1.2;
}

.aureon-services-heading p{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}

/* Card */

.aureon-service-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    height:100%;
    display:flex;
    flex-direction:column;
    border:1px solid #e8edf3;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
}

.aureon-service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.aureon-service-image{
    overflow:hidden;
    background:#eaf1f8;
    height: clamp(200px, 22vw, 280px);
    flex-shrink:0;
}

.aureon-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
    transition:.5s;
}

.aureon-service-card:hover .aureon-service-image img{
    transform:scale(1.08);
}

.aureon-service-content{
    padding:30px;
    flex:1;
}

.aureon-service-content h3{
    font-size:22px;
    font-weight:700;
    color:#10263D;
    margin-bottom:15px;
}

.aureon-service-content p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:20px;
}

/* Feature List */

.aureon-service-list{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.aureon-service-list li{
    position:relative;
    padding-left:25px;
    margin-bottom:12px;
    color:#123D73;
    font-weight:500;
}

.aureon-service-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#0b7b8f;
    font-weight:700;
}

/* Buttons */

.aureon-service-actions{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.aureon-details-btn,
.aureon-call-btn{
    flex:1;
    text-decoration:none;
    text-align:center;
    padding:14px 18px;
    border-radius:15px;
    font-size:15px;
    font-weight:600;
    transition:.4s;
}

.aureon-details-btn{
    background:#123D73;
    color:#fff;
}

.aureon-details-btn:hover{
    background:#0d2f59;
    color:#fff;
}

.aureon-call-btn{
    background:#0b7b8f;
    color:#fff;
}

.aureon-call-btn:hover{
    background:#086977;
    color:#fff;
}

.aureon-call-btn i{
    margin-right:6px;
}

/* Responsive */

@media(max-width:991px){

    .aureon-services-heading h2{
        font-size:40px;
    }

    .aureon-service-content h3{
        font-size:20px;
    }

}

@media(max-width:767px){

    .aureon-services-section{
        padding:70px 0;
    }

    .aureon-services-heading h2{
        font-size:32px;
    }

    .aureon-services-heading p{
        font-size:15px;
    }

    .aureon-service-image{
        height: 240px;
    }

    .aureon-service-image img{
        height:100%;
    }

    .aureon-service-actions{
        flex-direction:column;
    }

}

@media(max-width:575px){
    .aureon-service-image{
        height: 210px;
    }

    .aureon-service-content{
        padding:22px;
    }

    .aureon-service-content h3{
        font-size:18px;
    }

    .aureon-service-content p{
        font-size:15px;
    }

    .aureon-service-list li{
        font-size:14px;
    }
}

.diabetes-management-section{
    padding:20px 0;
    background:#f8fafc;
}

.diabetes-content h2{
    font-size:40px;
    font-weight:700;
    color:#10263D;
    margin-bottom:25px;
}

.diabetes-content p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:30px;
}

.diabetes-content ul{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.diabetes-content ul li{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    font-size:20px;
    color:#10263D;
}

.diabetes-content ul li i{
    color:#0b7b8f;
    font-size:22px;
    width:30px;
}

.diabetes-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 35px;
    background:#123D73;
    color:#fff;
    text-decoration:none;
    border-radius:15px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.diabetes-btn:hover{
    background:#0b7b8f;
    color:#fff;
}

.diabetes-image img{
    width:100%;
    display:block;
    border-radius:25px;
    height:450px;
    object-fit:cover;
    object-position:center top;
}

@media(max-width:991px){

    .diabetes-content{
        margin-bottom:40px;
    }

    .diabetes-content h2{
        font-size:30px;
    }

}

@media(max-width:576px){

    .diabetes-management-section{
        padding:20px 0;
    }

    .diabetes-content h2{
        font-size:30px;
    }

    .diabetes-content ul li{
        font-size:17px;
    }

    .diabetes-image{
        padding:0 8px;
    }

    .diabetes-image img{
        height:auto;
        aspect-ratio: 16 / 11;
        max-height:320px;
        border-radius:20px;
    }

}
