/* home banner styles */

.home-banner-section {
    padding-top: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 30px;
    height: 563px;
    border-radius: 20px;

}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.banner-text img {
    height: 16px;
    width: 213.5px;
    object-fit: contain;
}

.banner-text h4 {
    font-family: 'BlackerProDisplay';
    font-size: 42px;
    font-weight: 500;
    font-style: italic;
    background-image: linear-gradient(to left,
            #be7914 0%,
            #cb8b26 15%,
            #d89c37 30%,
            #e1ae36 45%,
            #fff4a4 60%,
            #eec935 75%,
            #f1d047 90%,
            #f8e275 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-text p {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 22px;
    text-align: center;
}



/* about css */
.home-about-section {
    padding: 70px 0px;
}

.about-title h4 {
    font-family: 'Vollkorn';
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-align: left;
    color: #102638;
    text-transform: uppercase;
}

.about-content p {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
    color: #102638;
}

.about-img-1 {
    width: 310px;
    height: 470px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 30px;
}

.about-img-2 {
    width: 310px;
    height: 190px;
    object-fit: contain;
    border-radius: 12px;
}

.about-img-3 {
    width: 310px;
    height: 240px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 30px;
}

.about-img-4 {
    width: 310px;
    height: 420px;
    object-fit: contain;
    border-radius: 12px;
}

.about-video-6 {
    height: 470px;
    border-radius: 12px;
    object-fit: cover;
}

.about-img-6 {
    width: 100%;
    height: 101.8px;
    object-fit: contain;
    margin-top: 70px;
}

.dpt-70 {
    padding-top: 70px;
}

.mb-about {
    display: contents;
}

.brand-title {
    font-family: 'Vollkorn';
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-align: left;
    color: #102638;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 0;
}

/* award recognition css */
.award-section {
    padding-top: 70px;
}

.award-title h4 {
    font-family: 'Vollkorn';
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-align: left;
    color: #102638;
    margin-bottom: 0px;
}

.award-title span {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #102638;
}

.slider-container {
    width: 100%;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
    justify-content: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}

.slider-wrapper img {
    height: 380px;
    flex-shrink: 0;
    border-radius: 4px;
    display: block;
}

.slider-wrapper p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #102638;
    margin-top: 8px;
}

.slider-button {
    position: absolute;
    bottom: 0;
    color: #000;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 0px;
    background: transparent;
}

.prev {
    left: -10px;
    opacity: 0.5;
}

.next {
    left: 100px;
}

.slider-scrollbar {
    position: absolute;
    bottom: 10px;
    left: 300px;
    right: 10px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    width: 80%;
    background: #eee;
}

.slider-scrollbar-progress {
    height: 100%;
    width: 0;
    background-color: #102638;
    transition: width 0.5s ease-in-out;
}

.slide1 {
    width: 579.8px;
    height: 380px;
    object-fit: cover;
}

.slide2 {
    width: 579.8px;
    object-fit: cover;
    height: 380px;
}

.slide3 {
    width: 579.8px;
    object-fit: cover;
    height: 380px;
}

.slide4 {
    width: 579.8px;
    object-fit: cover;
    height: 380px;
}


.d-prop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-section {
    height: 700px;
    position: relative;
    margin-bottom: 70px;
}

.service-gallery-top {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf-program-details {
    opacity: 0;
    transform: translateY(30px);
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
}

.pf-program-details img {
    height: 108px;
    object-fit: contain;
    margin-bottom: 28px;
}

.pf-program-details h4 {
    font-family: 'Vollkorn';
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-align: left;
    color: #102638;
}

.pf-program-details p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #102638;
}



.swiper-slide-active .pf-program-details {
    opacity: 1;
    transform: translateY(0);
}

.service-image-slider img {
    max-width: 100%;
    height: 100%;
}

.service-image-slider .swiper-slide-active img {
    opacity: 1;
}

.service-content-wrapper {
    position: relative;
}

.service-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 10px;
    gap: 20px;
    right: 33%;
    z-index: 5;
    background-color: transparent !important;
}

