/* Hero */
.hero{
    background:linear-gradient(135deg,#0b5ed7,#6da9ed,#90e0ef);
    min-height:50vh;
    display:flex;
    align-items:center;
    padding:40px 0;
    color:#fff;
}

/* Badge */
.badge-custom{
    display:inline-block;
    padding:10px 22px;
    background:#0463f2;
    backdrop-filter:blur(12px);
    border-radius:30px;
    font-size:18px;
    margin-bottom:20px;
    color:#fff;
    font-weight:600;
}

.hero h1{
    font-size:50px;
    font-weight:450;
    line-height:1.15;
}

.hero p{
    font-size:18px;
    margin-top:20px;
    color:#f8f9fa;
}

/* Product Circle */
.product-circle{
    width:470px;
    height:470px;
    margin:auto;
    border-radius:50%;
    background:rgba(255, 255, 255, 0.18);
    backdrop-filter:blur(20px);
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 20px 60px rgba(0,0,0,.2);
}

.product-circle img{
    max-width:80%;
    height:auto;
}

.pro-card{
    max-width:800px;
    background:linear-gradient(135deg,#6489ee,#a8def9,#00b4d8);
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.pro-text{
    color:#01020e;
    font-weight:500;
    font-size:18px;
    text-align:left;
    line-height:1.8;
    word-spacing:0;
    letter-spacing:0;
    margin-bottom:20px;
}

.pro-text:last-child{
    margin-bottom:0;
}

.feature-card1{
    background:linear-gradient(135deg,#3380f4,#b9d5f4,#a5ccee);
    border-radius:25px;
    padding:35px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,119,182,.12);
    height:100%;
}

/* Sections */
.features,
.specification{
    padding:90px 0;
}

.specification h2{
    font-weight:600;
}

.features h2{
    font-weight:600;
}

/* Cards */
.feature-card{
    background:#ffffff;
    border-radius:25px;
    padding:35px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,119,182,.12);
    height:100%;
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,119,182,.2);
}

.icon{
    width:80px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 20px;
    font-size:42px;
    color:#0d6efd;
    line-height:1;
}

.spec-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    padding:18px 25px;
    margin-bottom:18px;
    border-left:5px solid #0d6efd;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.spec-box:hover{
    transform:translateX(8px);
}

.spec-box div:first-child{
    color:#012549;
}

.spec-box div:last-child{
    color:#1a40fb;
}

/* CTA */
.cta{
    padding:90px 0;
    background:linear-gradient(135deg,#0b5ed7,#6da9ed,#8ec5f6);
    color:#fff;
}

.cta h2{
    font-size:34px;
    font-weight:500;
    color:#fff;
}

.cta p{
    max-width:700px;
    margin:20px auto 35px;
    font-size:18px;
}

/* Headings */
h2{
    font-weight:500;
    margin-bottom:20px;
    color:#023047;
}

/* CERTIFICATION SECTION */
.certifications{
    padding:80px 0;
    background:linear-gradient(135deg,#f8fcff,#eef7ff);
}

.certifications h2{
    font-size:38px;
    font-weight:500;
    color:#183335;
    margin-bottom:15px;
}

.certifications p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/* Responsive */
@media(max-width:991px){

    .hero{
        text-align:center;
        padding:60px 0;
    }

    .hero h1{
        font-size:35px;
    }

    .hero p{
        font-size:16px;
        line-height:1.8;
    }

    .product-circle{
        width:320px;
        height:320px;
        margin:40px auto 0;
    }

    .pro-text{
        text-align:left;
        font-size:17px;
        line-height:1.8;
    }

    .pro-card{
        max-width:100%;
        padding:25px;
    }

    .certifications{
        padding:60px 0;
    }

    .certifications h2{
        font-size:34px;
    }

    .feature-card{
        margin-bottom:25px;
    }

}

@media(max-width:768px){

    .feature-card{
        padding:30px 20px;
    }

    .icon{
        width:70px;
        height:70px;
        margin:0 auto 20px;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:34px;
    }

    .certifications h2{
        font-size:30px;
    }

    .feature-card{
        padding:30px 20px;
    }

    .feature-card .icon{
        width:70px;
        height:70px;
        font-size:30px;
    }

}

@media(max-width:576px){

    .hero h1{
        font-size:34px;
    }

    .badge-custom{
        font-size:14px;
        padding:8px 18px;
    }

    .btn1,
    .btn2{
        display:block;
        width:100%;
        max-width:260px;
        margin:12px auto;
        padding:14px 20px;
        border-radius:50px;
    }

    .icon{
        width:60px;
        height:60px;
        margin:0 auto 15px;
        font-size:30px;
    }

    .product-circle{
        width:260px;
        height:260px;
    }

    .pro-text{
        font-size:16px;
        font-weight:500;
        text-align:left;
        line-height:1.7;
        word-spacing:0;
        letter-spacing:0;
    }

    .spec-box{
        flex-direction:column;
        gap:8px;
    }

    .certifications{
        padding:50px 0;
    }

    .certifications h2{
        font-size:26px;
    }

    .feature-card{
        padding:25px 18px;
    }

    .feature-card h5{
        font-size:18px;
    }

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

    .features,
    .specification,
    .certifications,
    .cta{
        padding:60px 0;
    }

    .cta h2{
        font-size:30px;
    }

    .cta p{
        font-size:16px;
    }

}


