﻿/* Module Custom Styles */
.pt-mvvm-mobile {
    padding-top: 80px;
}

.pt-80px {
    padding-top: 80px;
}

.pt-55px {
    padding-top: 55px;
}

.m-v-v-sec-desktop {
    display: none;
}

.m-v-v-sec-mobile {
    display: block;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 60px;
    padding-right: 60px;
}

/*Start M-V-V Sec*/
.list-m-v-v-mobile {
    gap: 24px;
}

.overlay-mobile {
    padding: 20px 48px 40px 48px;
    background: linear-gradient(0deg, #040925, #040925);
}

.overlay-content-mobile {
    gap: 16px;
}

.m-v-v-sec-desktop {
    overflow: clip;
    display: block;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.m-v-v-sec-mobile {
    overflow: clip;
    display: none;
}

.list-m-v-v {
    padding: 0;
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 543px;
    transition: transform 0.3s ease;
}

.image-container-mobile {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .image-container-mobile img {
        width: 100%;
    }

.image-container img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: translateY(-10px);
}

.image-container::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(1, 5, 29, 0.8) 0%, rgba(1, 5, 29, 0) 100%);
    pointer-events: none;
}

.image-container-mobile::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(360deg, #01051D 0%, rgba(1, 5, 29, 0.8) 6.26%, rgba(1, 5, 29, 0) 43.14%);
    pointer-events: none;
}

.default-text {
    font-family: Noto Sans;
    font-size: 39.06px !important;
    font-weight: 700;
    line-height: 54.68px !important;
    position: absolute;
    left: 46px;
    bottom: 32px;
    color: white;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.image-container:hover .default-text {
    opacity: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(9deg, rgba(1, 14, 84, 0.8) 16.18%, #066BFC 122.19%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay-content {
    position: relative;
    margin-left: 48px;
    margin-right: 48px;
}

.overlay-title {
    font-family: Noto Sans;
    font-size: 39.06px;
    font-weight: 700;
    line-height: 54.68px;
    text-align: center;
    margin-bottom: 30px;
}

.overlay-description {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}



.overlay-title-mobile {
    color: white;
    font-family: Noto Sans;
    font-size: 31.25px;
    font-weight: 700;
    line-height: 39.06px;
    text-align: left;
}

.overlay-description-mobile {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: white;
}

/*End M-V-V Sec*/
/* Media style */
@media (min-width: 320px) and (max-width: 743px) {
    .m-v-v-sec-desktop {
        display: none !important;
    }

    .pt-mvvm-mobile {
        padding-top: 60px !important;
    }

    .leader-title-box {
        gap: 4px !important;
        align-items: center;
        justify-content: center;
    }

    .leadership-title-sub {
        text-align: center;
        font-size: 31.25px !important;
        line-height: 39px !important;
    }

    .mvvm-padding-mobile {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .overlay-mobile {
        padding: 24px 32px 40px 32px;
    }

    .overlay-title-mobile {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .m-v-v-sec-mobile {
        display: block;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 744px) and (max-width: 921px) {
    .m-v-v-sec-mobile {
        display: block;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        padding-left: 60px;
        padding-right: 60px;
    }
    .m-v-v-sec-desktop {
        display: none !important;
    }

    .leader-title-box {
        gap: 4px !important;
    }

    .leadership-sec {
        margin: 0;
        padding-left: 60px;
        padding-right: 60px;
    }

    .life-at-ag-sec {
        padding-bottom: 80px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .m-v-v-sec-mobile {
        display: block;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        padding-left: 60px;
        padding-right: 60px;
    }
    .m-v-v-sec-desktop {
        display: none !important;
    }

    .leader-title-box {
        gap: 4px !important;
    }

    .leadership-sec {
        margin: 0;
        padding-left: 60px;
        padding-right: 60px;
    }

    .life-at-ag-sec {
        padding-bottom: 80px !important;
    }
}

@media (min-width: 1200px) {
    .leader-title-box {
        gap: 8px;
    }
}
