* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  
}
body {
  font-family: 'Poppins', sans-serif !important;
}


.navbar {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  height: 4.5vw;
  transition: 0.6s;
  align-items: center;
  background-color: #fff;
  background: #fff;
  z-index: 1000;
  padding: 2vw;
}
.navbar h3 {
  font-weight: 700;
  position: relative;
}
.navbar .logo {
  width: 17.625vw;
  height: 4.359vw;
  position: relative;
  bottom: 1vw;
}

.hero {
  height: 55vw;
  background-color: #005b94;
  padding: 1.563vw;
}

.hero-item {
  display: flex;
  justify-content: space-around;
  height: 54.688vw;
  margin-top: 3.125vw;
  position: relative;
  flex-wrap: wrap;
}
.hero-item .left {
  width: 39%;
  display: flex;
  flex-direction: column;
  margin-top: 12.25vw;
  position: relative;
  bottom: 6.25vw;
  color: #fff;

}
.hero-item .left h1 {
  text-align: left;
  position: relative;
  font-weight: 600;
  font-size: 3.834vw;
  margin-top: 5vw;
  /* box-shadow: 0vw 0.4vw 0.6vw rgba(0, 0, 0, 0.3); */
}
.hero-item .left p {
  font-size: 1.406vw;
}

.apply-btn{
  margin-top: 2vw;
  width: 30vw;
  height: 5.5vw;
  background-color: #ffffff;
  border-radius: .5vw;
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 2vw;
}

.apply-btn:hover {
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.3);
  transform: translateY(-0.781vw);
}
.apply-btn:active{
  background-color: #bbc4c9;
}

.hero-item .right {
  padding: 0.781;
  width: 80%;
  display: flex;
  justify-content: center;
background-color: #fff;
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.1);
  height: 46.688vw;
 
  width: 35.156vw;
  border-radius: 0.391vw;
}

.hero-item .right h1 {
  text-align: center;
  margin-top: 2vw;
  font-weight: 700;
}
.required {
  color: red;
  font-weight: bold;
}
input {
  all: unset;
  width: 100%;
  border: 1px solid #a7a3a3;
  border-radius: 3px;
  height: 1.1vw  !important;
}

.hero-item .right:hover {
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.3);
}
.right h1 {
  font-size: 1.875vw;
}
.right .form-control {
  width: 23.438vw;
  height: 1.953vw;
}

.btn-primary {
  width: 100%; /* Full width button */
  font-size: 1.875vw;
  font-weight: bold;
  padding: 0.938vw; /* Increased padding */
  color: #15bb62;
}

  
  .contact {
    position: fixed;
    bottom: 5vw;
    right: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1vw;
    z-index: 1000;
  }
  
  /* Phone Container */
  .phone-container {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  /* Phone Info - Hidden by Default */
  .phone-info {
    background-color: #28a745; /* Green color */
    color: white;
    padding: 0.8vw 1.2vw;
    border-radius: 2vw;
    display: none; /* Initially Hidden */
    position: absolute;
    right: 5vw;
    white-space: nowrap;
    font-size: 1vw;
    text-align: center;
    font-weight: bold;
    box-shadow: 0vw 0.4vw 0.6vw rgba(0, 0, 0, 0.1);
  }
  
  /* Phone Icon */
  .phone-icon {
    width: 5vw;
    height: 5vw;
    background-color: #d4f8c6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0vw 0.4vw 0.6vw rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .phone-icon:hover {
    box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.3);
    transform: translateY(-0.781vw);
  }
  
  /* Show phone number when hovering */
  .phone-container:hover .phone-info,
  .phone-info:hover {
    display: block;
  }
  
  .phone-icon img {
    width: 3vw;
    height: 3vw;
  }
  
/* about */

