#body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

/* navbar */
#navbar_container {
  height: 15.6vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: sticky;
}

#navbar_items {
  display: inline-flex;
  padding-left: 0.2778%;
  padding-right: 0.2778%;
  padding-top: 0.2778%;
  padding-bottom: 0.2778%;
  align-items: flex-start;
  gap: 2.77777777778vw;
  width: 38vw;
  height: 4vh;
  background: #fff;
}
#navbar_phone_number {
  color: #383535;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.11111111111vw;
}
.navbar_text {
  text-decoration: none;
  color: #383535;
}

/* Brand logo image (scalable SVG). */
.site-logo {
  display: block;
  width: 190px;
  max-width: 48vw;
  height: auto;
}
#footer-logo .site-logo { width: 180px; max-width: 60vw; }

/* Honeypot anti-spam field — hidden from real users. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Hamburger toggle — hidden on desktop, shown on small screens. */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e2e6df;
  border-radius: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #383535;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* body1 */
#body1 {
  width: 100vw;
  height: 100vh;
  display: inline-flex;
  padding-right: 0vw;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#body1_background_image {
  width: 100vw;
  height: 100vh;
  background-image: url("./homePageImages/Frame\ 4.png"); /* Replace with your image's path */
  background-size: cover; /* Adjust how the image covers the element */
  background-position: center;
}
#cleanliness_text {
  width: 45vw;
  color: var(--dark, #383535);
  font-family: "Jost", sans-serif;
  font-size: 6.6vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100px; /* 104.167% */
}
#cleanliness_container {
  width: 45vw;
  padding-top: 18vh;
}
#body1_text_container {
  display: flex;
  width: 60vw;
  margin-left: 11vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2vh;
}
#body1_paragraph {
  color: var(--dark, #383535);
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#get-a-quote-button {
  display: flex;
  height: 48px;
  padding: 16px 24px 16px 26px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: var(--orange, #4f7c44);
  border: none;
  cursor: pointer;
}

#get-a-quote {
  color: var(--white, #fff);

  /* Button */
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#get-a-quote-arrow {
  width: 17px;
  height: 17px;
  fill: var(--white, #fff);
}

/* body 2 */
#body2 {
  width: 100vw;
  height: 180vh;
  display: flex;
  flex-direction: column;
}
#our-services-header-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
}
#our-services-header {
  display: flex;
  justify-content: center;
  color: #306628;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
#our-services-text {
  color: #306628;
  font-family: "Inter", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  display: flex;
  margin-top: 2vh;
}
#our-services-header-container {
  width: 20vw;
}
#our-services-text-container {
  width: 61vw;
}
#first-two-images {
  display: flex;
  justify-content: space-evenly;
  margin-top: 8vh;
}

#first-three-images {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10vh;
}
.move-in-classic-cleaning-img {
  display: flex;
  width: 35.5vw;
}
.bottom-3-img {
  display: flex;
  width: 23.47vw;
}

.best-seller-cont {
  background: #96e023;
  justify-content: center;
  display: flex;
  height: 3vh;
}
.best-seller {
  color: #fff;
  font-family: "Inter,", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.try-out-cont {
  background: #006e54;
  justify-content: center;
  display: flex;
  height: 2vh;
}
.try-out {
  color: #fff;
  font-family: "Inter,", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.first-two-headers {
  color: #275021;
  font-family: "Inter", sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.first-two-headers-container {
  justify-content: space-evenly;
  display: flex;
  margin-top: 1.26vh;
}
.first-two-paragraphs-container {
  width: 35.5vw;
}
.first-two-paragraphs {
  color: #275021;
  font-family: Inter;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-3-headers {
  color: #275021;
  font-family: "Inter", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bottom-3-headers-container {
  justify-content: space-evenly;
  display: flex;
  margin-top: 1.26vh;
}
.bottom-3-paragraphs {
  color: #275021;
  font-family: "Inter", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-3-paragraphs-container {
  width: 23.47vw;
}

.Learn-more-button {
  border-radius: 8px;
  background: #52aa34;
  border: none;
  color: white;
  width: 10.3vw;
  height: 3.5vh;
  margin-top: 1.6vh;
}

/* body 3 */
#body3 {
  width: 100vw;
  height: 100vh;
}
#about-us-page-container {
  background-color: #383535;
  width: 100vw;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#about-us-all-text-container {
  width: 31vw;
}
#about-us {
  color: #fff;

  /* Header 1 */
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#about-us-paragraph {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.33px;
}
#about-us-paragraph-container {
  margin-top: 4.5vh;
}
#about-us-phone-number-container {
  margin-top: 14.1vh;
}
#about-us-phone-number {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#about-us-address-container {
  margin-top: 1vh;
}
#about-us-address {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#about-us-logos {
  margin-top: 1vh;
}
#about-us-map {
  width: 37.7vw;
  height: 40vh;
}
#hr {
  border: 0.1px solid #4f7c44;
  width: 37.8vw;
  margin-bottom: 7vh;
}
/* body 4 */
#body4 {
  width: 100vw;
  height: 100vh;
}
#before-after-container {
  display: flex;
  flex-direction: row;
  margin-left: 15.29%;
  margin-right: 15.29%;
}
#before-cont {
  width: fit-content;
}
#after-cont {
  width: fit-content;
  margin-left: 40.7%;
}
#before {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
}
#after {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 2%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* body5 */
#body5 {
  width: 100vw;
  height: 70vh;
  display: flex;
  margin-top: 2%;
  justify-content: center;
}
#see-more {
  display: flex;
  margin-top: 60vh;
}

