body {
  padding-top: 77px;
  overflow-x: hidden; /* Prevent horizontal overflow */
}
/* Styling for the customer support icons */
.support-icons {
  position: fixed;
  right: 20px;
  bottom: 50px;   
  z-index: 999;
}

.support-icon {
  display: block;
  margin: 10px 0;
  background-color: #25D366; 
  padding: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  
}

.support-icon.phone {
  background-color: #4CAF50; /* Phone icon color */
}

.support-icon:hover {
  transform: scale(1.1);
}

.support-icon i {
  color: white;
}

.support-icon:active {
  transform: scale(0.9);
}
.navbar {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);  
  overflow-x: hidden;
}

.navbar .nav-link {
  color: black !important;
  font-size: 16px;
  padding: 15px 20px;
}

.navbar .nav-link:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
}

.navbar .navbar-toggler-icon {
  background-color: white;
}

.navbar-nav .nav-item {
  margin-right: 20px;
}

.navbar-brand img {
  width: 50px;
  height: auto;
}

.navbar-nav .nav-item i {
  margin-right: 8px;
}

.navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-item a {
  text-decoration: none;
}


/*top-container section  */
.top-container{
  background-image: url('../img/KENTs-NextGen-Water-Purifiers.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
}
.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}

.left-side {
  border: 1px solid black;
  padding: 20px;
  width: 400px;
  border-radius: 10px;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}



.left-side p {
  font-size: 15px;
}

.line {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(253, 252, 252);
  width: 100%;
}

.text-1{
  font-size: 12px; 
  color: white;
  width: 200px;
}

.text-center {
  text-align: center;
}

.booking-form {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 450px; /* Fixed max-width for form */
  margin: 0 auto;
}

.booking-form h6 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.booking-form p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}

.booking-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.booking-form button {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  background-color: #85a1be;
  color: black;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-radius: 0;

}

.booking-form button:hover {
  background-color: #0056b3;
}

.agree {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  gap: 10px; 
}

.agree input {
  width: auto; 
  margin-right: 10px;
  margin: 0;
}

.agree label {
  font-size: 14px;
 color: rgb(88, 88, 88);
}
/* bottpm-description */
.bottpm-description p{
font-size: 18px;
  color: white;
  margin-top: 120px;
  font-weight: 500;
}

