/* Common Banner Styles */
.container {
    max-width: 1296px;
    margin: 0 auto;
}

/* Banner Base Styles */
.glea-banner-wrapper {
    position: relative;
}

.glea-banner-image {
    position: relative;
    height: 100%;
}

.glea-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Banner Content */
.glea-banner-heading-wrapper .glea_banner__title{
    font-size: 56px;
    line-height: 150%;
    font-weight: 400;
}
.glea-banner-wrapper .glea_banner__description{
    font-size: 16px;
}
.glea_banner__btn {
    display: flex;
}

.glea_banner__btn a {
    display: flex;
    align-items: center;
    max-width: fit-content;
}

.glea_banner__btn svg {
    width: 16px;
    height: 16px;
}

/* Banner Overlay */
.glea-banner-wrapper .gl-main-wrapper .swiper-slide::after,
.glea-banner-image::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Video Styles */
.glea-banner-video {
    width: 100%;
    height: 100%;
}

.gl-video-wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.gl-video-wrapper iframe,
.gl-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

/* Banner Style One */
.banner.style-one .banner-one,
.banner.style-one .banner-one .swiper-wrapper,
.banner.style-one .banner-one .swiper-wrapper .swiper-slide {
    height: 100%;
}

.banner.style-one .banner-one .swiper-wrapper .glea-banner-content {
    color: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
}
.banner-one .glea_banner__title {
    color: #fff;
}
.banner-one .glea_banner__title span{
    color: #fff;
}
.banner-one .glea_banner__description{
    color: #EAEAEA;
}
.banner-one .glea_banner__btn a{
    color: #fff;
}
.banner-one .glea_banner__btn a svg path{
    fill: #fff;
    stroke: #fff;
}
.banner-one .glea_banner__btn a i{
    color: #fff;
}
/* .style-one.glea-banner-wrapper{
    height: 100vh;
} */

/* Navigation Styles */
.glea-banner-wrapper .gl-custom-navigation {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
@media screen and (min-width: 1199px) {
    .glea-banner-wrapper .gl-custom-navigation {
        padding: 0;
    }
}

.glea-banner-wrapper .gl-custom-navigation .swiper-wrapper {
    gap: 72px;
}

.glea-banner-wrapper .gl-custom-navigation .swiper-wrapper .swiper-slide {
    width: fit-content !important;
    color: #FFFFFFA3;
}

.glea-banner-wrapper .gl-custom-navigation .gl_banner_navigation_heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 12px;
}

.glea-banner-wrapper .gl-custom-navigation .banner1-thumb-content {
    max-width: 156px;
    border-bottom: 1px solid #FFFFFFA3;
    cursor: pointer;
}

.glea-banner-wrapper .gl-custom-navigation .banner1-thumb-content span {
    font-size: 12px;
    font-weight: 500;
}

.glea-banner-wrapper .gl-custom-navigation .swiper-wrapper .swiper-slide-thumb-active {
    color: #fff;
}

.glea-banner-wrapper .gl-custom-navigation .swiper-wrapper .swiper-slide-thumb-active .banner1-thumb-content {
    border-color: #fff;
}

.banner-two .glea-banner-heading-wrapper {
    display: flex;
}

.banner-two .glea-banner-heading-wrapper .glea_banner__title {
    max-width: 896px;
}
.banner-two .glea_banner__title {
    color: #111926;
    margin-bottom: 48px;
}
.banner-two .glea_banner__title span{
    color: #111926;
}
.banner-two .glea_banner__description{
    color: #595959;
}
.banner-two .glea_banner__btn a, .banner-four .glea_banner__btn a{
    color: #111926;
}
.banner-two .glea_banner__btn a svg path, .banner-four .glea_banner__btn a svg path{
    fill: #111926;
    stroke: #111926;
}
.banner-two .glea_banner__btn a i, .banner-four .glea_banner__btn a i{
    color: #111926;
}
.banner-two .glea-banner-image, .glea-banner-wrapper .glea-banner-video{
    height: 80vh;
}

/* Banner Three Styles */
.banner-three .glea-banner-main-wrapper {
    display: flex;
    column-gap: 60px;
}
.banner-three .glea_banner__title{
    font-weight: 700;
    color: #111926;
}
.banner-three .glea_banner__title .highlight{
    color: #595959;
    display: block;
}

.banner-three-content-wrapper,
.banner-three-media-wrapper {
    flex: 1;
}
@media screen and (min-width: 1024px) {
    .banner-three-content-wrapper{
        margin-bottom: 120px;
    }
    
}

.banner-three-media-wrapper {
    height: 684px;
}

.glea-banner-wrapper .banner-three .glea-banner-main-wrapper {
    height: auto !important;
}

.banner-three .glea-banner-counter-wrapper {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    row-gap: 24px;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    padding: 32px 24px;
}

.banner-three .glea-banner-counter-wrapper .counter-item {
    min-width: 232px;
    display: flex;
    flex-direction: column;
}

