/* Add your CSS styles here */
/* For example, changing the color of the replaced text */
.price-on-request {
    color: red; /* Change this to your desired color */
}


.topsearch .typesearch a:last-child{
  display: none;
}
/*
#select-type option[value="rent"]{
 display: none;
}*/

.add-property {
    visibility: hidden;
}

/*rera qr single property*/
/* Style for the container holding images and paragraphs */
.image-container {
      display: flex;
      flex-wrap: wrap;
  margin-top: -65px;
   
    }

    .image-card {
      width: 15%;
      margin: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .image-container img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    p1 {
      padding: 10px;
    }

    @media (max-width: 768px) {
      .image-card {
        width: 42%;
      }
      .image-card:nth-child(odd) {
        margin-left: 20px; 
      }
     
    }
.agent-rera{
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 
}
.image-card p {
    font-size: 12px;
}

/*footer location*/
.col-sm-3.footer-location ul li {
    list-style-type: none;
  margin-bottom: 9px ;
}
.col-sm-3.footer-location {
    position: absolute;
    bottom: 91px;
    right: 95px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*slider zubair*/


/*RK code*/


.slider {
  width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
}

.slides img {
  width: calc(100% / 5);
  transition: transform 0.5s ease;
}