@charset "UTF-8";
/* CSS Document */


/*******************************
================================
HOMEPAGE
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
    font-family: "Cairo", sans-serif;
}

/**** hero ***/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

section.hero {
    min-height: 800px;
    display: flex;
    align-items: center;
	position: relative;
}

section.hero:before {
    content: '';
    /*background-image: url("../images/asian-cleaning-service-woman-worker.4f0ae6512d0a.jpg");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 100%;
}

section.hero:after {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 40%;
}

.row {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cnt_50 {
    width: 50%;
}

section.hero img {
    max-width: 100%;
    width: auto;
    margin: 0 0 -3px;
}

.dark-font {
    color: #000!important;
}

.hero-text h3 {
    margin: 0;
    font-size: 16px;
}

.hero-text h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 100px;
    line-height: 0.9;
    color: #fff!important;
}

ul.hero-list {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

ul.hero-list img {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 2px;	
}

ul.hero-list li {
    padding: 5px 0; 
	color: #fff;
    font-size: 30px;
    font-weight: 600;
}

a.a-button {
    text-decoration: none;
    line-height: 1;
}

button.main-btn svg {
    position: inherit;
	width: 11px;
    margin-left: 20px;
}

button.main-btn {
    background-color: #fd7e14;
    border: none;
    align-items: center;
    padding: 13px 23px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
	font-weight: bold;
    -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

button.main-btn:hover, button.main-btn:focus {
    background-color: #25ABDF;
	cursor: pointer;
}

.margin-left {
    margin: 0 0 0 15px;
}

.margin-right {
    margin: 0 15px 0 0;
}

/*** hero end ***/


/*** accrediation/awards ***/

section.awards img {
    width: 100%;
}

ul.glide__slides {
    display: flex;
    align-items: center;
}

.title-area {
    text-align: center;
    max-width: 650px;
    margin: 50px auto 100px;
}

.title-area h2 {
    color: #000000!important;
    font-size: 40px;
    margin: 0;
    line-height: 1;
}

.title-area p {
    color: #000;
    font-size: 19px;
}

/*** end ***/

/*** how it works ***/

.step-box {
    text-align: center;
    width: 100%;
    padding: 20px;
    position: relative;
    background: #fff;
}

.step-box.arrow:before {
    content: '';
    background: url("../images/Line.6327a852ca56.png");
    width: 100px;
    height: 30px;
    position: absolute;
    right: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.step-box-inner {
    background: #f4fbfd;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}

.step-img {
    text-align: center;
    margin: 0 auto;
    width: 70%;
}

.step-img img {
    width: 100%;
    border-radius: 25px;
}

.cnt_33 {
    width: 33.33333%;
    display: block;
}

.step-box-inner span {
    background: #FBBC1B;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.step-des h3 {
    color: #000!important;
    font-size: 23px;
    margin: 20px 0;
    line-height: 1;
}

.step-des {
    padding: 0 10px;
}

.step-des p {
    color: #000;
    font-size: 15px;
    padding: 0 5px;
}

.end-btn {
    text-align: center;
    display: block;
    margin: 50px 0 0;
}

.end-btn a {
    display: inline-block;
}

/*** end ***/

/*** 3 reasons ***/

section.resons-to-choose {
    background: #f4fbfd;
    padding: 50px 0;
    margin: 50px 0 0;
	position: relative;
	overflow: hidden;
}

section.resons-to-choose svg {
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
}

.reason-number span {
	color: #000;
	background: #fff;
	border: solid 5px #3AD8A5;
	font-size: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reason-text {
    background: #F7F6F9;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
    margin-top: 20px;
}

.reason-inner-box {
    margin: 25px;
}

.reason-text p {
    color: #797979;
    font-size: 17px;
    font-weight: 300;
}

.reason-img img {
    max-width: 130px;
    width: 100%;
    margin: 0 0 50px;
}

.reason-number {
    margin: 0 0 50px;
}

.reason-inner-box.third .reason-img img {
    width: 107px;
}

.reason-inner-box.off-set {
    margin: 55px 25px 25px;
}


/*** end ***/

/*** Cleanifiq's difference ***/


section.difference {
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.difference-inner {
    background: #F8FBFE;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
}

ul.difference-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.difference-list li {
    color: #000;
    font-size: 20px;
    padding: 8px 0;
    line-height: 1;
}

ul.difference-list img {
    width: 17px;
    margin-right: 10px;
}

.difference-box {
    margin: 0 auto;
}

.difference-inner h3 {
    color: #000!important;
    font-size: 23px;
    margin: 0 0 20px;
}

.difference-text h3 {
    color: #000!important;
    font-weight: 100;
    margin: 0;
}

.difference-text h2 {
    color: #000!important;
    margin: 0 0 20px;
    font-size: 50px;
}

.difference-text p {
    color: #000;
    font-size: 25px;
    font-weight: 100;
    margin: 0 0 40px;
}

/*** end ***/

/*** about ***/

section.about {
    padding: 50px 0;
    background: #f4fbfd;
}

section.about .title-area {
    margin: 0 auto 50px;
}

.title-area h3 {
    color: #000!important;
    margin: 0 0 10px;
}

.about-features {
    max-width: 1250px;
    margin: 0 auto;
}

.af-text h3 {
    font-size: 22px;
}

.af-box {
    background: #e1f8f4;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.af-space {
    margin: 25px;
}

.af-img img {
    width: 80px;
    margin-right: 15px;
}

.af-text h3 {
    color: #000!important;
    margin: 0;
    line-height: 1;
}

.af-text p {
    margin: 10px 0 0;
    color: #000;
    font-size: 16px;
}

/*** end ***/

/*** testimonials ***/

section.testimonials {
    padding: 50px 0;
}

.testimonial-box {
	position: relative;
    align-items: center;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

.testimonial-img {
    max-width: 200px;
    width: 50%;
}

.testimonial-img img {
    width: 100%;
}

.testimonial-icon img {
    background: #25ABDF;
    height: 90px;
}

.testimonial-text {
    text-align: center;
    padding: 0 50px;
}

.testimonial-text p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
}

.testimonial-text h4 {
    text-align: center;
    font-size: 25px;
    color: #000!important;
    font-weight: 400;
}

.testimonial-icon img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.testimonial-icon {
    text-align: center;
}

.testimonial-img {
    position: absolute;
}

.testimonial-img.testimonial-left {
    left: 0;
    top: 0;
}

.testimonial-img.testimonial-right {
    right: 0;
    top: 0;
}

.testimonial-inner {
    padding: 0 40px;
    max-width: 750px;
    margin: 0 auto;
}

button.glide__arrow {
    background: #25ABDF;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

button.glide__arrow:hover, button.glide__arrow:focus {
    background: #3AD8A5;
	cursor: pointer;
}

button.glide__arrow img {
    width: 30px;
}

/*** end ***/

/*** service areas ***/
section.areas {
    background: #f4fbfd;
    padding: 50px 0;
	position: relative;
}

section.areas:before {
    content: '';
    width: 100%;
    height: 150px;
    background: #fff;
    position: absolute;
    bottom: 0;
}


.city-skyline img {
    width: auto;
    max-width: 100%;
}

.city-skyline {
    text-align: center;
}

.areas-we-cover {
    position: relative;
}

.awc-box h2 {
    color: #000000!important;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin: 100px 0 50px;
}

.awc-icons {
    text-align: center;
    margin: 20px;
}

.awc-icons button {
    display: block;
    width: 190px;
    height: 190px;
    background: #fff;
    border-radius: 50%;
    border: solid 3px #25ABDF;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.15);	
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.awc-icons button:hover {
    background-color: #25ABDF;
    color: #fff;
	cursor: pointer;
}

img.show-on-hover, .awc-icons button:hover img.hide-on-hover {
    display: none;
}

.awc-icons button:hover img.show-on-hover {
    display: initial;
}

.awc-icons img {
    width: 70px;
}

.awc-icons a {
    text-decoration: none;
}

.awc-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.awc-icons button span {
    display: block;
}

/*** end ***/

/*** services ***/

section.services {
    padding: 50px 0;
}

.main-services {
    margin: 0 auto 50px;
    max-width: 1200px;
}

.main-services-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-service-box-size {
    width: 25%;
}

.msb-box {
    margin: 15px;
}

button.msb-box-inner {
    text-align: center;
    background: #e1f8f4;
    padding: 20px;
    border-radius: 25px;
    border: solid 3px #e1f8f4;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.main-service-box-size button.msb-box-inner {
	width: 100%;
    height: 220px;
} 

button.msb-box-inner:hover, button.msb-box-inner:focus {
    background: #fff;
    border-color: #25ABDF;
	cursor: pointer;
}

.msb-box-inner span {
    color: #000!important;
    margin: 20px 0 0;
    font-size: 18px;
}
.msb-box-inner span::before {
    content: "\A"; /* The "\A" represents a line break */
    white-space: pre; /* This preserves whitespace, including line breaks */
}
.msb-box-inner img {
    width: 120px;
}

.main-service-box-size.oven .msb-box-inner img {
    width: 80px;
}

.ms-other .msb-box-inner img {
    width: 90px;
}

.ms-other .msb-box-inner span {
    font-size: 15px;
}
.ms-other .msb-box-inner span::before {
    content: "\A"; /* The "\A" represents a line break */
    white-space: pre; /* This preserves whitespace, including line breaks */
}
.ms-other button.msb-box-inner {
    width: 100%;
    height: 220px;
}


/*** end ***/

/*** faq ***/

section.faq {
    padding: 50px 0;
}

#faq_tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#faq_tabs {
  overflow: hidden;
}

#faq_tabs .tab {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
}

#faq_tabs .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    border: solid 2px #C1C4C9;
    border-radius: 0;
    font-size: 20px;
}

#faq_tabs .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  color: #25ABDF;
  transition: all 0.35s;
}

#faq_tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

#faq_tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

#faq_tabs .tab-close:hover {
  background: #1a252f;
}


#faq_tabs input:checked + .tab-label {
    border-bottom: none;
    border-color: #25ABDF;
}

#faq_tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}

#faq_tabs input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 20px 20px 40px;
    font-size: 20px;
    color: #000;
    border: solid 2px #25ABDF;
    border-top: none;
}

