section.banner {
    height: 815px;
    margin-top: 100px;
}

.section-space {
    padding: 60px 0px;
}

.bg-trans {
    background: #5a3d3d36;
    border: 1px solid #9f9f9fa3;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 15px;
    border-radius: 25px;
}

.video-wrapper {
    .video-section {
        border: 1.2px solid #B3FF00;
        filter: drop-shadow(0px 24px 84px rgba(115, 115, 115, 0.35));
        border-radius: 12px;
        overflow: hidden;
        max-width: 100%;
        border-radius: 42px !important;
        filter: drop-shadow(0px 24px 84px rgba(115, 115, 115, 0.35));
        box-shadow: 0 0 31px 3px rgb(179 255 0 / 35%), -5px -8px 0px rgb(179 255 0 / 0%);
    }
    

    video {
        display: block;
        width: 100%;
        height: auto;
    }

}

section.video-wrapper {
    margin-top: -343px;
}


.theme-item {
    position: relative;
}

.theme-title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    font-size: 14px;
    background: #00000069;
    width: fit-content;
}

.carousel-section {
    overflow: hidden;
}

.carousel-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.carousel-section .owl-theme .owl-nav {
    /* margin-top: 10px; */
    width: 100%;
    position: absolute;
    top: -300px;
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: end;
}

.carousel-section .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    border: 1px solid #000000;
    border-radius: 22px;
    height: 50px;
    font-size: 30px;
    display :none !important;
}

.carousel-section .owl-carousel .owl-nav .owl-next.disabled,
.carousel-section .owl-carousel .owl-nav .owl-prev.disabled {
    border: 1px solid #CECECF;
}

.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
}

.carousel-container {
    max-width: 1340px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
}

.carousel-container .owl-carousel .owl-item {
    position: relative;
    overflow: hidden;
    /* Required for border radius and overlay containment */
    border-radius: 20px;
}

/* Black overlay with ::before */
.innovative .owl-carousel .owl-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* Let clicks pass through */
    border-radius: 5px;
}

/* Ensure image and text are below overlay */
.innovative .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 569px;
    object-fit: cover;
    border-radius: 15px;
    z-index: 0;
    position: relative;
}
.theme-item {
    border-radius: 15px;
}
.item-height {
    gap: 10px;
}

.innovative .owl-carousel .item-height img {
    height: 280px;
}


.carousel-dot-position .owl-theme .owl-nav {
    top: -200px;

}

.carousel-dots-position .owl-theme .owl-nav {
    top: -250px;

}

.min-heading {
    font-size: 32px;
}
.leader-carousel .card .overlay {
        background: linear-gradient(137.02deg, #eeff00bf 1.7%, #1c84a3cf 86.13%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    border-radius: 12px;
}

.leader-carousel .card:hover .overlay {
    opacity: 1;
}
.name-wrapper {
    /* bottom: 20px; */
    padding: 0px;
    top: 61%;
}
.leader-wrappers img {
    height: 508px;
    object-fit: cover;
    object-position: top;
}

.sec-text {
    color: #A1A1AA;

}

.custom-list li {
    font-family: 'Inter';
    font-size: 21px;

}

.sec-padding {
    padding: 80px 10px;
}

.innovation-sec {
    height: 100%;
}
.bg-from-data {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.innovation-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.innovation-sec>.container {
    position: relative;
    z-index: 2;
}

.innovation-item {
    position: relative;
    width: 218px;
    font-size: 21px !important;
    font-family: 'Inter';
    border: 0 !important;
    color: #808080 !important;
}

.innovation-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #fff, #95FFDF);
}

.innovation-item:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #fff, #95FFDF);
}

.innovation-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #808080, #808080);
}

.innovation-item.active {
    background: transparent !important;
    color: #fff !important;
    border: 0 !important;
    width: 218px;
    overflow: hidden;
}

