/* HERO SECTION */
.hero{
    padding:90px 0;
    background:linear-gradient(135deg,#2db5ef,#92dafe,#16d4f9);
    color:#fff;
    overflow:hidden;
}

.badge-custom{
    display:inline-block;
    background:#61baf520;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:16px;
    font-weight:500;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.3);
}

.hero h1{
    font-size:clamp(34px,5vw,45px);
    font-weight:400;
    margin-bottom:20px;
    line-height:1.2;
}

.hero p{
    font-size:18px;
    color:rgba(255,255,255,.95);
    margin-bottom:30px;
}

.product-circle{
    width:420px;
    height:420px;
    margin:auto;
    background:#07070715;
    border:2px solid rgba(255,255,255,.2);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    backdrop-filter:blur(10px);
}

.pro-text{
    text-align: left;
    line-height: 1.8;
    word-spacing: normal;
    letter-spacing: normal;
}

/* Plus Series Feature Card */
.plus-feature-card{
    max-width:800px;
    background:#0851f9;
    color:#48e8ee;
}

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

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

.feature-card1{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    background:linear-gradient(135deg,#6acefa,#c7e7f8,#52eef1);
}

/* FEATURES */
.features{
    padding:90px 0;
    background:#ffffff;
}

.features h2{
    font-size:40px;
    font-weight:500;
    color:#072c3c;
}

.features p{
    color:#202224;
}

.feature-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,136,204,.2);
}

.icon{
    width:80px;
    height:80px;
    margin:auto;
    background:#e8f8ff;
    color:#0088cc;
    font-size:35px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.feature-card h5{
    font-weight:600;
    margin-bottom:15px;
    color:#07394e;
}

/* APPLICATIONS */
.specification{
    padding:90px 0;
    background:#f4fbff;
}

.specification h2{
    font-size:40px;
    font-weight:500;
    margin-bottom:30px;
    color:#08384c;
}

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

.spec-box:hover{
    transform:translateX(8px);
    border-left:6px solid #00b4d8;
}

.spec-box div:first-child{
    font-weight:600;
    color:#082e3e;
}

.spec-box div:last-child{
    color:#0398fb;
    font-weight:500;
}

/* CTA */
.cta{
    padding:80px 0;
    background:linear-gradient(135deg,#0088cc,#00b4d8);
    color:#fff;
}

.cta h2{
    font-size:30px;
    font-weight:500;
    margin-bottom:20px;
}

.cta p{
    font-size:18px;
    margin-bottom:35px;
}

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

    .hero{
        text-align:center;
    }

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

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

    .features h2,
    .specification h2,
    .cta h2{
        font-size:32px;
    }

}

@media (max-width:767px){
    
    .hero h1{
        font-size:38px;
    }

    .hero p{
        font-size:17px;
    }

    .product-circle{
        width:300px;
        height:300px;
    }
    
    .features h2,
    .specification h2,
    .cta h2{
        font-size:34px;
    }

}

@media (max-width:576px){

    .hero{
        padding:70px 0;
    }

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

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

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

    .rotate-img{
        width:78%;
    }

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

    .pro-text{
        text-align:left;      /* instead of justify */
        line-height:1.7;
        word-spacing:normal;
        letter-spacing:normal;
    }

    .plus-feature-card{
        padding:20px 18px;
    }

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

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

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

    .icon{
        width:65px;
        height:65px;
        font-size:28px;
        margin-bottom:15px;
    }

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

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

    .spec-box{
        flex-direction:column;
        gap:6px;
        text-align:center;
        padding:15px;
    }

    .spec-box div:first-child{
        font-size:15px;
    }

    .spec-box div:last-child{
        font-size:14px;
    }

    .features h2,
    .specification h2,
    .cta h2{
        font-size:28px;
        line-height:1.3;
        margin-bottom:20px;
    }

}
