/*---- THEME CSS STARTS ----*/

body {
    overflow-x: hidden !important;
    position: relative;
    font-family: "Inter", Sans-serif;
}

.page-header {
   display: none;
}

.image-hover {
    overflow: hidden;
}
.image-hover img {
    transition: all 0.5s ease-in;
    width: 100%;
}
.image-hover:hover img {
    transform: scale(1.1);
}


/*--- CUSTOM BUTTON CSS ----*/

.custom-btn a.elementor-button {
    padding: 8px 16px 8px 8px;
}
.custom-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.custom-btn span.elementor-button-content-wrapper:before {
    content: "";
    background: url(../images/arrow-right.svg) no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 40px;
    margin-right: 5px;
}
.custom-btn.blue span.elementor-button-content-wrapper:before {
    background: url(../images/arrow-rightblue.svg) no-repeat;
    background-position: center;
    background-color: white;
}

/*--- CUSTOM BUTTON CSS ----*/

.fullPadding {
    padding-left: 60px;
    padding-right: 60px;
}

.elementor-widget-breadcrumbs {
    font-size: inherit;
}

/*---- THEME CSS ENDS ----*/


/*------ HEADER CSS STARTS -----*/

.custom-header.e-con.elementor-sticky--active {
    background: #ffffffc4;
    z-index: 9999;
    backdrop-filter: blur(10px);
}

.custom-logo a img[src$=".svg"] {
    width: auto;
}
ul.htmega-megamenu li:last-child {
    margin: 0 !important;
}
.htmega-menu-container ul.htmega-megamenu li.current-menu-item a {
    font-weight: 600 !important;
}

/*---- MEGA MENU CSS STARTS ----*/
.cleaning-service-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
}
.menu-service-item {
    display: flex;
    align-items: center;
    padding: 0px 20px 0 0px;
    border-radius: 60px;
	transition: all 0.5s ease-in;
}
.menu-service-item:hover {
    background-color: #fff;
}
.menu-service-item .ss-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    padding: 15px;
    margin-right: 15px;
    background-color: white;
}
.menu-service-item h6 {
    font-size: 14px;
    color: #000D1B;
    line-height: normal;
    margin: 0;
    font-weight: 600;
}

/* .htmega-menu-container .sub-menu, .htmega-menu-container .htmegamenu-content-wrapper {
    transform: translateY(-50px);
    margin-top: 0 !important;
    box-shadow: none;
} */

.htmega-menu-container .htmegamenu-content-wrapper,.htmega-menu-container .sub-menu {
	transform: translateY(-50px);
	position: fixed;
	top: unset;
	right: 0;
	margin-top: 0!important;
	margin: 0 auto;
	box-shadow: none
}

.htmega-menu-container .htmega-menu-area ul li:hover > .sub-menu, .htmega-menu-container .htmega-menu-area ul li:hover .htmegamenu-content-wrapper {
    transform: translateY(20px);
}

span.htmenu-icon:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -5px;
	transform: translateY(-50px);
	opacity: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #F6FDFF;
}
li.htmega_mega_menu:hover span.htmenu-icon:before {
	transform: translateY(0);
    opacity: 1;
}
/*---- MEGA MENU CSS ENDS ----*/

/*------ HEADER CSS ENDS -----*/



/*----- HOME SLIDER CSS STARTS -----*/

