/* button Style  */
.acre-gradient-bg a {
	background: -o-linear-gradient(right, #9F7516 0%, #AD851F 50%, #815A04 100%);
	background: -webkit-gradient(linear, right top, left top, from(#9F7516), color-stop(50%, #AD851F), to(#815A04));
	background: linear-gradient(to left, #9F7516 0%, #AD851F 50%, #815A04 100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.acre-gradient-bg a:hover {
	background: -o-linear-gradient(right, #815A04 0%, #AD851F 50%, #9F7516 100%);
	background: -webkit-gradient(linear, right top, left top, from(#815A04), color-stop(50%, #AD851F), to(#9F7516));
	background: linear-gradient(to left, #815A04 0%, #AD851F 50%, #9F7516 100%);
}
.acre-gradient-bg-black a {
	background: -o-linear-gradient(right, #212121 0%, #3C3939 50%, #18181A 100%);
	background: -webkit-gradient(linear, right top, left top, from(#212121), color-stop(50%, #3C3939), to(#18181A));
	background: linear-gradient(to left, #212121 0%, #3C3939 50%, #18181A 100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.acre-gradient-bg-black a:hover {
	background: -o-linear-gradient(right, #3C3939 0%, #212121 50%, #3C3939 100%);
	background: -webkit-gradient(linear, right top, left top, from(#3C3939), color-stop(50%, #212121), to(#3C3939));
	background: linear-gradient(to left, #3C3939 0%, #212121 50%, #3C3939 100%);
}



.acre-banner:before{
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
}

.acre-heading-bg .elementor-heading-title span {
    position: relative;
    z-index: 1;
    color: #fff;
}
.acre-heading-bg .elementor-heading-title span:after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% - 20px);
    left: -10px;
    top: 10px;
    background: #000;
    z-index: -1;
    border-radius: 10px;
}

@media (width <= 767px) {
    .acre-header-btn .elementor-button-text {
        display: none;
    }
	.acre-heading-bg .elementor-heading-title span:after {
		width: calc(100% + 12px);
		height: calc(100% - 8px);
		left: -6px;
		top: 4px;
	}
}


/* Form Style  */
.acre-form .gform_required_legend {
	display: none;
}
.acre-form .gform-body .gform_fields {
	gap: 10px !important;
}
.acre-form .gform-body .gform_fields input,
.acre-form .gform-body .gform_fields select,
.acre-form .gform-body .gform_fields textarea {
	font-family: "Montserrat", Sans-serif !important;
    font-size: 19px !important;
	line-height: 24px !important;
    font-weight: 600 !important;
	background: #fff !important;
	border-radius: 5px !important;
	padding: 20px 14px !important;
	min-height: 64px !important;
}
.acre-form .gform-body .gform_fields input::-webkit-input-placeholder, .acre-form .gform-body .gform_fields textarea::-webkit-input-placeholder {
	text-transform: uppercase !important;
}
.acre-form .gform-body .gform_fields input::-moz-placeholder, .acre-form .gform-body .gform_fields textarea::-moz-placeholder {
	text-transform: uppercase !important;
}
.acre-form .gform-body .gform_fields input:-ms-input-placeholder, .acre-form .gform-body .gform_fields textarea:-ms-input-placeholder {
	text-transform: uppercase !important;
}
.acre-form .gform-body .gform_fields input::-ms-input-placeholder, .acre-form .gform-body .gform_fields textarea::-ms-input-placeholder {
	text-transform: uppercase !important;
}
.acre-form .gform-body .gform_fields input::placeholder,
.acre-form .gform-body .gform_fields select,
.acre-form .gform-body .gform_fields textarea::placeholder {
	text-transform: uppercase !important;
}


.acre-form .gform_footer .gform_button {
	width: 100% !important;
	background: -o-linear-gradient(right, #9F7516 0%, #AD851F 50%, #815A04 100%);
	background: -webkit-gradient(linear, right top, left top, from(#9F7516), color-stop(50%, #AD851F), to(#815A04));
	background: linear-gradient(to left, #9F7516 0%, #AD851F 50%, #815A04 100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: "Montserrat", Sans-serif !important;
    font-size: 24px !important;
	line-height: 24px !important;
    font-weight: 700 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 20px !important;
}
.acre-form .gform_footer .gform_button:hover {
	background: -o-linear-gradient(right, #815A04 0%, #AD851F 50%, #9F7516 100%);
	background: -webkit-gradient(linear, right top, left top, from(#815A04), color-stop(50%, #AD851F), to(#9F7516));
	background: linear-gradient(to left, #815A04 0%, #AD851F 50%, #9F7516 100%);
}
.acre-form .gform_confirmation_message {
	color: #AD851F !important;
    border: 2px solid #AD851F !important;
    border-radius: 10px !important;
    padding: 20px 15px !important;
    font-weight: 600 !important;
}
.acre-form-description p a {
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.acre-form-description p a:hover {
    color: #AD851F;
}



.acre-feature-gallery .elementor-gallery-item .elementor-gallery-item__content .elementor-gallery-item__title {
	background: -webkit-gradient(linear, right top, left top, from(rgb(159 117 22 / 20%)), color-stop(50%, rgb(173 133 31 / 20%)), to(rgb(129 90 4 / 40%)));
	background: -o-linear-gradient(right, rgb(159 117 22 / 20%) 0%, rgb(173 133 31 / 20%) 50%, rgb(129 90 4 / 40%) 100%);
	background: linear-gradient(to left, rgb(159 117 22 / 20%) 0%, rgb(173 133 31 / 20%) 50%, rgb(129 90 4 / 40%) 100%);
	border-radius: 0 5px 5px 0;
	opacity: 1 !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 7px 40px;
	position: absolute;
	left: 0;
	bottom: 26px;
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}


.acre-feature-gallery .elementor-gallery-item {
	position: relative;
}
.acre-feature-gallery .elementor-gallery-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#00000000), to(#000000));
	background: -o-linear-gradient(bottom, #00000000 0%, #000000 100%);
	background: linear-gradient(to top, #00000000 0%, #000000 100%);
}
.acre-icon-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.acre-icon-list ul li {
	width: 100%;
	max-width: 450px;
}

@media (width <= 1024px) {
	.acre-icon-list ul {
		gap: 40px;
	}
}
@media (width <= 767px) {
	.acre-icon-list ul {
		gap: 30px;
	}
}
.acre-service-slider .acre-service-slider-box .acre-slider-title {
	background: -webkit-gradient(linear, right top, left top, from(#9F7516), color-stop(50%, #AD851F), to(#815A04));
	background: -o-linear-gradient(right, #9F7516 0%, #AD851F 50%, #815A04 100%);
	background: linear-gradient(to left, #9F7516 0%, #AD851F 50%, #815A04 100%);
}

.acre-service-slider .acre-service-slider-box {
	aspect-ratio: 12.5 / 16;
}

.acre-review-slider .swiper-slide .elementor-testimonial__content {
	position: relative;
}
.acre-review-slider .swiper-slide .elementor-testimonial__content:before,
.acre-review-slider .swiper-slide .elementor-testimonial__content:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.acre-review-slider .swiper-slide .elementor-testimonial__content:before {
	bottom: calc(100% + 20px);
	left: -20px;
	background: url("/wp-content/uploads/2025/06/quat-mark.svg");
}
.acre-review-slider .swiper-slide .elementor-testimonial__content:after {
	top: calc(100% - 10px);
	right: -20px;
	background: url("/wp-content/uploads/2025/06/quat-mark-2.svg");
}
.acre-review-slider .swiper-slide {
	border-radius: 0 60px 0 60px !important;
}

@media (width <= 575px) {
	.acre-review-slider .swiper-slide {
		padding: 60px 20px 30px !important;
		border-radius: 0 30px 0 30px !important;
	}
	
	.acre-review-slider .swiper-slide .elementor-testimonial__content:before {
		bottom: calc(100% + 10px);
		left: -10px;
	}
	.acre-review-slider .swiper-slide .elementor-testimonial__content:after {
		right: -10px;
	}
}

.acre-accordion .e-n-accordion-item {
	border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: var(--e-global-color-35de0cd);
}