/* Mobile First Styles */
.kazagwanmoun {
    position: relative;
    width: 100%;
}



.kazagwanmoun .hero-section h1 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.kazagwanmoun .hero-section h2 {
    color: #E63272;
    font-size: 1.8rem;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
}

/* Presentation Section */
.kazagwanmoun .presentation-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.kazagwanmoun .presentation-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kazagwanmoun .presentation-section h2 {
    color: #E63272;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.kazagwanmoun .presentation-section h3 {
    color: #2c3e50;
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.kazagwanmoun .presentation-section p {
    color: #34495e;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.kazagwanmoun .presentation-section ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.kazagwanmoun .presentation-section ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: #34495e;
    font-size: 1.1rem;
    line-height: 1.6;
}

.kazagwanmoun .presentation-section ul li:before {
    content: "•";
    color: #e74c3c;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

.kazagwanmoun .presentation-section .highlight-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.kazagwanmoun .presentation-section .highlight-box .content-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.kazagwanmoun .presentation-section .highlight-box .text-content {
    flex: 1;
}

.kazagwanmoun .presentation-section .highlight-box .image-content {
    flex: 1;
    min-width: 300px;
}

.kazagwanmoun .presentation-section .highlight-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.kazagwanmoun .presentation-section .mission-statement {
    font-style: italic;
    font-size: 1.2rem;
    color: #2c3e50;
    text-align: center;
    margin: 3rem 0;
    padding: 2rem;
    border-left: 4px solid #e74c3c;
    background-color: #fff;
}

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

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

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

    .kazagwanmoun .presentation-section {
        padding: 2rem 0 !important;
    }

    .kazagwanmoun .presentation-section .container {
        padding: 0 1rem !important;
    }

    .kazagwanmoun .presentation-section h2 {
        font-size: 2rem !important;
    }

    .kazagwanmoun .presentation-section h3 {
        font-size: 1.5rem !important;
    }

    .kazagwanmoun .presentation-section .highlight-box .content-wrapper {
        flex-direction: column !important;
    }

    .kazagwanmoun .presentation-section .highlight-box .image-content {
        min-width: 100% !important;
    }

    .kazagwanmoun .presentation-section .mission-statement {
        margin: 2rem 0 !important;
        padding: 1.5rem !important;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 576px) {

    .kazagwanmoun .hero-section {
        /* padding: 1rem 0 !important; */
        min-height: 40vh !important;
        margin-top: -116px;
    }

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

    .kazagwanmoun .hero-section h2 {
        font-size: 1.2rem !important;
    }

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

    .kazagwanmoun .presentation-section h2 {
        font-size: 1.8rem !important;
    }

    .kazagwanmoun .presentation-section h3 {
        font-size: 1.3rem !important;
    }

    .kazagwanmoun .presentation-section p {
        font-size: 1rem !important;
    }

    .kazagwanmoun .presentation-section ul li {
        font-size: 1rem !important;
    }
} 