#container-review {
  margin-left: 2.152777777vw;
}

#header-review {
  color: #383535;
  font-family: "Jost", sans-serif;
  font-size: 2.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#reviews-container {
  width: 77.916666666vw;
  height: 25vh;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  margin-top: 3vh;
}

.reviews {
  width: 25vw;
  height: fit-content;
  gap: 2vh;
  display: flex;
  flex-direction: column;
}
.review-name {
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.review-date {
  color: #383535;
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display", serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-review-name-date-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6.2vw;
}
.container-everything-except-star {
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
.review-text {
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.129vw;
  align-self: stretch;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.review-star-container {
  display: flex;
  flex-direction: row;
  gap: 0.55vw;
}
/* body6 */
#body6 {
  width: 100vw;
  height: 88vh;
  background: #383535;
  display: flex;
}
#get-in-touch-container {
  height: 8.35734870317vh;
  width: 16.3888888889vw;
}
#get-in-touch {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#container-get-in-touch-container {
  display: flex;
  flex-direction: column;
  width: 51.11vw;
  height: 61.959654178vh;
  margin-left: 11.11vw;
  margin-top: 19.02017291vh;
}
#contact-info-container {
  width: 51.11vw;
  height: 37.608069164vh;
}
#name-email-inputs {
  display: flex;
  flex-direction: row;
  gap: 2.222222222vw;
  margin-top: 4.61095100865vh;
}
#address-phone-inputs {
  display: flex;
  flex-direction: row;
  gap: 2.222222222vw;
  margin-top: 3.45821325648vh;
}
.info {
  width: 24.1vw;
  border: none;
  background: #383535;
  border-bottom: 0.14409221902vh solid #fff;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0.57636887608vh;
}
#message {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2vh;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50.6vw;
  height: 14.8414985591vh;
  background: #383535;
  margin-top: 4.61095100865vh;
  border-style: none;
  border-bottom: 1px white solid;
}
textarea {
  resize: none;
}

#send-button {
  background: var(--orange, #4f7c44);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 17.7777777778vw;
  height: 6vh;
  justify-content: center;
  margin-top: 1.5vh;
}
#send {
  font-size: 1.6vw;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: white;
}
#phone-number {
  font-family: "Jost", serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#email,
#hours,
#location {
  font-family: "Playfair Display", serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#number-email-links-container {
  margin-top: 30vh;
  color: white;

  margin-left: 8.88888888889vw;
  display: flex;
  flex-direction: column;
  gap: 3.45821325648vh;
}

/* footer */
#footer {
  width: 100vw;
  height: 27.2vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-items {
  gap: 0.4vh;
  margin-left: 11.1805555556vw;
  width: 5.90277777778vw;
  display: flex;
  flex-direction: column;
}
.footer_text {
  color: #383535;
  font-family: "Playfair Display", serif;
  line-height: normal;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

#footer-contact-info-container {
  width: 22.1527777778vw;
  margin-left: 12.0138888889vw;
}
#footer-phone-number {
  width: 22.1527777778vw;
  margin-bottom: 1vh;
  color: #383535;
  font-family: "Jost", sans-serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-email {
  width: 22.1527777778vw;
  margin-bottom: 4vh;
  width: 22.1527777778vw;
  margin-bottom: 1vh;
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#footer-address {
  width: 22.1527777778vw;
  margin-bottom: 3vh;
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-all-contact-container {
  align-items: center;
  display: flex;
  width: 50vw;
}
#footer-logo {
  width: 9.30555555556vw;
  margin-left: 10vw;
}
#footer-copyright {
  color: #383535;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-container {
  align-items: center;
  display: flex;
  height: 27.2vh;
}
#container-logo-copyright {
  display: flex;
  flex-direction: column;
  gap: 10vh;
  margin-left: 20vw;
}

.status-page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: #f8faf7;
  color: #383535;
  font-family: "Jost", sans-serif;
}