/*** end ***/

/*** media ***/

@media (max-width: 1023px){
	

section.hero {
    min-height: 500px;
}
	
.cnt_50 {
    width: 100%;
}

.hero-image, .step-box.arrow:before, section.resons-to-choose svg, .testimonial-img img {
    display: none;
}

.main-service-box-size {
    width: 50%;
}
	
.margin-left {
    margin: 30px 0 0;
}
	
.margin-right {
    margin: 0 0 30px;
}
	
	
.cnt_33 {
    width: 100%;
}
	
.title-area h2 {
	font-size: 30px;
}

.other-services {
    margin: 0 0 50px;
}
.reason-number {
display: none;
}
.reason-img img {
margin: 0;
}	

.difference-text h2 {
font-size: 40px;
}
.title-logo {
    text-align: center;
    margin: 0 0 30px;
}
.difference-text h3 {
font-size: 20px;
}
.rights {
    width: 100%;
    margin: 0 0 20px;
}
section.testimonials {
padding-top: 0;
}
.testimonial-text {
padding: 0;
}
.testimonial-inner {
padding: 0 5px;
}
.awc-box h2 {
font-size: 30px;
}

.main-service-box-size {
width: 100%;
}	
.hero-text h1 {
font-size: 60px;
}
.ms-other .msb-box-inner h3 {
line-height: 1.2;
font-size: 14px;
white-space: break-spaces;
}	
.step-box {
width: 100%;
}	
}

