/*about*/

.course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.text-end{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/* Academics */
.course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .category-sec-wrap .row {
        flex-direction: column;
        align-items: center;
    }
    .category-card {
        width: 100%;
        margin-bottom: 20px;
    }
    .nav.course-tab {
        flex-direction: column;
        align-items: center;
    }
    .nav-item {
        width: 100%;
        flex: 1;
        text-align: center;
    }
    .nav-tabs {
            flex-wrap: nowrap;
            overflow-x: auto;
        }
}
.nav-tabs .nav-link {
        padding: 10px 15px;
    }
    .category-card img {
        width: 50px;
    }
    @media (max-width: 768px) {
        .team-details-about-info .row {
            flex-direction: column-reverse;
            text-align: center;
        }
    }

    /* Campus Life */

    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Contact */
.course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.text-end{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.contact-features-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* Adjust spacing between items */
        align-items: start;
    }

    .contact-feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1; /* Equal width for each item */
        min-width: 280px; /* Prevents items from shrinking too much */
    }

    .contact-feature-icon {
        font-size: 24px;
        color: #007bff;
    }

    .media-body {
        flex-grow: 1;
    }
    .cus_nav_img{
    width:90px;
    height:60px !important;
}
.cus-logos-nav{
    align-items: center;
    display: flex;
    justify-content: center;
    gap:35px;
}
.cus_nav_flex{
    display:flex;
    align-items: center;
    flex-direction: column;
    gap:15px;
    justify-content: space-between;
}
.cus-p {
            border: 1px solid  #253976;
            padding: 5px 10px;
            border-radius:5px;
            margin-bottom:5px;
            text-align: center !important;
                color: #fff;
    background: #253976;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
            /*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
        }

        /* Auroville*/

.course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Campus Gallery */
.course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Educational tour */
    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Faculty */

        .course-section {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            /* min-height: 100vh; */
            background-size: cover;
            background-position: center;
        }

        .centered-courses {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .course-box {
            width: 350px;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: left;
        }

        .course-img img {
            width: 100%;
            display: block;
        }

        .course-content {
            padding: 20px;
        }

        .course-meta {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #555;
            margin-top: 10px;
        }

        .course-author {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 15px;
        }

        .course-author img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .gallery-section {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            min-height: 50px;
            background-size: cover;
            background-position: center;
        }

        .centered-gallery {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .gallery-box {
            width: 250px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        .gallery-box:hover {
            transform: scale(1.05);
        }

        .gallery-img img {
            width: 100%;
            display: block;
            border-radius: 10px;
        }

/* Friendly Staffs */

.course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Gallery */

    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Life at MSOA */

    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Plantation */

    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Workshop */

    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* WTC */

    .course-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    background-size: cover;
    background-position: center;
}

.centered-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.course-box {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.course-img img {
    width: 100%;
    display: block;
}

.course-content {
    padding: 20px;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.course-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    background-size: cover;
    background-position: center;
}

.centered-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-box:hover {
    transform: scale(1.05);
}

.gallery-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}


/*Why choose MSOA*/
@media (max-width: 1600px) {
    .testi-slider-3 .slick-list {
        margin-left: 0px !important;
    }
}

.testi-slider-3 .slick-list {
    margin-left: 0px !important;
}
