* {
  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 {
  background-color: #005b94;
  padding: 3vw 0;
}

.hero-item {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-evenly;
  align-items: flex-start;
}

.left h1 {
  font-weight: 600;
  font-size: 2.3vw;
  color: #fff;
  margin-bottom: 2vw;
}

.apply-btn {
  width: 100%;
  max-width: 300px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
  font-size: 1.3vw;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.carousel-inner img {
  object-fit: cover;
  height: 320px;
}

.right-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 750px;
  margin: 3vw auto;
  margin-left: 10vw;
}
.request-text{
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.toggle-buttons {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;

}

.toggle-btn {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
}

.toggle-btn.active {
  background-color: #e6ecff;
  font-weight: bold;
  border-radius: 30px;
}

.form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.required {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .left h1 {
    font-size: 6vw;
  }

  .apply-btn {
    font-size: 4vw;
    height: 50px;
  }
}

.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;
}

.why-helium {
  background-color: #f7f7f7;
  padding: 4vw 2vw;
  text-align: center;
}

.why-helium h1 {
  font-size: 2.8vw;
  color: #005b94;
  font-weight: 700;
  margin-bottom: 0.5vw;
  text-transform: uppercase;
}

.underline {
  width: 6vw;
  height: 0.4vw;
  background-color: #15bb62;
  margin: 0 auto 3vw auto;
  border-radius: 0.5vw;
}

.helium-features {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 2vw;
}

.feature-box {
  background: #fff;
  width: 22vw;
  padding: 2vw;
  border-radius: 1vw;
  box-shadow: 0 0.4vw 1vw rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-box img {
  width: 6vw;
  height: 6vw;
  margin-bottom: 1vw;
  transition: transform 0.3s ease;
}

.feature-box h3 {
  color: #005b94;
  font-size: 1.8vw;
  margin-bottom: 0.5vw;
  transition: color 0.3s ease;
}

.feature-box p {
  font-size: 1.1vw;
  color: #555;
}

.feature-box:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.8vw 1.5vw rgba(0, 0, 0, 0.2);
}

.feature-box:hover img {
  transform: scale(1.1);
}

.feature-box:hover h3 {
  color: #15bb62;
}




/* 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;
}


.savings-calculator {
  background-color: #f9f9f9;
  padding: 40px 20px;
  font-family: 'Saira', sans-serif;
}

.savings-calculator .container {
  max-width: 600px;
  margin: 0 auto;
}

.savings-calculator h2 {
  text-align: center;
  color: #002244;
  margin-bottom: 30px;
}

.savings-calculator .form-group {
  margin-bottom: 20px;
}

.savings-calculator label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.savings-calculator input,
.savings-calculator select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.savings-calculator button {
  background-color: #f4b400;
  color: #002244;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.savings-calculator button:hover {
  background-color: #e0a800;
}

#results {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
}

#results h3 {
  margin-bottom: 15px;
  color: #002244;
}

#results p {
  margin: 5px 0;
  color: #333;
}


