.homepage-images img {
    width:100%;
    border-radius:20px;
}
.navbar-images img {
    width:40%!important;
}
.navbar-width  {
    width:282px!important;
}
.smaller-homepage-images img {
    width:100%;
    border-radius:20px;
}
.vps-pricing-plane {
    padding: 70px 0;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    padding: 24px 18px;
    text-align: center;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.plan-header h4 {
    font-size: 21px;
    margin-bottom: 16px;
    font-weight: 600;
}

.price-box {
    margin: 16px 0 20px;
}

.rate {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.rate-period {
    font-size: 14.5px;
    color: #666;
}

.plan-features li {
    padding: 8px 0;
    font-size: 14.2px;
    border-bottom: 1px solid #f8f9fa;
}

.plan-features li:last-child {
    border-bottom: none;
}

/* ==================== MOBILE FIX ==================== */
@media (max-width: 576px) {
    .vps-pricing-plane {
        padding: 50px 0;
    }
    
    .pricing-card {
        padding: 20px 15px;
        margin-bottom: 18px;
    }
    
    .rate {
        font-size: 29px;
    }
    
    .plan-header h4 {
        font-size: 19.5px;
    }
    
    .plan-features li {
        font-size: 14px;
        padding: 7px 0;
    }
}

@media (max-width: 400px) {
    .pricing-card {
        padding: 18px 12px;
    }
}