@media(max-width:576px) {

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .topbar .container{
    padding: 5px 15px;
    }
    .topbar-right {
        justify-content: flex-start;
    }
    
    .header-wrapper{
        height:50px;    
    }
    
    .navbar-brand img{
        height:40px;
    }
    
     .header-wrapper .btn{
         padding: 10px 20px;
         font-size: 12px;
     }
    
    .hero-buttons {
        flex-wrap: wrap;
    }

    .hero-content h1 {
        font-size: 50px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .feature:nth-child(2) {
        border-right: none;
    }

    .video-player iframe {
        aspect-ratio: 9/16;
        height: 350px;
    }

    .emi-card {
        padding: 20px;
    }

    .emi-card .btn {
        width: 100%;
    }
    
    .whatsapp-cta{
    display:none;    
    }
    
   .bottom-cta{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    display:flex;
    justify-content:space-around;
    align-items:flex-end;
    padding:0px 0;
    background:#fff;
    border-top:1px solid #ececec;
    box-shadow:0 -6px 20px rgba(0,0,0,.08);
}

.cta-item{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#666;
    font-size:10px;
    font-weight:500;
    gap:6px;
    transition:.3s;
}

.cta-item i{
    font-size:24px;
}

.cta-item:hover{
    color:#b87a2f;
}

/* Center CTA */

.cta-book{
    flex:0 0 80px;
    transform:translateY(-22px);
    font-size: 10px;
}

.cta-book i{
    width:40px;
    height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#c8872d;
    color:#fff;
    font-size:15px;
    box-shadow:0 10px 25px rgba(200,135,45,.35);
    border:2px solid #fff;
}

.cta-book span{
    margin-top:8px;
    color:#c8872d;
    font-weight:700;
}

}