section.single-service-header > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.single-service-header-content *:not(a) {
    color: var(--brownred);
}
section.single-service-header {
    position: relative;
    background: #fff;
    padding: 0 !important;
}
.single-service-header-content {
    width: 50%;
    margin-left: auto;
    padding: 200px 20px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6531862745098039) 34%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6531862745098039) 34%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6531862745098039) 34%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    position: relative;
}
img.single-service-banner {
    object-fit: contain !important;
    max-width: 600px;
    padding: 100px;
}
section.single-service-content .flex > div {
    position: relative;
    background: #8C5A5C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.single-service-description-container *:not(a) {
    color: #fff;
}

.single-service-description-container {
    width: 100%;
    max-width: 600px;
    padding: 50px 20px;
    position: relative;
    z-index: 1;
}
.single-service-description-container ul {
    margin-bottom: 16px;
}
.price-variant-item h4, .addonname h5 {
    font-family: 'Poppins-medium' !important;
    text-transform: uppercase;
}
.addonprice h5 {
    font-family: 'Poppins-semibold' !important;
}
section.price-addons {
    padding: 100px 0;
    background: #f8f8f8;
}
.prices{
    margin-bottom: 50px;
}
.prices > .flex {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
.price-variant-item {
    background: #fff;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.price-variant-item:after {
    position: absolute;
    content: "";
    width: 100%;
    background: -moz-linear-gradient(-45deg, rgba(212, 160, 65, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(212, 160, 65, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(212, 160, 65, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(212, 160, 65, 1) 100%);
    background: linear-gradient(-45deg, rgba(212, 160, 65, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(212, 160, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4a041",endColorstr="#d4a041",GradientType=1);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.price-variant-item * {
    position: relative;
    z-index: 2;
}
section.price-addons *:not(a) {
    color: var(--brownred);
}
.addon-items {
    width: 100%;
    max-width: 900px;
    margin: auto auto 10px;
}
.addonname {
    width: 80%;
}
.addonprice {
    width: 20%;
}

section.single-service-benefits .flex {
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
section.single-service-benefits {
    padding: 100px 0;
}
.benefits-item {
    width: 22%;
    color: var(--brownred);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: center;
}
.benefits-item img {
    width: 100%;
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}
section.single-service-benefits h2 {
    color: var(--brownred);
    margin-bottom: 40px;
}
section.single-service-content {
    padding: 0 !important;
}
@media only screen and (max-width: 991.5px){
    .single-service-header-content {
        width: 60%;
        padding: 100px 20px;
    }
    section.single-service-content > .flex {
        flex-direction: column;
    }
    section.single-service-content .flex > div {
        width: 100%;
    }
    .single-service-description-img img {
        min-height: 250px;
        max-height: 350px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@media only screen and (max-width: 767.5px){
    .single-service-header-content {
        width: 100%;
        padding: 50px 20px;
        background: #fff9;
    }
    .single-service-header-content * {
        text-align: center;
    }
    .cta1 {
        width: 100%;
    }
    section.price-addons, section.single-service-benefits {
        padding: 50px 0;
    }
    .benefits-item, .price-variant-item {
        width: 48%;
    }
    .single-service-description h2 {
        text-align: center;
    }
}
@media only screen and (max-width: 550.5px){
    .benefits-item, .price-variant-item {
        width: 100%;
    }
}
