/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #2c3e7a 0%, #1e3a8a 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.about-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.about-hero p {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.contact-item i {
    color: var(--accent-yellow);
}

/* Learning Resources Section */
.learning-resources {
    padding: 5rem 0;
    background: white;
}

.section-content {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.text-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}

.text-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.btn-explore {
    background: var(--primary-blue);
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    width: 260;

    height: 59;
    opacity: 1;
    gap: 8px;
    border-radius: 6px;
    border-bottom-width: 4px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    border-bottom: 4px solid #eac000;
}

.btn-explore:hover {
    background: var(--secondary-blue);
    transform: translateY(-2px);
}

.btn-sign-up {
    border-width: 2px, 2px, 4px, 2px;
    border-style: solid;
    border-color: var(--primary-blue);
    width: 181;
    height: 50;
    opacity: 1;
    gap: 8px;
    border-radius: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 4px;
    border-left-width: 2px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
}

.btn-sign-up:hover {
    background: #f59e0b;
    transform: translateY(-2px);
}

.image-content img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Academic Success Section */
.academic-success {
    padding: 5rem 0;
    background: var(--light-gray);
}

.success-layout {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.success-image {
    flex: 1;
    background: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=600&h=500&fit=crop")
        center/cover;
    min-height: 400px;
}

.success-content {
    flex: 1;
    background: var(--primary-blue);
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.success-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.success-content p {
    line-height: 1.8;
    margin-bottom: 2rem;
}

.btn-get-started {
    color: white;
    background: var(--primary-blue);
    border: none;
    font-weight: 600;
    align-self: flex-start;
    cursor: pointer;
    transition: all 0.3s;
    width: 284;
    height: 76;
    opacity: 1;
    padding: 10px;
    gap: 10px;
    border-radius: 40px;
    border-bottom-width: 5px;
    border-bottom: 5px solid #edbe3c;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.btn-get-started:hover {
    transform: translateY(-2px);
}

/* Section background */
.stats-section {
    background: var(--primary-blue);
    padding: 4rem 2rem;
    color: white;
    text-align: center;
    display: flex;
}

/* Flex container for two stats */
.stats-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

/* Individual stat box */
.stat-card {
    max-width: 300px;
}

/* Circular number */
.stat-circle {
    width: 110px;
    height: 110px;
    border: 3px solid var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--accent-yellow);
    margin: 0 auto 1.5rem;
}

/* Text below each circle */
.stat-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
}

/* Source text below */
.stat-source {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 1.5rem;
}

.stat-source a {
    color: var(--accent-yellow);
    text-decoration: none;
}

.stat-source a:hover {
    text-decoration: underline;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 2rem;
    }
}

/* Right image section */
.student-section {
    flex: 1;
    background: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=600&h=500&fit=crop")
        center/cover;
    min-height: 400px;
    justify-content: center;
    background: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1200&h=400&fit=crop");
}

.student-image {
    width: 100%;
    max-width: 450px;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .stats-section {
        flex-direction: column;
        text-align: center;
    }

    .stats-container.d-flex {
        flex-direction: column;
        gap: 2rem;
    }

    .student-section {
        padding-top: 2rem;
    }
}

/* Community Section */
.community-section {
    padding: 5rem 0;
    background: var(--light-gray);
}

.community-layout {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-placeholder {
    flex: 1;
    background: #6b7280;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.play-button {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button i {
    color: var(--primary-blue);
    font-size: 2rem;
    margin-left: 5px;
}

.community-content {
    flex: 1;
    padding: 3rem;
}

.community-label {
    color: var(--primary-blue) !important;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.community-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}

.community-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.achievement-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.achievement-stat {
    text-align: center;
}

.achievement-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.achievement-label {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.4;
}

.btn-start-learning {
    background: var(--primary-blue);
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;

    width: 169;
    height: 44;
    opacity: 1;
    gap: 8px;
    border-radius: 6px;
    border-bottom-width: 4px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    border-bottom: 4px solid #eac000;
    text-decoration: none;
}

.btn-start-learning:hover {
    background: var(--secondary-blue);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-content,
    .success-layout,
    .community-layout {
        flex-direction: column;
    }

    .about-hero h1 {
        font-size: 2rem;
    }

    .text-content h2,
    .success-content h2,
    .community-content h2 {
        font-size: 1.5rem;
    }

    .success-image,
    .video-placeholder {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: center;
    }

    .achievement-stats {
        grid-template-columns: 1fr;
    }
}
