.hero{
    background: linear-gradient(135deg,#dc3545,#ff6b6b);
}

.btn-primary{
    background:#dc3545;
    border:none;
}

.text-danger{
    color:#dc3545 !important;
}

.icon-box{
    color:#dc3545;
}

.call-btn{
    background:#dc3545;
}



body{
    font-family:'Poppins',sans-serif;
    background:#f4f7fb;
}

.navbar{
    background:white;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.hero{
    background: linear-gradient(135deg,#fd0d0d,#ff0000);
    color:white;
    padding:100px 0;
}

.glass{
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    border-radius:20px;
    padding:30px;
}

.cta-btn{
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
}

.section{
    padding:80px 0;
}

.card-modern{
    border:none;
    border-radius:20px;
    padding:10px;
    background:rgb(155, 237, 248);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
    height:100%;
}

.card-modern:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.icon-box{
    font-size:40px;
    color:#0d6efd;
    margin-bottom:15px;
}

.review-card{
    background:white;
    border-radius:20px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.footer{
    background:#0b1320;
    color:white;
    padding:50px 0;
}

.footer a{
    color:#ccc;
    text-decoration:none;
}

.footer a:hover{
    color:white;
}

.sticky-btns{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:999;
}

.sticky-btns a{
    display:block;
    margin-top:10px;
    border-radius:50px;
    padding:12px 18px;
    color:white;
}

.call-btn{background:#0d6efd;}
.whatsapp-btn{background:#25d366;}
