h2.elementor-heading-title {
    background: linear-gradient(11.68deg, #9D6E00 -11.65%, #FFFFFF 101.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.service-box__pricing span {
    display: block;
}

.service-box__pricing span.reg-price {
    font-size: 14px;
    opacity: 0.8;
    text-decoration: line-through;
}

.services .elementor-widget {
    height: 100%;
}

.service-box {
    height: 100%;
    padding: 5px;
    background-image: linear-gradient(180deg, #000000 0%, var(--e-global-color-primary) 100%);
    border-radius: 10px;
	    box-shadow: 0 15px 45px rgb(157 110 0 / 40%);
}


.service-box__inner {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #01000C 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.service-box__action {
    margin-top: auto;
}

.service-box__button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    background: #9D6E00;
padding: 5px 15px;    border-radius: 8px;
    color: #fff;
    transition: all 0.5s;
}

.service-box__button span {
    line-height: 1;
}

.service-box__title {
    color: #9D6E00;
    font-size: 26px;
    font-weight: bold;
}

.service-box__pricing * {
    border: none;
    background: transparent !important;
    padding-inline: 0;
}

.service-box__pricing td:not(:first-child),.service-box__pricing th {
	text-align: right;
    width: 80px;

}

.service-box__pricing td:first-child {
    width: 212px;
}

.service-box__pricing :is(td,th) {
    padding-block: 8px;
}

.service-box__pricing thead {
    border-bottom: 1px solid #fff;
}

.service-box__pricing {
    margin-bottom: 30px;
}

.service-box__pricing table thead:first-child tr:first-child th {
    border-block-start: none;
}

.service-box__image {
    border-radius: 8px;
    overflow: hidden;
}

.service-box__button:hover {
    color: #fff;
    background: #815b02;
}

.testimonials-carousel__item {
    padding: 35px 25px;
    border: 1px solid var( --e-global-color-accent );
    max-width: 95%;
    border-bottom-right-radius: 0;
    box-shadow: 15px 15px 20px rgb(0 0 0 / 5%);
    position: relative;
    background: var( --e-global-color-accent );
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 50px;
    transition: all 0.3s ease;
    transform: translateY(25px);
    margin: 0 auto 50px;
}



.elementor-button {position: relative;overflow: hidden;}

.service-box__button svg {
    width: 40px;
    height: 40px;
    position: relative;
    top: 2px;
}

.elementor-button:before {
    content: "";
    background: linear-gradient(301.27deg, #9D6E00 35.66%, #FFFFFF 88.2%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.elementor-button span {
    position: relative;
    color: #000;
    transition: all 0.5s;
}

.elementor-button:hover:before {
    opacity: 0;
}

.elementor-button:hover span {
    color: #fff;
}

.owl-item.center .testimonials-carousel__item {
    transform: translateY(0);
    box-shadow: 20px 20px 30px rgb(0 0 0 / 10%);
    background: var( --e-global-color-primary );
}

.owl-item.center .testimonials-carousel__item * {
    color: #fff !important;
}

.testimonials-carousel__item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.testimonials-carousel__item h4 {
    font-size: 18px;
    margin: 0;
}

.testimonials-carousel__wrapper .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.testimonials-carousel__wrapper .owl-nav button {
    width: 50px;
    height: 50px;
    background: var( --e-global-color-secondary ) !important;
    border-radius: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-carousel__wrapper .owl-nav button path {
    stroke: #fff;
}

.testimonials-carousel__wrapper .owl-nav button svg {
    width: 15px;
    height: 14px;
}

.testimonials-carousel__wrapper .owl-nav button:hover {
    background: var(--e-global-color-secondary) !important;
}

.testimonials-carousel__item .quote-icon {
    position: absolute;
    right: 30px;
    bottom: auto;
    width: 80px;
    height: 80px;
}

.testimonials-carousel__item .quote-icon svg {
    width: 100%;
    height: 100%;
}

.owl-item.center .testimonials-carousel__item .quote-icon svg path {
    stroke: #fff !important;

}

.testimonials-carousel__item hr {
    width: 200px;
}

.testimonials-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.testimonials-carousel .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
    background: var( --e-global-color-primary ) !important;
    opacity: 0.3;
}

.testimonials-carousel .owl-dot.active {
    opacity: 1;
    width: 25px;
    border-radius: 50px;
}

.service-box__image {
    position: relative;
}

.sale-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #9c6e00;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .testimonials-carousel__item {
        padding: 25px 15px;
        min-height: auto;
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 20px;
    }

    .collection-cta:before,
    .collection-cta:after {
        background-size: cover;
    }

    .testimonials-carousel__item p {
        margin-top: 10px;
    }
}