.slider-main {
	aspect-ratio: 16 / 7;
/* 	background-color: rgb(211,211,211); */
	background-image: url(https://albataeh.ae/wp-content/uploads/2026/04/Homeslide1.webp);
	background-size: cover;
	background-position: center center;
	border-radius: 40px; 
	overflow:hidden;
}
/* .slider-main:before{
  content:"";
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  animation: loading 1s infinite;
  z-index: 45;
} */
/* @keyframes loading {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
} */

.slider-main.slick-loaded {
/*     background-color: transparent; */
	background-image: none;
}
.slider-main.slick-loaded:before {
    display: none;
}

/* Hide slider until slick initializes */
.homeslider {
  opacity: 0;
  visibility: hidden;
}
/* Show only after slick is ready */
.homeslider.slick-initialized {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.slider-main, .sliderInner {
    position: relative;
}

.sliderInner .inner-content {
    color: white;
     position: absolute;
     bottom: 0;
     top: 0;
     width: 100%;
     align-items: center;
     display: flex;
}

.sliderInner .inner-content .container {
    width: 1320px;
    margin: 0 auto;
}
.homeslider .slick-slide > div .item {
    display: block !important;
}
.sliderInner .inner-content .slide-cont {
    width: 50%;
}
.sliderInner .image img {
    width: 100%;
    border-radius: 40px;
}
.sliderInner .inner-content h2 {
    font-size: 56px;
    font-weight: 600;
}
.sliderInner .inner-content p {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-bottom: 25px;
}

.slider-buttons a {
    color: white;
    padding: 8px 16px 8px 8px;
    border-radius: 40px;
    background-color: #159547;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}
.slider-buttons a:before {
    content: "";
    background: url(../images/arrow-right.svg) no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 40px;
    margin-right: 10px;
}
.slider-buttons a.blue{
    background-color: #41C1F0;
}
.slider-buttons a.blue:before {
    background: url(../images/arrow-rightblue.svg) no-repeat;
    background-position: center;
    background-color: white;
}


.slide-cont h6 {
    font-size: 22px;
}


/* Base state (hidden – NO animation) */
.homeslider .slick-slide .inner-content h6,
.homeslider .slick-slide .inner-content h2,
.homeslider .slick-slide .inner-content p,
.homeslider .slick-slide .inner-content .slider-buttons {
  opacity: 0;
  transform: translateY(40px);
  transition: none;
}

/* Active slide – animate IN only */
.homeslider .slick-slide.slick-current.slick-active .inner-content h6,
.homeslider .slick-slide.slick-current.slick-active .inner-content h2,
.homeslider .slick-slide.slick-current.slick-active .inner-content p,
.homeslider .slick-slide.slick-current.slick-active .inner-content .slider-buttons {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

/* Optional stagger */

.homeslider .slick-slide.slick-current.slick-active .inner-content h2 {
  transition-delay: 0.1s;
}

.homeslider .slick-slide.slick-current.slick-active .inner-content h2 {
  transition-delay: 0.2s;
}

.homeslider .slick-slide.slick-current.slick-active .inner-content p {
  transition-delay: 0.4s;
}

.homeslider .slick-slide.slick-current.slick-active .inner-content .slider-buttons {
  transition-delay: 0.6s;
}


.homeslider ul.slick-dots {
    bottom: 0;
    background-color: white;
    width: 224px;
    height: 125px;
    border-radius: 40px 0 0 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeslider ul.slick-dots:before{
    content: '';
    background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 98%, #FFF);
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0px;
}
.homeslider ul.slick-dots:after{
    content: '';
    background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 98%, #FFF);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: -40px;
}

.homeslider .slick-dots li {
    background: #000;
    margin: 0 10px;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 20px;
    position: relative;
    left: 5px;
}
.homeslider .slick-dots li.slick-active {
    background: #159547;
    width: 24px;
    height: 24px;
}
.homeslider .slick-dots li button {
    display: none;
}

/*----- HOME SLIDER CSS ENDS -----*/


.rightContainer .elementor-widget-shortcode {
    margin-left: calc((100% - 1320px) / 2);
    margin-right: 0;
    overflow: hidden;
}

.customContainer {
    margin-left: calc((100% - 1320px) / 2) !important;
    margin-right: 0 !important;
    overflow: hidden;
    width: auto;
}


/*---- ABOUT SECTION HOME PAGE CSS STARTS ----*/

.counterCol .elementor-widget-counter:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 1px;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.1);
}

/*---- ABOUT SECTION HOME PAGE CSS ENDS ----*/



/*----- SERVICE SECTION CSS STARTS -----*/

body.home .e-n-tabs-content {
    border-top: none;
}

.homeTabs .e-n-tab-title {
    border: 2px solid #159547;
}

.boxServ span.elementor-icon {
    width: 72px;
    height: 72px;
    background: #E7F4EC;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-button span.elementor-button-content-wrapper {
    align-items: center;
}
.service-button span.elementor-button-content-wrapper:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.93018L20.4999 12.0002L14.4299 18.0702' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 40px;
    margin-left: 5px;
    transform: rotate(-40deg);
    transition: all 0.2s ease-in;
}



.serviceCol * {
  transition: all 0.2s ease-in;
}
.serviceCol:hover *:not(svg, svg *) {
  color: #fff;
}
.serviceCol:hover .elementor-icon-box-icon svg {
  fill: #328151 !important;
  color: #328151 !important;
}
.serviceCol .elementor-icon-box-icon svg {
  transition: fill 0.2s ease-in, stroke 0.2s ease-in;
}

.serviceCol:hover .service-button span.elementor-button-content-wrapper:after{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.93018L20.4999 12.0002L14.4299 18.0702' stroke='%23328151' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23328151' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  transform: rotate(0);
}


.serviceCol:hover {
    background-color: #328151 !important;
}
.serviceCol:hover h3.elementor-image-box-title {
    color: #FFF;
}
.serviceCol:hover figure.elementor-image-box-img img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(32%) saturate(706%) hue-rotate(91deg) brightness(92%) contrast(93%);
}
.serviceCol:hover figure.elementor-image-box-img {
    background-color: #FFF;
}
.boxServ h3.elementor-image-box-title {
    margin: 0 !important;
}
.boxServ figure.elementor-image-box-img {
    width: 72px;
    height: 72px;
    background-color: #e7f4ec;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-right: 15px !important;
}
/*----- SERVICE SECTION CSS ENDS -----*/


/*---- PROJECTS SECTION CSS STARTS ----*/

.custom-projects .elementor-image-box-content {
    display: flex;
    align-items: center;
}
.custom-projects .elementor-image-box-content h3.elementor-image-box-title {
    margin: 0;
}
.custom-projects .elementor-image-box-content p.elementor-image-box-description:before {
    content: "-";
    margin: 0 10px;
}


.custom-projects figure.elementor-image-box-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
/* .custom-projects figure.elementor-image-box-img:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.custom-projects figure.elementor-image-box-img:after {
    content: "";
    background: url(../images/ServiceIcon.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    transition: all 0.5s ease-in;
    opacity: 0;
} */

.custom-projects figure.elementor-image-box-img:hover:before{
    opacity: 0.5;
}
.custom-projects figure.elementor-image-box-img:hover:after{
    opacity: 1;
    transform: translate(-50%, -50%);
}

/*---- PROJECTS SECTION CSS ENDS ----*/


/*----- GALLERY SECTION CSS STARTS -----*/

.filter-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.filter-btn {
    border: 1px solid #159547;
    color: #159547;
    background: transparent;
    padding: 13.5px 41px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
button.filter-btn:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    margin-right: 10px;
}

.filter-btn.active,
.filter-btn:hover {
    background: #159547;
    color: #fff;
}

/* --- ISOTOPE MASONRY LAYOUT --- */

.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.05); }

