/*
Theme Name: Ultimate Decorator
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add CSS Below this Line */


.about-section .bottom-col {
	display: none;
}

header {
	background-color: #fff;
	padding-top:0;
	top: 0 !important;
}

header.sticky {
	padding-top: 0;
}

header section {
	margin-bottom: 15px;
}

header .phone-title,
header .phone-number a {
	color: #000 !important;
}

header.sticky {
	z-index: 9;
}

/* .top-bar-section p {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
} */


/* header .header-logo img {
	height: 100px;
} */

.home a {
	color: #e0c549;
	text-decoration: none;
	font-weight: 600;
}

.banner-section .quote-form-cc textarea {
	background: rgba(255, 255, 255, .5);
	padding: 10px;
	height: auto;
	border: solid 1px rgba(0, 0, 0, 0);
	box-shadow: none;
	color: #000;
	opacity: 1;
	width: 100%;
	resize: none;
}

.about-section .image-01 img {
	aspect-ratio: 4 / 7;
	object-fit: cover;
	padding-bottom: 115px;
}

.about-section .image-02 img {
	aspect-ratio: 4 / 7;
	object-fit: cover;
}

.service-section .s-item {
	height: 92%;
	text-align: center;
	padding: 25px 20px;
	border-radius: 20px;
	background: #FFF;
	margin: 15px 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	transition: all 0.3s ease-in-out;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}

.service-section .s-item:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.service-section .s-item:hover h4 {
	font-weight: 700;
}

.service-section .s-content h4 {
	border-bottom: 2px solid #e0c549;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}

.service-section .service-slider .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.service-section .service-slider .owl-stage-outer .owl-stage {
	display: flex;
}


.service_wrap.service-slider {
	position: relative;
	margin-top: 30px;
}

.service-slider .owl-nav {
	position: absolute;
	top: -80px;
	right: 0;
	display: flex;
	gap: 15px;
}

.service-slider .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background-size: 25px;
	transition: all 0.3s ease-in-out;
}

.service-slider .owl-nav button span {
	display: none;
}

.service-slider .owl-nav button.owl-prev {
	background: url(./assets/img/l-ar1.png) no-repeat center / 25px #e0c549;
}

.service-slider .owl-nav button.owl-next {
	background: url(./assets/img/r-ar1.png) no-repeat center / 25px #e0c549;
}

.service-slider .owl-nav button.owl-prev:hover {
	transform: translateX(-7px) scale(1.1);
}

.service-slider .owl-nav button.owl-next:hover {
	transform: translateX(7px) scale(1.1);
}

.service-container .section-title {
	margin: 10px;
	margin-left: 0;
}

.service-container .section-title h2 {
	text-align: left;
}


.service-section .s-item img {
	display: block;
	height: 250px !important;
	margin-bottom: 20px;
	object-fit: cover;
}

.testimonials-section .testimonials-slider .testimonial-single {
	min-height: 265px;
}

/* We buy Section */

section.we_buy_section {
	background: rgb(241, 241, 241);
}

.webuy_main img {
	width: 100%;
	padding: 20px;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}


.webuy_main {
	position: relative;
}

.webuy_main.row::before {
	position: absolute;
	content: '';
	width: 40%;
	height: 100%;
	top: 0;
	right: 2;
	background: #e0c549;
	clip-path: polygon(0 0, 35% 0, 65% 100%, 0% 100%);
	z-index: 1;
	left: 10px;
}

.webuy_main .section-title {
	margin-bottom: 20px;
}

.webuy_main .section-title h2 {
	text-align: left;
}


.webuy_content ul {
	margin: 15px 0;
}

.webuy_content {
	font-family: "Mulish", sans-serif;
}

.webuy_content ul li {
	margin-bottom: 2px;
}

/* logo Section */

.logo_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
}

.logo_wrapper .single_logo img {
	height: auto;
}

.logo_wrapper .single_logo {
	display: flex;
	align-items: center;
	justify-content: center;
}



