.text-about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.title-section {
    color: var(--color-grey);
}
.text-about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.motto {
    background: linear-gradient(rgba(8, 8, 235, 0.178), rgba(8, 8, 228, 0.212)),
        url("/images/maps.png"), var(--color-blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.motto-section {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white;
}

hr {
    width: 150px;
    border: 1px solid var(--color-grey);
}

.card {
    width: 100%;
    position: absolute;
    padding: 8px;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.card-1 {
    width: 200px;
    height: 230px;
    top: 60px;
    z-index: 4;
}

.card-2 {
    width: 200px;
    height: 200px;
    top: 20px;
    left: 150px;
    z-index: 3;
}

.card-3 {
    width: 260px;
    height: 200px;
    top: 235px;
    left: 90px;
    z-index: 2;
}

.gallery-images {
    position: relative;
    height: 500px;
    margin-bottom: 50px;
}

@media (min-width: 100px) and (max-width: 1200px) {
    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .desk-about {
        width: 100%;
    }

    .gallery-images {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        height: auto;
        margin-bottom: 30px;
    }

    .card {
        position: static;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .card-1,
    .card-2,
    .card-3 {
        top: auto;
        left: auto;
        z-index: auto;
    }

    .col-md-8 {
        order: 2 !important;
    }

    .col-md-4 {
        order: 1 !important;
    }
}

.text-blacky {
    color: #494949;
}

.fsc-5 {
    font-size: 1.1rem;
}
.fsc-4 {
    font-size: 1.3rem;
}

@media (max-width: 1200) {
    .card-about {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .gallery-images {
        margin-left: 130px;
    }

    .card-1 {
        max-width: 350px;
        position: absolute;
        left: 10px;
        top: 40px;
    }

    .card-2 {
        max-width: 380px;
        left: 150px;
        top: 40px;
    }

    .card-3 {
        max-width: 380px;
        left: 150px;
        top: 40px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .gallery-images {
        margin-left: 80px;
    }

    .card-1 {
        max-width: 280px;
        position: absolute;
        left: 10px;
        top: 60px;
    }

    .card-2 {
        max-width: 300px;
        left: 150px;
        top: 40px;
    }

    .card-3 {
        max-width: 300px;
        left: 150px;
        top: 40px;
    }
}

/* Download button styling */
.download-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.btn-download {
    background-color: #1197D6;
    color: white;
    border: 2px solid white;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-download i {
    font-size: 14px;
}

.btn-download:hover {
    background-color: white;
    color: #1197D6;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .btn-download {
        padding: 8px 16px;
        font-size: 13px;
        width: auto;
        min-width: 180px;
    }

    .btn-download i {
        font-size: 13px;
    }
}