.wdt-one-fifth {
    width: 20%;
}
.wdt-two-five {
    width: 40%;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .gallery-item { width: 50%; }
}
@media (max-width: 600px) {
  .gallery-item { width: 100%; }
}


/*----- GALLERY SECTION CSS ENDS -----*/

/*---- HOME CONTACT SECTION CSS STARTS ----*/

.customForm input {
    padding: 0 20px !important;
    height: 56px;
    border-radius: 40px;
}
.customForm textarea {
    padding: 20px 20px;
    border-radius: 20px;
}

.customForm .elementor-field-type-submit .elementor-button {
    padding: 8px 16px 8px 8px !important;
    border-radius: 40px !important;
    display: flex;
}
.customForm .elementor-field-type-submit .elementor-button:before {
    content: "";
    background: url(../images/arrow-right.svg) no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 40px;
    margin-right: 10px;
}

/*---- HOME CONTACT SECTION CSS ENDS ----*/



/*---- HOME BLOG SECTION CSS STARTS -----*/
.sidePost .elementor-post a.elementor-post__thumbnail__link {
    width: 44.5%;
}
.sidePost  .elementor-post__thumbnail img {
    height: 227px;
    object-fit: cover;
}
.sidePost .elementor-posts .elementor-post {
    align-items: center;
}
.sidePost .elementor-posts .elementor-post img, .mainPost .elementor-posts .elementor-post img {
    border-radius: 20px;
}


.homeMain  .elementor-post__thumbnail img {
    height: 330px;
    object-fit: cover;
}

