.swiper-home-section .swiper {
    width: 100%;
    height: 100vh;
}

.swiper-home-section .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.show-mobile {
    display: none!important;
}

.swiper-home-section .tab-item {
    cursor: default!important;
}


/* Custom navigation tabs */

.swiper-home-section .custom-tabs {
    /* position: absolute;
    bottom: 40px; */
    /* left: 0; */
    right: 0;
    z-index: 10;
    padding: 0 60px;
    /* max-width: 1120px; */

    position: inherit;
    bottom: 120px;
    left: -35px;
}

@media screen and (min-width:1268px) {
    .swiper-home-section .custom-tabs {
        position: inherit !important;
        z-index: 99999 !important;
        margin-top: 0px !important;
        display: flex !important;
        justify-content: center !important;
        left:-314px !important;
    }
}

.swiper-home-section .tab-container {
    display: flex;
    gap: 20px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    padding-top: 20px;
    position: relative;
}

.swiper-home-section .tab-item {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 10px 0;
    transition: all 0.3s ease;
    width: 25%;
    position: relative;
}

.swiper-home-section .tab-number {
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.6;
}

.swiper-home-section .tab-text {
    font-size: 14px;
    line-height: 1.2;
}

.swiper-home-section .tab-item.active {
    color: white;
}

.swiper-home-section .tab-item.active .tab-number {
    opacity: 1;
}

/* Navigation buttons */

.swiper-home-section .nav-buttons {
    /* position: absolute;
    bottom: 100px;
    right: 15%; */
    z-index: 20;
    display: flex;
    gap: 10px;
    position: relative;
    left: 89%;
    bottom: 100px;
}

.swiper-home-section .nav-btn {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-home-section .nav-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}


/* Content styles */

.swiper-home-section .nav-btn.swiper-button-next {
    left: 80px;
}

.swiper-home-section .slide-content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    /* margin: 0 auto; */
    /* padding: 120px 120px; */
    padding: 120px 5px;
    color: white;
}

.swiper-home-section .slide-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0px;
    vertical-align: middle;
    max-width: 600px;
    margin-bottom: 23px;
    margin-top: 53px;
}

.swiper-home-section .view-product-btn {
    display: inline-flex;
    align-items: center;
    background: #3F0D8E;
    border-radius: 12px;
    gap: 10px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
}

.swiper-home-section .view-product-btn:hover {
    background: #7C3AED;
}

.swiper-home-section .slide-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}


/* Fix navigation button styles */

.swiper-home-section .swiper-button-next,
.swiper-home-section .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.swiper-home-section .swiper-button-next:after,
.swiper-home-section .swiper-button-prev:after {
    display: none;
}


/* Update the active indicator style */

.swiper-home-section .tab-item {
    position: relative;
}

.swiper-home-section .tab-item {
    border-top: 2px solid #FFFFFF4D;
    flex-direction: column;
}

.swiper-home-section .tab-item.active {
    border-top: 2px solid #fff;
    margin-top: -30px;
}