section.logo-section {
	background: rgb(241, 241, 241);
	padding: 50px 0;
}

/* Footer */


section.pre-footer {
	padding: 35px 0;
	background: #000;
	margin: 0;
	text-align: center;
	color: #fff;
}


section.pre-footer .row span {
	display: flex;
	font-size: 20px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

section.pre-footer .row span a {
	text-decoration: none;
	color: #e0c549;
	transition: all 0.3s ease-in-out;
}

section.pre-footer .row span.footer_email a {
	text-transform: lowercase;
}


section.pre-footer .row span a:hover {
	color: #fff;
}

section.thank-you-page-content-section {
	height: 80vh;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.error-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 100vh;
}

section.thank-you-page-content-section .container,
.error-section .container {
	height: 100%;
}

section.thank-you-page-content-section:after,
.error-section:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

section.thank-you-page-content-section .row,
.error-section .row {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 26px;
}

section.thank-you-page-content-section .row h1,
.error-section .row h1 {
	color: #fff;
	margin-bottom: 50px !important;
}

.webuy_cta {
	margin: 30px 0;
}

.webuy_cta a {
	background: #000;
	padding: 12px 15px;
	font-size: 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.webuy_cta a:hover {
	background: #e0c549;
	color: #000;
}

section.cta-section .right-col h2.title {
	font-weight: 900;
}

section.cta-section .right-col ul li {
	font-size: 19px;
}

section.cta-section .left-col .ratio {
	height: 100%;
}

section.cta-section .left-col .ratio img {
	object-fit: cover;
}

.cta-section {
	position: relative;
}

.cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.cta-section .custom-col-cc {
	position: relative;
	z-index: 2;
}

.banner-section .title span a:hover {
	animation: none;
}

.blinking-text {
	animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}


/* Service CTAs */

.service-cta-container {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
}

.service-cta-container a {
	background: #000;
	padding: 12px 15px;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	min-width: max-content;
}

.single-service-tel a {
	background: #e0c549;
	color: #000;
}

.single-service-tel a:hover {
	background: #000;
	color: #e0c549;
}

.single-service-btn a:hover {
	background: #e0c549;
	color: #000;
}

section.about-section .service-cta-container {
	justify-content: flex-start;
}
.banner-section .quote-form-cc .title {
    margin-bottom: 15px;
}
span.para {
    color: #e0c549;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
}


@media screen and (min-width: 1399.98px) {
	.home .banner-section {
		padding-top: 160px;
		padding-bottom: 68px;
	}

}

@media screen and (min-width:991px) {
	.cta-section .left-col {
		height: 522px;
	}
}

@media screen and (max-width: 1200px) {
	.logo_wrapper {
		gap: 35px;
	}

	.testimonials-section .testimonials-slider .testimonial-single {
		min-height: 240px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	section.pre-footer .row span {
		flex-direction: column;
		gap: 5px;
	}

	.service-section .s-item p {
		padding: 0 20px;
	}
}


@media screen and (max-width: 991px) {
	.webuy_main {
		flex-direction: column;
		gap: 45px;
	}

	.webuy_main.row::before {
		width: 100%;
		height: 55%;
	}

	.service-section .s-item img {
		height: auto !important;
		padding: 50px;
		padding-bottom: 25px;
		aspect-ratio: 4/3;
	}

	.s-item-container {
		padding: 0 50px;
	}
}

@media screen and (max-width: 767px) {

	.webuy_main.row::before {
		height: 43%;
	}

	.testimonials-section .testimonials-slider .testimonial-single {
		min-height: 295px;
	}
}

@media screen and (max-width: 576px) {

	.webuy_main.row::before {
		display: none;
	}

	.service-section .s-item img {
		padding: 25px;
	}

	.s-item-container {
		padding: 0 25px;
	}

	.service-cta-container {
		flex-direction: column;
		align-items: center;
	}
}

