/*Overwritting the existing css*/
.lower-content .title-text .badge span.card-title {
  text-transform: capitalize;
}
.image-box .posted {
  top: 0 !important;
  right: 0 !important;
  border-radius: 0 0 0 8px;
}
.deals-block-one .inner-box .lower-content .price-box .author-thumb small {
  right: 3rem;
  position: absolute;
  top: 2.4rem;
  z-index: 1;
}
@media (width<30rem) {
  .deals-block-one .inner-box .lower-content .price-box .author-thumb small {
    margin-left: -0.4rem;
  }
}

/*End section*/

.post_property {
  display: flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #000 !important;
  padding: 0px 10px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
}

.tag_post_property {
  position: relative;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 9px;
  overflow: hidden;

  background: linear-gradient(45deg, #00b500, #28ee28, #00b500);
  background-size: 200% 200%;
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.sticky-header .post_property {
  background-color: var(--main-color);
  color: #fff !important;
}

.sticky-header .tag_post_property {
  background: #fff;
  color: #000;
}

.tag_post_property::before {
  /* overflow: hidden; */
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  filter: blur(10px);
  opacity: 0.7;
  transform: rotate(30deg);
  z-index: 1;
  /* animation: shimmer 2s linear infinite; */
}

@keyframes shimmer {
  0% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  100% {
    transform: translate(50%, 50%) rotate(30deg);
  }
}

.menu_submenu__icon_title {
  display: none;
}

.menu__box {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 4.5rem;
  right: 0;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  padding: 1rem;
  gap: 1rem;
  z-index: 2;
}

/* .menu__box > :not(:last-child) {
  position: relative;
} */

/* .menu__box > :not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 50%;
  height: 50%;
  border-right: 1px solid #e3e3e3;
  transform: translateY(-50%);
} */

.menu__box ul {
  display: block;
}
/* .menu__box ul li {
  width: max-content;
} */
.menu__box input[type="text"] {
  font-family: inherit;
  outline: none;
  border: 1px solid #d6d5d5;
  border-radius: 4px;
  padding: 0.3rem;
  width: 100%;
}
.menu__box button,
.menu__box input[type="submit"] {
  font-family: inherit;
  /* margin-top: 5px; */
  outline: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}

/* Display menu__submenu on hover */
.menu__submenu:hover .menu__box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu__box_login {
  min-width: 200px;
  line-height: 1;
  display: block;
}

.menu__box_login ul li {
  text-align: center;
  padding: 0.5rem;
}
.menu__box_login ul li:first-child {
  background-color: var(--main-color);
  border-radius: 6px;
}
.menu__box_login ul li:first-child a {
  color: #fff;
  width: 100%;
}
.menu__box_login ul li:nth-child(2) a {
  color: var(--main-color);
  width: 100%;
}

.menu__box_contact {
  min-width: 250px;
  line-height: 1;
  display: block;
}

/* menu box contact card */
.menu__box_contact_card {
  display: flex;
  padding: 0.4rem;
  align-items: center;
  gap: 0.5rem;
}

.menu__box_contact_card h3 {
  padding: 0;
  margin: 0;
  width: max-content;
  white-space: nowrap;
}

.menu__box_contact_card_icon {
  background-color: #f9f9f9;
  color: #000000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 30px;
  display: flex; /* Use Flexbox */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}
.menu__box_call_back {
  width: inherit;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid var(--main-color);
  color: #000;
  border-radius: 6px;
}
.menu__box_call_back:hover {
  background-color: var(--main-color);
  color: #fff;
}

.menu__submenu_city {
  position: relative;
  /* left: -20rem; */
  flex-grow: 1;
}

.menu__box_search_city {
  display: block;
  width: 30rem;
  left: -2rem;
  top: 3.4rem;
}
.menu__box_input_set {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.SumoSelect {
  width: 22rem !important;
  margin-right: 0.8rem;
}
.SumoSelect > .CaptionCont > label {
  top: 12px !important;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0px 8px !important;
  font-size: 14px;
  color: #2d2929;
}

.SumoSelect > .optWrapper > .options li label {
  padding: 4px 0;
  margin-bottom: 0;
}

.sticky-header .menu__submenu_city a {
  color: #000;
}

.sticky-header .fa-headphones {
  background-color: #2d2929;
  color: #fff;
}

.verification-status {
  /* z-index: 1; */
  background: white;
  border-radius: 2px;
  padding: 3px 6px;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  corner-shape: squircle;
  /* position:absolute;
    right:3rem;
    top: 2rem; */
}

.verified {
  color: #007bff; /* Blue color for verified */
}

.not-verified {
  color: red; /* Red color for not verified */
}

.d-sm-none {
  display: inline-block !important;
}

.invalid {
  width: 100%;
  color: #f73333;
  font-size: 0.9rem;
  font-style: normal;
}

@media (width < 30rem) {
  .post_property {
    background-color: var(--main-color);
    color: #fff !important;
  }
  .tag_post_property {
    background-color: #fff;
    color: var(--main-color);
  }
  .menu_submenu__icon_title {
    display: inline-block;
  }
  .menu__box {
    left: 0;
    top: 4rem;
    display: none;
  }
  .menu__box_login {
    min-width: 250px;
  }
  .menu__box_login ul li {
    padding: 0.3rem;
  }
  .display_mobile_none {
    display: none !important;
  }
  .menu__submenu_city {
    left: 0;
  }
  .menu__box_search_city {
    width: 93dvw;
    left: unset;
    right: -3.5rem;
  }
  .menu__box_input_set {
    flex-direction: row;
  }
  .SumoSelect {
    /* width: 17.3rem !important; */
    width: 23dvh !important;
  }
  .search-field .tab-btn-box li {
    text-transform: uppercase !important;
  }
  .property-details .top-details .right-column .price-inner .price-box {
    float: left !important;
  }
  .acard {
    height: 106px;
  }
  .d-sm-none {
    display: none !important;
  }
  .deals-block-one .inner-box .image-box .image {
    height: 300px !important;
  }
  .verification-status,
  .verification-status ~ img {
    /* position: relative; */
    left: 16rem;
    z-index: 1;
    top: 2rem;
  }
  .d-sm-show {
    display: block !important;
  }
  .post_property {
    padding: 12px 20px;
    border-radius: unset;
  }
}

ul.category-list{
  display: grid;
  grid-template-columns: repeat(7,1fr);
  @media(width < 40rem){
    grid-template-columns: repeat(3,1fr);
    padding-inline: 1rem;
  }
  li{
    width: unset !important;
  }
}
.category-block-one .inner-box{
  max-width: 155px;
  max-height: 170px;
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);
}

@media (width < 40rem){
  .category-block-one .inner-box h5{
    font-size:12px;
  }
}

/* line clamp 2 */
.line-clamp-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line clamp 3 */
.line-clamp-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-block-one .inner-box .image-box .image img{
  height: unset !important;
}
.property-content-side .pagination{
  display: flex;
  justify-content: center;
  gap: 5px;;
}
.property-content-side .pagination li {
  display: inline-flex;
  float: left;
  margin-right: unset;
}