@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --e-global-color-primary: #00443B;
  --e-global-color-shadow: #185349;
  --e-global-color-secondary: #FF4800;
  --e-global-color-accent: #9BE042;
  --e-global-color-white: #FFFFFF;
  --e-global-color-41fa304: #FAFAFA;
  --e-global-color-f875600: #F0EACB;
  --e-global-color-1bb7294: #008000;
  --e-global-color-e0fc440: #0E101A;
  --e-global-color-d8fafc1: #F7F3E6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

/* ============================================================== */
#service-section {
  border-bottom: 1px solid #b0ff70;
}

.service-headline {
  font-size: 70px;
  color: var(--e-global-color-primary);
}

.service-des-title {
  font-size: 30px;
  line-height: 40px;
  color: #FF4800 !important;
}

.service-left-col p {
  color: #00443B;
}

.btn-bx-elementor {
  position: relative;
  width: 80%;
  display: block;
  margin: 1rem 0;
  padding: .4rem;
  border: 1px solid #9BE042;
  outline: none;
  background: #9BE042;
  transition: .5s;
}

.btn-bx-elementor a {
  color: #00443B;
  text-decoration: none;
  font-weight: 700;
}

.btn-bx-elementor:hover {
  background: #00443B;
}

.btn-bx-elementor:hover a {
  color: #FFFFFF;
}

@media screen and (max-width:992px) {
  .btn-bx-elementor a {
    font-weight: 400;
  }

  .btn-bx-elementor {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .btn-bx-elementor a {
    font-weight: 600;
  }

  .service-des-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }

  .service-headline {
    font-size: 50px;
  }
}

/* =========================================== */
.home-cleaning-headline {
  color: #00443B;
  font-weight: 600;
}

.home-cleaning-price {
  color: #008000;
}

.home-cleaning-des-headline {
  color: #FF4800;
  font-size: 30px;
  line-height: 40px;
}

.home-cleaning-content p {
  color: #00443B;
}

.list-of-home-cleaning {
  list-style-type: disc;
  color: #185349;
}

.read-more {
  border: none;
  outline: none;
  background: none;
  margin: 1rem;
}

.read-more a {
  color: #00443B;
  font-weight: 600;
  text-decoration: none;
  transition: .5s;
}

.read-more a:hover {
  color: #FF4800;
  text-decoration: underline;
}

.book-now-btn {
  position: relative;
  width: 140px;
  height: 40px;
  border: none;
  outline: none;
  background: #FF4800;
  transition: .5s;
}

.book-now-btn a {
  text-decoration: none;
  color: #FAFAFA;
}

.book-now-btn:hover {
  background: #00443B;
}

@media screen and (max-width:768px) {
  .home-cleaning-des-headline {
    font-size: 22px;
    line-height: 30px;
  }
}

/* ============Service design end================ */
.cta-bx-content h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  color: #00443B;
  text-align: center;
}

.cta-contact-bx h4 {
  color: #00443B;
  font-size: 40px;
  line-height: 50px;
  margin: 1rem 0;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .cta-bx-content h1 {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }

  .cta-contact-bx h4 {
    font-size: 30px;
    line-height: 40px;
  }
}