/* Header Css  */
.site-header {
	position: relative;
	width: 100%;
	/* z-index: 99; */
	/* background: var(--body-color); */
}

.site-header .mobile-header {
	position: fixed;
	width: 50%;
	height: 100vh;
	top: 0;
	right: 0;
	padding: 100px 40px 20px;
	background-color: var(--extra-color-1);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 9999;
}

.header-logo .logo-here {
	object-fit: cover;
	width: 100%;
	/* max-width: 210px; */
}

.head-link {
	gap: 60px;
}

.head-link li:first-child {
	list-style: none;
	padding-left: 0px;
}

.site-header .mobile-header {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	padding: 100px 40px 20px;
	background-color: var(--extra-color-10);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 9999;
}

@media (min-width: 1700px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1530px;
	}
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.head-link {
		gap: 40px;
	}

	.header-logo .logo-here {
		max-width: 220px;
	}
}

@media (max-width: 992px) {
	.site-header .mobile-header.active {
		transform: translateX(0);
	}

	.banner .banner-inner-content {
		padding-left: 0px;
	}
}

/* Mobile Responsive  */

@media (max-width: 576px) {
	.header-logo .logo-here {
		max-width: 160px;
	}
}

/* Mobile Responsive  */

/* Header Css  */

/* banner Css  */
.banner-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.heading-bg {
	font-family: var(--secondary-regular-font);
}

.banner::after {
	content: "";
	position: absolute;
	background-image: url(../img/banner-bottom.png);
	background-repeat: no-repeat;
	width: 90%;
	height: 100px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -16px;
	background-size: cover;
	z-index: 9;
}

.banner-wrapper {
	display: flex;
	justify-content: center;
	align-items: start;
}

.banner .swiper-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
}

.banner .swiper-pagination {
	position: absolute;
	/* top: 0; */
	bottom: 180px;
	right: 30px;
	width: 130px;
	left: unset;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 56px;
	margin: auto;
	transform: rotate(48deg);
	height: 150px;
}

.swiper-line {
	position: relative;
}

.swiper-line::after {
	content: "";
	background-color: #fff;
	width: 70px;
	height: 2px;
	position: absolute;
	left: 30px;
	bottom: 3rem;
	transform: rotate(90deg);
	z-index: 99;
}

.banner .swiper-banner .swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 12px;
	color: var(--body-color);
}

.banner .swiper-pagination-bullet {
	padding: 0px 5px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 19px;
	font-family: var(--primary-bold-font);
	color: var(--body-color);
	opacity: 1;
	background: transparent;
	position: relative;
	transition: 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px !important;
}

.banner .swiper-pagination-bullet-active span.bullet-number {
	display: block;
	font-size: 34px;
	color: var(--secondary-color);
	transform: rotate(311deg);
}

.banner .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	transform: rotate(-45deg);
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	color: var(--body-color);
	background: transparent;
	font-size: 32px;
	font-family: var(--primary-bold-font);
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px !important;
}

span.bullet-number {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: unset;
	/* display: none; */
	/* bottom: -20px; */
	transform: rotate(310deg);
	/* left: -10px; */
}

.banner-social-links {
	z-index: 9;
	height: fit-content;
	margin: auto;
	padding-bottom: 20px;
}

.active-slide-number {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.scroll-down-wrapper {
	bottom: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
}

.scroll-down-wrapper .scrolldown-btn {
	background: transparent;
}

/* Banner Section End Here */

/* about-section Css  */

.about-section {
	background-image: url(../img/about-bg.png);
}

.about-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/about-right-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 420px;
	height: 320px;
	bottom: -240px;
	right: 0;
	z-index: -1;
}

.call_img {
	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.cell-no:hover {
	color: var(--secondary-color);
}

.contact-icon {
	background: var(--secondary-color);
	color: var(--body-color);
	border: 1px solid transparent;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	animation: pulse-animation 2s infinite;
	text-decoration: none;
}

@keyframes float_up_down {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
		/* Adjust the value for the float effect */
	}

	100% {
		transform: translateY(0);
	}
}

