﻿
.hero-container {
    min-height: 696px;
}

.home-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1024px;
}

    .home-hero-content h1 {
        font-size: 3rem !important;
        font-weight: 500 !important;
        color: var(--bs-white);
        line-height: 1.1;
        margin-bottom: 0;
    }

    .home-hero-content h6 {
        font-weight: 400 !important;
        color: var(--bs-white);
        line-height: 1.5;
        margin-bottom: 0;
    }

.hero-container .DnnModule {
    position: static;
}

.sub-hero-section {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 504px;
    height: 696px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}

    .sub-hero-section img {
        height: 100%;
    }

.home-intro {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.home-intro-photo {
    padding: 0;
    width: 356px;
    background: linear-gradient(to right, var(--bs-secondary) 50%, transparent 50%);
    overflow: hidden;
}

    .home-intro-photo img {
        height: 100%;
        object-fit: cover;
    }

.home-intro-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

    .home-intro-content .intro-quote {
        height: 56px;
    }

h1.section-title {
    font-weight: 500 !important;
    font-size: 3.25rem !important;
}

@media (max-width: 1800px) {
    .home-hero-content {
        max-width: 720px;
    }
}

@media (max-width: 1400px) {
    .home-intro-photo {
        width: 367px;
    }

    .home-intro-content .intro-quote {
        height: 20px;
    }
}

@media (max-width: 1335px) {
    .home-hero-content {
        max-width: 550px;
    }
}

@media (max-width: 1200px) {
    .hero-container {
        padding: 80px 0;
        min-height: 596px;
        height: 596px;
    }

    .sub-hero-section {
        height: 596px;
    }

    .home-intro-content {
        padding: 24px;
        gap: 16px;
    }
}

@media (max-width: 991.95px) {
    .hero-container {
        padding: 80px 0;
        min-height: 496px;
        height: 496px;
    }

    .sub-hero-section {
        height: 496px;
    }

    .home-hero-content {
        font-size: 4rem !important;
        max-width: 382px;
    }

    .home-intro {
        flex-direction: column;
        align-items: center;
    }

    .home-intro-photo {
        width: 367px;
        max-width: 100%;
    }

    h1.section-title {
        font-weight: 500 !important;
        font-size: 2.5rem !important;
    }
}


@media (max-width: 767.95px) {
    .hero-container {
        padding: 60px 0;
        min-height: 496px;
        height: auto;
    }

    .sub-hero-section {
        height: auto;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .home-hero-content {
        margin-bottom: 48px;
        max-width: 100%;
    }
}


.about-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.about-text {
    max-width: 522px;
}

.stats-container {
    flex: 1;
    margin-top: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 24px 32px;
    border-radius: 0.625rem;
}

    .stat-item h4, .stat-item h5 {
        margin-bottom: 0;
    }

.stat-yellow {
    background: var(--bs-danger-light);
}

.stat-secondary {
    background: var(--bs-secondary);
}

.stat-blue {
    background: var(--bs-info-light);
}

.stat-gray {
    background: var(--bs-gray-300);
}

.stat-secondary-light {
    background: var(--bs-secondary-light);
}


.objective-content .objective-image {
    height: 212px;
    overflow: hidden;
}

    .objective-content .objective-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.objective-content .card {
    overflow: hidden;
    height: 100%;
}

.objective-content .objective-info h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.objective-content .objective-info p {
    color: var(--bs-secondary-text-emphasis);
    margin-bottom: 0;
}

.why-us-content, .how-to-begin-content {
    display: flex;
    align-items: center;
    gap: 64px;
}

    .why-us-content .why-us-left, .why-us-content .why-us-right, .how-to-begin-content .how-to-begin-left, .how-to-begin-content .how-to-begin-right {
        flex: 1;
    }

    .why-us-content .why-us-image {
        border-radius: 0.625rem;
        overflow: hidden;
    }

        .why-us-content .why-us-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 420px;
        }

.why-us-features hr {
    margin: 32px 0;
}

.why-us-features .feature-item img {
    margin-bottom: 16px;
}

.why-us-features .feature-item h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.why-us-features .feature-item p {
    color: var(--bs-secondary-text-emphasis);
    margin-bottom: 0;
}

@media (max-width: 1920px) {
    .why-us-content .why-us-image img {
        max-height: 300px;
    }
}

@media (max-width: 767.95px) {
    .why-us-content, .how-to-begin-content {
        flex-direction: column;
    }

        .why-us-content .why-us-image img {
            max-height: 350px;
        }

    .why-us-features .feature-item {
        text-align: center;
    }
}

.how-to-begin-content .how-to-begin-right {
    border-radius: 0.625rem;
    overflow: hidden;
}

    .how-to-begin-content .how-to-begin-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 460px;
    }

@media (max-width: 1920px) {
    .how-to-begin-content .how-to-begin-right img {
        max-height: 350px;
    }
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    height: 344px;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
