            *{
              margin: 0;
              padding: 0;
              box-sizing: border-box;
              /* overflow-x: hidden; */
            }
            /* General Styles */
            body {
              font-family: Arial, sans-serif;
              margin: 0;
              padding: 0;
              box-sizing: border-box; 
              
          }
          
          /* Header Styles */
          .header {
              background-color: #fff;
              padding: 10px 20px;
              box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
             
          }
          
          .container {
              display: flex;
              align-items: center;
              /* justify-content: space-evenly; */
          }
          
          .logo img {
              height: 40px;
              margin-left: 70%;
          }
          .logo img:hover{
              transform: scale(1.2);  
              cursor: pointer;
          }
          
          .location {
              display: flex;
              align-items: center;
              position: relative;
              flex: 1;
              margin: 0 20px;
              margin-left: 20%;
              
          }
          
          .location input {
              width: 55%;
              padding: 15px;
              padding-left: 40px;
              border: 1px solid #ccc;
              border-radius: 5px;
              outline: none;
          }
          
          .location span {
              position: absolute;
              left: 10px;
              font-size: 18px;
              color: #666;
              pointer-events: none; /* Prevent the icon from interfering with the input click */
          }
          
          .search-bar {
              position: relative;
              flex: 1;
              margin: 0%;
          }
          
          .search-bar input {
              width: 55%;
              padding: 15px;
              
              padding-left: 40px; 
              border: 1px solid #ccc;
              border-radius: 5px;
              outline: none;
          }
          
          .search-bar .search-icon {
              position: absolute;
              left: 10px;
              top: 50%;
              transform: translateY(-50%);
              font-size: 18px;
              color: #666;
              pointer-events: none;
          }
          
          .login {
              display: flex;
              align-items: center;
              margin-right: 5%;
          }
          
          .login button {
              padding: 10px 20px;
              background-color: #fff;
              border: 1px solid #ccc;
              border-radius: 5px;
              cursor: pointer;
              font-size: 14px;
          }
          
          .login button:hover {
              background-color: #f0f0f0;
          }
          .home {
              /* position: relative; */
              display: flex;
              /* flex-wrap: wrap; */
              flex-direction: row;
              justify-content: center;
              /* align-items: center; */
              /* background-color: #77cc15; */
            }
            
            .left {
              /* background-color: yellow; */
              margin-top: 70px;
              width: 35%;
              height: 70%;
              padding-left: 5rem;
              display: flex;
              flex-direction: column;
              
            }
            
            .right {
              /* background-color: blue; */
              width: 33%;
              padding: 5rem 6rem;
            }
            
            .services {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              border: 1.5px solid #ddd;
              padding: 30px;
              border-radius: 10px;
            }
            .three{
              display: flex;
              flex-wrap: wrap;
             
            }
            .three>.spa{
              width: 12rem;
              display: flex;
              flex-direction: column;
              align-items: start;
              justify-content: center;
              margin-bottom: 1rem;
            }
            .three>.spa>img{
              background-color: #eae5e5;
              padding: 1.3rem 3rem;
              border-radius: 0.8rem;
          
            }
            .three>.spa> span{
              text-align: center;
              flex-direction: row;
              font-size: 0.8rem;
            }
            .spa>img:hover {
              transform: translateY(-1px);
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          }
          
            .right{
              display: flex;
              
            }
            .right.image {
              width: 100%;
              height: 400px;
              overflow: hidden;
              border-radius: 10px;
            }
            
            .right .image img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
            .icons{
              display: flex;
              padding: 2rem;
              gap: 15rem;
              margin-top: 25px;
            }
            .star, .people {
              display: flex;
              align-items: center;
              gap: 10px;
            }
            
            .star span, .people span {
              font-size: 44px;
            }
            
            .star p, .people p {
              font-weight: bold;
              font-size: 25px;
            }
            
            .star span, .people span {
              font-size: 25px;
            }
            .star .rate{
              display: flex;
              flex-direction:column;
          }
          .star{
              display: flex;
              flex-direction: column;
          }
          .cards{
            /* position: absolute; */
            padding: 10px 20px;
            margin: auto;
            display: flex;
            align-items: center;
            /* gap: 6rem; */
            margin-left: 12%;
            margin-top: 3%;
            margin-right: 12%;
            width: 73%;
            justify-content: space-between;
          }
          .cards{
            img{
              background-position: center;
              background-size: cover;
              object-fit: cover;
              overflow: hidden;

              /* position: absolute; */
            }
          }
          .card{
            position: relative;
            overflow: hidden;
            border-radius: 15px; 
            transition: border-radius 0.3s;

          }
          .card>img:hover{  

            overflow: hidden;
            transform: scale(1.1);
            transition: transform 0.6s;
            border-radius: 15%;
          }
          .new{
            padding: 10px 20px;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-left: 12%;
            margin-right: 12%;
            width: 73%;
           
           
          }
          .new1{
            /* position: relative;
            overflow: hidden; */
            border-radius: 10px; 
            transition: border-radius 0.3s;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
          }
          .new{
            img{
              background-position: center;
              background-size: cover;
              object-fit: cover;
              overflow: hidden;
              border-radius: 10px;
              margin-bottom: 10px;
            }
          }
          .h1c{
            margin-top: 5%;
            margin-left: 12%;
          }
          .new1>img:hover{  
            overflow: hidden;
           transform: scale(1.1);
            transition: transform 0.5s;
          }
          .most-booked-services>h1{ 
            margin-left: 12%;
            margin-top: 7%;
          }
          .servicesdown {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 30px;
            margin-left: 12%;
            margin-right: 12%;
          }
          .serviced{
            position: relative;
            overflow: hidden;
            border-radius: 10px; 
            transition: border-radius 0.3s;
          }
          .servicesdown{
            img{
              background-position: center;
              background-size: cover;
              object-fit: cover;
              overflow: hidden;
              border-radius: 10px;
              margin-bottom: 10px;
            }
          }
          .serviced>img:hover{  
            overflow: hidden;
           transform: scale(1.1);
            transition: transform 0.5s;
          }
          .explorenow {
            /* margin-left: 12%; */
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            width: 73%;
            height: auto; 
            /* border: 2px solid #ccc;   */
            /* padding: 5%; */
            box-sizing: border-box; 
            margin: auto;
        }

        
        .explorenow > img {
            width: 100%;
            height: auto;
            object-fit: cover;
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            transition: transform 0.5s ease; 
        }

        
        .explorenow:hover > img {
            transform: scale(1.05); 
        }
        .services-container {
          width: 73%;
          box-sizing: border-box;
          margin: 0 auto;
          /* padding: 20px; */
        }
        
        .services-container h2 {
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 0px;
          margin-top: 25px;
          /* margin-left: -10%; */
        }
        
        .see-all {
          text-align: right;
          margin-bottom: 21px;
          /* margin-top: 25px; */
          /* margin-right: -8%; */
        }
        
        .see-all button {
          background-color: #f0f0f0;
          color: #3d0de7;
          padding: 8px 12px;
          border: none;
          border-radius: 5px;
          cursor: pointer;
          width: 10%;
          height: 9%;
        }
        
        .services-grid {
          /* margin-left: -12%; */
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-around;
          margin: 1rem 0;
          /* grid-gap: px; */
        }
        
        .service-card {
          border: 1px solid #ddd;
          text-align: center;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          border-radius: 10px;
          position: relative;
          overflow: hidden;
        }
        
        .service-card p {
          /* font-weight: bold; */
          font-size: 14px;
          margin-bottom: 18px;
          margin-right: 48%;
        }
        
        .service-card img {
          max-width: 100%;
          height: auto;
          object-fit: cover;
            position: relative;
            transition: transform 0.5s ease; 
            overflow: hidden;
        }
         
        .service-card img:hover {
          transform: scale(1.1);
          overflow: hidden;
        }

        /* service card 2 */
        .services-container2 {
          width: 73%;
          /* max-width: 1200px; */
          margin: 0 auto;
          padding-left: 2rem;
        }
        
        .services-container2 h2 {
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 0px;
          margin-top: 25px;
          /* margin-left: -10%; */
        }
        .services-container2 span {
          font-size: 15px;
          /* font-weight: bold; */
          margin-bottom: 0px;
          margin-top: 25px;
          /* margin-left: -10%; */
        }
        
     
        .services-grid2 {
          /* margin-left: -15%; */
          width: 100%;
          display: flex;
          align-items: center;
          gap: 15px;
          margin: 2rem 0;
          /* padding: 5%; */
          /* grid-gap: px; */
        }
        
        .service-card2 {
          border: 1px solid #ddd;
          text-align: center;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          border-radius: 10px;
          position: relative;
          overflow: hidden;
          
        }
        
        .service-card2 p {
          /* font-weight: bold; */
          font-size: 14px;
          margin-bottom: 18px;
          margin-right: 48%;
        }
        
        .service-card2 img {
          max-width: 100%;
          height: auto;
          object-fit: cover;
            position: relative;
            transition: transform 0.5s ease; 
            overflow: hidden;
        }
         
        .service-card2 img:hover {
          transform: scale(1.1);
          overflow: hidden;
        }
        .banner{
          width: 73%;
          margin: auto;
          
        }

      
      .banner > img {
          width: 100%;
          height: auto;
          object-fit: cover;
          top: 0;
          left: 0;
          transition: transform 0.5s ease; 
      }

      
      .banner:hover > img {
          transform: scale(1.04); 
      }

      .services-container3 {
        width: 73%;
        /* max-width: 1200px; */
        margin: 0 auto;
        /* padding: 20px; */
      }
      
      .services-container3 h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 25px;
      }
      .services-container3 span {
        font-size: 15px;
        /* font-weight: bold; */
        margin-bottom: 0px;
        margin-top: 25px;
      }
      
   
      .services-grid3 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
        margin: 2rem 0;
        /* padding: 5%; */
        /* grid-gap: px; */
      }
      
      .service-card3 {
        border: 1px solid #ddd;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        
      }
      
      .service-card3 p {
        /* font-weight: bold; */
        font-size: 12px;
        margin-bottom: 18px;
        margin-right: 48%;
        padding: 10px;
      }
      
      .service-card3 img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
          position: relative;
          transition: transform 0.5s ease; 
          overflow: hidden;
      }
       
      .service-card3 img:hover {
        transform: scale(1.1);
        overflow: hidden;
      }

      .servicesdown1 {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        gap: 2rem;
        padding: 30px;
        /* margin-right: 45%; */
        width: 100%
       
      }
      .serviced1{
        position: relative;
        overflow: hidden;
        border-radius: 10px; 
        transition: border-radius 0.3s;
      }
      .servicesdown1{
        img{
          background-position: center;
          background-size: cover;
          object-fit: cover;
          overflow: hidden;
          border-radius: 10px;
          margin-bottom: 10px;
          width: 100%;
        }
      }
      .serviced1>img:hover{  
        overflow: hidden;
       transform: scale(1.1);
        transition: transform 0.5s;
      }

      a {
        text-decoration: none;
        color: #000;
    }
    
    a:hover {
        color: #555;
    }
    
    /* Footer styles */
    
    
    .footer{
      margin-top: 5rem;
      background-color: rgb(245,245,245);
      width: 100%;
    }
    .inner-sec{
      width: 80%;
      margin: auto;
      display: flex;
      flex-direction: column;
    }
    .logo{
      padding: 1.5rem 0;
    }
    .logo>img{
      margin-left: 0px;
    }
    .links{
      margin: 1rem 0;
      width: 90%;
      display: flex;
      justify-content: space-between;
    }
    .links h3{
      margin: 0.75rem 0;
    }
    .links p{
      margin: 0.5rem 0;
      cursor: pointer;
      font-size: 0.9rem;
      color: rgb(70, 70, 70);
    }
    .social-icons{
      display: flex;
      gap: 4px;
    }
    .white-bg{
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      background-color: white;
      border-radius: 10rem;
      border: 1px solid rgb(210, 210, 210);
      cursor: pointer;
    }
    .white-bg img{
      width: 33px;
      height: auto;
    }
    .download-app{
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-top:1rem;
    }
    .download-app img{
      width: 110px;
      height: auto;
    }
    .copy-right{
      margin-top: 4rem;
      margin-bottom: 2rem;
    }
    .two1 {
      display: flex;
      /* justify-content: space-between; */
      align-items: center;
      gap: 40px;
  }
  
  .spa1 {
    background-color: #eae5e5;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      flex: 1;
      max-width: 35%;
  }
  
  .spa1 img {

      width: 56px;
      height: 56px;
      object-fit: cover;
  }
  
  .spa1 span {
      font-size: 16px;
      /* font-weight: bold; */
      color: #333;
  }
  
  .spa1:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