.mainPost .elementor-post__text, .sidePost .elementor-post__text {
    display: flex;
}
.mainPost .elementor-posts .elementor-post__meta-data, .sidePost .elementor-posts .elementor-post__meta-data {
    order: -1;
}
.mainPost span.elementor-post-date, .sidePost span.elementor-post-date {
    display: flex;
    align-items: center;
}
.mainPost span.elementor-post-date:before, .sidePost span.elementor-post-date:before {
    content: "";
    background: url(../images/BlogCalender.svg) no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/*---- HOME BLOG SECTION CSS ENDS -----*/


/*--- ABOUT US PAGE CSS STARTS ---*/
.InnerBanner {
    min-height: 430px;
	border-radius: 30px;
}

.core-slider .elementor-swiper-button-prev svg {
    transform: rotate(-180deg);
    opacity: 0.6;
}
.core-slider .elementor-swiper-button-prev:hover svg {
    opacity: 1;
}
.core-slider:before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    top: 96px;
    left: -50%;
    width: calc(100% + 100%);
}
.core-slider .elementor-icon-box-content {
    margin-top: 30px;
}
.core-slider .elementor-icon-box-icon {
    position: relative;
}
.core-slider .elementor-icon-box-icon:before {
    content: "";
    border-radius: 3px;
    background: #161616;
    box-shadow: 0 0 0 5px #F5F4F2;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -30px;
}

.aboutVision-img {
    display: none;
}
.e-n-tabs-content {
    border-top: 1px solid #E8E8E8;
    padding-top: 20px;
}
/*--- ABOUT US PAGE CSS ENDS ---*/


/*----- SERVICES PAGE CSS STARTS -----*/
.service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-item:nth-child(even) {
    flex-direction: row-reverse;
}
.service-item:not(:last-child) {
    margin-bottom: 60px;
}

.service-content {
    padding: 0 40px;
    width: 46%;
}
.service-image {
    width: 48%;
}
.service-image img {
    display: block;
    border-radius: 30px;
}
.ss-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: #e7f4ec;
    border-radius: 50%;
}
.ss-icon svg {
    color: #41C1F0;
}

.service-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000D1B;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
}
.service-content p {
    font-size: 15px;
    margin-bottom: 40px;
}
.service-content a {
    font-size: 15px;
    color: #555555 !important;
    font-weight: 600;
	display: flex;
    align-items: center;   
}
.service-content a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.93018L20.4999 12.0002L14.4299 18.0702' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 40px;
    margin-left: 10px;
    transform: rotate(-40deg);
    transition: all 0.2s ease-in;
}
/*----- SERVICES PAGE CSS ENDS -----*/

/*---- SERVICE SINGLE PAGE CSS STARTS ----*/

.service.postContent h2 {
    margin-top: 0;
}

.innerMenu .cleaning-service-menu {
    display: block;
}
.innerMenu .menu-service-item {
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #DFDEDC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.innerMenu .menu-service-item.active {
    border-bottom: 1px solid #159547;
}
.innerMenu .menu-service-item:last-child{
    border: none;
}
.innerMenu .menu-service-item .ss-icon {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    margin-right: 10px;
}
.innerMenu .menu-service-item .ss-icon img {
    width: 18px;
}
.innerMenu .menu-service-item h6 {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}
.innerMenu .menu-service-item.active h6 {
    font-weight: 500;
    color: #161616;
}
.innerMenu .menu-service-item:hover {
    background: none;
}

.sideForm .contact-form .form-input, .sideForm .contact-form textarea {
    background-color: #FFFFFF;
}
.sideForm .service-accordion, .sideForm .service-accordion-body {
    background: #FFFFFF;
}

.service-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-item {
    background: #f7f7f7;
    border-radius: 12px;
    overflow: hidden;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.faq-answer {
    display: none;
    padding: 0 24px 20px;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    width: 65%;
}
.faq-item.active .faq-answer {
    display: block;
}


/*---- SERVICE SINGLE PAGE CSS ENDS ----*/


/*---- BLOGS PAGE CSS STARTS ----*/

nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #C5C5C5;
    border-radius: 50%;
}
.page-numbers.prev, .page-numbers.next {
    font-size: 0;
}
span.page-numbers.prev, span.page-numbers.next {
    display: none;
}
.page-numbers.prev:before, .page-numbers.next:before {
    content: "";
    background: url(../images/arrow-right.svg);
    width: 24px;
    height: 24px;
    display: block;
    filter: brightness(0);
}
.page-numbers.prev:before {
    transform: rotate(-180deg);
}
span.page-numbers.current {
    background: #159547;
    border-color: #159547;
    color: white !important;
}



