@import url('https://fonts.googleapis.com');

:root {
  overflow-x: hidden;
}

body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  position: relative;

  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/stockcleaningimage.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.hero-logo {
  position: absolute;
  bottom: -15px;          /* distance from bottom */
  left: 10%;
  transform: translateX(-50%);
  width: 130px;           /* control size */
  height: auto;   /* centers it under button */
}

/* Appearance of the Get a Quote button */
.GAQ_button {
  border: none;
  border-radius: 25px;
  /* background:purple; */
  background: #287b20;
  cursor: pointer;
  padding-top: 15;
  padding-bottom:15;
  padding-left: 30;
  padding-right: 30;
  font-size: 15;
  font-weight: bold;
  color: white;
  font-family: sans-serif;
  box-shadow: 5px 5px 10px 3px rgb(0, 0, 0, 0.2);
  transition: background-color 0.7s ease, color 0.7s ease, transform 0.7s ease;
  scale: 1.1;
}

/* Changes the appearance when mouse is hovered over the button */
.GAQ_button:hover {
  /* background: rgb(179, 7, 179); */
  background: #56961d;
  box-shadow: 5px 5px 10px 3px rgb(0, 0, 0, 0.2);
}


.container {
  display: flex;
  margin-top: 75px;
  width: 100%;
  justify-content: space-evenly;
  margin-right: auto;
  margin-left: auto;
}

/*Div of the circular image*/
.parent-div {
  display:flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
}


.circle-container {
  margin-top: 50px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
  scale: 1.5;
  margin-bottom: 25px;
  border: solid 1px;
  padding: 20px;
  scale: 1;
}

