*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/* NAVBAR */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


.navbar {
  background: linear-gradient(to right, #043f49, #043f49);
  font-family: 'Poppins', sans-serif;
  padding: 20px;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
}

.navbar-brand:hover {
  color: #ffe9e3;
}

.navbar-nav .nav-link {
  color: #fff;
  margin-right: 1rem;
  font-weight: 400;
}

.navbar-nav .nav-link:hover {
    background-color: #0c6e80;
}

.navbar-nav .nav-link.active {
  color: #ffffff;
  font-weight: 600;
}

.nav-item.dropdown .nav-link {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  background-color: #043f49;
  border: none;
  border-radius: 0.5rem;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem 1rem;
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #0c6e80;
  color: #ffffff;
}


.navbar-toggler {
  border-color: #ffffff;
  color:#fff !important;
}



@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    margin-right: 0;
    text-align: center;
  }
}





/* HERO */

#hero{
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.4)),url(images/watertech1.png);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero h1{
    font-size: 100px;
    color: white;
    letter-spacing: 3px;
    text-shadow: 0px 1px 0px #000,0px 1px 0px #000,0px 1px 0px #000;
       
}
#hero p{
    color: #ffff;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top: 0.5rem;
}

#hero button{
    background-color: #043f49;
    color: #fff;
    padding: 10px 30px;
}

#hero button:hover{
    background-color: #0c6e80;
    color: #fff;
    border-radius: 25px;
    transition: 0.5s;
}

@media screen and (max-width:576px) {
    #hero h1{
        font-size: 25px;
    }
}

#des{
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#des h2{
    text-align: center;
    font-size: 40px;
    color: #0c6e80;
}
#des p{
    text-align: justify;
    letter-spacing: 1.5px;

    background-color: black;
    color: #fff;
    line-height: 35px;
}

#desbg{
    background-color: #000;
}


#contact{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

#call button{
    background-color: #043f49;
    color: #fff;
    padding: 10px 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 25px;
}

#call button:hover{
    background-color: #0c6e80;
    color: #fff;
   
    transition: 0.5s;
}

#contact p{
    text-align: justify;
    font-size: 14;
    line-height: 40px;
    letter-spacing: 1.5px;
}

#myForm {
    padding: 20px;
    background: #f4f7f8;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
    margin-bottom: 5rem;
}


#myForm label {
    display: block;
    margin-bottom: 10px;
}
#myForm input[type="text"], #myForm input[type="tel"], #myForm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#myForm input[type="submit"] {
    background-color: #043f49;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#myForm input[type="submit"]:hover {
    background-color: #0c6e80;
}
@media (min-width: 600px) {
    #myForm .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #myForm .row > div {
        flex: 0 0 calc(33% - 20px);
        margin-bottom: 20px;
    }
}

#issue{
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#issue p{
    text-align: justify;
    line-height: 40px;
    letter-spacing: 1.5px;
}

.phone-float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.phone-float i {
    font-size: 24px;
}









#but .fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    background: linear-gradient(to right, #043f49, #043f49) !important;
    color: white;
    text-align: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border: 2px solid black;
}

#but .fixed-button:hover {
    background-color: #000000; 
}
  




















#address{
    width: 100%;
    background-color: #043f49;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}
#address img{
    margin-top: 2rem;
    width: 30px;
    height: 30px;
}
#address p{
    color: #fff;
}
#address h4{
    color: #fff;

}
#address h5{
    color: #fff;
}



#float .whatsapp-float {
    position: fixed;
    left: 20px; 
    bottom: 20px; 
    z-index: 100; 
    background-color: #25D366; 
    color: white;
    border-radius: 50%; 
    width: 50px; 
    height: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s; 
}

#float .whatsapp-float:hover {
    transform: scale(1.1); 
}

#float .whatsapp-float i {
    font-size: 24px; 
}





#float1 .whatsapp-float {
    position: fixed;
    right: 20px; 
    bottom: 20px; 
    z-index: 100; 
    background-color: #25D366; 
    color: white; 
    border-radius: 50%; 
    width: 50px; 
    height: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s; 
}

#float1 .whatsapp-float:hover {
    transform: scale(1.1); 
}

#float1 .whatsapp-float i {
    font-size: 24px; 
}



#footer{
    width: 100%;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer p{
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 2rem;

}