.desk-search .accordion-button,
.accordion-header,
.accordion-item {
  padding: 0 !important;
  border: none !important;
  box-shadow: unset !important;
  background-color: transparent !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: unset !important;
}

.accordion-collapse.collapse.show {
  background-color: #fff;
}
.caro-btn .las{
      font-size: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px;
}
.drop-main {
  position: absolute;
  background-color: #fff;
  min-width: 300px;
  left: 0;
  top: 38px;
}
.ui-search-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ui-search-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ui-search-option {
  cursor: pointer;
}

.ui-search-label {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 14px;
  transition: all 0.2s ease;
  height: unset;
  border-radius: 50px;
}

.ui-search-option:hover .ui-search-label {
  background: #5e81f4;
  color: #fff;
}

.ui-search-check:checked + .ui-search-label {
  background: #5e81f4;
  color: #fff;
}
.banner-search-type {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 145px;
  gap: 5px;
  padding-left: 10px;
}

.accordion-button::after {
  display: none !important;
}
.ui-accordion-icon {
  transition: transform 0.3s ease;
  position: absolute;
}

/* Rotate when active */
.accordion-button:not(.collapsed) .ui-accordion-icon {
  transform: rotate(180deg);
}
.banner-search-type .icon-home,
.icon-rupee,
.icon-map-marker {
  color: #5e81f4;
  font-size: 18px;
}

.banner-search-itms {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mb-search__tag {
  background-color: #5e81f4ab;
  color: #fff;
  padding: 4px 13px;
  border-radius: 50px;
}

.icon-map-marker {
  margin: 0 2px 2px;
}
.desk-search {
  max-width: 700px;
  margin: auto;
}
.budget-dropdown {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

.budget-dropdown .tabs {
  display: flex;
  background-color: #f9f9f9;
}

.budget-dropdown .tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

.budget-dropdown .tab.active {
  border-bottom: 2px solid #5e81f4;
  font-weight: bold;
  background-color: #fff;
}

.budget-dropdown .content {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  display: none;
}
.accordion-collapse {
  border-radius: 8px !important;
}
.budget-dropdown .content.active {
  display: block;
}

.budget-dropdown .content div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.budget-dropdown .content div:hover {
  background-color: #f2f2f2;
}
.desk-search .mb-search__title {
  padding: 0 15px;
}

.drop-main h2.accordion-header {
  color: #606060;
  font-size: 14px;
  font-weight: 700;
}
.inner-ac-body .accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.inner-ac-body {
  padding: 10px !important;
}

.mob-search {
  display: none !important;
  padding: 0 4px 0 15px;
} /* Default nav */
.site-nav {
  position: absolute; /* or relative depending on layout */
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease; /* smooth transition */
  z-index: 1000;
}

/* Sticky style */
.site-nav.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
}
.site-nav.sticky .menu-bg-wrap {
  background: #5e81f4ab;
  backdrop-filter: blur(10px);
  padding: 6px 9px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer-m__fixed-links a .icon-home {
  font-size: 28px;
  color: #5e81f4;
}

.collection {
  padding: 20px;
}

.section-title {
  margin-bottom: 16px;
}

.section-text {
  font-size: 20px;
  font-weight: bold;
}

.cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.card {
  flex: 0 0 auto;
  width: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  overflow: hidden;
}

.card.no-shadow {
  box-shadow: none;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.card-body {
  padding: 12px;
}

.count {
  font-weight: bold;
  margin-right: 6px;
}

.link {
  display: inline-block;
  margin-top: 6px;
  color: #d00;
  font-weight: 500;
  cursor: pointer;
}
/* Image hover scale */
.card-img img {
  transition: transform 0.4s ease;
}

.card-img:hover img {
  transform: scale(1.08);
}

/* Arrow animation */
.link .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.link:hover .icon-arrow-right {
  transform: translateX(5px);
}
.cta-card-up {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cta-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-card .card-img img {
  height: 160px;
  object-fit: cover;
}
/* Smooth transitions for all hover effects */
.cta-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card hover effect */
.cta-card:hover {
  box-shadow: 10px 18px 50px rgba(0, 0, 0, 0.15);
}

/* Image scale on hover */
.cta-card .card-img img {
  transition: transform 0.4s ease;
}

.cta-card:hover .card-img img {
  transform: scale(1.08);
}

/* Arrow animation */
.link .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.link:hover .icon-arrow-right {
  transform: translateX(5px);
}
.common-title h2 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  padding-bottom: 13px;
}
.common-title h2:before {
  background-color: #5e81f4;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 9px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background-color: #fff;
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.container-fluid {
  max-width: 89%;
}
.property-list-container {
  max-width: 97% !important;
  padding-top: 12px;
}
.swiper-pagination {
  bottom: 15px !important;
}

.swiper-pagination-bullet {
  display: none !important;
  width: 12px;
  height: 12px;
  background: #bbb;
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  width: 24px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 122, 255, 0.7);
}

.fade-card {
  position: relative;
  overflow: hidden;

  max-width: 561px;
  width: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  color: #fff;
  min-height: 430px;
}
.prop-text {
  font-size: 16px;
  text-align: left;
}
.prop-snapshot {
  border: solid 1px #d7d7d7;
  border-radius: 8px;
  padding: 15px 18px !important;
  background-color: #fff;
}
.bg-section {
  background-color: #ededfe;
  padding: 120px 0;
}
.snapshot-content {
  gap: 5px;
}
.fade-card img {
  height: 430px;
  width: 100%;

  object-fit: cover;
}
.fade-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #181818;
  background-color: #ededfed4;
  padding: 10px 15px;
}

.fade-info-row {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fade-info-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px 0;
      justify-content: space-between;
}
.fade-info-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.fade-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.fade-info-content span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.fade-info-small {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fade-info-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fade-info-img img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px;
}

/* Always visible content (bottom half) */
.fade-card-default-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgb(0 0 0 / 61%);
  backdrop-filter: blur(10px);
  padding: 0;
  transition: top 0.5s ease;
  font-size: 14px;
}
.fade-hoverbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
}
.box-feature .icn {
  font-size: 35px;
  color: #5e81f4;
}
.box-feature {
  gap: 12px;
  justify-content: space-between;
}
.feature-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.fade-cta a {
  color: #fff;
  font-size: 14px;
}
.fade-hoverbox strong {
  font-weight: bold;
}
/* Hover overlay (full height) */
.fade-card-hover-content {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 15px;
  transition: top 0.5s ease;
  font-size: 14px;
}

.fade-card:hover .fade-card-hover-content {
  top: 0;
}

.fade-card-section-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  text-decoration: underline;
}
.project-card {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
  padding: 10px;
  background-color: #fff;
  overflow: hidden;

  height: 100%;
  transition: box-shadow 0.3s ease;
}
.project-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.container-xl2 {
  max-width: 87%;
  margin: auto;
}

