/* Loan Application Landing Page Styles */

/* Hero Badge Responsive Styles */
@media (max-width: 768px) {
    .hero-badge {
        display: none !important;
    }
}

/* Hero Section Responsive Styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem !important;
    }
    
    .hero-buttons .d-flex {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .hero-buttons .d-flex a {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        width: 200px !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-description {
        font-size: 1rem !important;
    }
    .hero-stats {
        margin-top: 40px;
    }
}

/* Loan Form Responsive Styles */
@media (max-width: 768px) {
    .loan-form-container {
        padding: 20px !important;
    }
    
    .loan-type-card {
        margin-bottom: 30px;
    }
}

/* Testimonial Cards Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        margin-bottom: 30px;
    }
}

/* CTA Section Responsive */
@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons a {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        width: 250px !important;
        text-align: center !important;
    }
}

/* Services Page Responsive Styles */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5rem !important;
    }
    
    .service-content h2 {
        font-size: 2rem !important;
    }
    
    .service-badge {
        font-size: 0.8rem !important;
        padding: 6px 16px !important;
    }
    
    .features-list .feature-item {
        margin-bottom: 12px !important;
    }
    
    .comparison-card {
        margin-bottom: 30px !important;
    }
    
    .loan-comparison-section h2 {
        font-size: 2rem !important;
    }
    
    .services-cta-section h2 {
        font-size: 2rem !important;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 80px 0 60px !important;
    }
    
    .page-header h1 {
        font-size: 2rem !important;
    }
    
    .service-content h2 {
        font-size: 1.8rem !important;
    }
    
    .service-content p {
        font-size: 1rem !important;
    }
    
    .comparison-card {
        padding: 30px 20px !important;
    }
}
