.label-service-section {
    scroll-margin-top: 20px;
    padding: 40px 0 0;
    min-height: 400px;
    width: 100%;
}

.label-service-section h2 {
    font-size: 28px;
    color: #333;
    padding-bottom: 10px;
    text-align: center;
}

.label-service-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: center;
}

.label-service-container {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
    height: 380px;
    align-items: stretch;
    overflow-x: hidden;
}

.label-column {
    flex: 2;
    min-width: 120px;
    max-width: 170px;
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.label-column.active {
    flex: 3 !important;
    min-width: 400px !important;
    max-width: 500px !important;
    background-color: #0b4891 !important;
    color: #fff;
    border: none !important;
}

.narrow-only {
    display: block;
}
.label-column.active .narrow-only {
    display: none;
}

.top-icon {
    position: absolute;
    top: 10px;
    right:6px;
    width: 100px;
    height: 100px;
}
.top-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 10px;
}
.bottom-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.bottom-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bottom-content h3 {
    font-size: 14px !important;
    color: #333333 !important;
}

.wide-only {
    display: none;
}
.label-column.active .wide-only {
    display: block;
}

.wide-top-left {
    padding: 30px 25px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 30px !important;
}
.wide-top-left img {
    width: 50px;
    height: 50px;
}
.wide-top-left h3 {
    font-size: 20px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.column-content {
    display: none;
    padding: 0 20px 20px;
    position: relative;
    width: 100% !important;
    box-sizing: border-box !important;
}
.label-column.active .column-content {
    display: block;
}

.content-flex {
    display: flex;
    width: 100%;
    color: #fff;
    height: 100%;
    align-items: flex-start;
}

.content-cols {
    flex: 1 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 25px !important;
    margin-right: 170px !important;
    padding-top: 25px !important;
    padding-bottom: 5px !important;
}

.content-col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
}
.content-col span {
    display: block !important;
    white-space: nowrap !important;
}

.content-img {
    width: 145px !important;
    height: 145px !important;
    position: absolute !important;
    bottom: -60px !important;
    right: 0 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: none !important;
}
.content-img img {
    width: 85% !important;
    height: 85% !important;
    object-fit: contain !important;
}

@media (max-width: 768px) {
    .label-service-section {
        scroll-margin-top: 10px;
        padding: 20px 0 0;
        min-height: auto;
    }
    .label-service-section h2 {
        font-size: 22px;
    }
    .label-service-section p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .label-service-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
        scroll-behavior: smooth !important;
        height: 350px !important;
        gap: 8px !important;
        padding: 10px 5px !important;
    }
    .label-service-container::-webkit-scrollbar {
        display: none !important;
    }

    .label-column {
        flex: 2 !important;
        min-width: 90px !important;
        max-width: 110px !important;
        height: 100% !important;
        padding: 8px !important;
        margin: 0 !important;
        background-color: #ffffff !important;
        color: #333 !important;
    }

    .label-column.active {
        flex: 3 !important;
        min-width: 280px !important;
        max-width: 350px !important;
        height: 100% !important;
        background-color: #0b4891 !important;
        color: #fff !important;
    }

    .top-icon {
        width: 60px !important;
        height: 60px !important;
        top: 8px !important;
        right: 5px !important;
    }
    .bottom-content {
        bottom: 10px !important;
    }
    .bottom-icon {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 8px !important;
    }
    .bottom-content h3 {
        font-size: 12px !important;
        color: #333 !important;
    }
    .label-column.active .bottom-content h3 {
        color: #fff !important;
    }

    .wide-top-left {
        padding: 20px 15px 5px !important;
        gap: 20px !important;
    }
    .wide-top-left img {
        width: 40px !important;
        height: 40px !important;
    }
    .wide-top-left h3 {
        font-size: 16px !important;
    }

    .column-content {
        padding: 0 10px 10px !important;
    }
    .content-flex {
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .content-cols {
        margin-right: 100px !important;
        padding-top: 15px !important;
        gap: 15px !important;
    }
    .content-col {
        font-size: 12px !important;
        gap: 8px !important;
    }
    .content-img {
        width: 90px !important;
        height: 90px !important;
        bottom: -30px !important;
        right: 10px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .label-service-container {
        gap: 8px;
    }
    .label-column {
        min-width: 100px;
        max-width: 130px;
    }
    .label-column.active {
        min-width: 200px;
        max-width: 330px;
    }
}

@media (min-width: 769px) {
    .label-column .narrow-only {
        display: block !important;
    }
    .label-column .wide-only {
        display: none !important;
    }
    .label-column.active .narrow-only {
        display: none !important;
    }
    .label-column.active .wide-only {
        display: block !important;
    }
    .label-column .column-content {
        display: none !important;
    }
    .label-column.active .column-content {
        display: block !important;
    }
    .label-service-swiper {
        display: none !important;
    }
}