/* Banner Section */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-section .text-wrapper-5 {
    position: relative;
    z-index: 1;
}

/* Card Images */
.container-3 .card .image {
    position: relative;
    overflow: hidden;
}

.container-3 .card .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container-3 .card-2 .image {
    position: relative;
    overflow: hidden;
}

.container-3 .card-2 .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container-3 .card-2, .container-3 .card-3 {
    min-height: 450px;
}

.container-3 .card-3 .image {
    position: relative;
    overflow: hidden;
}

.container-3 .card-3 .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* About Section */
.about .image-2 {
    position: relative;
    overflow: hidden;
}

.about .image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Logos Container */
.logos-container {
    max-width: 350px !important;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Hero Section */
    .hero {
        padding: 12px;
    }

    .hero .container-2 {
        padding: 48px 24px;
        gap: 32px;
    }

    .hero .title {
        gap: 16px;
    }

    .hero .p {
        font-size: 24px;
        line-height: 32px;
    }

    .hero .text-wrapper-2 {
        font-size: 14px;
        line-height: 20px;
    }

    /* List Items */
    .hero .list {
        flex-direction: column;
        gap: 12px;
    }

    .hero .item {
        padding: 20px;
        min-height: auto;
    }

    /* Logos */
    .logos-container {
        flex-direction: column;
        gap: 20px;
        max-width: 100% !important;
    }

    .logos-divider {
        width: 60px;
        height: 1px;
    }

    .logo-img {
        max-width: 200px;
    }

    /* Banner Section */
    .banner-section {
        height: 300px;
        padding: 32px 24px;
    }

    .banner-section .text-wrapper-5 {
        font-size: 24px;
    }

    /* Container 3 - Cards Section */
    .container-wrapper .container-3 {
        padding: 48px 24px;
        gap: 32px;
    }

    .container-3 .title-2 {
        gap: 16px;
    }

    .container-3 .text-wrapper-7 {
        font-size: 24px;
    }

    .container-3 .list {
        flex-direction: column;
    }

    .container-3 .card,
    .container-3 .card-2,
    .container-3 .card-3 {
        min-height: 350px;
    }

    /* Container 4 - Dark Section */
    .container-wrapper .container-4 {
        padding: 48px 24px;
        gap: 32px;
    }

    .container-4 .text-wrapper-8 {
        font-size: 24px;
    }

    .container-4 .text-wrapper-9 {
        font-size: 13px;
        line-height: 20px;
    }

    .container-4 .lables {
        gap: 8px;
    }

    /* About Section */
    .about .container-5 {
        flex-direction: column;
        gap: 12px;
    }

    .about .image-2 {
        height: 300px;
        width: 100%;
    }

    .about .container-6 {
        padding: 24px;
        gap: 16px;
    }

    .about .text-wrapper-12 {
        font-size: 20px;
        line-height: 28px;
    }

    .about .flexcontainer {
        gap: 12px;
    }

    .about .span {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .hero .container-2 {
        padding: 32px 16px;
    }

    .hero .p {
        font-size: 20px;
        line-height: 28px;
    }

    .hero .item {
        padding: 16px;
    }

    .banner-section {
        height: 250px;
        padding: 24px 16px;
    }

    .banner-section .text-wrapper-5 {
        font-size: 20px;
    }

    .container-wrapper .container-3 {
        padding: 32px 16px;
    }

    .container-3 .text-wrapper-7 {
        font-size: 20px;
    }

    .container-3 .card,
    .container-3 .card-2,
    .container-3 .card-3 {
        min-height: 300px;
    }

    .container-wrapper .container-4 {
        padding: 32px 16px;
    }

    .container-4 .text-wrapper-8 {
        font-size: 20px;
    }

    .about .image-2 {
        height: 250px;
    }

    .about .container-6 {
        padding: 20px;
    }

    .about .text-wrapper-12 {
        font-size: 18px;
        line-height: 24px;
    }
}
