﻿body {
}

.section-mission {
    /* height: 100vh; */
    min-height: 600px;
    display: flex;
    align-items: center;
    color: white;
}

    .section-mission .subtitle {
        color: #00d1c7;
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .section-mission .title {
        font-size: 48px;
        font-weight: 700;
        margin: 15px 0;
    }

    .section-mission p {
        color: #ccc;
        line-height: 1.7;
        font-size: 16px;
    }

    .section-mission .btn-custom {
        background: linear-gradient(92.51deg, #03A6BB 0.48%, #1B4041 99.77%);
        color: #fff;
        border: none;
        padding: 10px 25px;
        border-radius: 6px;
        font-weight: 500;
        margin-top: 20px;
        transition: 0.3s;
    }

        .section-mission .btn-custom:hover {
            transform: translateY(-2px);
            opacity: 0.9;
        }

/* Image layout */
.image-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
}

    .image-grid .first-image {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s;
        margin-bottom: 30px;
    }

    .image-grid .second-image-box {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-grid .second-image {
        width: 100%;
        height: 40%;
        opacity: 1;
    }

    .image-grid .third-image {
        width: 45%;
        aspect-ratio: 1/1;
        opacity: 1;
        border-radius: 22px;
        position: absolute;
        left: -10%;
        bottom: -20%;
    }

/* Badge */
.places-badge {
    position: absolute;
    width: 22.5%;
    aspect-ratio: 1/1;
    background: linear-gradient(92.51deg, #03A6BB 0.48%, #1B4041 99.77%);
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    bottom: -20%;
    left: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-overlay {
    margin: 6% 0;
}

.mission-description-extra {
    width: 90%;
}

@media (max-width: 992px) {
    .section-mission {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 0 20px;
    }

        .section-mission .title {
            font-size: 36px;
        }

    .image-grid {
        width: 100%;
        height: auto;
        position: relative;
    }

        .image-grid .first-image {
            width: 100%;
            margin: 0 auto 30px auto;
        }

        .image-grid .second-image-box {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            right: -10%;
            width: 90%;
        }

        .image-grid .places-badge {
            padding: 0px;
            font-size: 1rem;
        }



    .mission-description-extra {
        width: 100%;
    }
}


.about-us {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #00b3b3, #005f73);
    padding: 40px;
    border-radius: 15px;
}

/* Left Side */
.about-text {
    flex: 1 1 45%;
    color: white;
}

    .about-text h2 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .about-text h2 span {
            font-weight: 800;
        }

    .about-text p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

/* Right Side */
.about-stats {
    flex: 1 1 45%;
    color: white;
}

.stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.stat-card {
    background: #111;
    /* border-radius: 10px; */
    padding: 10px;
    text-align: center;
    flex: 1;
}

    .stat-card h4 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .stat-card p {
        font-size: 0.9rem;
        opacity: 0.85;
    }

    .stat-card.orange {
        background: #ff5c2a;
        color: #fff;
        text-align: left;
        padding: 25px;
        margin-bottom: 20px;
    }

.stat-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .stat-top h4 {
        font-size: 1.6rem;
    }

.view {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.progress-bar {
    background: #111;
    height: 5px;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
}

.progress {
    width: 85%;
    height: 100%;
    background: #fff;
}

/* Image */
.about-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.newletters-section {
    color: white;
    padding: 60px 20px;
}

.news-card img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card {
    border: 1px solid #00ffff20;
    border-radius: 12px;
    padding: 15px;
    background-color: #121212;
    transition: all 0.3s ease;
}

    .news-card:hover {
        border-color: #00ffff;
        transform: translateY(-5px);
    }

.newsletters-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-read {
    background: linear-gradient(92.51deg, #03A6BB 0.48%, #1B4041 99.77%);
    border: none;
    color: white;
    border: none;
    transition: 0.3s;
    padding: 10px 25px;
    border-radius: 6px;
}

    .btn-read:hover {
        background-color: #00ffff;
        color: #000;
    }

.meta span {
    margin-right: 15px;
    color: #aaa;
}

.meta img {
    color: #00ffff;
    margin-right: 5px;
}

.meta-box {
    background: rgba(26, 26, 26, 1);
    padding: 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
}

.grey-text {
    color: #aaa;
}

.newsletters-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .newsletters-card-footer .meta img {
        width: 16px;
        height: 16px;
    }

    .newsletters-card-footer .meta span {
        font-size: 0.9rem;
    }

    .newsletters-card-footer .btn-read {
        font-size: 0.9rem;
        padding: 8px 20px;
    }

#news-dots {
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .dot.active {
        background: linear-gradient(92.51deg, #03A6BB 0.48%, #1B4041 99.77%);
        transform: scale(1.3);
    }

.news-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.news-cards {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
}

    .news-cards::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

/* Responsive */
@media (max-width: 992px) {
    .about-content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .stats-row {
        justify-content: center;
    }

    .about-text,
    .about-stats {
        flex: 1 1 100%;
    }

        .about-text h2 {
            font-size: 2.2rem;
        }

    .section-mission {
        padding:;
    }

    .about-us {
        padding: 20px 10px;
    }

    .newletters-section {
        padding: 40px 10px;
    }
}