/* header */
.header-top .clearfix a:hover {
    color: wheat !important;
}

.dropdown a::after {
    content: "" !important;
}

.main-menu .navigation > li.dropdown > a::before {
    position: absolute;
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #8e91a2;
    top: 0px;
    right: 0px;
  }

  .main-header .weathre-box a::before {
    position: absolute;
    content: "";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: -2px;
    right: 0px;
    color: rgba(255,255,255,0.5);
  }
   .droppanel a::before {
    position: absolute;
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: -2px;
    right: 0px;
    color: rgba(255,255,255,0.5);
  }

  /* testimonial block seciton */

.testimonial-block-one .image-box {
  width: 400px !important;
  height: 300px !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}
.testimonial-block-one .inner-box .image-box img {
  transition: all 500ms ease;
  border-radius: 0 !important;
}

.testimonial-block-one .image-box {
  width: 400px !important;
  height: 300px !important;
  display: flex; /* Ensures proper alignment if needed */
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevents overflow */
}

.testimonial-block-one .image-box img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
.testimonial-block-one .inner-box .image-box {
  border: none !important;
}
.testimonial-block-one .inner-box .image-box::before {
  position: absolute;
  content: "" !important;
  font-family: 'Flaticon';
  left: 46px;
  bottom: -28px;
  width: 0 !important;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  border: 3px solid #252638;
  z-index: 1;
}
.content-box h6 {
  display: none !important;
}
@media (max-width: 768px) {
  .image-box {
    width: 100% !important;
    height: 400px !important;
    display: flex; 
    justify-content: center;
    align-items: center;
    overflow: hidden; 
  }
}
