.pioneering-technology {
    padding: 5rem 0;
    background: #000;
    color: #fff;
}

.text-with-image-banner-container .background-image img {
    width: 100%;
    height: 100%;
}

.text-with-image-banner-container {
    position: relative;
    height: calc(var(--text-with-image-banner-height) + var(--text-with-image-banner-icon-height) + var(--text-with-image-banner-banner-height));
    overflow-x: hidden;
    touch-action: pan-y pinch-zoom;
}

.text-with-image-banner-container .swiper {
    margin-top: 2rem;
    width: 100%;
    height: 100%;
    overflow: visible;
    align-items: center;
}

.text-with-image-banner-container .swiper-wrapper {
    align-items: center;
    transition-duration: 300ms !important;
}

.text-with-image-banner-container .swiper-slide {
    width: 21.125rem;
    margin-right: 1rem;
}

@media screen and (min-width: 768px) {
    .text-with-image-banner-container .swiper-slide.swiper-slide-active{
        width: 34.75rem;
    }
}

@media screen and (max-width: 768px) {
    .text-with-image-banner-container .swiper-slide {
        width: 19.45rem;
    }
}

.text-with-image-banner-container .swiper-pagination {
    position: unset;
    padding-top: 2rem;
}

.text-with-image-banner-container .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.5rem;
    height: 0.25rem;
    border-radius: 0.5rem;
    background-color: #6e6e73;
    opacity: 1;
    margin: 0 0.5rem;
}

.text-with-image-banner-container .swiper-pagination-bullet-active {
    background-color: #ffffff;
    width: 2.0625rem;
}

.text-with-image-banner-container .content-box {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.text-with-image-banner-container .title-box {
    max-width: 90%;
}

.text-with-image-banner-container .section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.text-with-image-banner-container .section-description {
    text-align: center;
    width: 60rem;
    margin: 0 auto 3rem;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 90%;
}

.text-with-image-banner-container .tech-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 62.5rem;
    margin-bottom: 3rem;
    row-gap: 1rem;
}

.text-with-image-banner-container .tech-feature {
    width: 20%;
    text-align: center;
    justify-items: center;
}

.text-with-image-banner-container .feature-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto;
}

.text-with-image-banner-container .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-with-image-banner-container .feature-title {
    white-space: nowrap;
    overflow: visible;
    font-size: 1rem;
}

.text-with-image-banner-container .feature-description {
    font-size: 0.875rem;
    color: #999;
}

.text-with-image-banner-container .function-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.text-with-image-banner-container .function-card {
    position: relative;
    overflow: hidden;
}

.text-with-image-banner-container .card-image {
    position: relative;
    width: 100%;
}

.text-with-image-banner-container .card-image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-with-image-banner-container .card-image video {
    border-radius: 0 !important;
}

.text-with-image-banner-container .expand-btn {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s;
}

.text-with-image-banner-container .expand-btn:hover {
    transform: scale(1.1);
}

.text-with-image-banner-container .card-content {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.text-with-image-banner-container .card-icon {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 0.35rem;
    position: relative;
    margin-right: 1rem;
}

.text-with-image-banner-container .card-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.text-with-image-banner-container .card-title {
    font-size: 1.125rem;
    margin: 0;
    margin-bottom: 0.25rem;
}

.text-with-image-banner-container .card-description {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0;
}

.modal {
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    z-index: 9999;
    overflow-y: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.modal-content {
    position: relative;
    background-color: #fff;
    padding: 1.875rem;
    border-radius: 0.625rem;
    max-width: 60rem;
    width: 54.75rem;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.9375rem;
    color: #000;
    top: 1.25rem;
    left: 1.875rem;
    z-index: 1001;
}

.close-btn-box {
    position: sticky;
    top: 0;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.close-btn:hover {
    background-color: #333;
}

.text-with-image-banner-container .expand-btn {
    position: absolute;
    bottom: 0.875rem;
    right: 0.625rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.text-with-image-banner-container .expand-btn:hover {
    background-color: #fff;
    transform: scale(1.1);
}

.modal-title {
    font-family: Nunito Sans;
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0;
}
.text-with-image-banner-container .background-mobile-img{
    display: none;
}
@media screen and (max-width: 768px) {
    .modal{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .modal-content {
        max-width: 21.45rem;
        padding: 1rem;
    }
    .modal-title {
        font-family: Nunito Sans;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 140%;
        letter-spacing: 0;
    }
    .close-btn {
        top: 0rem;
        right: 0rem;
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .text-with-image-banner-container{
        height: calc(var(--text-with-image-banner-mobile-height) + var(--text-with-image-banner-mobile-icon-height) + var(--text-with-image-banner-mobile-banner-height));
    }
    .text-with-image-banner-container .tech-features {
        width: 21.5rem;
        margin-bottom: 1rem;
    }
    .text-with-image-banner-container .tech-feature {
        width: 33%;
    }

    .text-with-image-banner-container .feature-icon {
        width: 3rem;
        height: 3rem;
        margin: 0 auto;
    }
    .text-with-image-banner-container .feature-title {
        font-size: 0.75rem;
        color: #6e6e73;
    }
    .text-with-image-banner-container .section-title {
        font-size: 1.5rem;
    }
    .text-with-image-banner-container .section-description {
        font-size: 0.75rem;
        margin: 0 auto 1rem;
        color: #6e6e73;
    }
    .text-with-image-banner-container .card-title {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    .text-with-image-banner-container .card-description {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .text-with-image-banner-container .background-img{
        display: none;
    }
    .text-with-image-banner-container .background-mobile-img{
        display: block;
    }
}