.banner-three .counter-number { 
    font-weight: 700;
    font-size: 18px;
}
.banner-three .counter-text{
    font-size: 14px;
}
.banner-three input {
    border: none;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    padding-left: 0;
    border-radius: 0;
}

.banner-three form {
    position: relative;
}

.banner-three .wpcf7-submit {
    background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8575 3.83331L14.667 8.49998M14.667 8.49998L10.8575 13.1666M14.667 8.49998H1.33366" stroke="%23595959" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    min-width: 20px;
    min-height: 20px;
    position: absolute;
    right: 6px;
    top: 12px;
    padding: 0;
    border: 0;
    cursor: pointer;
}

/* Banner Four Styles */
.banner-four .glea-banner-main-wrapper {
    display: flex;
    gap: 72px;
}
.banner-four .glea_banner__title{
    font-weight: 700;
}
.banner-four-content-wrapper , .banner-four-media-wrapper{
    flex: 1;
}
/* .banner-four .glea-banner-main-wrapper{
    height: auto !important;
} */

/* Pagination Styles */
.banner .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #B6B6B6 !important;
    /* border: 1px solid #143AA2; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 12px !important;
    width: 12px !important;
    background-color: #DFDFDF !important;
    /* border: 1px solid #143AA2; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    /* content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; */
    /* background-color: #143AA2; */
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 24px;
    height: 24px;
    background-color: #00000063;
    border-radius: 50%;
    top: 40%;
}

.banner .swiper-button-prev {
    left: 0;
}

.banner .swiper-button-next {
    right: 0;
}

.banner-one .highlight,
.banner-two .highlight {
    color: #143AA2;
    font-weight: 700;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1300px) {
    .banner-three .glea-banner-main-wrapper {
        column-gap: 40px;
    }
    
    .banner-three .glea-banner-counter-wrapper .counter-item {
        min-width: 200px;
    }
    .glea-banner-heading-wrapper .glea_banner__title{
        font-size: 48px;
    }
}

@media (max-width: 1024px) { 
    .banner-three .glea-banner-main-wrapper{
        flex-direction: column;
    }
    .banner-three .glea-banner-counter-wrapper{
        position: static;
        padding: 0;
        padding-bottom: 24px;
    }
    .banner-three .glea-banner-counter-wrapper .counter-item{
        min-width: 160px;
    }
}
@media (max-width: 767px) {
    /* .glea-banner-wrapper .glea-banner-heading-wrapper .glea_banner__title {
        font-size: 24px;
        line-height: 1.3;
    } */

    .glea-banner-wrapper .gl-custom-navigation {
        bottom: 60px;
        display: none;
    }
/* 
    .banner.style-one .banner-one .swiper-wrapper .glea-banner-content {
        padding: 20px;
    } */
    .banner-two .glea_banner__title {
        margin-bottom: 32px;
    }
    .banner-four .glea-banner-main-wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 625px) {
    .banner.style-one,
    .banner.style-one .banner-one {
        height: 400px;
    }

    /* .banner.style-one .banner-one .swiper-wrapper .glea-banner-content {
        padding: 15px;
    } */

    .glea-banner-wrapper .gl-custom-navigation {
        bottom: 40px;
    }
    .glea-banner-heading-wrapper .glea_banner__title{
        font-size: 32px;
    }
    .banner-two .glea_banner__title {
        margin-bottom: 24px;
    }
}
/* Banner Style Five */
.banner.style-five .banner-five,
.banner.style-five .banner-five .swiper-wrapper,
.banner.style-five .banner-five .swiper-wrapper .swiper-slide {
    height: 100%;
}

.banner.style-five .banner-five .swiper-wrapper .glea-banner-content {
    color: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
}
.banner.style-five .glea_banner__title {
    color: #fff;
}
.banner.style-five .glea_banner__title span{
    color: #fff;
}
.banner.style-five .glea_banner__description{
    color: #EAEAEA;
}

/* Button 1 (White) */
.banner.style-five .glea_banner__btn a {
    color: #111926;
    background: #fff;
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 600;
    justify-content: center;
}
.banner.style-five .glea_banner__btn a:hover {
    background: #f0f0f0;
}
.banner.style-five .glea_banner__btn svg path {
    fill: #111926;
    stroke: #111926;
}

/* Button 2 (Gradient) */
.banner.style-five .glea_banner__btn_2 a {
    color: #fff;
    background: linear-gradient(90deg, #F857A6 0%, #FF5858 100%);
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 600;
    justify-content: center;
    display: flex;
    align-items: center;
    min-width: fit-content;
}

.style-five.glea-banner-wrapper {
    height: 100vh;
}

@media (max-width: 625px) {
    .banner.style-five,
    .banner.style-five .banner-five {
        height: 400px;
    }
}


.banner .swiper-button-prev,
.banner .swiper-button-next {
    z-index: 1000;
}