.section-title {
    background: linear-gradient(180deg, #FFFFFF 0%, #95FFDF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-slide-up {
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.innovation-box2::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 78px;
    bottom: 120px;
    width: 1px;
    background: linear-gradient(to bottom, #fff, #95FFDF);
}

.innovation-box2 {
    position: relative;
}

.sec-number, p {
    font-size: 16px;
    font-family: 'Poppins';
}



/*kpi*/
.kpi-box {
    background: #00000052;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
}

.kpi-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: conic-gradient(from 90deg at 50% 50%, #1261A1 -63.21deg, #155D9D 0.49deg, #A3DD64 115.79deg, #3F2A6C 242.25deg, #1261A1 296.79deg, #155D9D 360.49deg);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    border-radius: inherit;
}

/* Top row */
.kpi-wrappers .row:nth-child(1) .col-md-4:first-child .kpi-box {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.kpi-wrappers .row:nth-child(1) .col-md-4:last-child .kpi-box {
    border-top-right-radius: 12px;

}

.kpi-bottom-left {
    border-bottom-left-radius: 12px;
}

.kpi-bottom-right {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.kpi-box::before {
    border-radius: inherit;
}



.card.await-dard img {
    height: 62px;
    object-fit: contain;
}

.card.gradient-border-card {
    position: relative;
    background: transparent;
    border-radius: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 15px !important;
}

.card.gradient-border-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* Thickness of the border */
    border-radius: inherit;
    background: linear-gradient(180deg, #B6F165, #B6F165);
    /* Your gradient colors */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.awaits-section .owl-carousel .owl-stage {
    display: flex !important;
}

.inner-card{
    height: 100%;
    display: flex
;
    align-items: start;
}
.leader-wrappers img{
        border-radius: 15px !important;
}
.awaits-section .owl-carousel .owl-nav .owl-next, .awaits-section .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    border: 1px solid #ffffff;
    border-radius: 22px;
    height: 50px;
    font-size: 30px;
    color: #fff;
}
nav.custom-gap {
    gap: 3rem;
}
.kpi-box {
    background: #0000009e;
}
.leader-carousel img {
    height: 393px;
}
.owl-carousel.partners-carousel .item {

    /* background: #ffffff; */
    height: 100px !important;
    display: flex
;
    justify-content: center;
    width: auto;
    padding: 10px;
    vertical-align: middle;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    align-items: center;
    /* border: 1px solid #000; */
}
.owl-carousel.partners-carousel .owl-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    background: #ffffff;
    height: 200px !important;
    display: flex
;
    justify-content: center;
    /* width: auto; */
    padding: 10px;
    vertical-align: middle;
    align-items: center;
}
.owl-carousel.partners-carousel .owl-item img {
    height: 55px;
}
.theme-item {
    position: relative;
    overflow: hidden;
}

.theme-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Overlay using ::before */
.theme-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Remove overlay on hover */
.theme-item:hover::before {
    opacity: 0;
}

/* Ensure text appears above image but below overlay */

.innovative.carousel-section {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}
body.overflow-hidden {
  overflow: hidden;
}
html {
    scroll-behavior: smooth;
}
#bottomPopup .modal-dialog {
    position: fixed;
    bottom: 0px !important;
    right: 0px !important; 
    left: 0px !important;
    margin: auto !important;
    align-items: end !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.modal-backdrop {
    background-color: transparent !important;
}
/* Custom fade-down animation */
.fade-down .modal-dialog {
    transform: translateY(-50px); /* start a bit above */
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.fade-down.show .modal-dialog {
    transform: translateY(0); /* final position */
    opacity: 1;
}
.theme-carousel .owl-nav.disabled {
    display: none !important;
}
.patners-logo .item {
    padding: 10px;
    border: none;
    height: 200px !important;
    border-radius: 5px;
    background: rgb(255, 255, 255) !important;
    display: flex
;
    position: relative;
    align-items: center;
    /* border: 2px solid #c3c3c3; */
    justify-content: center;
    position: relative;
    z-index: 1;
}
.patners-logo .item::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    padding: 1px;
    background: conic-gradient(from 90deg at 50% 50%, rgb(18, 97, 161) -63.21deg, rgb(21, 93, 157) 0.49deg, rgb(163, 221, 100) 115.79deg, rgb(63, 42, 108) 242.25deg, rgb(18, 97, 161) 296.79deg, rgb(21, 93, 157) 360.49deg);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    border-radius: inherit;
}
.patners-logo img {
    height: 134px;
    object-fit: cover;
}

.logo-key img {
    height: 100px;
     margin-top: 28px;
}
.title-key img {
    height: 90px;
   
}
.name-wrapper ul {
    list-style: none;
    text-align: center;
    padding: 0px;
}
.name-wrapper ul li {
    line-height: 34px;
}
.name-wrapper ul li a{
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;

}
/* .name-wrapper ul li a:hover{
    line-height: 34px;
    color: #B6F165;
    text-decoration: underline !important; 
} */