.features-section{
    padding:70px 20px;
    background:#f4f8fb;
    text-align:center;
}
/* HERO SECTION WITH PATHOLOGY BACKGROUND */


/* Mobile Responsive */
@media(max-width:768px){
    .top-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .header-right{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }
}

/* PREMIUM HERO */

.premium-hero{
    position:relative;
    height:90vh;
    background:url('images/slider-bg.png') center/cover no-repeat;
    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:700px;
}

.hero-content h1{
    font-size:56px;
    line-height:1.2;
}

.hero-content span{
    color:#00c3ff;
}

.hero-content p{
    font-size:18px;
    opacity:0.9;
}

/* Responsive */
@media(max-width:768px){
    .hero-content h1{
        font-size:34px;
    }
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
    gap:20px;
    max-width:1200px;
    margin:auto;
}

.feature-card{
    background:#ffffff;
    padding:25px 20px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

.feature-card .icon{
    font-size:40px;
    margin-bottom:15px;
}

.feature-card h3{
    font-size:18px;
    margin-bottom:10px;
    color:#0d1b2a;
}

.feature-card p{
    font-size:14px;
    color:#555;
}

/* Mobile Optimization */
@media(max-width:600px){
    .section-title{
        font-size:24px;
    }
}
/* CBC Section */
.laptop-img{
    max-width: 95%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.laptop-img:hover{
    transform: scale(1.03);
}

.cbc-list li{
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

/* Responsive */
@media (max-width: 992px){
    .cbc-list{
        margin-top: 30px;
    }
}
/* QR Section */
.qr-img{
    max-width: 85%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.qr-img:hover{
    transform: scale(1.05);
}

.qr-list li{
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}
/* WhatsApp */
.whatsapp-float{
    position:fixed;
    bottom:20px;
    left:20px;
    z-index:999;
}

.whatsapp-float img{
    width:60px;
    height:60px;
}

.main-footer{
    background:#0f172a;
    color:#cbd5e1;
    padding:70px 20px 30px;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.footer-box{
    flex:1;
    min-width:250px;
}

.footer-box h3{
    color:#ffffff;
    margin-bottom:15px;
    font-size:22px;
}

.footer-box h4{
    color:#ffffff;
    margin-bottom:15px;
    font-size:18px;
}

.footer-box p{
    margin-bottom:10px;
    font-size:14px;
    color:#94a3b8;
}

.footer-box strong{
    color:#ffffff;
}

.footer-bottom{
    text-align:center;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.1);
    font-size:13px;
    color:#94a3b8;
}
.review-card{
    background: rgba(255,255,255,0.06);
    padding:30px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,0.1);
    max-width:600px;
    transition:0.3s;
}

.review-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,0.5);
}

.stars{
    color:#facc15;
    font-size:20px;
    letter-spacing:3px;
}

/* Hide default dark background of controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
.lab-trust{
    padding:80px 0;
    background:#f8fafc;
}

.trust-small{
    color:#0077b6;
    font-weight:600;
    margin-bottom:10px;
}

.trust-title{
    font-size:36px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.lab-trust p{
    color:#475569;
    font-size:15px;
}

/* Cards */
.trust-card{
    background:#ffffff;
    padding:25px 15px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

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

.trust-card h2{
    color:#0077b6;
    font-weight:700;
}

.trust-card p{
    margin:0;
    font-size:14px;
}