/* .container-xl2 .common-title {
  padding-left: 120px;
  padding-right: 120px;
} */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important; /* removes default swiper icon */
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #ffffff9d;
  height: 50px !important;
  width: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  border: 2px solid #5e81f4;
}

.swiper-button-next i {
  font-size: 39px;
  /* color: #fff !important; */
  margin-right: 40px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.swiper-button-prev i {
  font-size: 39px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  /* color: #fff !important; */
  margin-left: 40px;
}

.swiper-button-next i,
.swiper-button-prev i {
  transition: margin 0.3s ease;
}

.swiper-button-next:hover i {
  margin-right: 0;
}

.swiper-button-prev:hover i {
  margin-left: 0;
}

/* .swiper-button-prev {
          margin-left: 10px;
}
.swiper-button-next {
          margin-right: 10px;
} */
/* .mySwiper-common {
    padding-left: 120px;
    padding-right: 120px;
    
} */
.property-item {
  border: none !important;
  border-radius: 8px;
  padding: 13px;
  border-radius: 13px;
  background-color: #5e81f496;
}

.price-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.line-break-content {
  height: -webkit-fill-available;
  width: 1px;
  background-color: #5e81f4;
}
.property-item {
  position: relative;
  transition: all 0.4s;
  overflow: hidden; /* ensures button stays inside */
}

.property-item .pro-card-btnrow {
  position: absolute;
  bottom: 11px;
  left: 48%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  text-align: end;
  width: 100%;
}

.property-item:hover {
  padding: 0;
}
.property-item:hover .pro-card-btnrow {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  text-align: end;
}
.property-item img {
  transition: all 0.4s;
  border-radius: 13px 13px 0 0;
  scale: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.property-item:hover img {
  scale: 1.1;
}

.prop-count {
  font-size: 1.5rem;
  font-weight: bold;
}
.prop-type {
  font-size: 1rem;
  font-weight: 500;
}
.prop-loc {
  font-size: 0.9rem;
  color: #6c757d;
}
.prop-link {
  color: #5e81f4;
  text-decoration: none;
}
.prop-link:hover {
  text-decoration: underline;
}

.list-group-item {
  border: none;
  padding-left: 0;
}
.icon-text::before {
  content: "📄 ";
}
.icon-video::before {
  content: "▶️ ";
}
.see-all,
.explore-btn {
  font-weight: 500;
  color: #dc3545;
  text-decoration: none;
}
.explore-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: #dc3545;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.card-guide {
  position: relative;
  flex: auto;
  height: 338px;
  margin-right: 12px;
  border-radius: 8px;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-left: 2px solid #5e81f4;
  transition: 0.5s ease;
  position: relative;
  padding: 20px 16px;
  vertical-align: top;
  background-color: #fff;
  justify-content: space-between;
  gap: 30px;
}

.card-guide h4 {
  font-size: 17px;
  font-weight: 600;
}
.card-guide .list-group .icn {
  color: #5e81f4;
  font-size: 26px;
}
.card-guide .list-group a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-guide-btns {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}

.fit-btn {
  width: fit-content;
}
.guide-updaterow {
  display: flex;
  gap: 15px;
}
.column-content {
  display: flex;
  flex-direction: column;
}

.guide-updatebox {
  gap: 10px;
}
.property-content h4 {
  font-size: 17px;
  font-weight: 600;
}
.locality-card {
  border: 1px solid #ddd;
  overflow: hidden;
  transition: 0.3s;
  background: #f0f3ff;
  border-radius: 8px;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-left: 2px solid #5e81f4;
}

.locality-card .price {
  font-size: 0.9rem;
  color: #555;
}
.locality-card .rating {
  font-weight: 600;
  margin-right: 8px;
  color: #5e81f4;
}
.locality-card .reviews {
  font-size: 0.85rem;
  color: #666;
}
.locality-card img {
  max-width: 50px;
}
.properties-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.research-title span {
  font-weight: 600;
}

.card-insp {
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-left: 2px solid #5e81f4;
  border-radius: 8px;
  padding: 10px;
}

.prop-amt-sm {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.card-insp img {
  width: 100%;
  border-radius: 8px;
}

.research-ctabox {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 10px;
  justify-content: space-between;
}
.project-body {
  gap: 20px;
  padding: 11px 0 0 0;
}
.proj-card-up {
  gap: 2px;
}
.project-img {
  flex: 0 0 40%;
}
.project-body .project-title {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.project-marketed {
  font-size: 13px;
}

.counter-wrap {
  gap: 19px;
  text-align: center;
}

.post-free-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: #93abf8;
  padding: 50px;
  border-radius: 10px;
}
.post-title {
  gap: 10px;
}
.option-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0 0 0;
}

.option-block ul,
.newpro-itms {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.newproTabs {
  margin-bottom: 10px !important;
}
.proper-listbox .nav-tabs .nav-link.active,
.new-projectsbox .nav-tabs .nav-link.active {
  border-color: #5e81f4 #5e81f4 #fff !important;
  font-weight: 600;
}
.proper-listbox .nav-tabs,
.new-projectsbox .nav-tabs {
  border-bottom: 1px solid #5e81f4;
}

.post-textup {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-textdown {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.highlight-icn img {
  height: 35px;
  filter: brightness(0.5);
}

.mb-search__wrap .ui-accordion-icon {
  right: 0;
}

.sub-search-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px !important;
}

.search-drop {
  position: relative;
  padding-right: 20px !important;
  margin-right: 9px;
}
.desk-search-commercial .banner-search-type {
  min-width: 160px;
}
.search-drop .dropdown-toggle {
  color: #001d43;
  font-size: 1rem;
  background-color: transparent !important;
  border: none;
}

.search-drop .dropdown-toggle::after {
  display: none !important;
}

.desk-search.desk-search-commercial {
  max-width: 740px !important;
}
.bg-sec {
  background-color: #b1caff52 !important;
  border-radius: 30px 30px 0 0 !important;
}
.banner-row {
  align-items: flex-start;
  padding-top: 250px !important;
}

.card-insp img {
  height: 350px;
  object-fit: cover;
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.float-1 {
  position: absolute;
  bottom: 10%;
  z-index: 3;
}
.float-2 {
  position: absolute;
  bottom: 7%;
  left: 10%;
  z-index: 3;
}
.floating img {
  width: 55px;
  object-fit: contain;
}
.research-ctabox .link {
  white-space: pre;
}

button,
.btn {
  border-radius: 9px !important;
  background: #5e81f4 !important;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

button:hover,
.btn:hover {
  box-shadow: 7px 5px 56px -14px #4865c5 !important;
}

button:active:not(.accordion-button),
.btn:hover:active:not(.accordion-button) {
  transform: scale(0.97);
  box-shadow: 7px 5px 56px -14px #4865c5 !important;
}

.project-card-inner {
  padding: 12px;
  background-color: #ecf0ff;
  border-radius: 12px;
  position: relative;
  display: flex;
  height: 100%;
  gap: 10px;
}
.insp {
  max-width: 70%;
  margin: auto;
  position: relative;
  top: -118px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
}
.exclus-block {
  padding-bottom: 225px !important;
}

.desk-search .accordion-button {
  gap: 5px;
}

.accordion-header i {
  position: absolute;
  right: 0;
}

/* common modal */

body.modal-active {
  overflow: hidden;
}

.common-modals {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  z-index: 1000;
}

.common-modals.active {
  animation: unfoldIn 0.8s forwards;
}
.common-modals.out {
  animation: unfoldOut 0.8s forwards;
}

.common-modals .modal-box {
  background: #fff;
  padding: 30px;
  border-radius: 0px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: scale(0);
}

/* animate only when opening */
.common-modals.active .modal-box {
  animation: zoomIn 0.4s 0.4s forwards;
}

/* animate only when closing */
.common-modals.out .modal-box {
  animation: zoomOut 0.4s forwards;
}

.cust-close-modal {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.cust-close-modal:hover {
  color: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  to {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  to {
    transform: scale(0);
  }
}
.footer-m__fixed-links .las {
  font-size: 26px;
  color: #5e81f4;
}
.accordion-header i {
  font-size: 16px;
}

.back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee4b;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  cursor: pointer;
  border: none;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
}

.back_btn > svg {
  margin-right: 5px;
  color: #fff !important;
  margin-left: 5px;
  font-size: 20px;
  fill: #fff !important;
  transition: all 0.4s ease-in;
}

.back_btn:hover > svg {
  font-size: 1.2em;
  transform: translateX(-5px);
}

.back_btn:hover {
  box-shadow: 9px 9px 33px #d1d1d1, -9px -9px 33px #ffffff;
  transform: translateY(-2px);
}
.vert-heading {
  font-size: 18px;
}
.footer-m__fixed-links a .la {
  font-size: 25px;
}

.login-form {
  max-width: 450px;
  width: 96%;
  padding: 2.1rem 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.input-floating-label {
  position: relative;
  width: 100%;
}

.input-floating-label .input {
  font-family: inherit;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: 0;
  font-size: 16px;
  color: #333;
  padding: 11px 12px;
  background: transparent;
  transition: border-color 0.2s;
}

.input-floating-label .input:required,
.input-floating-label .input:invalid {
  box-shadow: none;
}

.input-floating-label .input::placeholder {
  color: transparent;
}

.input-floating-label .input:placeholder-shown {
  border-color: #ccc;
}

.input-floating-label .input:placeholder-shown ~ label {
  font-size: 16px;
  cursor: text;
  transform: translateY(12px);
  color: #999;
}

.input-floating-label label {
  position: absolute;
  left: 12px;
  transform: translateY(-7px);
  transition: 0.3s;
  font-size: 0.75rem;
  padding: 0px 8px;
  color: #999;
  background: #ffffff;
  top: 0;
}

.input-floating-label .input:focus {
  border-color: #5e81f4;
  box-shadow: 0 0 0 1px #5e81f4;
}

    .log-form-box a.discrete {
      color: rgba(0, 0, 0, 0.4);
      font-size: 14px;
      border-bottom: solid 1px rgba(0, 0, 0, 0);
      padding-bottom: 4px;
      margin-left: auto;
      font-weight: 300;
      transition: all 0.3s ease;
      margin-top: 40px;
    }

    .log-form-box a.discrete:hover {
      border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }

    .log-form-box button {
      -webkit-appearance: none;
      width: auto;
      min-width: 100px;
      border-radius: 24px;
      text-align: center;
      padding: 15px 40px;
      margin-top: 5px;
      background-color: #b08bf8;
      color: #fff;
      font-size: 14px;
      margin-left: auto;
      font-weight: 500;
      box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
      border: none;
      transition: all 0.3s ease;
      outline: 0;
      cursor: pointer;
    }

    .log-form-box button:hover {
      transform: translateY(-3px);
      box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
    }

    .log-form-box button:hover:active {
      transform: scale(0.99);
    }

    .log-form-box input {
      font-size: 16px;
      padding: 20px 0px;
      height: 56px;
      border: none;
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      background: #fff;
      width: 280px;
      box-sizing: border-box;
      transition: all 0.3s linear;
      color: #000;
      font-weight: 400;
      -webkit-appearance: none;
    }

    .log-form-box input:focus {
      border-bottom: solid 1px #b69de6;
      outline: 0;
      box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
    }

    .floating-label {
      position: relative;
      margin-bottom: 10px;
      width: 100%;
    }

    .floating-label label {
      position: absolute;
      top: calc(50% - 7px);
      left: 0;
      opacity: 0;
      transition: all 0.3s ease;
      padding-left: 44px;
    }

    .floating-label input {
      width: calc(100% - 44px);
      margin-left: auto;
      display: flex;
    }

    .floating-label .icon {
      position: absolute;
      top: 0;
      left: 0;
      height: 56px;
      width: 44px;
      display: flex;
    }

    .floating-label .icon svg {
      height: 30px;
      width: 30px;
      margin: auto;
      opacity: 0.15;
      transition: all 0.3s ease;
    }

    .floating-label input:not(:placeholder-shown) {
      padding: 28px 0px 12px 0px;
    }

    .floating-label input:not(:placeholder-shown) + label {
      transform: translateY(-10px);
      opacity: 0.7;
    }

    .floating-label input:valid:not(:placeholder-shown) + label + .icon svg {
      opacity: 1;
    }

    .floating-label input:valid:not(:placeholder-shown) + label + .icon svg path {
      fill: #b69de6;
    }

    .floating-label input:not(:valid):not(:focus) + label + .icon {
      animation: shake-shake 0.3s;
    }

    @keyframes shake-shake {
      0% { transform: translateX(-3px); }
      20% { transform: translateX(3px); }
      40% { transform: translateX(-3px); }
      60% { transform: translateX(3px); }
      80% { transform: translateX(-3px); }  
      100% { transform: translateX(0px); }
    }
.log-session {
    display: flex
;
    flex-direction: row;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.12);
    max-width: 500px;
    margin: auto;
}

    .start-log-col {
      width: 220px;
      background-image: url("https://images.pexels.com/photos/114979/pexels-photo-114979.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
      background-size: cover;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      display: flex;
      align-items: flex-start;
    }

    .start-log-col svg {
      height: 40px;
      width: auto;
      margin: 20px;
    }
    .log-form-box {
    height: 100vh;
    display: flex
;
    align-items: center;
}

.privacy-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0 0 0;
}
.privacy-wrap .la-whatsapp {
      color: #43d878;
    font-size: 22px;
}
.form__privacy label {
      display: flex
;
cursor: pointer;
    align-items: center;
    gap: 2px;
}
.form__privacy {
    display: flex
;
    align-items: center;
    gap: 6px;
}
.common-title-log h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding-bottom: 13px;
    text-align: center;
}
    .owner-box {
      padding: 0 0 15px 0;
    }
        :focus {
      outline: none;
    }
.image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .log-wrapper {
      min-height: 100vh;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      position: relative;
      
    }

    .log-wrapper::after {
    content: "";
    background-color: #ffffffd9;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    }

    .inner_log {
      padding: 20px;
      background: #fff;
      max-width: 900px;
      margin: auto;
      display: flex;position: relative;
      z-index: 3;
          border-radius: 16px;
          align-items: center;
          width: 94% !important;
    box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
    }

    .inner_log .image-holder {
      width: 50%;
    }

    .inner_log form {
      width: 50%;
      padding-left: 45px;
      padding-right: 28px;
    }

    .inner_log h3 {
      text-transform: uppercase;
      font-size: 25px;
      text-align: center;
      margin-bottom: 28px;
    }

    .form-wrapper {
      position: relative;
    }

    .form-wrapper i {
      position: absolute;
      bottom: 9px;
      right: 0;
    }

    .form-control {
      border: 1px solid #333;
      border-top: none;
      border-right: none;
      border-left: none;
      display: block;
      width: 100%;
      height: 30px;
      padding: 0;
      margin-bottom: 25px;
      border-radius: 0 !important;
    }
.btn-close.gallary-mdl-btn {
    background-color: #fff !important;
    font-size: 18px !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    z-index: 2;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px !important;
    width: 24px !important;
    border-radius: 50% !important;
}
.carousel-control-prev, .carousel-control-next {
      background: transparent !important;
}
.carousel-control-prev:active,
 .carousel-control-next:active,
 .carousel-control-prev:hover,
 .carousel-control-next:hover {
  box-shadow: unset !important;
}
.modal-dialog {
      height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 !important;
}
.img-gallary-mdl {
  padding: 0 !important;
}
.img-gallary-mdl .modal-content {
margin: 0 !important;
box-shadow: unset !important;
border: 0 !important;
background-color: transparent !important;
}
.img-gallary-mdl img{
    display: flex;
     height: 100%;
         border-radius: 10px;
    object-fit: cover;
}
    select {
      -moz-appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      padding-left: 20px;
    }

    select option[value=""][disabled] {
      display: none;
    }

    .radio-inputs {
      position: relative;
      display: flex;
      /* flex-wrap: wrap; */
      border-radius: 0.5rem;
      background-color: #EEE;
      box-sizing: border-box;
      box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
      padding: 0.25rem;
      width: 100%;
      font-size: 14px;
    }
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
    .radio-inputs .radio {
      flex: 1 1 auto;
      text-align: center;
      max-width: 200px;
      width: 100%; 
    }

    .radio-inputs .radio input {
      display: none;
    }
    .dvd-tabs {
      margin-top: 70px;
    }

    .radio-inputs .radio .name {
      display: flex;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      border-radius: 0.5rem;
      border: none;
      padding: .5rem 0;
            font-weight: 600;
      color: rgba(51, 65, 85, 1);
      transition: all .15s ease-in-out;
    }

    .radio-inputs .radio input:checked+.name {
      background-color: #fff;
      font-weight: 600;
    }
 .buyer_cta { display: none; } /* needed for slideDown to work */
    .password-wrapper { position: relative; }
.password-wrapper .toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    height: 18px;
}
.alreadybox {
  text-align: center;
  justify-content: center;
  padding-top: 15px;
}
.iti--separate-dial-code {
    width: 100%;
}
.form__privacy input {
      filter: grayscale(1);
}
.google-button {
  max-width: 320px;
  display: flex;
  padding: 0.5rem 1.4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  gap: 0.75rem;
  color: rgb(65, 63, 63) !important;
  background-color: #fff !important;
  cursor: pointer;
  transition: all .6s ease;
  margin: 20px auto 0 ;
}

.google-button  svg {
  height: 24px;
}

.google-button:hover {
box-shadow: none !important;
}

.prop-header {
  position: static !important;
}
.main-wrapbody {
      padding-top: 40px;
}
.filter-component-drop-down.filter-more {
    max-width: 70%;
  max-height: 350px !important;
}
.main-logo {
  max-width: 170px;
  max-height: 70px;
  object-fit: contain;
}
.site-navigation {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.prov-wrap {
    margin-top: 49px;
}
.pro-pg-amenities .las,
.factoids__card__head .las {
      height: 30px;
    width: 30px;
     min-width: 30px;
    background-color: #5e81f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-btns {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 10px;
  margin-top: 15px;
}
.log-btns a {
  transition: all 0.4s !important;
  color: #fff !important;
}
.mb-ldp__section__title--text1 {
    padding-bottom: 10px;
} 

.main-prop-view .pro-pg-section .box-feature {
  padding: 0 !important;
} 
 .user-side .sidebar{ 
      position: fixed;
      top: 100px;
      left: 0;
      height: 83%;
      width: 68px;
          overflow: hidden auto;
      background: #06022f;
      padding: 17px 10px 10px 6px!important;
      z-index: 99999;
      transition: all 0.5s ease;
          border-radius: 0 10px 10px 0;
          scrollbar-width: none !important;
    }
    .user-side .sidebar.active{
      width: 240px;
      padding-left: 7px !important;
    }
    .user-side .sidebar .logo_content .logo{
      color: #fff;
      display: flex;
      height: 50px;
      width: 100%;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      transition: all 0.5s ease;
    }
    .user-side .sidebar .logo_content .logo img {
      min-height: 50px;
      object-fit: contain;
          height: 55px;
    }
    .user-side .sidebar.active .logo_content .logo{
      opacity: 1;
      pointer-events: none;
    }
    .user-side .logo_content .logo i{
      font-size: 28px;
      margin-right: 5px;
    }
    .user-side .logo_content .logo .logo_name{
      font-size: 20px;
      font-weight: 400;
    }
    .user-side .sidebar #btn{
      position: absolute;
      color: #fff;
      top: 1px;
      left: 13%;
      font-size: 22px;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      cursor: pointer;
      z-index: 999999;
    }
    .user-side .sidebar.active #btn{
      left: 82%;
      transform: rotate(180deg);
    right: 4px !important;
        border-radius: 50%;
                top: 3px;
        padding-left: 0;
        padding-right: 0px;
        position: absolute;
        left: unset !important;
    }



    .user-side .sidebar ul{
      margin-top: 20px;
      padding: 0 !important;
     display: flex
;
    flex-direction: column;
    gap: 4px;
}
    .user-side .sidebar ul li{
      position: relative;
      height: auto;

      width: 100%;
      list-style: none;
      line-height: normal;
      margin: 0;
    }
    .user-side .sidebar ul li .tooltip{
      position: absolute;
      left: 125px;
      top: 0;
      transform: translate(-50% , -50%);
      border-radius: 6px;
      height: 35px;
      width: 120px;
      background: #fff;
      line-height: 35px;
      text-align: center;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: 0s;
      opacity: 0;
      pointer-events: none;
      display: block;
    }
    .user-side .sidebar.active ul li .tooltip{
      display: none;
    }
    .user-side .sidebar ul li:hover .tooltip{
      transition: all 0.5s ease;
      opacity: 1;
      top: 50%
    }
    .user-side .sidebar ul li input{
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      border-radius: 12px;
      outline: none;
      border: none;
      background: #1D1B31;
      padding-left: 50px;
      font-size: 18px;
      color: #fff;
    }
    .user-side .sidebar ul li .bx-search{
      position: absolute;
      z-index: 99;
      color: #fff;
      font-size: 22px;
      transition: all 0.5s ease;
    }
    .user-side .sidebar ul li .bx-search:hover{
      background: #fff;
      color: #1D1B31;
    }
    .user-side .sidebar ul li a{
      color: #fff;
      display: flex;
      align-items: center;
      text-decoration: none;
      border-radius: 12px;
      white-space: nowrap;
            padding: 5px 9px;
      transition: all 0.4s ease;  
    }
    .user-side .sidebar ul li a:hover,
    .user-side .sidebar ul li a.active{
      color: #fff !important;
      background: #5e81f4;
    }
    .user-side .sidebar ul li i{
      font-size: 19px;
      font-weight: 400;
     height: 32px;
    min-width: 32px;
    border-radius: 12px;
    line-height: 34px;
    text-align: center;
    }
    .user-side .sidebar .links_name{
      font-size: 15px;
      font-weight: 400;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease;
    }
    .user-side .sidebar.active .links_name{
      transition: 0s;
      opacity: 1;
      pointer-events: auto
    }
    .user-side .sidebar .profile_content{
      position: absolute;
      color: #fff;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .user-side .sidebar .profile_content .profile{
      position: relative;
      padding: 10px 6px;
      height: 60px;
      background: none;
      transition: all 0.4s ease;
    }
    .user-side .sidebar.active .profile_content .profile{
      background: #1D1B31;
    }
    .user-side .profile_content .profile .profile_details{
      display: flex;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      white-space: nowrap;
      transition: all 0.4s ease;
    }
    .user-side .sidebar.active .profile .profile_details{
      opacity: 1;
      pointer-events: auto;
    }
    .user-side .profile .profile_details img{
      height: 45px;
      width: 45px;
      object-fit: cover;
      border-radius: 12px;
    }
    .user-side .profile .profile_details .name_job{
      margin-left: 10px;
    }
    .user-side .profile .profile_details .name{
      font-size: 15px;
      font-weight: 400;
    }
    .user-side .profile .profile_details .job{
      font-size: 12px;
    }
    .user-side .profile #log_out{
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      min-width: 50px;
      line-height: 50px;
      font-size: 20px;
      border-radius: 12px;
      text-align: center;
      transition: all 0.4s ease;
      background: #1D1B31;
      cursor: pointer;
    }
    .user-side .sidebar.active .profile #log_out{
      left: 88%;
      background: none;
    }
    .user-side .home_content{
      position: absolute;
      height: auto;
      width: calc(100% - 78px);
      left: 78px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
      transition: all 0.5s ease;
    min-height: calc(98vh - 130px);

      top: 100px;
    border-radius: 10px;
    padding: 19px 20px !important;

    } 
    .user-side .sidebar.active ~ .home_content{
    width: calc(100% - 281px);
    left: 256px;
    background: #fff;
      
    }
    .user-side .home_content .text{
      font-size: 19px;
      font-weight: 500; 
      color: #1D1B31;
      margin: 12px;
    }
    .la, .las {
      font-weight: 900 !important;
}
.close-toast {
    background-color: unset !important;
    color: #fff !important;
    font-size: 19px !important;
    opacity: 1 !important;
    position: absolute;
    right: 6px;
    padding: 0 !important; 
    top:8px;
}
.bg-danger {
    background-color: #ff0018 !important;
}
.bg-success {
      background-color: #97cb49 !important; 
}
 .dash-card {
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: none;
            margin-bottom: 0px;
            transition: transform 0.3s;
                border-left: 2px solid #5e81f4 !important;
        }
        
        .dash-card:hover {
            transform: translateY(-5px);
        }
        
        .card-header {
            background: transparent;
            border: none;
            padding-bottom: 0;
        }
        
        .stat-card {
            background: white;
            border-left: 4px solid var(--primary);
        }
        
        .stat-card.revenue { border-left-color: #5e81f4 }
        .stat-card.sales { border-left-color: #5e81f4 }
        .stat-card.profit { border-left-color: #5e81f4 }
        .stat-card.users{ border-left-color: #5e81f4 }
           
        .stat-icon { 
            width: 60px;
            height: 60px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 16px;
        }
        
        .revenue .stat-icon { background-color: rgba(67, 97, 238, 0.15); color: var(--primary); }
        .sales .stat-icon { background-color: rgba(76, 201, 240, 0.15); color: var(--success); }
        .profit .stat-icon { background-color: rgba(72, 149, 239, 0.15); color: var(--info); }
        .users .stat-icon { background-color: rgba(247, 37, 133, 0.15); color: var(--warning); }
        .enquiry .stat-icon { background-color: rgba(76, 201, 240, 0.15); color: var(--success); }
.dash-card .card-body {
      padding: 14px;
}
.dashboard-section {
    display: none; /* Hide all sections by default */
}

.dashboard-section.active {
    display: block; /* Show the section when the 'active' class is added */
}

.dash-fav-box .property-content {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
}
.dash-fav-box .property-item img {
      max-height: 152px;
}
.dash-fav-box .property-item:hover {
  padding: 13px !important;
}
.dash-fav-box .property-item:hover img {
  scale: unset !important;
}
.main-dash-page .common-title h2 {
  line-height: normal !important;
}
.remove-icn i {
  font-size: 19px;
}
.tbl-img {
  height: 50px;
  width: 50px;
object-fit: cover; 
border-radius: 6px; 
margin-right: 8px;
}
.tbl-img-content,
.detail-col {
    display: flex
;
    flex-direction: column;
    gap: 1px;
}
.tbl-img-wrap {
  display: flex;
  align-items: center;
}
.tbl-icn-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tbl-icn {
    height: 35px;
    width: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 19px;
    background-color: #5e81f48c;
    color: #fff;
}

.tbl-icn:hover {
      color: #fff;
          background-color: #5e81f4f6;


}
.dash-card .card-body h3{
font-size: 20px;
}
th{
  white-space: nowrap;
}
.common-tbls {
  overflow-x: auto;
  scrollbar-width: thin;
}
.detail-td {
  min-width: 125px;
}
.img-td {
      min-width: 280px;
}
tr {
  border-bottom: 1px solid #ccc !important;
} 
 

.wiz-btn,
.form-wizard-previous-btn,
.form-wizard-next-btn {
  border-radius: 50px !important;
}

.upload-img  {
      font-weight: 300;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
    border-radius: 50px !important;
}
.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard {
    color: #888888;
    padding: 30px;
}

.form-wizard .wizard-form-radio {
    display: flex;
    margin-left: 5px;
    position: relative;
    align-items: center;
}

.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 22px;
    height: 22px;
    background-color: #e0e0e0;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;

    /* Add smooth transitions */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-wizard .wizard-form-radio input[type="radio"]:hover {
    background-color: #d5d5d5;
    box-shadow: 0 0 0 5px rgba(222, 42, 27, 0.15);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.3);
    transition: box-shadow 0.3s ease;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #5e81f4;
    border-color: #5e81f4;
box-shadow: 0 0 10px rgb(27 78 222 / 40%);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 1;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(222, 42, 27, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: click-radio-wave 0.5s ease-out;
    z-index: 0;
}

@keyframes click-radio-wave {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

.step-1-radio {
    display: flex;
    align-items: center;
        padding-top: 10px;
    gap: 6px;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
    padding-left: 12px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked~label {
    color: #5e81f4;
    transition: color 0.3s ease;
}

.form-wizard .form-wizard-header {
    text-align: center;
font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}


.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #5e81f4;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 50px !important;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block !important;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
    border-radius: 50px !important;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 9px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #5e81f4;
    top: -25px;
    transition: 0.2s linear all;
    font-size: 15px;
}

.form-wizard .form-wizard-steps {
    display: flex;
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 1;
    font-size:13px;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #5e81f4;
    color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #5e81f4;
    left: 50%;
    width: 50%;
    border-color: #5e81f4;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #5e81f4;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.float-right {
    float: right !important;
}

.form-wizard.borderbackgrounddd {
    box-shadow:none !important;
    border-radius: 12px;
    padding: 0 !important;
    background-color: #ffffff;
}




ul.ks-cboxtags {
    list-style: none;
    padding: 3px 3px 0 0;
    /*text-align:center;*/
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 6px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "+";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="radio"]:checked+label::before {
    content: "+";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "+";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="radio"]:checked+label {
    border: 2px solid #4842cd;
    background-color: #5650ce;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #4842cd;
    background-color: #5650ce;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="radio"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="radio"] {
    width: auto;
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"] {
    width: auto;
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="radio"]:focus+label {
    border: 2px solid #4842cd;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #4842cd;
}


img.w-100.profileimag123 {
    width: 181px !important;
}

.file-upload2 {
    display: none;
}

.p-image2 {
    /*position: absolute;*/
    /*top: 167px;*/
    /*left: 90px;*/
    /*color: #666666;*/
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image2 {
    background-color: #ffffff;
    border-radius: 12px;
    color: var(--headings-color);
    font-size: 18px;
    /* right: 0; */
    /*height: 45px;*/
    /*line-height: 45px;*/
    left: 1px;
    /*position: absolute;*/
    /*top: 20px;*/
    text-align: center;
    /*width: 45px;*/
}



@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

.upload__box {
    padding: 10px 0 0 0;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 6px 15px;
    transition: all 0.3s 
ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 50px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

/* Pulse glow animation for active step */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(45, 31, 119, 0.7);
    }

    70% {
        box-shadow: 0 0 10px 10px rgba(45, 31, 119, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(45, 31, 119, 0);
    }
}

/* Bounce animation for step number */
@keyframes bounceStep {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Fade-in animation for activated steps */
@keyframes fadeInStep {
    from {
        background-color: #888;
        color: #fff;
    }

    to {
        background-color: #5e81f4;
        color: #fff;
    }
}

/* Apply pulse glow to active step */
.form-wizard .form-wizard-steps li.active span {
    animation: pulseGlow 2s infinite;
    border: 2px solid #5650ce;
    box-shadow: 0 0 8px 2px #5650ce;
}

/* Bounce effect on active step number */
/* .form-wizard .form-wizard-steps li.active span {
  animation-name: pulseGlow, bounceStep;
  animation-duration: 2s, 1s;
  animation-iteration-count: infinite, infinite;
  animation-timing-function: ease-in-out, ease;
} */

/* Smooth fade-in for activated steps */
.form-wizard .form-wizard-steps li.activated span {
    animation: fadeInStep 1s ease forwards;
}

/* Make step numbers bigger and bolder for active and activated */
.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
} 

/* Add a subtle scale up on hover for all steps */
.form-wizard .form-wizard-steps li span:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    box-shadow: 0 0 5px 1px rgba(45, 31, 119, 0.5);
}
.user-side .sidebar ul li.active i{
  color: #fff !important;
}

.main-dash-page .property-content h4 {
  min-height: 42px !important;
}
.main-dash-page .property-item .property-content {
  margin-top: 0 !important;
}
 .card__avatar img {
      width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100% !important;
 }
.pro-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 6px;
  margin-top: 10px;
}
.card__wrapper {
    display: flex;
  flex-direction: column;
  text-align: center;
  gap: 6px;
}
.profcard {
  --main-color: #000;
  --submain-color: #282828;
  --bg-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: #93abf836;
  width: 100%;
  height: 100%;
}

.card__img {
  height: 192px;
  width: 100%;
  padding-bottom: 7px;
}

.card__img img {
  height: 100%;
  border-radius: 20px 20px 0 0;
      object-fit: cover;
}

.card__avatar { 
  position: absolute;
  width: 114px;
  height: 114px;
  background: var(--bg-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 57px);
}

.card__avatar svg {
  width: 100px;
  height: 100px;
}

.card__title {
  margin-top: 60px;
  font-weight: 500;
  font-size: 18px;
  color: var(--main-color);
}

.card__subtitle {
  margin-top: 0px;
  font-weight: 400;
  font-size: 15px;
  color: var(--submain-color);
}

.card__btn {
  margin-top: 15px;
  width: 76px;
  height: 31px;
  border: 2px solid var(--main-color);
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
  color: var(--main-color);
  background: var(--bg-color);
  text-transform: uppercase;
  transition: all 0.3s;
}

.card__btn-solid {
  background: var(--main-color);
  color: var(--bg-color);
}

.card__btn:hover {
  background: var(--main-color);
  color: var(--bg-color);
}

.card__btn-solid:hover {
  background: var(--bg-color);
  color: var(--main-color);
}

 
 
.profile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.update-btn {
      margin-top: 6px !important;
    text-align: end;
}


.image-uploader {
    position: absolute;
    background-color: #5e81f4;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    top: 6px;
    justify-content: center;
    right: 6px;
    color: #fff;
    font-size: 17px;
    padding-bottom: 2px;
}

.image-uploader {
    position: absolute;
    background-color: #5e81f4;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    top: 6px;
    justify-content: center;
    right: 6px;
    color: #fff;
    font-size: 17px;
    padding-bottom: 2px;
}
.image-uploader a,
.image-uploader a:hover {
      color: #fff;
    font-size: 17px;
    
}
textarea {
  resize: none !important;
  overflow-y: auto;
  scrollbar-width: none !important;
}
.loggedin-icn {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 50%;
} 
.dropdown.loggedin-drop {
      left: -114% !important;
}
.agt-dvd-right {
    display: flex
;
    flex-direction: column;
    gap: 15px;
    margin-top: 22px;
}
.agt-dvd-right .project-card {
      padding: 6px;
}
.agt-dvd-right .project-card-inner {
  
  flex-direction: column;
  padding: 7px;
}
.agt-dvd-right .project-body {
  padding: 0 !important;
}
.agt-dvd-right .project-img img {
      max-height: 160px;
}
.agnt-list-tab {
      margin-top: 26px !important;
}
header .container-fluid {
  max-width:100% !important; 
}

.desk-user-nav {
visibility: visible;
}
.mob-user-nav{
  visibility: hidden;
}

.heart {
  font-size: 16px;
	color:red;
}
.heart-des {
  font-size: 25px;
	color:#aaa;
}
@keyframes firstSmallIconAnimation {
  10% {
    top: -5px;
    left: -2px;
    transform: rotate(-45deg);
  }
  50% {
    top: -10px;
    left: -5px;
  }
  100% {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}
@keyframes secondSmallIconAnimation {
  10% {
    top: -5px;
    transform: rotate(-25deg);
  }
  50% {
    top: -25px;
  }
  100% {
    top: calc(50% - 5px);
  }
}
@keyframes thirdSmallIconAnimation {
  10% {
    top: -5px;
    left: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: -15px;
    left: 15px;
  }
  100% {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}
.common-fav {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eye-fav i {
  color: #000;
    font-size: 20px;
}

.eye-fav {
    display: flex
;
    align-items: center;
    gap: 6px;
    color: #000;
}
@media (min-width: 991px)  { 
  .footer-m__fixed-links {
    display: none;
  }
}

@media (max-width: 1450px) {
  .fade-card-default-content {
    height: 50%;
  }
  .fade-info-row {
    padding: 6px;
    gap: 5px;
  }
  .property-item .property-content .price span {
    font-size: 18px;
  }
  .container-fluid,
  .container-xl2 {
    max-width: 97%;
  }
  .common-title h2 {
    font-size: 22px;
  }
  .insp {
    max-width: 93%;
    padding: 42px 6px !important;
  }
  .fade-info-row{
        padding: 8px 9px;
  }
  .fade-info-bottom p {
        font-size: 12px;
  }
  .fade-info-bottom {
        padding: 0 9px 0;
  }
}
@media (max-width: 1320px) {
  .property-item .property-content .price span {
    font-size: 16px;
  }
  .container-fluid,
  .container-xl2 {
    max-width: 98%;
  }
  .common-title h2 {
    font-size: 20px;
  }
  .fade-hoverbox {
    padding: 2px;
  }
  .fade-card-default-content {
    height: 40%;
  }
}
@media (max-width: 1100px) {
  .fade-card > img {
    height: 365px;
  }
}
@media (max-width: 991px) {
  .desk-search {
    display: none !important;
  }
  .mob-search {
    display: flex !important;
  }
  .form-forget {
        width: 50%;
  }
  .mb-search-container,
  .mb-search .container {
    padding: 0 !important;
  }
  .form-forget {
    width: 100%;
}

.menu-bg-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-fluid {
    max-width: 97% !important;
}  
  .pro-form-start {
    margin-bottom: 30px;
  }
  .prop-count {
    font-size: 20px;
  }
  .floating {
    display: none;
  }
.btn-close.gallary-mdl-btn {
  height: 19px !important;
    width: 19px !important;
    font-size: 14px !important;
}
.caro-btn .las {
    font-size: 18px;
}
  .bg-sec {
    padding-top: 30px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 35px;
    width: 35px; 
    border-width: 1px !important;
  }
.user-side .sidebar .logo_content .logo img {
        height: 40px;
}
  .swiper-button-next i {
    font-size: 33px;

    margin-right: 16px;
  }
  .site-menu-toggle.me-auto {
    margin-right: unset !important;
  }
  .swiper-button-prev i {
    font-size: 33px;

    margin-left: 16px;
  }
  .fade-card {
    max-width: 100%;
  }
  .property-item img {
    max-height: 350px;
  }
  .insp {
    max-width: 95%;
    padding: 36px 6px !important;
  }
  .site-footer {
    display: none;
  }
  .inner_log {
    flex-direction: column;
            max-width: 60%;
  }
  .inner_log form {
    width: 100% !important;
  padding: 0 !important;
  }
  .inner_log .image-holder {
    width: 100%;
    margin-bottom: 25px;
    display: none;
  }
 .main-wrapbody {
    padding-top: 60px;
            padding-bottom: 100px;
}
.seprate-right {
  margin-top: 50px;
}
.main-logo {
      max-height: 45px;
}
.pro-pg-section .top-agent-block {
  padding-bottom: 10px !important;
}
thead, tbody, tfoot, tr, td, th {
    padding: 10px !important;
}
.form-wizard-header p {
      font-size: 16px;
    margin-bottom: 10px;
}
.form-wizard {
  padding: 10px !important;
}
.form-wizard .form-wizard-steps li span,
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
      font-size: 13px;    height: 30px;
    line-height: 28px;
    width: 30px;
} 
.form-wizard .form-wizard-steps li::after {
  height: 2px;
}
.form-wizard .form-control {
      padding: 12px;
          margin-bottom: 0 !important;
}
.form-wizard .form-group {
      margin: 7px 0;
}
ul.ks-cboxtags li label {
      font-size: 12px;
}
.upload-img {
      border-radius: 12px !important;
}
.img-gallary-mdl .modal-content {
      max-width: 95%;
}
.desk-user-nav {
visibility: hidden;
}
.mob-user-nav{
  visibility: visible;
}
.user-profile-nav-mobile {
      position: absolute;
    right: 44px;
    top: 7px;
}
header .container-fluid {
  max-width: 96% !important;
}
/* .user-side .sidebar {
  position: absolute;
} */
}
@media (max-width: 768px) {
  .post-free-box {
    padding: 17px;
    flex-direction: column;
  }
  .cta-card .card-body {
    padding: 9px !important;
  }
  .project-card-inner {
    padding: 6px;
    border-radius: 6px;
    gap: 9px;
  }
  .project-card {
    border-radius: 10px;
    padding: 6px;
  }
  .project-img img {
    border-radius: 6px;
  }
  .card-insp img {
    height: 200px;
  }
  .tools-block .common-title,
  .prop-content .common-title,
  .top-locality .common-title,
  .project-section .common-title,
  .exp-block .common-title,
  .prop-guide .common-title,
  .top-agent-block .common-title {
    padding-bottom: 10px;
  }
  .insp {
    max-width: 97%;
    top: -73px;
  }
  .exclus-block {
    padding-bottom: 130px !important;
  }
  .prop-snapshot,
  .feature-box {
    max-width: 91% !important;
    margin: auto;
  }
  .line-break-content {
    height: 25px !important;
  }
  .site-nav {
    padding-top: 12px !important;
  }
  .common-title-log h2 {
        font-size: 16px;
            width: 100%;
            text-align: center;
  }
  .mb-ldp__section__title--text1 {
    padding: 10px !important;
  } 
  .factoids__card__head {
    font-size: 15px; 
  }
  .user-side .sidebar ul li:hover .tooltip {
    display: none;
  }
      .wizard-content-left {
        height: auto; 
    }
    .user-side .home_content .text {
      font-size: 14px;
    }  
    .pro-edit-up {
      margin-top: 25px !important;
    }
    .profcard {
      border-radius: 12px;
    }
    .card__img img {
      border-radius: 12px 12px 0 0;
    }.user-side .home_content {
        position: static;
            margin-top: 75px;
            width: 100% !important;
            max-width: 98% !important;
}
}
@media (max-width: 576px) {
  .mb-search {
    padding-top: 17px !important;
    padding-bottom: 25px !important;
  }
  .mb-search .col {
    padding: 0 !important; 
  }
  .fade-card {
    min-height: 365px;
  }
  .prop-count,
  .project-body .project-title {
    font-size: 16px;
  }
  .inner_log {
    max-width: 99%;
  }

  .project-img img {
    height: 135px;
  }

  .project-developer,
  .project-location,
  .proj-card-down {
    font-size: 15px;
  }

  .fade-card-default-content {
    height: 47%;
  }
  .count {
    font-size: 16px;
  }
  .property-item img {
    max-height: 250px;
  }

  .common-title h2 {
    font-size: 17px;
    padding-bottom: 2px !important;
  }
  .post-textup {
    font-size: 20px;
  }
  .highlight-icn img {
    height: 28px;
  }

  .option-block ul,
  .newpro-itms {
    gap: 8px;
    font-size: 14px;
  }

  .floating img {
    width: 32px;
  }
  .post-textdown {
    font-size: 16px;
  }
  .gutter-cta-card {
    --bs-gutter-y: 0.6rem !important;
    --bs-gutter-x: 0.6rem !important;
  }
  .property-item {
    padding: 6px;
    height: fit-content;
  }
  .footer-m__fixed-links a .la {
    font-size: 22px;
  }
  .new-projectsbox {
    padding: 0 0 90px !important;
  }
  .login-form {
    padding: 2rem 1.5rem;
  }
  .close-toast {
    top:8.8px;
}
.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 17px;
    margin-bottom: 13px;
}
.card-title {
    font-size: 16px;
}
.dash-card h3 {
    font-size: 18px;
    line-height: normal; 
    padding-bottom: 5px;
}
.main-dash-page .common-title h2 {
  font-size: 16px;
  margin-bottom: 5px !important;
}
.dash-fav-box .property-item:hover {
  padding: 6px !important;
}
.user-side .sidebar {
  width: 45px;
      padding: 32px 2px 9px;
}
.user-side .home_content {
      padding: 5px 10px;
          width: calc(100% - 71px);
              left: 54px;
              overflow: hidden;
              padding: 0 !important;
}
.user-side .sidebar ul li i {
    font-size: 18px;
    height: 30px;
    min-width: 40px;
    border-radius: 5px;
    line-height: 31px;
}
.user-side .sidebar ul li {
  height: 30px;
}
.user-side .sidebar #btn {
      left: -3% !important;
}
.dashboard-section {
  padding:10px !important;
  margin-bottom: 80px !important;
}
.card__title {
    margin-top: 80px;
  
    font-size: 16px; 
  }
  .card__img {
    height: 140px;  
}
.card__avatar {
    width: 90px; 
    height: 90px;
    top: calc(50% - 71px);
}
.card__title {
        margin-top: 20px !important;
}
.card__subtitle {
  font-size: 14px;
}
.user-side .sidebar #btn {
        position: fixed;
        top: 92px;
        background-color: #000;
        height: 35px;
        width: 35px;
        border-radius: 0 50% 50% 0;
        display: flex
;
        align-items: center;
        justify-content: center;
        padding-left: 8px;
}
.user-side .sidebar {
  width: 0;
      left: -34px;
          top: 84px;
}
.user-side .sidebar .links_name {
      font-size: 13px;
}
.user-side .sidebar ul li a {
      padding: 1px 10px 1px 29px;
}
.home_content.container-fluid.blurred {
    filter: blur(2px);
    pointer-events: none; /* Prevent interaction with blurred content */
}
  body,
.home_content.container-fluid {
    transition: filter 0.3s ease;
}
.hero {
          max-width: 98% !important; 
}
}

@media (max-width: 450px) {
  .fade-card h3 {
    font-size: 15px;
    padding: 6px 7px;
  }
  .fade-card h5,
  .property-content h4 {
    font-size: 14px;
  }

  .fade-info-content span,
  .fade-info-bottom p {
    font-size: 12px;
  }

  .fade-info-bottom {
    gap: 6px;
    padding: 0 7px 0;
  }
  .property-item .property-content .price span {
    font-size: 14px;
  }
  .property-item .property-content {
    padding: 8px;
  }
  .searcher__tab__item {
    padding: 0 6px;
  }
  .searcher__tab {
    justify-content: space-between !important;
  }
      .main-dash-page .property-content h4 {
        font-size: 15px !important;
        line-height: 144% !important;
        margin-bottom: 0px !important;
    }
    .g-recaptcha {
      scale: 0.8;
      position: relative;
      left: -28px;
    }

}

@media (max-width: 450px) { 
  .mb-search__tab__item {
        padding: 0px 5px !important;
            font-size: 13px !important;
  }
  .mb-search__title {
    font-size: 13px !important; 
  }
} 