
.btnread {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 10px;
}

.btnread button {
  padding: 12px 48px;
  border: none;
  border-radius: 10px;

  background-color: #2eca6a;
}

.btnread button a {
  color: white;
}

.img-fluid1 {
  max-width: 130%;
  height: auto;
}

.search-block-home {
  margin: 0px auto;
  width: 75%;
  background: #fff;
  box-shadow: 0px 5px 14px rgb(133 131 131 / 40%);
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

.search-container {
  margin-top: -50px;
  padding: 20px 0px;
}
.search-container1 {
    margin-top: 15px;
  
  }
h2 {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  flex-wrap: wrap;
}

.dropdown,
.search-input,
.search-button {
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.dropdown {
  width: 30%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.dropdown1 {
  width: 29%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.dropdown1,
.search-input,
.search-button {
  
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.search-input {
  flex: 1;
  border: 1px solid #ccc;
  margin: 0 10px;
}

.search-button {
  background-color: #2eca6a;
  color: white;
  cursor: pointer;
}

.search-button:hover {
  background-color: #28b65f;
}

.block_counter1 {
  background: #28b65f;
  border: 1px solid #28b65f;
}

.sub_info_block {
  text-align: center;
  min-height: 379px;
  padding: 69px 0;
  border: 1px solid #28b65f;
}

.stastic h3 {
  font-size: 96px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: -5px;
  margin: 0;
}

.block_counter1 h3,
.block_counter1 h5 {
  color: #fff;
}

#counter h5 {
  text-transform: capitalize;
}

.block_counter1 h3,
.block_counter1 h4 {
  color: #fff;
}

.block_counter2 {
  background: #fff;
  border: 1px solid #28b65f;
}

.sub_info_block2 {
  text-align: center;
  min-height: 379px;
  padding: 69px 0;
  border: 1px solid #28b65f;
}

.stastic2 h3 {
  font-size: 96px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: -5px;
  margin: 0;
}

.block_counter2 h3,
.block_counter2 h5 {
  color: #28b65f;
}

#counter h5 {
  text-transform: capitalize;
}

.block_counter2 h3,
.block_counter2 h4 {
  color: #28b65f;
}

.heading-container {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.heading-container h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.heading-container p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto auto;
  height: 580px;
}

.grid-item {
  position: relative;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.grid-item:hover img {
  transform: scale(1.1);
}

.grid-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Adjust opacity here */
  transition: background 0.3s ease-in-out;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-weight: bold;
  z-index: 2;
  text-transform: uppercase;
  font-family: "Caladea", serif;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.center {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.agents .member .member-info1 {
background-color: var(--surface-color);
color: 
color-mix(in srgb, var(--default-color), transparent 20%);
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
position: absolute;
bottom: -82px;
left: 20px;
right: 20px;
padding: 20px 15px;
overflow: hidden;
transition: 0.5s;
height: 154px;
}
.search-block-home1 {
    margin: 0px auto;
    width: 75%;
    background: #fff;
    
    border-radius: 10px;
    position: relative;
    z-index: 10;
  }