.servicepage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    background: #f5f5f5;
}
.service {
    color: black;
    text-align: center;
    
}
.service p{
    color: #000;
}
.service img {
    width: 100%;
    /* border-radius: 8px; */
    height: 250px;
}
.service-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .servicepage {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 480px) {
    .servicepage {
        grid-template-columns: 1fr;
    }
}


.service-title{
    margin-top: 100px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Signika", sans-serif;
    height: 200px;
    display: grid;
    justify-content: center;
    align-items: center;
    background: url(../assets/banner/ban1.jpg);
    background-size: cover;
    filter: grayscale(100%);
}
.service-title hr{
    height: 10px;
    width: 250px;
    margin: 0 auto; 
    border-radius: 20px;
    padding-top: 20px;
}
.serviceimge-suppage-louver{
    display: flex;
    color: black;
    gap: 30px;
}




.serviceimge-suppage{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;

}
.serviceimge-suppages{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;

}
.service-image{
    /* width: 50%; */
    position: relative;
    padding: ;
    display: grid;
    justify-content: center;
    align-items: center;
    
    /* height: 400px; */
    /* border-radius: 40px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.692);
}
.service-image h5{
    color: black;
    font-family: "Signika", sans-serif;
    padding-bottom: 30px;
    padding-top: 10px;
}
.service-image img{
    width: 100%;
    height: 400px; 
    /* border-radius: 40px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.658);
}
.service-image1{
    /* width: 50%; */
    position: relative;
    height: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* border-radius: 40px; */
}
.service-image1 img{
    width: 100%;
    height: 400px;
    /* border-radius: 40px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-images{
    /* width: 50%; */
    position: relative;
    padding: ;
    
    height: 200px;
    /* border-radius: 40px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.692);
}
.service-images img{
    width: 100%;
    height: 200px; 
    /* border-radius: 40px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.658);
}
.service-images1{
    /* width: 50%; */
    position: relative;
    height: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* border-radius: 40px; */
}
.service-images1 img{
    width: 100%;
    height: 200px;
    /* border-radius: 40px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.keyfeature p{
    font-size: 18px;
    color: black;
    text-align: justify;
}
.keyfeatures p{
    font-size: 18px;
    color: black;
    text-align: justify;
}

.keyfeature{
    padding-bottom: 40px;
}


.image-present {
    display: block;
    width: 100%;
    height: auto; 
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    /* border-radius: 0 0 40px 40px; */
    color: #f1f1f1;
    height: 100%; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    
  }

  .overlay h1{
    font-family: "Signika", sans-serif;
  }
  .service-image:hover .overlay {
    opacity: 1;
  }
  .service-image1:hover .overlay {
    opacity: 1;
    grid-column-start: calc(1,2,3);
  }
  .service-images:hover .overlay {
    opacity: 1;
  }
  .service-images1:hover .overlay {
    opacity: 1;
    grid-column-start: calc(1,2,3);
  }
  .overlays {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    /* border-radius: 0 0 40px 40px; */
    color: #f1f1f1;
    /* height: 100%;  */
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }

  .overlay h1{
    font-family: "Signika", sans-serif;
  }
  .service-image:hover .overlays {
    opacity: 1;
    transition: ease-in-out 4s;
  }
  .service-image1:hover .overlays {
    opacity: 1;
    grid-column-start: calc(1,2,3);
  }
  .service-images:hover .overlays {
    opacity: 1;
  }
  .service-images1:hover .overlays {
    opacity: 1;
    grid-column-start: calc(1,2,3);
  }
  
  #showerpartitionimage{
    width: 100%;
    display: grid;
    justify-content: center;
    text-align: center;
    align-items: center;
}
#showerpostionservice1{
    width: 400px;
}

  @media (max-width: 780px) {
    .serviceimge-suppage {
        grid-template-columns: 1fr;
    }
  
}

@media (max-width: 780px) {
    .serviceimge-suppages {
        grid-template-columns: repeat(2, 1fr);
    }
    #showerpostionservice{
        width: 100%;
    }
    #showerpostionservice1{
        width: 100%;
    }
    
    
  
}
  @media (max-width: 580px) {
    .serviceimge-suppages {
        grid-template-columns: repeat(2, 1fr);
    }
  
}
  @media (max-width: 350px) {
    .serviceimge-suppages {
        grid-template-columns: repeat(2, 1fr);
    }
  
}
  

