*{
    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 */






#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(61, 2, 95) !important;
}


@media (max-width: 600px) {
  
  #name, #district, #phone, #service, #comment, #submit {
    width: 100%;
  }
}













#open{
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(56, 4, 87) !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;
    }
  }
  
































