*{
    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/Home-Appliances.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Adjustments for larger screens */
@media screen and (max-width: 992px) {
    #hero {
        background-size: cover;
        background-position: center;
    }
}

/* Adjustments for medium screens */
@media screen and (max-width: 991px) {
    #hero {
        background-size: cover;
        background-position: center;
    }
}

/* Adjustments for small screens */
@media screen and (max-width: 767px) {
    #hero {
        background-size: cover;
        background-position: center;
    }
}

/* Adjustments for extra small screens */
@media screen and (max-width: 576px) {
    #hero {
        background-size: cover;
        background-position: center;
    }

    #hero h1 {
        font-size: 30px;
    }

    #hero p {
        font-size: 14px;
        letter-spacing: 2px;
    }

    #hero button {
        padding: 8px 20px;
        font-size: 14px;
    }
}

#hero h1 {
    font-size: 100px;
    color: white;
    letter-spacing: 3px;
    text-shadow: 0px 1px 0px #000, 0px 1px 0px #000, 0px 1px 0px #000;
    margin: 0;  /* Ensure there is no extra margin */
}

#hero p {
    color: #ffff;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;  /* Ensure there is no extra margin */
}

#hero button {
    background-color: #043f49;
    color: #fff;
    padding: 10px 30px;
    border: none;  /* Remove default button borders */
    cursor: pointer;  /* Change cursor to pointer */
}

#hero button:hover {
    background-color: #0c6e80;
    color: #fff;
    border-radius: 25px;
    transition: background-color 0.5s;
}

/* Ensure overall responsiveness */
@media screen and (max-width: 576px) {
    #hero {
        background-position: center top;
    }

    #hero h1 {
        font-size: 20px;
    }

    #hero p {
        font-size: 12px;
        letter-spacing: 1px;
    }

    #hero button {
        padding: 6px 15px;
        font-size: 12px;
    }
}


/* SERVICE */
#service{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#service img{
    margin-top: 1rem;
    width: 250px;
    height: 230px;
}
#service h5{
    color: #043f49;
    font-weight: bold;
    margin: 10px;
}

#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;
}

#intro{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
#intro h2{
    color: #043f49;
    font-size: 50px;
    font-weight: 700;
}
#intro p{
    text-align: justify;
    margin-top: 1rem;
}
#intro .billhome{
    background-color: #043f49;
}

#good{
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.4)),url(images/bilhomeew.jpg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
    background-repeat: no-repeat;
    min-height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    margin-bottom: 5rem;
}
#good h2{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

#achi h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

#NUMC h1{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
  
}

#NUMC .wrapper{
    
    position: absolute;
    width: 80vw;
    transform: translate(-50%,-50%);
    left: 50%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin-top: 6rem;

}

#NUMC{

    margin-top: 10rem;
    
}
#NUMC .container{
    width: 28vmin;
    height: 28vmin;
   
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em 0;
    position: relative;
    font-size: 16px;
    border-radius: 0.5em;
    background-color: #043f49;
    border-bottom: 10px solid #0c6e80;
    margin-bottom: 5rem;
}
i{
    color: #0c6e80;
    font-size: 2.5em;
    text-align: center;
}
span.num{
    color: rgb(255, 255, 255);
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
}
span.text{
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;

}
@media screen and (max-width: 1024px) {
    #NUMC .wrapper {
        width: 85vw;
        margin-top: 6rem;
    }
    #NUMC .container {
        height: 26vmin;
        width: 26vmin;
        font-size: 12px;
        line-height: 13px;
        margin-top: 4rem;
    }
}

@media screen and (max-width: 768px) {
    #NUMC .wrapper {
        width: 90vw;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 6rem;
    }
    #NUMC .container {
        width: calc(50% - 30px);
        height: 30vmin;
        font-size: 14px;
        line-height: 10px;
        margin-top: 4rem;
    }
}

@media screen and (max-width: 480px) {
    #NUMC .wrapper {
        gap: 15px;
        margin-top: 6rem;
    }
    #NUMC .container {
        width: calc(100% - 30px);
        height: 25vmin;
        font-size: 8px;
        line-height: 8px;
        margin-top: 4rem;
    }
}
#grid{
    width: 100%;
    margin-top: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;

}
#grid img{
    width: 300px;
    height: 200px;
    margin: 10px;

}
#test h2{
    text-align: center;
    margin-top: 5rem;
    font-size: 40px;
    font-weight: bold;
}
#testimon{
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#testimon p{
    text-align: justify;
}

#sat{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#consult{
    background-color: #043f49;
}
#sat h2{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}
#sat h4{
    color: #fff;
}
#sat p{
    color: #fff;

}
#sat button{
    background-color: #0c6e80;
    color: #fff;
    padding: 10px 10px;
    border-radius: 25px;
}
#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; 
}







.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;
    transform: rotate(90deg); 
}

#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;

}


#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 !important;
    cursor: pointer;
   
    border: 2px solid black;
}

#but .fixed-button:hover {
    background-color: #000000; 
    border: none;
}