﻿
.servicesbox-content {
    position: relative;
}

.service-description {
    display: none;
    background-color: #d35c5c;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.3s;
}

.servicesbox-content:hover .service-description {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-inner .item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.service-image {
    height: 500px;
}