#service-section {
    margin: 10px 20px 10px 10px;
    padding: 10px 50px;
    background-color: floralwhite;
}

#title-service-container {
    background: linear-gradient(90deg, #c90000, #e00000);
    color: #fff;
    padding: 14px 24px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

#title-service {
    color: white;
    font-weight: bold;
}

#service-icon {
    color: white;
}


.carousel-item {
    height: 800px;

}

#title-service-container,
#service-picture-container,
#service-text-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;

}

#service-picture-container {
    margin: 2rem auto;
    
}


#service-picture-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);

}

.image-wrapper {
    position: relative;
    
}

.image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .8));
    z-index: 1;
}

#text-image-service{
    position: absolute; 
    z-index: 2;
    left: 20px;
    bottom: 20px;
    color: white;
    font-weight: bold;
}

#service-text-container {
    max-width: 720px;
    line-height: 1.65;
    font-size: 1.05rem;
}

