body {
    padding-top: 100px;
    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/room_cleaner.jpeg');
    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-1{
    border: 1px solid black;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
   
  }


.GET-UP {
    color: black;
    font-weight: 700;
}


.off-text {
    color: orangered;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(19, 17, 17, 0.9);
}



  
  .booking-form {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    max-width: 450px; 
    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:  orangered;
    color: white;
    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: black;
    margin-top: 120px;
    font-weight: 500;
  }

/* maid-heading */
.maid-heading{
 

    margin-bottom: 20px;
    text-align: center;
   
}
.maid-heading h6{
    font-size: 50px;
    color: rgb(49, 49, 49);
    font-weight: 700;
}
  
.image-container{
  display: flex; 
  justify-content: space-between;
  gap: 10px;
}
.image-container h6{
    color: black;
    font-size: 50px;
    font-weight:700;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.image-1{
    background-image: url('img/Vacuum-Cleaners-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.image-2{
    background-image: url('img/vacume-cleaner-img-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.image-3{
    background-image: url('img/vacum-cleaners-img-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.image-4{
    background-image: url('img/vacum-cleaner-img-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.image-6 {
  background-image: url('img/vacum-cleaner-img-5.png');
  background-repeat: no-repeat;
  background-size: contain; /* Ensure the image scales to fit the container */
  background-position: center;
  height: 75vh;
  width: 100%; /* Ensure the image takes full width */
  object-fit: cover; /* Ensure the image doesn't overflow */
}

/* Adjust the position and size of the description */
.image-6-description {
  font-size: 14px;
  color: black;
  position: relative;
  top: 100px;
  left: 10%;
  text-align: center; /* Center the content in mobile view */
}

/* Image 6 description text adjustments for mobile */
.image-6-description h6 {
  font-size: 20px;
  color: rgb(77, 76, 76);
  font-weight: 700;
}

.image-6-description p {
  font-size: 12px;
  color: black;
  margin-top: 10px;
}

.image-6-description button {
  color: rgb(29, 28, 28);
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid black;
}

.image-7{
  background-image: url('img/vacum_cleaner-img-6.png');
   background-repeat: no-repeat;
  background-size: cover;
  height:80vh;
  width: 100%;
}
.image-7-description{
  font-size: 14px;
  color: black;
  position: relative;
  top: 100px;
 left: 70%;
}

.image-7-description h6{
  font-size: 60px;
  color: rgb(77, 76, 76);
  font-weight: 700;
}

.image-7-description p{
  font-size: 17px;
  color: black;
  margin-top: 10px;
  text-align: left;
}

.image-7-description button{
  color: rgb(29, 28, 28);
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid black;
}

.image-7-description button:hover{
  background-color: rgb(59, 59, 59);
  color: white;
}



/* 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;
}


.image-9{
  background-image: url('img/ac.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.left-side {
  position: relative;
  top: 50%;
  left: 30%;
  border: 1px solid black;
  padding: 20px;
  width: 350px;
  border-radius: 10px;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center;  
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.left-side h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color:white;
}
.image-9 button {
  position: relative;
  top: 55%;
  left: 45%;
  color: white;
  background-color: transparent;
   border: 1px solid white;

  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
}


.image-10{
  background-image: url('img/forbs_air.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.image-11{
  background-image: url('img/gilr.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.image-11-description{
  font-size: 14px;
  color: black;
  position: relative;
  top: 25%;
left: 65%;

}
.image-11-description h6{
  font-size: 50px;
  color: rgb(77, 76, 76);
  font-weight: 700;
  text-align: left;


}
.image-11-description button {
  color: black;
  background-color: transparent;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid black;
  

  }
  .image-11-description button:hover {
  background-color: black;
  color: white;
}





footer {
  background-color: #f8f9fa;
  color: #333;
}

.footer-container {
  font-family: Arial, sans-serif;
  color: #555;
}

.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;
}

.footer-section ul li a:hover {
  color: black;
  text-decoration: underline;
}

footer .d-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

footer .footer-section {
  flex: 1;
  padding: 10px;
}

footer .footer-section ul {
  line-height: 1.8;
}

footer .footer-section ul li {
  padding-bottom: 5px;
}

footer hr {
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.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) {
    body{
     overflow-x: hidden;
     
    }
    .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{
    
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 0;
      width: 100%;
    }
   .navbar a {
      color: black;
      font-size: 25px;
      font-weight: 600;
    }
   .navbar a:hover {
      color: rgb(29, 28, 28);
    }
    .navbar-brand img {
      width: 40px;
      height: auto;
    }
  
  
    .agree {
      display: flex;
      align-items: center;
      text-align: center;
      margin-top: 10px;
      gap: 10px;
    }
    .agree input {
      width: auto; 
      margin-right: 10px;
      margin: 0;
    }
    .maid-heading{
        position: relative;
        top: 520px;
    }
  
    .image-container{
      position: relative;
      top: 500px;
      flex-direction: column;
    }
    body {
      overflow-x: hidden;
  }


  .image-5{
    position: relative;
      top: 500px;
  }
  .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/banner91.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-description {
    position: relative;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px; 
    text-align: center; 
  
  }
  .image-6-description h6 {
    font-size: 30px; 
    color: white;
  }
  .image-6-description p {
    font-size: 14px; 
    color: white;

  }
  .image-6-description button {
    color: white;
  background-color: transparent;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid white;
  }
  .image-7{
    position: relative;
    top: 200px; /* Position the image slightly higher */
    width: 100%;
    height: 800px; /* Allow the height to adjust based on content on smaller screens */
    background-image: url('img/banner10.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-7-description {
    position: relative;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px; 
    text-align: center; 
  
  }
  .image-7-description img{
    width: 200px;
    height: auto;
    margin-bottom: 10px;
  }
  .image-7-description h6 {
    font-size: 30px; 
    color: white;
  }
  .image-7-description p {
    font-size: 14px; 
    color: black;
    text-align: center;

  }
  .image-7-description button {
    color: black;
  background-color: transparent;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid black;
  }

  .Book-Free-Home-Demo{
 position: relative;
    top: 200px;
  }
  .demo-icon{
    flex-direction: column;
  }

  .image-9{
    position: relative;
    top: 100px; /* Position the image slightly higher */
    width: 100%;
    height: 500px; /* Allow the height to adjust based on content on smaller screens */
    background-image: url('img/banner14.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 */
  }

  .left-side {
    width:200px;  
    position: relative;       
    left:25%;             
    margin-left: 0;       
    top: 10%;             
    padding: 15px;  
    border: 1px solid white;     
  }

  .left-side h1 {
    font-size: 20px;      
  }

  .left-side h6 {
    font-size: 15px; 
  }

  .d-flex {
    display: block;    
  }

  .d-flex p {
    margin: 5px 0;        
  }
  .image-10{
    
    position: relative;
    top: 100px; /* Position the image slightly higher */
    width: 100%;
    height: 600px; /* Allow the height to adjust based on content on smaller screens */
    background-image: url('img/banner12.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-11{
    position: relative;
    top: 100px; /* Position the image slightly higher */
    width: 100%;
    height: 600px; /* Allow the height to adjust based on content on smaller screens */
    background-image: url('img/banner13.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-11-description{
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px; 
    text-align: center;
 
  }
  .image-11-description img{
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }
  .image-11-description h6 {
    font-size: 20px; 
    color: black;
    text-align: center;
  
    }
  .image-11-description p {
    font-size: 12px; 
    color: black;
    text-align: center;

    }
  .image-11-description button {
    color: black;
    background-color: transparent;
    border: none;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid black;
  
    }

    .Forbes{
      flex-direction: column;
    }
    .footer-container{
      display: none;
    }
    
  .mobile-footer{
    
    overflow-x: hidden;
  }


}
  