/* Color1: # 43a498

Color 2: # 8ec8c1

Color 3: # 4da99d */
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
}
footer {
  margin-top: auto;
  background-color: var(--greenish-color);
}

:root {
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
  --hero-color: rgba(77, 169, 157, 0.85);
  --grey-color: rgb(109, 109, 109);
  --greenish-color: rgb(77, 169, 157);
}
/* .hr-cus {
  position: relative;
  border: none;
  height: 3px;
  width: 50%;
  background-color: var(--greenish-color);
} */
.grey-body_color {
  background-color: #f3f3f3;
}
.line {
  width: 30%;
  height: 3px; /* Adjust the line thickness as needed */
  background-color: var(--greenish-color); /* Adjust the line color as needed */
  margin: 10px auto; /* Adjust the margin as needed the auto will make the line go to the center*/
}
.line-two {
  width: 40%;
  height: 3px; /* Adjust the line thickness as needed */
  background-color: var(--greenish-color); /* Adjust the line color as needed */
  margin: 10px 0; /* Adjust the margin as needed the auto will make the line go to the center*/
}

.header-color {
  color: var(--greenish-color);
}
.color-three {
  color: var(--greenish-color);
}
/* .grey-color {
  color: var(--grey-color);
} */
nav {
  background-color: white;
  box-shadow: var(--box-shadow);
}
.hover-btn {
  color: white;
}

.hero-home {
  background-image: url(/img/fullvan.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.hero-why {
  background-image: url(/img/openvan.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 500px;
}
.hero-quote {
  background-image: url(/img/room.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 350px;
}
nav {
  box-shadow: offset 0 10px 15px rgb(0, 0, 0, 0.5);
}
.headline {
  font-size: 50px;
}
.headline-2 {
  font-size: 40px;
}
.headline-3 {
  font-size: 30px;
}
.hero-home::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-color);
  z-index: -1;
}

.hero-why::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-color);
  z-index: -1;
}
.hero-carpet {
  background-image: url(/img/carpetclean2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 500px;
}
.hero-carpet::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-color);
  z-index: -1;
}
.hero-uphosltery {
  background-image: url(/img/cleancouch.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 500px;
}
.hero-uphosltery::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-color);
  z-index: -1;
}
.hero-tile {
  background-image: url(/img/greytile.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 500px;
}
.hero-tile::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-color);
  z-index: -1;
}
.hero-water {
  background-image: url(/img/fans.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 500px;
}
.hero-water::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-color);
  z-index: -1;
}

.logo {
  max-width: 160px;
  margin-top: 0;
}
.logo-footer {
  max-width: 280px;
}
@media (min-width: 250px) and (max-width: 575.98px) {
  .logo-footer {
    max-width: 200px;
  }
}

.cus-margin {
  margin-top: 200px;
}

.btn-color {
  background-color: var(--greenish-color);
}
.btn-color-2 {
  background-color: #dc3545;
}
.hover-btn:hover {
  background-color: grey;
  color: white;
}
.box-box {
  background-color: #ffffff;
  padding: 5px;

  box-shadow: 0 0 15px rgb(0, 0, 0, 0.5);
}

.footer-top {
  padding-bottom: 90px;
  padding: 50px;
}

.footer-margin {
  margin-top: 10px;
  margin: 7px;
}
.menu-item {
  color: black;
}
@media (min-width: 350px) and (max-width: 575.98px) {
  .menu-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .colorT {
    color: #784b00;
  }
  .showXS {
    display: none;
  }
  .showSM {
    display: block;
  }
  .menu-item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-item {
    font-size: 16px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu-item {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .menu-item {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.img-hover {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 5px;
}

.img-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-hover:hover::before {
  opacity: 1;
}
/* .text {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: black;
} */
.active-click {
  color: #4da99d;
  font-weight: bold;
}
.padding-project {
  padding-top: 40px;
}
.nav-link:hover {
  color: var(--greenish-color);
}
.background1 {
  padding: 30px;
}
.background2 {
  background-color: #f3f3f3;
  padding: 30px;
}
.review-header {
  margin-top: 90px; /* Adjust this value as needed */
}

section {
  display: grid;
  place-items: center;
  height: 100vh;
}
.h-margin {
  margin-top: 90px;
}
.section-header {
  position: relative;
  text-align: center;
  font-weight: 900;
  padding-bottom: 25px;
  color: #fff;
}
.section-header:after {
  content: "";
  height: 3px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  background-color: #fff;
}

.service-card {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 25px;
}
.carousel-control-prev-icon {
  background-color: black;
  border-radius: 100px;
}

.carousel-control-next-icon {
  background-color: black;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    bottom: 0;
    transform: translateY(45%);
  }

  .carousel-inner.service-card {
    position: relative; /* Ensure the parent has relative positioning */
  }
}

/* for the review section if we want to set a width */

/* @media (min-width: 1400px) {
  .service-card {
    height: 320px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card {
    height: 370px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card {
    height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-card {
    height: 350px;
  }
}

@media (min-width: 502px) and (max-width: 767px) {
  .service-card {
    height: 420px;
  }
}

@media (min-width: 467px) and (max-width: 501px) {
  .service-card {
    height: 460px;
  }
}

@media (min-width: 442px) and (max-width: 466px) {
  .service-card {
    height: 490px;
  }
}

@media (min-width: 419px) and (max-width: 441px) {
  .service-card {
    height: 520px;
  }
}

@media (min-width: 401px) and (max-width: 418px) {
  .service-card {
    height: 570px;
  }
}

@media (min-width: 0px) and (max-width: 400px) {
  .service-card {
    height: 600px;
  }
}

@media (min-width: 370px) and (max-width: 382px) {
  .service-card {
    height: 620px;
  }
}

@media (min-width: 354px) and (max-width: 369px) {
  .service-card {
    height: 650px;
  }
}

@media (min-width: 341px) and (max-width: 353px) {
  .service-card {
    height: 700px;
  }
}

@media (min-width: 324px) and (max-width: 340px) {
  .service-card {
    height: 730px;
  }
}

@media (min-width: 294px) and (max-width: 323px) {
  .service-card {
    height: 830px;
  }
}

@media (min-width: 280px) and (max-width: 293px) {
  .service-card {
    height: 870px;
  }
} */

.review-icon {
  color: orange;
}
.dropdown-item:hover {
  color: #4da99d;
  background: none;
}
.hover:hover {
  color: grey;
}