.image-3 {
  background-image: url('img/gxpbildd.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.image-3-description{
position: relative;
  top: 20%;
  left: 10%;
}
.image-3-description h6{
  font-size: 60px;
  font-weight: bold;
  color: white;
  
}
.image-3-line{
  width: 37%;
  height: 3px;
  background-color: white;
}
.image-3-description p{
  font-size: 30px;
  color: white; 
  letter-spacing: 2px;
}

.image-5 {
  display: flex;
  position: relative;
  width: 100%;
}

.image-5 img {
  width: 100%; /* Ensure the image takes full width */
}

.image-5-description {
  position: absolute;
  right: 1%;
  top: 20%; 
  text-align: center;
}

.image-5-description p {
  margin: 0;
  color: white;
}

.image-5-description h5 {
  font-size: 50px;
  font-weight: bold;
  color: white;
}

/* Container for the image and description */
.image-6 {
  background-image: url('img/hc1et8sh.png');
  background-size: cover;
  background-position: center;
  position: relative; 
  height: 500px; 
  overflow: hidden; 
}

/* Image styles */
.image-6 img {
  width: 100%;
  height: auto; 
  max-height: 100%; 
  object-fit: cover; 
}

/* Description box positioning */
.image-6-description {
  position: absolute;
  top: 20%;
  left: 5%;
  color: rgb(58, 58, 58);
  padding: 15px;
  border-radius: 5px;
}

/* Heading styles */
.image-6-description h6 {
  font-size: 60px;  /* Increase the font size to 30px */
  font-weight: 600;
}

/* Button styles */
.image-6-description .btn {
  margin-top: 10px;
  border: 1px solid #818181;
  border-radius: 50px;
  padding: 10px 20px;
  color: blue;
  text-decoration: none;
  display: inline-block; /* Make sure buttons are aligned side by side */
}

/* Add second button styling */
.image-6-description .second-btn {
  background-color: #007bff;  /* New color for the second button */
  margin-top: 10px;
}



/* Book-Free-Home-Demo */
.Book-Free-Home-Demo{
  background-color: whitesmoke;
}
.top-text{
  font-size: 30px;
  font-weight: 500;

}
 .Benefits-line  {
  justify-content: center;
  border-bottom: 1px solid black; /* Adds a black line */
  width: 30%; /* Adjust width of the line */
  height: 10px;
  margin: 0 10px; /* Add space between the line and text */
}
.Benefits{
 font-size: 30px;
 font-weight: 500;
 color: black;
 margin-top: -10px;
}

.help-services{
  background-color: rgb(192, 191, 191);
  padding: 10px;
}


.nav-list li{
  list-style: none;
}

footer {
  background-color: #f8f9fa;
  color: #333;
  font-family: Arial, sans-serif;
  color: #555;
}

.footer-list li {
  display: none;
  margin-right: 20px;
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  text-decoration: none;
  color: black;
  transition: color 0.3s;
  font-weight: 500;
} 

.mobile-footer{
  max-width: 400px;
  margin: 0 auto;
}

.social-icon a{
  font-size: 20px;
  margin-right: 10px;
  color: #333;  
}

.text{
  color: rgb(143, 141, 141);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}


footer p {
  font-size: 14px;
  color: #777;
}




.mobile-footer{
  max-width: 400px;
  margin: 0 auto;
}


  .nav-list li{
    list-style: none;
  }



@media (min-width: 992px) {
  .mobile-footer{
    display: none ;
  }
}

@media (max-width: 767px) {
 
  .top-section {
    height: auto;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

       
  .left-side {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .booking-form {
    width: 370px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
   position: relative;
   top: 490px;
  }

  .booking-form input {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .navbar-brand img {
    width: 40px;
    height: auto;
  }

  .navbar-nav .nav-item a {
    text-align: center;
  }
  .agree {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    gap: 10px;
  }
  .agree input {
    width: auto; 
    margin-right: 10px;
    margin: 0;
  }

  .image-1{
    width: 100%;
    height: auto;
    position: relative;
    top: 500px;
  
  }
  .image-1 img{
     width: 200px;
    height: 300px;
   

  }
  .image-2{
    width: 100%;
    height: auto;
    position: relative;
    top: 500px;
   
  }
  .image-2 img{
    width: 300px;
    height: 400px;
  }
  .image-3{
    width: 100%;
    height: 500px;
    position: relative;
    top: 500px;
    overflow-x: hidden;

  }
  .image-3 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .image-3 h6{
    font-size: 20px;
    font-weight: bold;
  }
  .image-3 p{
    font-size: 15px;
  }

  
  .image-5{
    width: 100%;
    height: auto;
    position: relative;
    top: 300px;
    overflow-x: hidden;
  }
  .image-5 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .image-5-description {
    left: 5%;
    top: 5%;
    width: 90%;
  }

  .image-5-description h5 {
    font-size: 20px; 
  }

  .image-5-description p {
    font-size: 12px;  
  }

  .image-6 {
    position: relative;
    top: 300px; /* Position the image slightly higher */
    width: 100%;
    height: 800px; /* Allow the height to adjust based on content on smaller screens */
    background-image: url('img/sort-1.png'); /* New background image for mobile */
    background-size: cover; /* Ensure background image covers the full element */
    background-position: center top; /* Ensure background image aligns correctly */
    background-repeat: no-repeat; /* Prevent repeating of the background */
  }

  .image-6 img {
    height: auto; /* Make image responsive */
    margin-right: 0; /* Remove margin on smaller screens */
  }

  .image-6-description{
text-align: center;
position: relative;
    top: 8%;
    left: 1%;
  }
  .image-6-description h6 {
    font-size: 30px; /* Adjust font size for smaller screens */
    
  }
  .image-7{
    width: 100%;
    height: auto;
    position: relative;
    top: 300px;
    overflow-x: hidden;
  }

  .Book-Free-Home-Demo{
    position: relative;
    top: 320px;
  }
  .demo-icon{
  flex-direction: column;
  justify-content: center;

  }

  .Aquaguard-Advantage {
    position: relative;
    top: 350px;
  }
  .Aquaguard-Advantage-demo-icon{

 flex-wrap: wrap;
   
  }

  .footer-container{
    display: none;
  }


  .mobile-footer{
    position: relative;
    top: 350px;
  }
 
  
  

}
