
.banner-company {
    box-sizing: border-box;
    width: 100%;
}

.banner-company * {
    box-sizing: inherit;
}

.banner-company .section-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.banner-company .section-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.banner-company .content-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}

.banner-company .img-col {
    flex: 0 0 70%;
    position: relative;
    height: 0;
    padding-top: 38%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1;
    contain: layout paint;
}
.banner-company .main-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.banner-company .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    border-radius: 12px;
}

.banner-company .main-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.banner-company .img-col:hover .main-banner-img {
    transform: scale(1.015);
}
/*.text-col li{*/
/*    list-style:disc;*/
/*    line-height: 2!important;*/
/*    margin-bottom: 24px;*/
/*    font-size: 16px; /*/
/*}*/

.banner-company .text-col {
    flex: 0 0 30%;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.banner-company h1 {
    margin-bottom: 20px;
    margin-top: 14px;
    font-size: 36px;
    font-family: "Instrument Sans", sans-serif;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    font-weight: 600;
    line-height: 52px;
}
.banner-company .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    backdrop-filter: blur(4px);
}

.banner-company .carousel-prev {
    left: 20px;
}

.banner-company .carousel-next {
    right: 20px;
}

.banner-company .carousel-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.banner-company .carousel-arrow:focus {
    outline: none;
}

.banner-company .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    margin: 0 auto;
    max-width: fit-content;
}

.banner-company .carousel-indicators .indicator {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.banner-company .carousel-indicators .indicator.active {
    background: #ffffff !important;
    width: 28px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.banner-company .carousel-indicators .indicator:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .banner-company .content-layout {
        flex-direction: column;
        gap: 16px;
        padding: 0 8px;
    }

    .banner-company .img-col,
    .banner-company .text-col {
        width: 100%;
        flex: 0 0 100%;
    }

    .banner-company .img-col {
        padding-top: 50%;
        margin: 0 auto;
        border-radius: 8px;
    }

    .banner-company .carousel-arrow {
        width: 44px;
        height: 44px;
    }

    .banner-company .carousel-prev {
        left: 10px;
    }

    .banner-company .carousel-next {
        right: 10px;
    }

    .banner-company .carousel-arrow:hover {
        background: rgba(0, 0, 0, 0.7);
        transform: translateY(-50%);
        box-shadow: none;
    }

    .banner-company .carousel-indicators {
        bottom: 15px;
        padding: 6px 12px;
        gap: 8px;
    }

    .banner-company .carousel-indicators .indicator {
        width: 10px !important;
        height: 10px !important;
    }

    .banner-company .carousel-indicators .indicator.active {
        width: 24px !important;
    }

    .banner-company .box-list {
        padding: 10px 8px;
    }

    .banner-company h1 {
        font-size: 22px;
        line-height: 32px;
      margin: 0px 0 16px;
    }

    .banner-company .text-col {
        line-height: 24px;
        padding: 0 4px;
    }
}

.banner-company .swiper {
    margin-left: auto;
    margin-right: auto;
}
.banner-company .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.banner-company .swiper-pagination-bullet {
    margin: 0 !important;
    background: inherit !important;
    width: auto !important;
    height: auto !important;
}
