/* ============== Responsive Design ============== */

@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .slider {
        min-height: 300px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .contact-info,
    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .footer {
        padding-top: 2rem;
    }

    .back-to-top {
        bottom: 90px;
    }

    .whatsapp-button {
        bottom: 20px;
        left: 20px;
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .navbar-brand {
        font-size: 1rem;
    }

    .brand-icon {
        font-size: 1.5rem;
    }

    .page-header h1,
    .hero-text h1 {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .service-card {
        padding: 1rem;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .slider {
        min-height: 200px;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .contact-form-wrapper,
    .contact-info {
        padding: 1rem;
    }

    .form-control,
    .form-control-lg {
        padding: 0.6rem 0.8rem;
        font-size: 14px;
    }

    .btn-primary {
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
    }

    .back-to-top {
        bottom: 85px;
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .whatsapp-button {
        bottom: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .leadership-card {
        padding: 1.5rem;
    }

    .leadership-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
}