@media only screen and (max-width: 766px) {
    /* Styles for mobile screens */
  .header{
      width: 100%;
      margin: 0;
      padding: 0;
    }
  .home{
    flex-direction: column;
    margin: auto;
    } 
  .left{
    margin: auto;
    width: 90%;
    padding: 0;
    }
  .three>.spa{
      width: 60%;
  }
  .three>.spa>img{
    width: 100%;
    padding: 0.5rem;
  }
  .three>.spa>span{
    width: 100%;
    font-size: 1rem;
  }
  .two1{
    justify-content: center;
    align-items: center;
  }
  .right{
    margin: auto;
    width: 73%;
    height: auto;
    padding: 0;
  }
  .explorenow{
    width: 90%;
  }
  .cards{
    margin:  1rem auto;
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 1rem;
  }
  .card{
    width: 100%;
  }
  .new{
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }
  .servicesdown{
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }
  .serviced{
    margin: 1rem 0;
  }
  .see-all{
    display: none;
  }
  .service-card{
    margin: 1rem 0;
  }
  .services-container2{
    padding: 0;
  }
  .services-grid2{
    display: flex;
    flex-direction: column;
  }
  .services-grid3{
    justify-content: center;
    align-items: center;
  }

  .location{
    display: none;
  }
  .search-bar{
    display: none;
  }
  .login{
    display: none;
  }
  .container{
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
  }
  .icons{
    justify-content: center;
    gap: 2rem;
  }
  .services{
    justify-content: center;
    text-align: center;
  }
  .three{
  justify-content: center;
  align-items: center;
  }
  .services-grid{
  display: flex;
  flex-wrap: wrap;
  }
  .footer{

  width: 100%;
  }
  .links{
    flex-direction: column;
  }
  .two1{
    /* flex-direction: column; */
    display: flex;
    flex-wrap: wrap;
  }
  .most-booked-services>h1{
    margin: 1rem;
    text-align: center;
  }
  .h1c{
    margin-left: 1rem;
  }
  .header>.container>.material-symbols-outlined{
    margin-right: 1.5rem;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1500px) {
  /* Styles for tablet screens */
  .header>.container>.material-symbols-outlined{
    display: none;
  }
  .header{
    width: 100%;
    padding: 0;
  }
  .container{
    padding: 0.5rem;
  }
  .home{
        flex-direction: column;
        margin: auto;
        
  } 
  .left{
    margin: auto;
    width: 90%;
    padding: 1rem;
  }
  .right{
    margin: auto;
    width: 73%;
    height: auto;
    padding: 1rem;
  }
  .icons{
    justify-content: center;
    gap: 2rem;
  }
  .services{
    justify-content: center;
    text-align: center;
  }
.three{
  justify-content: center;
}
.services-grid{
  display: flex;
  flex-wrap: wrap;
}
.footer{
  /* flex-direction: column; */
  width: 100%;
}
.inner-sec{
  margin: 3rem 0;
  padding: 3rem;
  width: 100%;
}
.cards{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

}
@media (min-width: 1500px) {
  .header>.container>.material-symbols-outlined{
    display: none;
  }
 
}

