.field-section {
    width: 100%;
    height: 600px;
    background-color: #ffffff;
    position: relative;
    padding: 0;

}

.carousel-wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;    
    max-width: 100%;
}

/* Item intro cố định bên trái */
.carousel-wrapper .item-intro {
    position: relative;
    z-index: 0;
    flex: 0 0 auto;
    width: 100%;
    max-width: 216px;
    height: 600px;
    padding: 24px;
    
}

.carousel-wrapper .item-intro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #067A7E;
    opacity: 0.8;
    z-index: 1;
}

.intro-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    
}
.intro-title {
    width: 168px;
    height: 86px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    opacity: 1;
    z-index: 2;
}

.intro-title h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0;
}

.intro-title p {
    width: 168px;
    height: 16px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 136%;
    letter-spacing: 0.02em;
    opacity: 0.5;
    margin: 0;
}


.intro-label {
    font-size: 14px;
    color: var(--cyan-300);
    font-weight: 500;
}

.item-intro h2 {
    font-size: 40px;
    line-height: 1.2;
    color: white;
    margin: 0;
}

.intro-desc {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin: 0;
}

/* Carousel scrollable ở giữa */
.carousel-scroll-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    height: 520px;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

/* Carousel items */
.carousel-items {
    flex: 0 0 auto;
    width: 216px;
    padding: 24px;


}

.carousel-items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #067A7E;
    opacity: 0.2;
    z-index: 1;
}

/* Background images */
.carousel-items {
    background-size: cover;
    background-position: center;
}

.carousel-items:hover::before {
    background: #067A7E;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}



.swiper .carousel-items{
    gap: 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    height: 600px;
    width: 216px;
}


/* Card content */
.card-container {
    width: 199.5px;
    position: relative;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 3;
}

.carousel-content {
    width: 168px;
    position: relative;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-number {
    font-size: 16px;
    font-weight: 600;
    color: #067A7E;
    margin: 0;
}



.card-heading {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin: 0;
    

}

.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    position: relative;
    margin: 0 !important;
}

.card-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--cyan-400);
    
}

.card-divider {
    width: 48px;
    height: 2px;
    background-color: #067A7E;
    margin: 0;
}

.card-button {
    width: 110px;
    padding: 6px 20px;
    background-color: #067A7E;
    border: 1px solid #067A7E;
    color: white;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.carousel-items:hover .card-button {
    background-color: #ffffff;
    color: #067A7E;
    border: 1px solid white;
}

.carousel-items:hover .card-container .carousel-content .card-number {
    color: #ffffff;
}

.carousel-items:hover .card-container .card-divider {
    background-color: #ffffff;
}


/* Controls bên phải: counter + 2 arrows */
/* Controls bên phải: counter + 2 arrows */
.carousel-controls {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    z-index: 2;    
    top: 50%;
    transform: translateY(-50%);
    left: 10.5%;
}

.carousel-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 56px;
    height: 56px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #067A7E;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-controls .carousel-nav {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}



/* Tạo mũi tên cho prev/next */
.carousel-controls .carousel-nav::after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    display: block;
    flex-shrink: 0;
}

.carousel-controls .carousel-prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.carousel-controls .carousel-next::after {
    transform: rotate(45deg);
    margin-right: 3px;
}


.icon-button {
    width: 104px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    color: white;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.icon-button:hover {
    opacity: 0.8;
}

@media (max-width: 575px){
    .field-section {
        height: auto;

    }
    .carousel-wrapper .item-intro {
        width: 197px;
    }
    .carousel-wrapper .item-intro .intro-content .intro-title h3{

            font-size: 18px;      /* 1.125rem */
            font-weight: 600;     /* Semi-bold */
            line-height: 1.4;


    }
    

    .carousel-controls {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    z-index: 2;    
    top: 50%;
    transform: translateY(-50%);
    left:137px;
}
}