.mainPost a.elementor-post__read-more{
    display: flex;
    align-items: center;    
}

.mainPost a.elementor-post__read-more:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.93018L20.4999 12.0002L14.4299 18.0702' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 40px;
    margin-left: 10px;
    transform: rotate(-40deg);
    transition: all 0.2s ease-in;
}

/*---- SINGLE PAGE CSS ----*/

.innerPosts .elementor-post a.elementor-post__thumbnail__link {
    width: auto;
}
.innerPosts .elementor-post__thumbnail img {
    height: 100px !important;
    width: 100px;
}
.innerPosts span.elementor-post-date:before {
    background-size: contain;
    background-position: center;
    width: 16px;
	height:16px;
    margin-right: 5px;
}


.custom-search .e-search-input-wrapper:before {
    content: "";
    background: url(../images/tabler_search.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 25px;
}

.custom-search .e-search-input-wrapper input {
    padding-right: 70px !important;
}

.postContent h2 {
    color: #000;
    margin-top: 30px;
}
.postContent h3 {
    color: #000;
}
.postContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.postContent ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #41C1F0;
    margin-right: 10px;
    font-size: 17px;
}
.postContent li {
    color: #161616;
    margin-bottom: 10px;
    display: flex;
}

/*---- BLOGS PAGE CSS ENDS ----*/


/*---- CONTACT US PAGE CSS STARTS ----*/

.contact-form label {
    color: #0A0A0A;
    font-size: 14px;
    width: 100%;
}

.form-cs-row {
    display: flex;
    grid-gap: 25px;
    margin-bottom: 20px;
}
.service-row {
    margin-bottom: 20px;
	font-size: 14px;
}
.service-row > label {
    margin-bottom: 10px;
}

.service-group-error-input {
    display: none;
}

.form-cs-row .form-col {
    width: 50%;
}
.form-cs-row .form-full-col{
    width: 100%;
}
.form-cs-row .form-full-col label {
    display: block;
}
.contact-form .form-input, .contact-form textarea {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background-color: #F3F3F5;
    height: 48px;
    padding: 4px 22px;
    margin-top: 10px;
    color: #717182;
    font-size: 14px;
}
.contact-form textarea {
    height: 113px;
    padding: 14px 22px;
}


.contact-form select.form-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-form select.form-input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}


.service-accordion {
    background: #F3F3F5;
    border-radius: 8px;
	position: relative;
}
.service-accordion-header {
    font-size: 14px;
    font-weight: 400;
    color: #717182;
    height: 48px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-accordion-header .arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    transition: 0.3s;
}

.service-accordion.open .arrow {
    transform: rotate(-135deg);
}

/* .service-accordion-body {
    display: none;
    padding-bottom: 15px;
} */


.service-accordion-body {
    display: none;
    padding-bottom: 15px;
    position: absolute;
    background: #F3F3F5;
    border-radius: 0 0 10px 10px;
    z-index: 999;
}

