/* Mobile First Styles */
/* .kazagwanmoun .hero-section {
    min-height: 100vh;
    padding: 2rem 0;
}

.kazagwanmoun .hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.kazagwanmoun .hero-section .lead {
    font-size: 1.2rem;
}

.kazagwanmoun .quick-nav-section {
    padding: 2rem 0;
}

.kazagwanmoun .quick-nav-card {
    margin-bottom: 1.5rem;
}

.kazagwanmoun .feature-item {
    margin-bottom: 1.5rem;
}

.kazagwanmoun .service-card-pink,
.kazagwanmoun #services-info {
    margin-bottom: 2rem;
}

.kazagwanmoun .contact-form-wrapper {
    padding: 1.5rem;
} */

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .kazagwanmoun .hero-section {
        margin-top: -116px !important;
        min-height: 80vh !important;
        padding: 1.5rem 0 !important;
    }

    .kazagwanmoun .hero-section h1 {
        font-size: 2rem !important;
        margin-bottom: 0.8rem !important;
    }

    .kazagwanmoun .hero-section .lead {
        font-size: 1.1rem !important;
    }

    .kazagwanmoun .quick-nav-section {
        padding: 1.5rem 0 !important;
    }

    .kazagwanmoun .quick-nav-card {
        margin-bottom: 1rem !important;
    }

    .kazagwanmoun .feature-item {
        margin-bottom: 1rem !important;
    }

    .kazagwanmoun .service-card-pink,
    .kazagwanmoun #services-info {
        margin-bottom: 1.5rem !important;
    }

    .kazagwanmoun .contact-form-wrapper {
        padding: 1rem !important;
    }

    .kazagwanmoun .row.text-center.mb-4.mt-4 {
        flex-direction: column !important;
    }

    .kazagwanmoun .col {
        margin-bottom: 1rem !important;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 576px) {
    .kazagwanmoun .hero-section {
        min-height: 50vh !important;
        margin-top: -116px !important;
        /* padding: 1rem 0 !important;
        margin-top: 0rem !important; */
    }

    .kazagwanmoun .hero-section h1 {
        font-size: 1.8rem !important;
    }

    .kazagwanmoun .hero-section .lead {
        font-size: 1rem !important;
    }

    .kazagwanmoun .btn-kazagwanmoun {
        width: 100% !important;
        margin-top: 1rem !important;
    }

    .kazagwanmoun .feature-list {
        margin-top: 1.5rem !important;
    }

    .kazagwanmoun .contact-form-wrapper {
        padding: 0.8rem !important;
    }

    .kazagwanmoun .service-card-pink,
    .kazagwanmoun #services-info {
        margin: 1rem 0 !important;
    }
    .kazagwanmoun .support-section h2 {
        text-align: center !important;
        font-size: 1.5rem !important;
    }
    .kazagwanmoun .feature-item {
        flex-direction: column !important;
        text-align: center !important;
    }
    .kazagwanmoun .feature-text {
        font-size: 1rem !important;
    }

    .kazagwanmoun .feature-icon {
        margin-bottom: 0.5rem !important;  

    }
    .kazagwanmoun .services-section h2 {
        font-size: 1.5rem !important;
    }
    .kazagwanmoun .services-section h3 {
        font-size: 1.2rem !important;
    }
    .kazagwanmoun .services-section p {
        font-size: 1rem !important;
    }
    .kazagwanmoun #contact h2 {
        font-size: 1.5rem !important;
    }
}

/* Tablet Styles */
@media screen and (min-width: 768px) {
    .kazagwanmoun .hero-section {
        margin-top: -116px !important;
    }
    .kazagwanmoun .hero-section h1 {
        font-size: 3.5rem !important;
    }

    .kazagwanmoun .hero-section .lead {
        font-size: 1.5rem !important;
    }

    .kazagwanmoun .quick-nav-section {
        padding: 3rem 0 !important;
    }
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
    .kazagwanmoun .hero-section {
        margin-top: -116px !important;
        padding: 4rem 0 !important;
    }

    .kazagwanmoun .hero-section h1 {
        font-size: 4rem !important;
    }

    .kazagwanmoun .feature-item {
        margin-bottom: 2rem !important;
    }
}

/* Large Desktop Styles */
@media screen and (min-width: 1200px) {
    .kazagwanmoun .container {
        max-width: 1140px !important;
    }
} 