.gradient-heading-text {
    background: linear-gradient(289deg, #202123 41.29%, #9747FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "Plus Jakarta Sans"; */
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 118.182% */
    margin-bottom: 20px;
}

.swiper-slideus-card {
    border-radius: 24px;
    border: 1px solid #EDEDED;
    background: var(--Neutrals-0, #FFF);
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;

    /* to keep same height of all cards */
    min-height:350px;
}

@media screen and (min-width: 1270px) {
    .swiper-slideus-card {
        width: 282px !important;
    }
}

.swiper-slideus-card span.absolute {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    display: inline-flex;
    padding: 8px 12px;
    align-items: center;
    gap: 6px;
    right: 0;
}

.swiper-slideus-card h3 {
    color: var(--Neutrals-900, #252525);
    /* font-family: "Plus Jakarta Sans"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 122.222% */

    /* to keep same height of all cards title*/
    /* min-height: 75px; */
}

.swiper-slideus-card p {
    color: var(--Neutrals-700, #707070);
    /* font-family: "Plus Jakarta Sans"; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */

    /* to keep same height of all cards description*/
    min-height: 40px;
}

.swiper-slideus-card {
    border-radius: 24px;
    border: 1px solid #EDEDED;
    background: var(--Neutrals-0, #FFF);
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;

    /* to keep same height of all cards */
    min-height:350px;
}

@media screen and (min-width: 1270px) {
    .swiper-slideus-card {
        width: 282px !important;
    }
}

.application-swiper-slideus-card span.absolute {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    display: inline-flex;
    padding: 8px 12px;
    align-items: center;
    gap: 6px;
    right: 0;
}

.application-swiper-slideus-card h3 {
    color: var(--Neutrals-900, #252525);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.application-swiper-slideus-card p {
    color: var(--Neutrals-700, #707070);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-height: 40px;
}

@media screen and (min-width: 1270px) {
    .application-swiper-slideus-card {
        width: 282px !important;
    }
}

#real-world-applications img {
    height: 320px
}

.real-world-applications-links {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    border-radius: 16px;
}

.real-world-applications-links a {
    color: var(--Neutrals-0, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    padding: 16px 24px;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

@media screen and (max-width: 1024px) {
    section.py-\[120px\] {
        padding: 60px 0!important;
    }
    
    .swiper-home-section .nav-buttons {
        /* position: absolute;
        bottom: 70px;
        left: 60%; */
        z-index: 20;
        display: flex;
        gap: 10px;
        position: relative;
        bottom: 70px;
        left: 84%;
    }
}

.show-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .show-mobile {
        display: flex!important;
    }
    .hide-mobile {
        display: none!important;
    }
    p.text-gray-600.mt-2.text-sm.sm\:text-base {
        color: var(--Neutrals-800, #4A4A4A);
        font-feature-settings: 'liga' off, 'clig' off;
        /* font-family: "Plus Jakarta Sans"; */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .gradient-heading-text {
        background: none;
        -webkit-text-fill-color: none;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-text-fill-color: var(--Primary-Dark-Purple-900, #08030D);
        color: var(--Primary-Dark-Purple-900, #08030D);
    }
    section.swiper-home-section {
        height: 720px;
    }
    .swiper-home-section .swiper {
        height: 720px;
    }
    .swiper-home-section .slide-title {
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        /* H1/Mobile */
        /* font-family: "Plus Jakarta Sans"; */
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        /* 118.182% */
    }
    .swiper-home-section .slide-content {
        padding: unset;
        /* padding-top: 48px; */
        padding: 100px;
        margin-top: 100px;
    }
    .swiper-home-section .tab-item * {
        font-size: 0!important;
    }
    .swiper-home-section .tab-item {
        border-top: 0px solid #FFFFFF4D;
        flex-direction: column;
        border-radius: 50%;
        opacity: 0.2;
        background: #D9D9D9;
        width: 12px;
        height: 12px;
        padding: 0;
    }
    .swiper-home-section .tab-item.active {
        border-top: 0px solid #fff;
        margin-top: 0px;
        width: 24px;
        height: 12px;
        border-radius: 30px;
        background: #D9D9D9;
        opacity: 1;
    }
    .swiper-home-section .nav-buttons {
        /* position: absolute;
        bottom: 70px;
        left: 60%; */
        z-index: 20;
        display: flex;
        gap: 10px;
        position: relative;
        bottom: 70px;
        left: 80%;
    }
    .swiper-home-section .custom-tabs {
        padding: 0 20px;
        position: absolute;
        left: 0;
    }
    section#real-world-applications .flex.justify-between.items-center.mb-12 {
        flex-direction: column;
    }
    .btn-mobile {
        display: flex;
        padding: 12px 16px!important;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .fp-mobile-view {
        margin: 40px 0;
        margin-top: 26px;
    }
    section#real-world-applications .max-w-\[570px\] {
        max-width: 312px !important;
        justify-content: center;
        text-align: center !important;
        margin-bottom: 40px;
    }
    section#real-world-applications h2 {
        margin-bottom: 7px!important
    }
    section#real-world-applications ..grid-cols-1 .gap-8 {
        gap: 24px !important;
    }
    #real-world-applications img {
        height: 200px;
    }
    .grid.grid-cols-1.lg\:grid-cols-2.gap-\[60px\] {
        gap: 40px !important;
    }
    .space-y-6g\] .px-6 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .space-y-6g\] .rounded-2xl.px-6.flex.items-center.gap-6.mb-\[60px\] {
        margin-bottom: 40px !important;
    }
    .space-y-6g\] .gap-6 {
        gap: 16px;
    }
    .relative.group img.w-full.h-\[600px\].object-cover {
        height: 316px !important;
    }
    .btn-mobile {
        font-size: 14px!important;
        font-style: normal;
        font-weight: 500!important;
        line-height: 18px!important;
        /* 128.571% */
        letter-spacing: 0.56px!important;
        text-transform: uppercase;
    }
    .mobile-view-reach-out-section {
        max-width: 312px;
    }
}

@media screen and (max-width: 650px) {
    .swiper-home-section .nav-buttons {
        /* position: absolute;
        bottom: 70px;
        left: 60%; */
        z-index: 20;
        display: flex;
        gap: 10px;
        position: relative;
        bottom: 70px;
        left: 68%;
    }
}

@media screen and (max-width: 480px) {
    .swiper-home-section .nav-buttons {
        /* position: absolute;
        bottom: 70px;
        left: 60%; */
        z-index: 20;
        display: flex;
        gap: 10px;
        position: relative;
        bottom: 70px;
        left: 58%;
    }
}

#applicationNew .swiper-slide{
    height: 650px;
}