.status-card {
  width: min(90vw, 560px);
  padding: 40px;
  border: 1px solid #dfe7dc;
  border-radius: 8px;
  background: #fff;
}

.status-eyebrow {
  margin: 0 0 12px;
  color: #306628;
  font-weight: 700;
  text-transform: uppercase;
}

.status-card h1 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.2;
}

.status-card p {
  line-height: 1.6;
}

.status-link {
  display: inline-flex;
  margin-top: 16px;
  padding: 12px 18px;
  background: #4f7c44;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================================
   Responsive layer — added to make the existing (desktop vw-based) layout
   usable on tablets and phones. Kept additive so desktop rendering is intact.
   ========================================================================== */
img { max-width: 100%; }

@media (max-width: 900px) {
  /* Navbar: logo + phone/social on top row, links collapse into a menu */
  #navbar_container {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
  }
  .nav-toggle { display: flex; order: 2; }
  #navbar_information { order: 1; gap: 14px; margin-left: auto; }
  #navbar_items {
    display: none;
    width: auto;
    height: auto;
    order: 4;
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 8px 0 4px;
  }
  #navbar_items.open { display: flex; }
  .navbar_text { padding: 6px 0; font-size: 1.1rem; }

  /* Hero */
  #body1, #body1_background_image { height: 72vh; }
  #body1_text_container { width: 88vw; margin-left: 6vw; }
  #cleanliness_container, #cleanliness_text { width: 80vw; }
  #cleanliness_text { font-size: 10vw; line-height: 1.1; }
  #body1_paragraph { font-size: 3.4vw; }

  /* Services: stack the image rows */
  #body2 { height: auto; padding-bottom: 8vh; }
  #our-services-header-text-container { margin-top: 8vh; }
  #our-services-header { font-size: 8vw; }
  #our-services-text, #our-services-text-container { font-size: 3.4vw; width: 86vw; }
  #first-two-images, #first-three-images {
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    margin-top: 5vh;
  }
  .move-in-classic-cleaning-img, .bottom-3-img { width: 86vw; }
  .first-two-paragraphs-container, .bottom-3-paragraphs-container { width: 86vw; }
  .first-two-headers { font-size: 5vw; }
  .first-two-paragraphs, .bottom-3-paragraphs { font-size: 3.4vw; }
  .bottom-3-headers { font-size: 4.4vw; }
  .best-seller, .try-out { font-size: 3vw; }
  .Learn-more-button { width: auto; padding: 8px 16px; height: auto; }

  /* About */
  #body3 { height: auto; }
  #about-us-page-container {
    height: auto;
    flex-direction: column;
    gap: 4vh;
    padding: 8vh 6vw;
  }
  #about-us-all-text-container, #about-us-map { width: 86vw; }
  #about-us-map { height: 40vh; }
  #about-us-phone-number-container { margin-top: 4vh; }

  /* Reviews */
  #body5 { height: auto; margin-top: 6vh; }
  #reviews-container {
    flex-direction: column;
    height: auto;
    gap: 4vh;
    width: 86vw;
    margin: 3vh auto 0;
  }
  .reviews { width: 100%; }
  #header-review { font-size: 6vw; }
  .review-text { font-size: 3.6vw; }
  .review-date { font-size: 3vw; }
  #see-more { margin-top: 4vh; }

  /* Contact */
  #body6 { height: auto; flex-direction: column; padding-bottom: 8vh; }
  #container-get-in-touch-container {
    width: 86vw;
    height: auto;
    margin: 8vh auto 0;
  }
  #get-in-touch-container, #get-in-touch { width: auto; }
  #get-in-touch { font-size: 7vw; }
  #contact-info-container { width: 100%; height: auto; }
  #name-email-inputs, #address-phone-inputs { flex-direction: column; gap: 3vh; }
  .info { width: 100%; font-size: 16px; }
  #message { width: 100%; font-size: 16px; }
  #send-button { width: 100%; }
  #send { font-size: 4.5vw; }
  #number-email-links-container {
    margin: 4vh auto 0;
    align-items: center;
    text-align: center;
  }
  #phone-number, #email, #hours, #location { font-size: 3.6vw; }

  /* Footer */
  #footer-container { height: auto; flex-direction: column; gap: 3vh; padding: 4vh 0; }
  #footer-all-contact-container { width: 86vw; flex-direction: column; gap: 2vh; }
  .footer-items { margin-left: 0; width: auto; }
  #footer-contact-info-container { margin-left: 0; width: 86vw; }
  #footer-phone-number, #footer-email, #footer-address, #footer-copyright { font-size: 3.4vw; width: auto; }
  #container-logo-copyright { margin-left: 0; align-items: center; gap: 3vh; }
  #footer-logo { margin-left: 0; width: 40vw; }
}