/* about-section Css  */

/* service-section Css */

.service-section {
	padding: 100px 0px 68px;
	/* background-color: var(--extra-color-3); */
	z-index: 1;
}

.service-top-content::before {
	content: "";
	position: absolute;
	background-image: url(../img/service-heading-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 130px;
	left: -35px;
	top: -60px;
}

.service-slider .service-slide {
	margin: 20px 20px 0px;
	border-radius: 29px;
	animation: background-animate 3s ease-in-out infinite;
	/* background: #ffffff1f; */
}

.service-slider .service-slide:hover {
	box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.25);
}

.service-slider .service-slide .service-img-wrapper {
	margin-top: -90px;
}

.service-slider .slick-track {
	padding-top: 71px;
}

.service-slide:hover {
	background: var(--extra-color-1);
}

.service-slide:hover .service_hover {
	color: var(--primary-color);
}

.service-slide:hover .btn {
	background: var(--body-color);
	color: var(--primary-color);
	-webkit-text-fill-color: unset;
}

.service-slider .slick-list.draggable {
	padding-bottom: 80px;
}

.service-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
}

.service-btn .service-span {
	background: #d9d9d924;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}

.service-btn:hover .service-span {
	background: var(--secondary-color);
	color: var(--primary-color);
}

.service-dashed-img {
	display: none;
}

@keyframes background-animate {
	0% {
		background-color: var(--body-color);
	}

	33% {
		background: var(--secondary-color);
	}

	66% {
		background-color: var(--extra-color-4);
	}

	100% {
		background-color: var(--body-color);
	}
}

.ml1 .letter {
	display: inline;
	/* line-height: 1em; */
}

.ml1 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
	opacity: 1;
}

/* service-section Css  */

/* testi-section Css  */

.testi-slide {
	margin: 0px 20px;
	border-radius: 16px;
	border: 1px solid transparent;
}

.testi-slide:hover {
	border-color: var(--secondary-color);
	box-shadow: 24px 30px 51px 0 rgba(0, 0, 0, 0.1);
	background: var(--extra-color-2);
}

.testi-slider .slick-list.draggable {
	padding-top: 10px;
}

.testi-slider .slick-dots {
	bottom: -50px;
	left: 0;
	right: 0;
	align-items: center;
	flex-direction: row;
	justify-content: unset;
	top: unset;
	row-gap: 0;
	gap: 7px;
	justify-content: center;
	max-width: fit-content;
	margin: auto;
}

.testi-slider .slick-dots li {
	background: #c0c0c0;
	height: 10px;
	width: 10px;
	margin: 0 6px;
	transition: 0.4s ease;
	border-radius: 50%;
}

.testi-slider .slick-dots li.slick-active {
	background: #ada191;
	width: 10px;
	height: 10px;
}

/* testi-section Css  */

/* cleaning-section Css  */

.cleaning-section {
	background-image: url(../img/cleaning-bg.png);
	padding: 80px 0;
}

.cleaning-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/cleaning-let-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 450px;
	height: 260px;
	bottom: -70px;
}

.cleaning_heading::before {
	content: "";
	position: absolute;
	background-color: var(--extra-color-2);
	background-size: cover;
	width: 80px;
	height: 4px;
	left: -20px;
	bottom: -4px;
}

.badge_wrapper {
	bottom: 70px;
}

/* gallery-section Css  */

.gallery-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/gallery-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 820px;
	height: 940px;
	right: 0;
	top: 0;
	z-index: -1;
}

.gallery_img {
	height: 347px;
	object-fit: cover;
	border-radius: 20px;
}
/* gallery-section Css  */

/* footer Css  */

.site-footer {
	padding: 80px 0px 0px;
	background-image: url(../img/footer-bg.png);
	background-position: top;
}

.footer-lists-heading {
	position: relative;
}

.footer-lists-heading::before {
	content: "";
	position: absolute;
	background-color: var(--body-color);
	width: 40px;
	height: 1px;
	bottom: -10px;
	left: 0;
	background-size: cover;
}

/* footer Css  */