.service-option {
    display: block;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

.service-option input {
    margin-right: 10px;
}

.contact-form span.wpcf7-form-control-wrap {
    display: block;
}
.contact-form span.wpcf7-form-control.wpcf7-checkbox {display: block;padding: 0 15px;}
.contact-form span.wpcf7-list-item {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 14px 15px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
}

.contact-form span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.contact-form span.wpcf7-list-item-label {
    color: #666;
    margin-left:10px;
}
.contact-form span.wpcf7-list-item label input[type="checkbox"] {
    accent-color: #41c1f1;
}

.submit-btn {
    background-image: url(../images/submitBtn.svg) !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}
.submit-btn {
    border-radius: 50px;
    background-color: #159547 !important;
    color: #fff !important;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 50px 15px 70px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}


label.nameLabel:before, label.emailLabel:before, label.subjectLabel:before, label.serviceLabel:before, label.messageLabel:before {
    content: "";
    background: url(../images/contact/nameIcon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
label.emailLabel:before{
	background: url(../images/contact/emailIcon.svg);
}
label.subjectLabel:before{
	background: url(../images/contact/subjectIcon.svg);
}
label.serviceLabel:before{
	background: url(../images/contact/serviceIcon.svg);
}
label.messageLabel:before{
	background: url(../images/contact/messageIcon.svg);
}

/*---- CONTACT US PAGE CSS ENDS ----*/


/*----- FOOTER CSS STARTS -----*/


/*----- FOOTER CSS ENDS -----*/



@media only screen and (max-width: 1680px){
	
.cleaning-service-menu {
    grid-column-gap: 20px;
}
.menu-service-item {
    padding: 0px 10px 0 0px;
}
.menu-service-item .ss-icon {
    width: 54px;
    height: 54px;
    margin-right: 10px;
}
.menu-service-item h6 {
    font-size: 13px;
}
	

.fullPadding {
    padding-left: 40px;
    padding-right: 40px;
}
.sliderInner .inner-content .container {
    width: 1140px;
}
.sliderInner .inner-content h2 {
    font-size: 46px;
}
.sliderInner .inner-content p {
    font-size: 18px;
}
.slide-cont h6 {
    font-size: 20px;
}


.homeslider ul.slick-dots {
    width: 194px;
    height: 95px;
}
.homeslider .slick-dots li {
    margin: 0 10px;
    width: 10px;
    height: 10px;
}
.homeslider .slick-dots li.slick-active {
    width: 18px;
    height: 18px;
}


.counterCol .elementor-widget-counter:not(:last-child)::after {
    right: -35px;
    height: 80%;
}

.gallery-item {
    padding: 10px;
}

.sidePost .elementor-post a.elementor-post__thumbnail__link {
    width: 45%;
}
	
.InnerBanner {
    min-height: 310px;
}
.innerPosts a.elementor-post__thumbnail__link {
    width: auto !important;
}
	

.service-content h6 {
    font-size: 16px;
}
.service-content p, .service-content a {
    font-size: 14px;
}
.innerMenu .menu-service-item h6 {
    font-size: 15px;
}
	
.faq-question {
    font-size: 18px;
}
.faq-answer {
    font-size: 14px;
}
	
	
.sidePost .elementor-post__thumbnail img {
    height: 220px;
}

}

@media only screen and (max-width: 1279px){
	
.fullPadding {
    padding-left: 15px;
    padding-right: 15px;
}
/* li#nav-menu-item-636 .htmegamenu-content-wrapper.sub-menu {
    left: -460px !important;
} */
	
.sliderInner .inner-content .container {
    width: 960px;
}
.sliderInner .inner-content h2 {
    font-size: 38px;
}
.sliderInner .inner-content p {
    font-size: 15px;
}
.slide-cont h6 {
    font-size: 17px;
}
	
.homeslider ul.slick-dots {
    width: 144px;
    height: 65px;
}
.homeslider .slick-dots li {
    margin: 0 6px;
}
.homeslider .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
}
	
.cleaning-service-menu {
    grid-column-gap: 15px;
}
.menu-service-item .ss-icon {
    width: 44px;
    height: 44px;
    margin-right: 5px;
    padding: 8px;
}
.menu-service-item h6 {
    font-size: 12px;
}

.counterCol .elementor-widget-counter:not(:last-child)::after {
    right: -20px;
}
	
	
.filter-btn {
    font-size: 15px;
}
.gallery-item {
    padding: 8px;
}
.gallery-item img {
    border-radius: 10px;
}


.InnerBanner {
    min-height: 280px;
    border-radius: 20px;
}
	
.service-content h6 {
    font-size: 15px;
	padding-bottom: 10px;
}
.service-content p, .service-content a {
    font-size: 13px;
}
.service-content {
    padding: 0 40px;
    width: 48%;
}
.service-image {
    width: 50%;
}
.ss-icon {
    width: 62px;
    height: 62px;
    padding: 13px;
}
.innerMenu .menu-service-item h6 {
    font-size: 14px;
}

.faq-question {
    font-size: 17px;
}
.faq-answer {
    font-size: 13px;
    line-height: 22px;
}


.homeMain .elementor-post__thumbnail img {
    height: 310px;
}

}

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

/* .htmega-menu-area .htmega-megamenu {
    display: none !important;
}
.htmega-menu-area {
	border: none;
	font-size: 20px;
	margin-bottom: 0;
	padding: 5px 10px;
	float: right;
	display: inline-block;
}
a.htmobile-aside-button {
    display: inline-block !important;
}
a.htmobile-aside-button svg {
    color: black;
    font-size: 18px;
}
a.htmobile-aside-close svg {
    color: white;
}
.htmega-menu-container ul > li > a {
    color: #666;
}
.htmega-menu-container .sub-menu, .htmega-menu-container .htmegamenu-content-wrapper {
    transform: translateY(0);
}
.cleaning-service-menu {
    display: block;
}
.menu-service-item .ss-icon {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}
.menu-service-item .ss-icon img {
    width: 24px;
} */

.slider-main{
	border-radius:20px	
}
.sliderInner .inner-content .slide-cont {
    width: 65%;
}
.sliderInner .inner-content .container {
    width: 720px;
}
.sliderInner .image img {
    border-radius: 20px;
}
.sliderInner .inner-content h2 {
    font-size: 30px;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 10px !important;
}
.sliderInner .inner-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.slide-cont h6 {
    font-size: 16px;
}
	
.homeslider ul.slick-dots {
    border-radius: 20px 0 0 0;
}
	
.homeslider ul.slick-dots:before{
    width: 30px;
    height: 30px;
    top: -30px;
}
.homeslider ul.slick-dots:after{
    width: 30px;
    height: 30px;
    left: -30px;
}
	
	
.responsiveMenu{
	margin-left: auto;
}
.serviceCol {
    margin: 0 !important;
}
.custom-projects figure.elementor-image-box-img {
    border-radius: 10px;
}
.custom-projects .elementor-image-box-content {
    display: block;
}
.custom-projects .elementor-image-box-content p.elementor-image-box-description:before {
    display: none;
}
	
	
.counterCol .elementor-widget-counter:not(:last-child)::after {
    display: none;
}


.homeMain .elementor-post__thumbnail img {
    height: 146px;
}
.sidePost .elementor-post__thumbnail img {
    height: 147px;
}
.sidePost .elementor-posts .elementor-post img, .mainPost .elementor-posts .elementor-post img {
    border-radius: 15px;
}
.mainPost span.elementor-post-date:before, .sidePost span.elementor-post-date:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
	
.contact-form .form-input, .contact-form textarea {
    height: 44px;
    padding: 4px 15px;
    margin-top: 8px;
    font-size: 13px;
}
.contact-form textarea {
    height: 96px;
    padding: 10px 15px;
}
.service-accordion-header {
    font-size: 13px;
    height: 44px;
    padding: 0 15px;
}
.form-cs-row {
    grid-gap: 15px;
    margin-bottom: 15px;
}
.contact-form label {
    font-size: 13px;
}
.submit-btn {
    font-size: 15px;
}
.contact-form span.wpcf7-list-item {
    padding: 10px 10px;
}
	
	
.InnerBanner {
    min-height: 230px;
    border-radius: 15px;
}
.page-numbers {
    width: 50px;
    height: 50px;
}
.innerPosts .elementor-posts .elementor-post {
    display: block;
}
.innerPosts .elementor-posts .elementor-post .elementor-post__thumbnail img {
    width: 100%;
    height: auto !important;
    margin-bottom: 10px;
}
.service-accordion-header .arrow {
    width: 7px;
    height: 7px;
}
	
	
.service-image img {
    border-radius: 10px;
}
.ss-icon {
    width: 52px;
    height: 52px;
}
.service-content h6 {
    font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.service-content p, .service-content a {
    font-size: 12px;
}
.service-content p {
    margin-bottom: 15px;
}
.service-content {
    padding: 0 20px;
    width: 50%;
}
.service-image {
    width: 50%;
}
.service-item:not(:last-child) {
    margin-bottom: 40px;
}
.postContent h2 {
    margin-top: 20px;
}
	
.innerMenu .menu-service-item h6 {
    font-size: 13px;
}
.innerMenu .menu-service-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
	
.faq-question {
    font-size: 16px;
}
.faq-answer {
    width: 85%;
}
.postContent ul li:before {
    margin-right: 8px;
    font-size: 15px;
}
	
.aboutImage .elementor-widget-image {
    height: 100%;
}
.aboutImage .elementor-widget-image img{
    height: 100%;
    object-fit: cover
}
	
.responsiveMenu .elementor-nav-menu .sub-arrow {
    font-size: 18px;
}
.responsiveMenu li a.elementor-item.has-submenu.highlighted .sub-arrow,
.responsiveMenu li a.elementor-item.has-submenu:hover .sub-arrow {
    fill: #fff;
}
	
}

@media only screen and (max-width: 767px) {.slide-cont h6 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: normal;
}
	
.slider-main {
    height: 454px;
	aspect-ratio: unset;
	overflow: visible;
}
.slider-main.slick-loaded {
    height: auto;
}
	
.fullPadding {
    padding-left: 10px;
    padding-right: 10px;
}
	
.topInfo li.elementor-icon-list-item.elementor-inline-item:first-child {
    display: none;
}

	
.slider-main{
	border-radius:10px;
}
.sliderInner .inner-content .container {
    width: 100%;
}
.sliderInner .image img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
.sliderInner .inner-content .slide-cont {
    width: 100%;
    padding: 0 20px;
}
	
.sliderInner .inner-content h2 {
    font-size: 26px;
}
.sliderInner .inner-content p {
    font-size: 13px;
}
.slide-cont h6 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: normal;
}
	
	
.slider-buttons a {
    padding: 6px 16px 6px 8px;
	margin-bottom: 10px;
}
.homeslider ul.slick-dots {
    border-radius: 0;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}
	
	
.boxServ figure.elementor-image-box-img {
    margin-left: 0 !important;
}
	
.mobileProjects {
    background-image: none !important;
}
	
.filter-btn {
    font-size: 13px;
}
.filter-btns {
    gap: 10px;
    margin-bottom: 20px;
}
	
	
.sidePost article.elementor-post.elementor-grid-item {
    display: block;
}
.sidePost .elementor-post__text {
    margin-top: 20px;
}

.form-cs-row {
    display: block;
}
.form-cs-row .form-col label {
    display: block;
}
.form-cs-row .form-col {
    width: 100%;
    margin-bottom: 10px;
}
.contact-form .form-input, .contact-form textarea, .contact-form label, .service-accordion-header {
    font-size: 12px;
}

.submit-btn {
    font-size: 13px;
    padding: 15px 30px 15px 55px;
    margin-right: 0;
}
.submit-btn {
    background-position: 5px center !important;
}
	
.InnerBanner {
    min-height: 200px;
    border-radius: 10px;
}
.innerPosts .elementor-post a.elementor-post__thumbnail__link {
    margin-right: 0 !important;
}
.postContent h2 {
    margin-top: 0px;
}

.service-item {
    display: block;
}
.service-image, .service-content {
    width: 100%;
}
.service-content {
    margin-top: 20px;
    padding: 0;
}
	
.faq-question {
    padding: 15px 20px;
    font-size: 14px;
}
.faq-answer {
    padding: 0 20px 15px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
	
	
.core-slider .elementor-swiper-button-next, .core-slider .elementor-swiper-button-prev {
    width: 35px;
    height: 35px;
}
	
	
	
/*---- MOBILE SLIDERS CSS -----*/
.fitem-wrapper{
    position: relative;
    width: 100%;
}
button.slick-arrow {
    padding: 0;
    border: none;
	background: transparent !important;
    color: black !important;
    font-size: 18px;
}
button.slick-arrow:before {
    display:none;
}

.custom-btn a.elementor-button {
    padding: 7px 12px 7px 6px;
}
.custom-btn span.elementor-button-content-wrapper:before {
    background-size: 60%;
    width: 30px;
    height: 30px;
	margin-right:0;
}
.custom-btn.blue span.elementor-button-content-wrapper:before {
    background-size: 60%;
}
	
.home-prev.slick-arrow {
    left: -20px;
}
.home-next.slick-arrow {
    right: -20px;
}
	
}

@media (max-width: 767px) {

  .mobile-gallery-tabs {
    width: 100%;
    padding: 0 25px;
  }

  .gallery-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

.gallery-tab {
    border: 1px solid #159547;
    color: #159547;
    background: transparent;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.gallery-tab:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    margin-right: 10px;
}

.gallery-tab.active,
.gallery-tab:hover {
    background: #159547;
    color: #fff;
}

  .gallery-tab-content {
    display: none;
  }

  .gallery-tab-content.active {
    display: block;
  }

 .gallery-slider img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
  }
	
	
.core-slider .elementor-icon-box-icon:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-accordion-body {
    position: relative;
}
.customwidth{
    width: 100%;
}
	

}