.about{
  height: 62vh;
  margin: 0.781vw;
  background-color: #f7f7f7;
  font-size: 1.3vw;
}
.about .content {
  display: flex;
  justify-content: space-between;
}
.about .content .left{
 width: 50%;
 padding: 2vw 2vw;
}
.about h1{
 color: #005b94;
 margin-left: 2vw;
 margin-top: 2vw !important;
 font-weight: 700;
  
}
.about .content .right{
  width: 50%;
}
.about .content .right img{
  margin-top: 2.8vw;
  margin-left: 5vw;
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.1);
   width: 35vw;
   height: 20vw;
   border-radius: 0.5vw;
}
.about .content .right img:hover {
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.3);
  transform: translateY(-0.781vw);
}

/* hero_2 */

.hero-2 {
  height: 120vh;
  margin: 0.781vw;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-2 h1 {
  text-align: center;
  font-size: 2.656vw;
  padding: 0.781vw;
  font-weight: 700;
  color: #000;
}
.Benefits {
  height: 62.5vw;
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  margin-left: 11.719vw;
}
.Benefits .box {
  width: 21.094vw;
  height: 23.438vw;
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.781vw 0.781vw;
  background-color: #fff;
  border-radius: 0.391vw;
  transition: transform 0.3s ease-in-out;
  position: relative;
  padding: 15px;
  text-align: center;
}
.Benefits .box:hover {
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.3);
  transform: translateY(-0.781vw);
}
.Benefits .box .content {
  height: 100%;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Benefits .box img {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 2.781vw;
  left: 7.031vw;

}
.Benefits .box h1 {
  font-size: 1.55vw;
  position: relative;
  top: 1.1vw;
  left: 0.12vw;
}
.Benefits .box p {
  font-size: 1.15vw;
  position: relative;
  top: 1.1vw;
  left: 0.3vw;
  color: gray;
}
.Benefits .box:hover h1 {
  color: #1cbb6e;
}
/* hero_3 */
.hero-3 {
  height: 88vh;
  margin: 0.781vw;
  background-color: #f7f7f7;
  padding-top: 10px;
}
.hero-3 h1 {
  text-align: center;

  margin-top: 0.9vw;
  color: #005b94;
  font-weight: bold;
}
.hero-3 h3 {
  text-align: center;
  font-size: 1.8vw;
  color: #7f839c;
}

.Industrial {
  height: 16.8vw;
}
/* products */

.products {
  /* border: 1px solid red; */
  height: 62.5vw;
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 8.719vw;
  padding: 10px;
}
.products .box {
  margin: 1vw;
}
.products .card{
  width: 22vw;
}
.effect .card {
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.1);
}
.effect .card:hover {
  box-shadow: 0.781vw 0.781vw 1.563vw rgba(0, 0, 0, 0.3);
  transform: translateY(-0.781vw);
}

.effect .card:hover h4{
   color: #15bb62;
}
.card-text {
  text-align: center;
  font-size: 1.3vw;
}
.projects .project .box .card{
  height: 23vw ;

}

.services {
  background-color: #f7f7f7;
  height: 39vw !important;
}
.residential {
  height: 16.8vw;
}

.franchise h4{
  font-size: 1.3vw;
  font-weight: 600
}
.franchise .box .card{
  width: 30vw !important;
}
.franchise .box img{
   width: 30vw;
   height: 20vw;
}

.projects{
  height: 145vh;
  margin: 0.781vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #f7f7f7;
  padding-top: 10px;
}

.hero-3 .project{
  height: 62.5vw;
  width: 85vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  
  margin-left: 8.719vw;
  padding: 10px;
}
.hero-3 .project .box{
   width: 22vw;
   height: 22vw;
   
}
.hero-3 .project .box .card{
  display: flex;
  justify-content: space-between;
}

/* hero-4 */

