/*--- Body ---*/
body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f2f6e9;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.9rem !important;
}
/*--- alert ---*/
#alert.container-fluid {
  background-color: #2b346c !important;
  color: white;
}
#alert.container-fluid :hover {
  background-color: #fab808 !important;
  transition: ease-in 0.5s;
  padding: 0.5rem;
}
#alert.container-fluid p {
  margin: 0;
  padding: 1rem;
}

/*--- navigation bar ---*/
.navbar {
  padding: 1rem !important;
  box-shadow: 4.95px 4.95px 11.83px 1.17px rgba(0, 0, 0, 0.17);
}
.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.nav-link {
  margin-right: 3rem !important;
}
.nav-link:hover {
  color: #000;
}
.navbar-collapse {
  justify-content: center;
}

/*--- display ---*/
#display {
  position: relative;
  background: url("img/home_banner2.png");
  background-size: cover;
  background-position: 0 25%;
  background-repeat: no-repeat;
  height: auto;
  padding: 3rem;
}
#display .container {
  height: 500px;
}
#display-text {
  color: white;
  padding-top: 7rem;
}

#display-text h1 {
  line-height: 4rem;
}
#display-text h4 {
  font-family: "Kaushan Script", cursive;
}

.phone-number {
  color: #fab808;
  font-size: 3rem !important;
}
.phone-number:hover {
  text-decoration: none;
  color: #fab808;
}

/*---Services display ---*/
#services-display {
  position: relative;
  background: url("img/home_banner3.png");
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
  height: auto;
  padding: 3rem;
}
#services-display .container {
  height: 300px;
}
#display-text {
  color: white;
  padding-top: 7rem;
}

#display-text h1 {
  line-height: 4rem;
}
#display-text h4 {
  font-family: "Kaushan Script", cursive;
}
/*--- Top-Form ---*/
#top-form {
  position: relative;
}
form {
  position: absolute;
  background-color: white;
  padding: 2rem;
  width: 1110px;
  top: -150px;
  box-shadow: 4.95px 4.95px 11.83px 1.17px rgba(0, 0, 0, 0.17);
  border-radius: 15px !important;
}
#form-header {
  padding-bottom: 1rem;
}

input {
  background-color: #e9e9e9 !important;
}

.btn-primary {
  background-color: #fab808 !important;
  border: none !important;
}
#send {
  background-color: #fab808 !important;
  color: #ffffff;
  width: 10rem;
}

/*--- Cards ---*/

#boxes {
  background-color: #e9e9e9;
  padding-top: 16rem;
  padding-bottom: 4rem;
}
.card {
  background-color: #ffffff;
  box-shadow: 4.95px 4.95px 11.83px 1.17px rgba(0, 0, 0, 0.17);
  border-radius: 15px !important;
}
.card-body img {
  padding: 1rem;
}
.service-icon {
  background-color: black;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  margin: auto;
}

/*--- Services ---*/
#services {
  padding: 4rem 0;
}
li.list-group-item {
  border: 0;
  padding-left: 0;
}
#clean-house-img {
  width: 1000px;
}

/*--- Services Pop-Up---*/

#services-popup {
  width: 100%;
  min-height: 100%;
  background-color: black;
  background: rgba(15, 15, 15, 0.8);
  position: fixed;
  top: 89px;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
}
.show-all {
  opacity: 100% !important;
  transition: ease-in 0.5s;
  z-index: 20;
  pointer-events: all !important;
  display: flex;
  align-items: center;
  margin-top: -89px;
}
#services.container {
  position: relative;
  margin-top: 89px;
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  height: 400px;
  z-index: 50;
  overflow: scroll;
  overflow-x: hidden;
  text-align: left;
}
#option.row {
  position: relative;
}
#option2.row {
  position: relative;
  padding: 2rem 0;
}
.list-group-item {
  background-color: transparent !important;
}
.bullets {
  line-height: 1.5rem;
}
.bullets span {
  font-weight: bold;
}
.fa-caret-right {
  padding-right: 0.5rem;
}
.times {
  position: absolute;
  right: 10px;
  top: -20px;
  z-index: 10;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.4rem;
}
#more-info {
  padding-left: 1rem;
}
#services-popup-btns {
  display: flex;
  align-items: center;
}

/*---Proudly Servicing---*/
#proudly-servicing {
  background: url("img/Proudly_Servicing_Bg.png");
  background-size: 50%;
  background-position: 0 40%;
  padding: 4rem 0;
}
.map img {
  width: 100px;
}

#proudly-servicing-card {
  padding: 1rem;
}
.phone-number {
  font-size: 1.7rem;
  font-weight: 500;
}
#contact-icon {
  padding: 0.7rem;
  color: #26336b;
}

/*---Services Page---*/
#residential-services h1 {
  padding: 2rem;
  text-align: center;
}
#room:nth-child(odd) {
  background-color: rgb(240, 240, 240);
}
#room {
  padding: 1.5rem;
}

/*---Success Message---*/
#success-message {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  /*--- Top-Form ---*/
  form {
    width: 930px;
  }
  #card-text {
    padding-top: 2rem;
  }
  /*--- Services Pop-up ---*/
  #services.container {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 992px) {
  /*--- Top-Form ---*/
  form {
    width: 690px;
  }
}

@media (max-width: 768px) {
  /*--- Top-Form ---*/
  form {
    position: static;
    width: 100%;
  }
  #top-form {
    position: static;
    background-color: #e9e9e9;
    padding-top: 4rem;
  }
  /*--- Why Choose US ---*/
  #boxes {
    padding-top: 0rem;
  }
  /*--- Services Pop-up---*/
  .option {
    padding-top: 2rem;
  }
}

@media (max-width: 576px) {
  /*--- Nav Bar ---*/
  .navbar-brand img {
    width: 180px;
  }
  #free-estimates {
    display: none !important;
  }
  /*--- Display ---*/
  #display {
    padding: 0 0;
    height: min-content;
  }
  /*--- Top Form ---*/
  #top-form {
    padding: 1rem 0;
  }
  /*--- Cards ---*/
  #boxes {
    padding-bottom: 1rem;
  }
  /*--- Services ---*/
  #services {
    text-align: center;
    padding: 3rem 0;
  }
  #services img {
    padding-top: 2rem;
  }
  /*--- Services Popup ---*/
  #services.container {
    height: 600px;
    height: 70vh;
  }
  #request {
    font-size: 0.8rem;
  }
  #services-popup-btns {
    flex-direction: column;
  }
  #more-info {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .option {
    padding-top: 0;
  }
  /*--- Proudly Servicing ---*/
  #proudly-servicing {
    text-align: center;
    padding: 1rem 0;
  }
  #proudly-servicing-img img {
    width: 100%;
  }
  #map {
    display: none !important;
  }
  /*--- Success Message ---*/
  #thank-you {
    padding: 0 2rem;
  }
  #thank-you h1 {
    font-size: 1.5rem;
    padding-top: 1rem;
  }
}
