/*---------------------------------------
        Service Section CSS
 ----------------------------------------*/


.offer-heading-card {
    position: relative;
}

.offer-heading-card.style1 {
    margin: 0 0 25px;
    border: 1px solid #eee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: var(--siteBorderRadius,5px);
}

.offer-heading-card.style1 .service-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.15;
}

.offer-heading-card.style1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #70BF4A;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.offer-heading-card.style1 .service-icon {
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-heading-card.style1 .service-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 343 / 220;
    object-fit: cover;
    border-radius: var(--siteBorderRadius,5px);
}

.offer-heading-card.style1 .service-info h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.offer-heading-card.style1 .service-info h4 a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.offer-heading-card.style1 .service-info p {
    margin-bottom: 23px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*.offer-heading-card.style1:hover {*/
/*    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
/*    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
/*    -webkit-transform: translateY(-10px);*/
/*    transform: translateY(-10px);*/
/*    border-color: transparent;*/
/*}*/

/*.offer-heading-card.style1:hover .service-shape-1 {*/
/*    z-index: 0;*/
/*    opacity: 0.15;*/
/*    -webkit-filter: brightness(0) invert(1);*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.offer-heading-card.style1:hover:after {*/
/*    width: 100%;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

/*.offer-heading-card.style1:hover .service-icon {*/
/*    background-color: #fff;*/
/*}*/

.offer-heading-card.style1 .service-info {
    padding: 10px 15px;
    background-color: var(--primaryLight);
}

.offer-heading-card.style1:hover .service-info h4 a {
    color: #fff;
}

.offer-heading-card.style1:hover .service-info p {
    color: #fff;
}

.service-slider-one .item {
    padding: 10px 5px 25px;
}

.service-slider-one .owl-prev {
    left: -50px;
    top: 50%;
}

.service-slider-one .owl-next {
    right: -50px;
    top: 50%;
}