.circle-text {
  color: black;
  font-size: 20px;
  width: 60%;
  text-align: center;
  font-family: 'Georgia', sans-serif;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*Parameters for the About us image*/
.container_about {
  margin-bottom: 20px;
  height: auto;
  width: 70%;
  margin-top: 30px;
  margin-left: -670px;
  justify-items:left;
  border:0px solid rgb(255, 6, 6);
  border-radius: 100px
}

/*The About us Title aligning with the image to the left*/
.position-alignment {
  /*padding-top: 50px;
  margin-bottom: 100px;
  height: 10px;
  width: 300px;
  margin-top: -450px;
  margin-left: 500px;*/
  margin-left: 50px;
}

/*The About us Title aligning with the image to the left*/
.horizontal_alignment {
  margin-left: 500px;
}



.square {
  background-color: white;
  padding-left: 50px;
  width: 250px;
  height: 70px;
  border-radius: 50px;
  border: black;
}

.container-two {
  display: flex;
  margin-top: 75px;
}

.container-two div {
  height: auto;
  width: auto;
}

.container-three {
  display: flex;
  flex-direction: row;
  margin-top: 250px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 80px;
  background-color: white;
  width: 90%;
  height: auto;
  padding-bottom: 50px;
  border-radius: 50px;
  text-align: center;
}

.container-three-img {
  text-align: center;
  margin-top: 15px;
  width: 60%;
  height: 100%;
  border-radius: 50px;
  scale: 1;
  object-fit: cover;
  margin-left: -100px;

}
.container-three-au {
  display: inline-block;
  text-align: left;
  align-items: center;
  justify-content: center;
  max-width: 30%;
  height: auto;
}

.par_au {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 25px;
  font-size: 20px;

}

.certify {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;

}

.certify-img {
  width: 200px;
  height: auto;
}

.certify-txt {
  font-size: 25px;
  font-family: Georgia, sans-serif;
  margin-left: 50px;
  font-weight: bold;
}

.moving-txt {
  text-align: center; 
  font-size: 70px; 
  margin-top: 150px
}




.free-est {
  text-align: center;
  padding-left: 11px;
  margin-left: -11px;
  padding-right: 20px;
  width: 100%;
  background-color: #024e69;
  height: fit-content;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}

.service-bg-outline {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
  background-color: white;
  width: 200px;
  height: 50px;
  border-color: black;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
}

.parent-service-bg {
  display: inline-block;
  height: fit-content;
  width: 100%;
  background-color: white;
  border: solid 1px;
  border-radius: 50px;
}

.parent-service-div {
  text-align: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* background-color: whitesmoke; */
  background-color: whitesmoke;

}



.service-bg {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 1px;
  align-items: center;
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
  /* background-color: whitesmoke; */
  background: #42abd4;
  height: fit-content;
  border-radius: 50px;
  margin-bottom: 200px;

}

.parent-service-inner {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-color: white;
  height: 500px;
  width: 25%;
  border-radius: 50px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.child-service-inner {
  width: 100%;
  height: 70%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.child-service-inner-text {
  font-size: 25px;
  font-weight: bold;
  font-family: Georgia, sans-serif;
}

.child-service-inner-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  object-fit: cover;
}

.child-service-inner-cap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}





.service-bg-2 {
  display: flexbox;
  width: max-content
}

.service-bg p{
  text-align: center;
}

/*.service-bg div{
  display:inline-block;
  margin-left: 55px;
  margin-right: 50px;
  margin-top: 40px;
  background-color: white;
  border: solid 1px;
  height: 500px;
  width: 500px;
  height: 500px;
  border-radius: 50px;
}*/

.container-four {
  display: flex;
  text-align: center;
}

/*.container-four div {
  margin-left: 20px;
  margin-right: 20px;
  height: 500px;
  background-color: red;
  border: none;
  border-radius: 25px;

}*/

.testimonial-outline {
  border: solid;
  margin-top: 100px;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 200px;
  height: fit-content;
  margin-inline: 45.5%;
  text-align: center;
}

.inline-div {
  display: inline-block;
}

.five-div {
  height: 100px;
  width: 100px;
}

.mons-font {
  /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif*/
  font-family: 'Georgia', serif;
}

.quote-like {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 50px;
  /* font-family: 'Playwrite IE', cursive; */
  font-family: 'Inter', sans-serif;
  margin-left: 250px;
  margin-right: 250px;
}

.testimonial-div-parent {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
  height: fit-content;
}


.testimonial-div {
  width: 25%;
  height: 500px;
  background-color: whitesmoke;
  border-radius: 50px;
  display: inline-block;
  flex-wrap: wrap;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.testimonial-inner-img { 
  border-radius: 150px;
  height: 50%;
  width: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.testimonial-inner-txt {
  font-size: 15px;
  max-width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* .container-five-text {
  

} */

.location-outline {
  text-align: center;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid black;
  margin: 0 auto; /* Keeps it centered */
  width: 150px;     /* Or any specific width */
  margin-bottom: 20px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.three-steps-text {
  text-align: center;
  font-size: 45px;
  scale: 0.9;
}

.three-steps-captions {
  font-size: 30px;
  text-align: center;
  scale: 0.9;
}

.three-steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: auto;
  scale: 0.9;
}


.arrow-img {
  height: 100px;
  width: auto;
  margin-left: 50px;
  margin-right: 50px;
  scale: 0.9;
}

.three-steps div {
  display: inline;

}

.cursive {
  font-family: 'Playwrite IE', cursive;
}

.phone-emoji {
  height: 40px;
  position: fixed;
  top: 167%;
  left: -300%;
}

.phone-number {
  font-size: 20px;
  position: fixed;
  top: 166%;
  left: -280%;
}

summary {
  list-style: none; /* Hide the default browser arrow */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 24px;
}

summary::-webkit-details-marker {
  display: none;
}

.content {
  padding-bottom: 20px;
  line-height: 1.6;
}

/* Optional: Rotate or change the icon when open */
details[open] .icon {
  transform: rotate(45deg); /* Turns + into x */
  transition: transform 0.3s ease;
}

details {
  padding: 10px;
  border-bottom: 1px solid black;
}



.faq-container {
  max-width: 600px;
  margin: auto;
  font-family: 'Georgia', serif;
  color: black;
}

.faq-outer-container {
  background-color: whitesmoke;
  padding-top: 1px;
  width: 85%;
  height: auto;
  margin: auto;
  border: none;
  border-radius: 100px;
  padding-bottom: 70px;
}

.container-five {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.parent-container-five {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-five-img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 70px;
}

.dmo {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 300px;
  background-color: #024e69;
  margin-top: 50px;
  border: none;
  border-radius: 50px;
  margin-top: 100px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 100px;
}

.dmo-text {
  margin: 50 auto;
  text-align: center;
  font-size: 50px;
  color: white;
  font-family: Georgia, serif;
  text-shadow: 1 1 1px black;

}

.loc-img {
  display: flex;
  justify-content: center;
  width: 50%;
  height:auto;
}

.dmo-button {
  border: none;
  border-radius: 25px;
  background:#287b20;
  cursor: pointer;
  padding-top: 15;
  padding-bottom:15;
  padding-left: 30;
  padding-right: 30;
  font-size: 15;
  font-weight: bold;
  color: white;
  font-family: sans-serif;
  box-shadow: 5px 5px 10px 3px rgb(0, 0, 0, 0.1);
  transition: background-color 0.7s ease, color 0.7s ease, transform 0.7s ease;
  scale: 1.3;
  width: 200px;
}

.dmo-button:hover {
  background: #56961d;
}





/*@keyframes slide-up {
  from {
    transforms: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}*/




.animation-on-view {
  animation-duration: auto;
  animation: fade-in 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 0%;
  animation-range-end: 30%;
}



@keyframes fade-in {
  from { opacity: 0; transform: translateY(100px);}
  to { opacity: 1; transform: translateY(0px);}
}

.animation-from-right {
  animation: come-from-right ease-in-out;
  animation-timeline: view();
  animation-range: 0% 30%;
}

@keyframes come-from-right {
  from {opacity: 1; transform:translateX(-300px);}
  to {opacity:1; transform:translateX(0px);}
}

.animation-from-left {
  animation: come-from-left ease-in-out;
  animation-timeline: view();
  animation-range: 0% 30%;
}

@keyframes come-from-left {
  from {opacity: 1; transform:translateX(300px);}
  to {opacity:1; transform:translateX(0px);}
}

.center {
  text-align: center;
}

.running-banner {
  width: 110%;
  overflow: hidden; /* Hides text outside the banner */
  background: transparent;
  color: black;
  white-space: nowrap; /* Keeps text in one long line */
  font-size: 25px;
  font-family: Georgia, sans-serif;

}

.running-banner p {
  display: inline-block;
  padding-left: 100%; /* Starts the text off-screen to the right */
  animation: scroll-text 10s linear infinite; /* Sets speed and loop */
}

@keyframes scroll-text {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* Moves text completely off-screen to the left */
}

@media (max-width: 768px) {
  .container-two,
  .testimonial-div-parent,
  .three-steps {
    flex-direction: column;
    align-items: center;
  }
  .hero-logo {
    width: 100px;       /* smaller on phones */
    margin-top: 20px;
    left: 15%;
  }
  .container {
    flex-direction: column;
  }
  .parent-service-div {
    flex-direction: column;
    justify-content: space-evenly;
    
  }

  .container-three {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;

  }

  .container-three-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container-three-au {
    text-align: center;
  }
  .par_au {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  .container-three-au {
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  height: auto;
  }
  .certify {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  }
  .certify-txt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .service-bg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }
  .parent-service-div {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* background-color: whitesmoke; */
  background-color: whitesmoke;

  }
  .parent-service-inner {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 500px;
  width: 90%;
  border-radius: 50px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  }

  .quote-like {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 50px;
  /* font-family: 'Playwrite IE', cursive; */
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  }
  .testimonial-div {
    width: 90%;
    margin-bottom: 50px;
  }
  .faq-outer-container {
    width: 100%;
    border-radius: 40px;
  }
  .container-five {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  }
  .parent-container-five {
    width: 100%;
  } 
  .container-five-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;

  }
  .dmo-button {
    width: 60%;
  }
  .dmo {
  display: block;
  width: 90%;
  height: 200px;
  background-color: #024e69;
  margin-top: 50px;
  border: none;
  border-radius: 50px;
  margin-top: 100px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 100px;
  }

  .dmo-text {
    margin: 20 auto;
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: Georgia, serif;
    text-shadow: 1 1 1px black;

  }
  
  .moving-txt {
  text-align: center; 
  font-size: 50px; 
  margin-top: 150px
  }

}