.swiper-pagination-bullet-active{
  background-color: #2e3191 !important;
}

.animeslide-slide {
    position: relative;
    padding: 15px 0;
    background-size: cover;
    height: 100%;
  min-height: 650px;
    overflow: hidden;
    /* Ensure child elements don't overflow */
}

.animeslide-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 35px 35px;
    right: 0;
    font-size: 14px;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Add a transition for a smoother effect */
}

.swiper.animeslide.swiper-fade.swiper-backface-hidden:hover .animeslide-bottom {
    opacity: 10;
}

.animeslide-button-next,
.animeslide-button-prev {
    outline: none;
    background-color: #2e3191;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #2e3191;
    color: white;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
    font-size: 15px;
}

.animeslide-button-next:hover,
.animeslide-button-prev:hover {
    background-color: white;
    color: #2e3191;
    transition: all 0.2s ease-out;
}

.animeslide-button-next::hover,
.animeslide-button-prev::hover {
    color: #ce0e2c;
}

.animeslide-slide .container {
    position: relative;
}

.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1s;
}

.section_title_white:before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.section_title_green:before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00474d;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.group:hover .fade-up {
    opacity: 1;
    transform: translateY(0);
}

.sticky-header-background {
    background-color: rgba(0, 71, 77, 0.1) !important;
    transition: all 0.8s ease-out;
}

[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}

 ::-webkit-scrollbar {
    width: 3px;
}

 ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #00474d;
}

.current {
    background-color: #2e3191;
    color: white;
    padding: 7px 15px;
}

.swiper-button-next.detail:after,
.swiper-rtl .swiper-button-prev.detail:after {
    content: '';
}

.swiper-button-prev.detail:after,
.swiper-rtl .swiper-button-next.detail:after {
    content: '';
}

.mySwiper .swiper-slide {
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide.detail-main {
    max-height: 410px !important;
    min-height: 410px !important;
    overflow: hidden;
}

.swiper-slide.detail-thumb img {
    max-height: 130px !important;
    min-height: 130px !important;
    width: 100%;
}



@media only screen and (max-width:768px) {
    .animeslide-slide {
        position: relative;
        padding: 15px 0;
        background-size: cover;
        height: 100%;
        min-height: 400px;
    }
    .animeslide-bottom {
        display: none;
    }
    section.products:before {
        right: -255px;
        top: 80%;
        margin-top: -450px;
        width: 595px;
        height: 595px;
        opacity: 0.6;
    }
    section.facilities:before {
        left: -255px;
        top: 80%;
        margin-top: -450px;
        width: 595px;
        height: 595px;
        opacity: 0.6;
    }
    .swiper-slide.detail-main {
        max-height: 180px !important;
        min-height: 180px !important;
        overflow: hidden;
    }
    .swiper-slide.detail-thumb img {
        max-height: 75px !important;
        min-height: 75px !important;
        width: 100%;
    }
}



.div-border {
  border-bottom: 5px solid #2e3191;
}

.last-section {
  border-bottom: none;
}