.row {
    margin: 0!important;
}

/*** additional code **/

.ms-rows {
    display: flex;
    flex-wrap: wrap;
}

.ms-rows .ms-other {
    width: 50%;
}

.ms-spacing {
    margin: 15px;
}

.hidden {
    display: none;
}

#loadMore {
    align-items: center;
    padding: 13px 23px;
    /*color: #fff;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 60px auto 0;
}

.msb-box-inner img {
    width: 120px;
    height: 90px;
    object-fit: contain;
}


section#desktop-services {
    display: none;
}

section.hero:before {
    /*background-image: url("../images/asian-cleaning-service-woman-extended.8dc2cd059b0e.jpg");*/
    background-position: center right;
}

@media (min-width: 1023px){

section#mobile-services {
    display: none;
}
	
section#desktop-services {
    display: block;
}	
}

.step-box.arrow:before {
    right: -60px;
}

label.tab-label {
    margin: 0;
}

@media (max-width: 1023px){
section.hero {
    padding: 60px 0 50px;
}
.hero-text h1 {
    font-size: 30px;
}
ul.hero-list li {
    font-size: 20px;
}	
section.hero:before {
    /*background-position: center right;*/
}	

ul.difference-list li {
    font-size: 17px;
}
.difference-inner h3 {
    font-size: 20px;
}
.difference-inner {
    padding: 15px;
}
}

@media (max-width: 450px){
	
.af-img {
    margin: 0 auto;
}
	
.af-box {
    flex-wrap: wrap;
}
	
.af-img img {
    margin: 0 0 15px;
}
}

section.resons-to-choose, section.about {
    padding: 100px 0;
	position: relative;
}

section.areas{
	padding-top: 100px;
	position: relative;
}

section.resons-to-choose:before, section.about:before, section.areas:before {
    content: '';
    border-right: 100vw solid #f4fbfd;
    border-top: 50px solid transparent;
    border-left:0;
    border-bottom:0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

section.resons-to-choose:after, section.about:after {
    content: '';
    border-right: 0;
    border-top: 50px solid #f4fbfd;
    border-left: 100vw solid #ffff;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}