.hero-4 {
  height: 125vh;
  margin: 0.781vw;
  /* background-color: #edffef; */
  padding-top: 10px;
  background-color: #f7f7f7;
}
.hero-4 h1 {
  text-align: center;
  color: #005b94;
  margin-top: 0.9vw;

  font-weight: bold;
}
.text-center {
  font-size: 1.5vw;
}
.hero-4 p {
  text-align: center;
  font-size: 1.3vw;
  margin-bottom: 10vw;
}
.steps {
  display: flex;
  justify-content: center;
  align-items: center;

}
.hero-4 .left {
  width: 30%;
  height: 43vw;
}
.hero-4 .left .content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-4 .left .content1 img {
  margin-left: 1vw;
  width: 6vw;
}
.hero-4 .left .content1 h3 {
  margin-top: 1vw;
}
.hero-4 .left .content1 h6 {
  font-size: 1vw;
}
.hero-4 .left .content2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 6vw;
}
.hero-4 .left .content2 img {
  margin-left: 1vw;
  width: 6vw;
}
.hero-4 .left .content2 h3 {
  margin-top: 1vw;
  text-align: center;
}
.hero-4 .left .content2 h6 {
  font-size: 1vw;
  text-align: center;
}
.hero-4 .middle {
  width: 5%;
  height: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1vw;
}
.hero-4 .middle input {
  width: 0.7vw;
  height: 50vw !important;
  border: none;
  border-radius: 10px;
  background-color: #b3b5be;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  background: transparent;
  border: none;
}
.hero-4 .right {
  width: 30%;
  height: 50vw;
}

.hero-4 .right .content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 13vw;
}
.hero-4 .right .content2 {
  margin-top: 7vw !important;
}
.hero-4 .right .content1 img {
  margin-left: 1vw;
  width: 6vw;
}
.hero-4 .right .content1 h3 {
  margin-top: 1vw;
}
.hero-4 .right .content1 h6 {
  font-size: 1vw;
  text-align: center;
}
.ball {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 34vw;
  z-index: 1000;
  position: absolute;
}
.ball2 {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 34vw;
  z-index: 1000;
  position: absolute;
}
.hero-4 .right .content2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
}
.hero-4 .right .content2 img {
  margin-left: 1vw;
  width: 6vw;
}
.hero-4 .right .content2 h3 {
  margin-top: 1vw;
  text-align: center;
}
.hero-4 .right .content2 h6 {
  font-size: 1vw;
  text-align: center;
}

/* footer */

.partners{
  
    height: 60vh;
    margin: 0.781vw;
    background-color: #fff;
    padding-top: 10px;
  }
  .partners h1 {
    text-align: center;
    color: #565972;
    margin-top: 1vw;
  
    font-weight: bold;
  }
  .partners .vendor{
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
    margin-top: 3vw;
    gap: 3vw;
  }
  .partners .vendor img{
    width: 12vw;
    height: 5vw;
  }

  .partners .finance{
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
    margin-top: 1.5vw;
    gap: 6vw;
  }
  .partners .finance img{
    width: 10vw;
    height: 4vw;
  }
  .financeh1{
    padding: 3vw;
 
  }

  .footer{
    height: 60vh;
    margin: 0.781vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    color: #fff;
    background-color: #f7f7f7;
  }

  .footer .box{
      width: 85vw;
      height: 18vw;
      border-radius: 1vw;
      background-color: #005b94;
      box-shadow: 0vw 0.4vw 0.6vw rgba(0, 0, 0, 0.3);
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
  
  .footer .box h2{
    font-size: 1.8vw;
    font-weight: 700;
  }
  .footer .box h1{
    font-size: 2.5vw;
    text-shadow: 3px 3px 10px rgba(240, 235, 235, 0.7),
    -3px -3px 10px rgba(0, 0, 255, 0.7);
  }

  
  .footer .box h5{
    font-size: 1.3vw;

  }
  .footer .box button{
    height: 4vw;
    width: 20vw;
    border-radius: 1vw;
    border: none;
  }

/* Popup Background */
.popup {
  display: none; /* Hidden initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#callNowButton{
  border: none;
  background-color: transparent;
  background-color: #005b94;
  color: #fff;
  width: 8vw;
  height: 2.5vw;
  border-radius: 1vw;
}
#callNowButton1{
  border: none;
  background-color: transparent;
  color: #fff;
}