.service-btn {
    border: none;
    color: rgb(0, 0, 0) !important;
    padding: 0 10px;
    /* font-size: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    background: rgb(255, 255, 255) !important;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}


@media (max-width:768px) {
    .mb-about-left {
        display: flex;
        flex-direction: column;
    }
    .mb-about {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        justify-content: center;
    }
    .home-banner-section {
        padding-top: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        height: 600px;
        border-radius: 0;
    }

    .banner-text img {
        height: 10px;
        width: 139px;
        object-fit: contain;
    }
    .banner-text h4 {
        font-size: 28px;
        background-image: linear-gradient(to left,
                #be7914 0%,
                #cb8b26 15%,
                #d89c37 30%,
                #e1ae36 45%,
                #fff4a4 60%,
                #eec935 75%,
                #f1d047 90%,
                #f8e275 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 10px 0px 10px 0px;
    }
    .banner-text p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    .home-about-section {
        padding: 40px 0px;
    }
    .about-title h4 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 24px;
    }
    .about-content p {
        font-size: 14px;
        text-align: center;
        line-height: 1.71;
        margin: 24px 0px 20px 0px;
    }
    .dpt-70 {
        padding-top: 0px;
    }
    .mb-w-50 {
        width: 50%;
    }
    .about-img-1 {
        width: 100%;
        height: 248px;
        object-fit: cover;
        border-radius: 6.3px;
        margin-bottom: 15px;
    }
    .about-img-2 {
        width: 100%;
        height: 100.3px;
        object-fit: cover;
        border-radius: 6.3px;
    }
    .about-img-3 {
        width: 100%;
        height: 126.6px;
        object-fit: cover;
        border-radius: 6.3px;
    }
    .about-img-4 {
        width: 100%;
        height: 221.6px;
        object-fit: cover;
        border-radius: 6.3px;
    }
    .about-video-6 {
        width: 343px;
        height: 287.9px;
        object-fit: cover;
        border-radius: 7.4px;
        margin-top: 15px;
    }
    .about-img-6 {
        width: 100%;
        height: 54px;
        object-fit: contain;
        border-radius: 7.4px;
        margin-top: 0;
    }
    .brand-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 24px;
    }
    .vmds-site-header {
        margin-bottom: 0px !important;
        padding: 0px 0px !important;
    }
    .award-title h4 {
        font-size: 20px;
        text-align: center;
    }
    .award-title span {
        font-size: 14px;
        text-align: center;
    }
    .slide1 {
        width: 310px;
        height: 210px;
        object-fit: cover;
    }
    .slide2 {
        width: 310px;
        height: 210px;
        object-fit: cover;
    }
    .slide3 {
        width: 310px;
        height: 210px;
        object-fit: cover;
    }
    .slide4 {
        width: 310px;
        height: 210px;
        object-fit: cover;
    }
    .slider-wrapper p {
        font-size: 14px;
    }
    .slider-wrapper {
        margin-left: 10px;
        margin-bottom: 20px;
        gap: 16px;
    }
    .slider-scrollbar {
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 2px;
        border-radius: 2px;
        overflow: hidden;
        width: 80%;
        background: #eee;
        display: none;
    }
    .award-title {
        text-align: center;
    }
    .slider-button {
        position: static;
    }
    .bottom_award {
        text-align: center;
        margin-bottom: 0px;
    }
    .banner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .sticky_header {
        margin-bottom: 0px !important;
    }
    .award-section {
        padding-top: 30px !important;
    }
    .pf-program-details {
        padding: 20px;
    }
    .pf-program-details h4 {
        font-size: 16px;
        text-align: center;
    }
    .pf-program-details p {
        font-size: 14px;
        text-align: center;
    }
    .pf-program-details img {
        height: 60px;
        object-fit: contain;
        margin-bottom: 20px;
        width: 100%;
    }
    .service-section {
        height: 750px;
        padding-bottom: 0px;
        position: relative;
        margin-bottom: 50px;
    }
    .service-btn-container {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center;
        position: absolute;
        bottom: 10px;
        gap: 20px;
        right: 0;
        left: 0;
        z-index: 5;
        background-color: transparent !important;
    }
    .service-image-slider img {
        width: 347px;
    }
    .swiper-container {
        width: 100%;
        padding: 0 60px;
        box-sizing: border-box;
    }
    .swiper-slide {
        display: flex;
        justify-content: center;
    }
    .service-image-slider img {
        width: 343px;
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease;
    }
    .service-gallery-top {
        height: 360px;
    }
    .slider-wrapper img {
        height: 210px;
        flex-shrink: 0;
        border-radius: 4px;
        display: block;
    }

}

.pad-0 {
    padding: 0px;
}