section.banner {
    height: 900px;
    margin-top: 110px;
}

.section-space {
    padding: 100px 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;
        /* Optional: smooth corner */
        overflow: hidden;
        /* Prevent video overflow beyond border-radius */
        max-width: 100%;
        border-radius: 42px !important;
    }
    

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

}

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


.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
}

.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;
    background: rgb(0 0 0 / 11%);
    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: 500px;
    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: 245px;
}


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

}

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

}

.min-heading {
    font-size: 32px;
}

.name-wrapper {
    bottom: 20px;
    padding: 20px;
}

.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: 100vh;
}

.bg-from-data {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.innovation-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    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: 30px 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;
    height: 500px !important;
    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, #1167A2);
    /* 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: center;
}
.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: 650px;
}
.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: 100px !important;
    display: flex
;
    justify-content: center;
    /* width: auto; */
    padding: 10px;
    vertical-align: middle;
    align-items: center;
}