body{
    background:#efefef;
}

/* Card Design */
.custom-card{
    background:#f7f7f7;
    border-radius:20px;
    padding:15px;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.custom-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    border-radius:15px;
}

/* Title */
.card-title{
    font-size:22px;
    font-weight:600;
    margin:15px 0 10px;
}

/* Feature Boxes */
.feature-box{
    background:#eeeeee;
    border-radius:10px;
    padding:12px 5px;
    text-align:center;
    border:1px solid #ddd;
}

.feature-box i{
    font-size:28px;
    display:block;
    margin-bottom:5px;
}

/* Info Section */
.info-heading{
    font-weight:600;
    margin-top:15px;
}

.info-list{
    list-style:none;
    padding-left:0;
    margin-top:10px;
}

.info-list li{
    margin-bottom:8px;
    font-size:15px;
}

.info-list i{
    color:#0d6efd;
    margin-right:8px;
}

/* Buttons */
.btn-call{
    background:#1e6bd6;
    color:#fff;
}

.btn-whatsapp{
    background:#1ebc4f;
    color:#fff;
}

.btn-enquiry{
    background:#7ed321;
    color:#fff;
}

.btn-call:hover,
.btn-whatsapp:hover,
.btn-enquiry:hover{
    opacity:.9;
}