#section-carousel-index {
    width: 100%;
    margin-bottom: 30px;
    /* overflow: hidden; */
    height: 640px;
}

.area-carousel-modern .item img {
    width: 100%;
    height: 100vh; 
    object-fit: cover; 
    display: block;
}

.area-carousel-modern.owl-carousel, .area-carousel-modern .owl-stage-outer, .area-carousel-modern .owl-stage-outer .owl-stage, .area-carousel-modern .owl-item, .area-carousel-modern .item {
    height: inherit;
}

.area-carousel-modern.owl-carousel .owl-item img {
    height: inherit;
}

.area-carousel-modern .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.information-slider {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 999;
    max-width: 600px;
    color: #ffffff;
    text-align: left;
}

.interactive-icon {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(34, 139, 34, 0.8); 
    padding: 5px 15px 5px 20px;
    border-radius: 0px 50px 50px 0px;
    margin-bottom: 20px;
    max-width: max-content;
    left: 38px;
}

.interactive-icon i {
    position: absolute;
    left: -38px;
    margin-right: 8px;
     font-size: 18px;
    background-color: antiquewhite;
    color: green;
    padding: 16px;
    border-radius: 10px;
}

.interactive-icon p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}

.information-slider h3 {
    font-size: 2.8rem; 
    font-weight: 800;
    line-height: 1.0;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.742);
}

.information-slider p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.800);
}

.information-slider a {
    display: inline-block;
    padding: 9px 30px;
    background-color: #2e7d32; 
    border: 1px solid white;
    color: white;
    margin-top: 7px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.information-slider a:hover {
    background-color: transparent;
    border-color: white;
}

@media (max-width: 1024px) {
    .information-slider h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .information-slider {
        top: 36%;
    }
}

@media (max-width: 768px) {
    .information-slider {
        left: 5%;
        max-width: 90%;
        display: none;
    }
    .information-slider h3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .area-carousel-modern .item img {
        height: 350px; 
    }
}

@media (max-width: 640px) {
    #section-carousel-index {
    margin: 90px 0 0 0;
}
}


