
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* NAVBAR */

.navbar {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  background-color: rgb(103, 4, 160) !important;

}

.navbar-brand{
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold;

}
.navbar-brand:hover{
  color: #000 !important;
}
.nav-link{
  color: #fff !important;
  margin: 20px;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar-toggler{
  background-color: #fff !important;
  border: none !important;
}

.nav-link:hover {
  background-color: rgb(0, 0, 0);
  border-radius: 25px;

}
@media (max-width: 991.98px) {
  .navbar-nav {
      text-align: center;
      width: 100%;
  }
}
.dropdown-menu{
  background-color: rgb(103, 4, 160) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  text-align: justify;
  
}
.dropdown-item{
  color: #fff !important;
  font-weight: 600 !important;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.dropdown-item:hover{
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 25px;
}

/* NAVBAR END */






/* HERO */



.banner-container {
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.6)),url(images/washhome.png);
  background-size: cover;
  background-position: center;
  height: 700px; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white; 

}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-content h1 {
  margin-bottom: 20px;
  font-size: 100px;
  letter-spacing: 4px;
}
.banner-content p{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 8px;
}
.banner-content button{
  background-color: rgb(103, 4, 160) !important;
  border: none;
  padding: 8px 15px;
  border-radius: 25px;    
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner-content button:hover{
  background-color: rgb(46, 3, 71) !important;
}

.banner-content .btn {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .banner-container {
      height: 500px; 
  }
  .banner-content h1 {
      margin-bottom: 20px;
      font-size: 30px;
  }
}

@media (max-width: 480px) {
  .banner-container {
      height: 500px; 
  }
  .banner-content h1 {
      margin-bottom: 20px;
      font-size: 20px;
  }
}

/* HERO END */


#about{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about h3{
  text-align: center;
  font-size: 40px;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
#about p{
  text-align: justify;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400;
}

#desc{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#desc ul li{

  line-height: 38px;
  font-size: 16px;

}

#issue{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#issue h3{
  text-align: center;
  font-size: 40px;
  margin-top: 5rem;
  margin-bottom: 2rem;

}
#issue ul li{
  line-height: 38px;
  font-size: 16px;
}



#support  {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


#support h3{
  text-align: center;
  font-size: 40px;
  margin-top: 5rem;
  margin-bottom: 2rem;

}


#support ul li{
  line-height: 38px;
  font-size: 16px;
}

.testimonial-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.testimonial {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.testimonial .testimonial-text {
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial .testimonial-rating {
  color: #ffc107; 
  font-size: 24px;
  margin-bottom: 10px;
}

.testimonial .testimonial-author {
  font-size: 16px;
  font-style: italic;
  color: #333;
}



#contact{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-top: -4rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  
  
  
}
#contact h2{
  text-align: center;
}

#name {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}


#district {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

#phone {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}


#service {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}


#comment {
  width: 100%;
  height: 100px;
  padding: 10px;
  margin-bottom: 15px;
  resize: vertical; 
  box-sizing: border-box;
}


#submit {
  background-color: rgb(103, 4, 160) !important;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
}

#submit:hover {
  background-color: rgb(49, 5, 75) !important;
}


@media (max-width: 600px) {
  
  #name, #district, #phone, #service, #comment, #submit {
    width: 100%;
  }
}
#but .fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px;
  background-color: rgb(103, 4, 160) !important;
  color: white;
  text-align: center;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border: 2px solid black;
}

#but .fixed-button:hover {
  background-color: #000000; 
}





#open{
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(48, 2, 75) !important;
}
#open h4{
  color: #fff;
  margin-top: 2rem;
}
#open p{
  color: #fff;
  
}
#open img{
  width: 60px;
  height:60px;
}


#footer {
  background-color: #000000;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

#footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#footer .service-links,
#footer .contact-info,
#footer .legal-links {
  flex: 1;
  margin: 10px;
}

#footer .service-links ul,
#footer .legal-links ul {
  list-style-type: none;
  padding: 0;
}

#footer .service-links ul li,
#footer .legal-links ul li {
  margin-bottom: 10px;
}

#footer .service-links ul li a,
#footer .legal-links ul li a {
  color: #ffffff;
  text-decoration: none;
}

#footer .service-links ul li a:hover,
#footer .legal-links ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #footer .footer-container {
    flex-direction: column;
  }

  #footer .service-links,
  #footer .contact-info,
  #footer .legal-links {
    margin: 10px 0;
  }
}
