* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Plus Jakarta Sans' !important;
}

:root {
  --text-color {
    color: #000929;
  }
}

.container-xl {
  max-width: 1393px;
}

header .nav-link {
  color: #000929;
  font-weight: 500;
  padding: 8px 16px !important;
}

.nav-right a {
  color: #303030;
  font-weight: 600;
}

.nav-right .header-dropdown {
  border: 1px solid #d7d7d780;
  border-radius: 27px;
}

.nav-right .header-dropdown button {
  padding: 6px 19px 0px 9px;
}

.nav-right .header-dropdown button.btn:first-child:active {
  border-color: transparent !important;
}

.nav-right-a {
  font-size: 13px;
  border: 1px solid #d7d7d780;
  padding: 9px 6px;
  border-radius: 31px;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: 0.3s ease;
  background: white;
}

.nav-right-a i {
  font-size: 20px;
}

.nav-right .bell {
  font-size: 23px;
  transition: 0.3s;
}

/* .navbar-brand img:hover {
  transform: scale(1.1);
} */

.nav-right-a:hover {
  background: #303030;
  color: white;
}

.navbar-animate {
  animation: slideDown 0.6s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Nav link hover animation */
.navbar-nav .nav-link {
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.navbar-nav .nav-link:hover {
  font-weight: 700;
  /* color: #0d6efd; */
  transform: translateY(-2px);
}

.navbar .navbar-animate {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

/* Logo fade-in */
.navbar-brand img {
  animation: fadeIn 1s ease-in;
  transition: 0.3s ease;
}

.nav-right .bell:hover {
  transform: scale(1.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.home-right-card {
  background: white;
  max-width: 301px;
  position: absolute;
  top: 0;
  left: 50px;
  padding: 15px 24px;
  border-radius: 11px;
}

.card-heading h6 {
  color: #000929;
  font-weight: 700;
}

.card-heading .moved-p {
  font-size: 12px;
  font-weight: 500;
  color: #808494;
}

.card-heading .living {
  color: #ff2885;
}

.card-heading .buddy {
  color: #f8c80d;
}

.card-heading p small {
  color: #808494;
  font-size: 12px;
}

.livin-bg {
  background: #f9fafb;
  padding: 29px;
  margin-top: 32px;
  border-radius: 22px;
}

.card-des p {
  color: #000929;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.card-des {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
}

.card-price-cont h5 {
  color: #000929;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 5px;
}

.card-price-cont p {
  color: #808494;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.home-bottom-card {
  position: absolute;
  background: #000929;
  color: white;
  padding: 26px 12px;
  border-radius: 20px 0 0;
  bottom: 0;
  right: 0;
  max-width: 263px;
  width: 100%;
}

.home-bottom-card h4 {
  font-size: 20px;
}

.home-bottom-card h5 {
  font-size: 16px;
}

.excellent-star i {
  color: #ffb154;
}

.excellent-p {
  font-size: 14px;
  margin: 0;
  margin-top: 13px;
}

.excellent-star {
  margin-top: 10px;
  margin-bottom: 16px !important;
}

.home-left h1 {
  font-size: 58px;
  font-weight: 700;
  color: #000929;
}

.home-left p {
  font-size: 20px;
  color: #747474;
  font-weight: 500;
  margin-top: 20px;
}

.home-tab {
  margin-top: 30px;
  font-family: 'Plus Jakarta Sans' !important;
  border-radius: 20px;
}

.home-tab .MuiButtonBase-root {
  color: #4b5563;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 16px;
}

.home-tab .MuiButtonBase-root.Mui-selected {
  color: black;
}

.home-tab .MuiTabs-root {
  border-bottom: 1px solid #e2e2e2;
}

.home-tab .MuiTabs-scroller {
  position: relative;
  display: inline-block;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: end;
}

.home-tab .MuiTabs-root {
  overflow: hidden;
  min-height: 59px;
}

.home-tab .MuiBox-root {
  background-color: #fff;
  border-radius: 20px;
}

.dropdown .css-13cymwt-control {
  border: none;
}

.home-tab .MuiTypography-root {
  margin: 0 !important;
}

.dropdown {
  width: max-content;
}

.dropdown .css-1u9des2-indicatorSeparator {
  display: none;
}

.dropdown .css-1jqq78o-placeholder {
  grid-area: 1 / 1 / 2 / 3;
  color: #4b5563;
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
}

.dropdown .css-19bb58m {
  grid-area: 1 / 1 / 2 / 3;
  color: #4b5563;
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
}

.dropdown .css-1dimb5e-singleValue {
  grid-area: 1 / 1 / 2 / 3;
  color: #4b5563;
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
}

.dropdown .css-l0r4kd-singleValue {
  font-size: 18px;
  color: #4b5563;
}

.g-search {
  width: 75% !important;
  border-left: 1px solid #e2e2e2;
}

.g-search .MuiOutlinedInput-notchedOutline {
  border: none;
}

.g-search .MuiFormLabel-root {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.g-search .css-1umw9bq-MuiSvgIcon-root {
  display: none;
}

.g-search .MuiOutlinedInput-root {
  /* display: block; */
}

.g-search .MuiAutocomplete-endAdornment {
  display: none;
}

.home-tab .MuiBox-root.css-1k9ek97 {
  padding: 0;
}

.drop-loc i {
  position: relative;
  right: 21px;
  color: #4b5563;
}

.drop-loc .dropdown {
  width: 160px;
}

.home-tab .MuiBox-root {
  padding: 8px 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-card p {
  color: #303030;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}

.custom-tabs .tab-container {
  border: 1px solid #ebebeb;
  border-radius: 999px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  flex-wrap: nowrap;
  background: white;
  position: relative;
  scrollbar-width: none;
}

.custom-tabs .tab-container .formm button {
  background: transparent;
  padding: 2.1px;
  /* height: 46px; */
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}

.custom-tabs .tab-container .formm input {
  width: 0%;
  padding: 0;
  border-radius: 0 25px 25px 0;
  border: 1px solid #d7d7d7;
  border-left: none;
  /* position: absolute; */
  transition: 0.4s;
  opacity: 0;
}

.custom-tabs .tab-container .formm {
  width: 51px;
  display: flex;
  transition: 0.3s;
}

.custom-tabs .tab-container .formm:focus-within {
  width: 226px;
}

.custom-tabs .tab-container .formm:focus-within input {
  width: 186px;
  padding: 0 10px;
  opacity: 1;
  height: 46px;
}

.custom-tabs .tab-container .formm:focus-within button {
  border-radius: 25px 0 0 25px;
  border-right: none;
  padding: 0;
  height: 46px;
}

.custom-tabs .tab-container .formm input:focus-visible {
  outline: none;
}

.custom-tabs .search-icon {
  font-size: 16px;
  color: #4f4f4f;
  /* padding-left: 4px; */
  /* border: 1px solid #D7D7D7; */
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.custom-tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 50px;
  color: #4f4f4f;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px 14px;
  font-size: 14px;
}

.custom-tabs .nav-tabs .nav-link.active {
  background-color: #ffe66d;
  color: #000;
  font-weight: 500;
  padding: 9px 14px;
}

.custom-tabs .nav-tabs .nav-link i {
  font-size: 16px;
}

.custom-tabs .nav-tabs .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-tabs .nav-tabs {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 5px;
  border: none;
}

.bar-right .livin-filter {
  padding: 11px 21px;
  background: #ffe462;
  border: none;
  color: #000929;
  border-radius: 30px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bar-right button.livin-grid {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #fff1b2;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.bar-right button.livin-grid.active {
  background: #fff8d9;
}

.bar-right button.livin-loc.active {
  background: #fff8d9;
}

.bar-right button.livin-swap.active {
  background: #fff8d9;
}

.bar-right button.livin-loc {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.bar-right .livin-swap {
  padding: 11px 21px;
  background: #ffffff;
  border: none;
  color: #000929;
  border-radius: 30px;
  font-weight: 500;
  border: 1px solid #d7d7d7;
  transition: 0.3s;
}

.bar-right {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.property-card .card {
  border-radius: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.property-card .badge {
  font-size: 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.property-card .bottom-info {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);

  width: 93% !important;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
  bottom: 10px !important;
  border-radius: 35px;
}

.property-card .tag {
  padding: 5px 11px;
  border-radius: 2rem;
  font-size: 12px;
  font-weight: 500;
  background: #f9f9f9;
  color: #4b5563;
  /* box-shadow:
    4px 4px 8px rgba(0, 0, 0, 0.1),
    -4px -4px 8px rgba(255, 255, 255, 0.8); */
  transition: all 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.owner-details .overview .tag {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 500;
  background: #f9f9f9;
  color: #4b5563;
  box-shadow:
    4px 4px 8px rgba(0, 0, 0, 0.1),
    -4px -4px 8px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.property-card .text-pink {
  color: #ef476f;
}

.property-card .badge.sponsored {
  top: 10px;
  left: 10px;
  background: #ffffffc7;
  color: black;
  padding: 4px 6px;
  border-radius: 20px;
  backdrop-filter: blur(11px);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.event-post .badge.sponsored {
  top: 10px;
  left: 10px;
  background: #ffffffc7;
  color: black;
  padding: 9px;
  border-radius: 20px;
  backdrop-filter: blur(11px);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.gallery-section .badge.sponsored {
  top: 10px;
  left: 10px;
  background: #ffffffc7;
  color: black;
  padding: 9px;
  border-radius: 20px;
  backdrop-filter: blur(11px);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.property-card .badge.immediate {
  top: 10px;
  right: 10px;
  background: #ffe462c7;
  color: black;
  padding: 7px 12px;
  border-radius: 20px;
  backdrop-filter: blur(11px);
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.gallery-section .badge.immediate {
  top: 10px;
  right: 10px;
  background: #ffe462c7;
  color: black;
  padding: 9px 12px;
  border-radius: 20px;
  backdrop-filter: blur(11px);
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.property-card .card-title {
  font-size: 20px;
  font-weight: 700 !important;
  color: #000929;
}

.property-card .card-head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.property-card .card-loc {
  color: #6b7280 !important;
  font-weight: 300;
  font-size: 14px;
}

.property-card .card-loc i {
  color: #d5d5d5 !important;
}

.property-card .broker span {
  font-size: 14px;
  font-weight: 500;
}

.property-card .broker .fee {
  color: #000000;
  font-weight: 500;
  font-size: 11px;
  margin-top: 4px;
}

.property-card .p-desc {
  color: #747474;
  font-size: 12px;
  font-weight: 500;
}

.property-card .p-desc img {
  margin-right: 7px;
}

.property-card .p-desc span + span {
  border-left: 1px solid #dfdfdf;
  padding-left: 10px;
}

.property-card .bottom-btn .btn {
  width: 48%;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
}

.property-card button.btn.chat-btn {
  border: 1px solid #d7d7d7;

  background: white;
  color: #000929;
}

.property-card button.btn.details-btn {
  border: 1px solid #ffe462;

  background: #ffe462;
  color: #000929;
}

.property-card .bottom-btn {
  position: absolute;
  width: 91%;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;
  /* background: white; */
  height: 50px;
  justify-content: center;
  transition: 0.5s ease;
}

.property-card:hover .tag {
  visibility: hidden;
}

.property-card:hover .bottom-btn {
  bottom: -5px;
}

.property-card:hover .room-user {
  visibility: hidden;
}

.pagination .MuiStack-root {
  max-width: 448px;
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: 30px;
  background: white;
  margin: auto;
}

.pagination li button {
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  font-weight: 600;
}

.pagination .MuiPaginationItem-sizeMedium.Mui-selected {
  background-color: black;
  color: white;
}

.pagination .css-1l5xwdx-MuiButtonBase-root-MuiPaginationItem-root.Mui-selected:hover {
  background-color: black;
  color: white;
}

.certified h2 {
  font-size: 28px;
  font-weight: 600;
  background: linear-gradient(to bottom, #3e3e3e, #626262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.certified-card .card {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  margin-top: 20px;
  padding: 20px;
  /* Added padding to the card */
  border: none;
  border-radius: 43px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
  box-shadow:
    -6px 0 6px -6px rgba(0, 0, 0, 0.2),
    0 6px 6px -6px rgba(0, 0, 0, 0.2);
}

.certified-card .card::after {
  content: '';
  position: absolute;
  top: -17px;
  right: -21px;
  width: 78px;
  height: 78px;
  background: #f9fafb;
  border-radius: 50%;
  z-index: 2;
  /* border-radius: 0 16px 0 0; */
}

.certified-card .card .certified-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* position: relative; */
  z-index: 1;
  /* Ensures image is beneath the cut-out */
  mask-image: radial-gradient(circle 25px at calc(100% - 20px) 20px, transparent 25px, black 26px);
  /* Circular cut-out on the image */
  -webkit-mask-image: radial-gradient(circle 25px at calc(100% - 5px) 9px, transparent 46px, black 32px);
  /* For Safari */
}

.certified-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1rem;
  z-index: 3;
}

.certified-card .card-content h2 {
  margin: 0 0 0.3rem;
  font-size: 1.2rem;
}

.certified-card .card-content p {
  margin: 0;
  font-size: 0.9rem;
}

.certified-card {
  position: relative;
}

.progresss {
  position: absolute;
  top: 1px;
  right: -3px;
  z-index: 9;
}

.progresss .MuiCircularProgress-root {
  color: #ff2985;
  width: 48px !important;
  height: 48px !important;
  transform: rotate(-90deg);
}

.certified-card .card-loc {
  color: #6b7280 !important;
  font-weight: 300;
  font-size: 14px;
}

.green-dot {
  height: 8px;
  width: 8px;
  background: #00b67a;
  border-radius: 50%;
  margin-right: 4px;
}

.room-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: -10px;
}

.room-user {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.room-user span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffec93;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}

.progress-card {
  text-align: center;
  background-color: #ffffffad;
  border-radius: 13px;
  max-width: 174px;
  padding: 7px 15px;
  position: absolute;
  top: 22px;
  right: 15px;
  backdrop-filter: blur(13px);
  z-index: 99;
  transition: 0.4s ease;
  /* display: none; */
  width: 174px;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

.progress-card .MuiBox-root.css-rmz4vk {
  position: relative;
  margin: auto;
}

.progresss:hover .progress-card {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.main-h2 {
  color: #000929;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}

.home-listing p {
  color: #4b5169;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.home-listing .exclusive-content h5 {
  color: #303030;
  font-size: 21px;
  font-weight: 700;
}

.home-listing .exclusive-content p {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
}

.home-listing .exclusive-content {
  position: absolute;
  bottom: 10px;
  background: #ffffffc7;
  padding: 15px 20px;
  border-radius: 23px;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  backdrop-filter: blur(15px);
  width: 97%;
}

.home-listing {
  margin-top: 50px;
}

.home-listing .exclusive-btn {
  width: max-content;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  border: 1px solid #ffe462;
  background: #ffe462;
  color: #000929;
  padding: 8px 30px;
  margin-top: 40px;
}

.home-estate .estate-card h4 {
  font-size: 32px;
  font-weight: 500;
  color: #000f1a;
}

.home-estate .estate-card p {
  font-size: 18px;
  font-weight: 400;
  color: #000f1a;
}

.home-estate .estate-card {
  min-height: 280px;
  background: white;
  padding: 16px;
  border-radius: 32px;
  transition: 0.3s;
  margin-top: 20px;
}

.home-estate .estate-card .estate-p {
  position: absolute;
  bottom: 16px;
  max-width: 450px;
  font-size: 17px;
  font-weight: 500;
}

.home-estate .estate-card:hover {
  background: #f8c80d;
}

.home-estate {
  margin-top: 50px;
}

.lb-footer {
  /* background: linear-gradient(90deg, transparent 0%, #FFE4624D); */
  background: white;
  padding: 2rem 1rem 1rem;
  margin-top: 50px;
  /* font-family: 'Segoe UI', sans-serif; */
}

.lb-footer .footer-logo {
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ff0066;
}

/* .property-card.certified-card::after {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    width: 69px;
    height: 14%;
    background: #f9fafb;
    box-shadow: none;
    z-index: 1;
    border-radius: 50%;
} */

.home-tab .MuiTabs-indicator {
  background-color: black !important;
}

.lb-footer .footer-logo img {
  /* width: 32px; */
  /* height: 32px; */
}

.lb-footer h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000929;
  font-size: 16px;
}

.lb-footer ul {
  list-style: none;
  padding-left: 0;
}

.lb-footer ul li {
  margin-bottom: 0.5rem;
}

.lb-footer ul li a {
  color: #4c5164;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.lb-footer ul li a:hover {
  text-decoration: underline;
}

.lb-footer .register-btn {
  background-color: #ffe55a;
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.lb-footer .footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.lb-footer .social-icons a {
  margin-left: 0.8rem;
  color: #666;
}

.lb-footer .social-icons a:hover {
  color: #000;
}

.property-card button.btn.chat-btn:hover {
  border: 1px solid #d7d7d7;
  background: #000929;
  color: white;
}

.property-card button.btn.details-btn:hover {
  border: 1px solid #000929;
  background: #000929;
  color: #ffe462;
}

.home-listing .exclusive-bg {
  background-image: url(/assets/images/exclusive-img.png);
  min-height: 448px;
  background-size: cover;
  border-radius: 45px;
}

.list-card .bottom-info {
  border-radius: 22px;
  font-size: 11px;
  padding: 4px 9px !important;
}

.list-card .badge.immediate {
  font-size: 9px;
}

.list-card .badge.sponsored {
  font-size: 9px;
  padding: 6px 9px;
}

.list-card .bottom-btn {
  position: absolute;
  width: 100%;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  height: 58px;
  justify-content: center;
  transition: 0.5s ease;
  align-items: center;
}

.list-height {
  height: 1000px;
  overflow-y: scroll;
}

.scrolll-bar .scrollable::-webkit-scrollbar {
  width: 8px;
}

.scrolll-bar .scrollable::-webkit-scrollbar-track {
  background: #ffe6f0;
}

.scrolll-bar .scrollable::-webkit-scrollbar-thumb {
  background: #ff0066;
  border-radius: 4px;
}

.scrolll-bar .scrollable::-webkit-scrollbar-thumb:hover {
  background: #cc0052;
}

.list-card .tag {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 12px;
}

.home-slider .swiper-pagination-bullet-active {
  background: black;
}

.home-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  display: none;
}

.home-slider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  display: none;
}

.home-slider .swiper {
  max-height: 400px;
}

.home-slider .swiper img {
  max-height: 400px;
  object-fit: cover;
  width: 100% !important;
  border-radius: 30px;
}

.swap-slider .swiper {
  padding: 17px;
}

.swap-slider .bottom-btn {
  position: static;
}

.swap-slider .swiper-slide-prev .row .col-lg-7,
.swap-slider .swiper-slide-next .row .col-lg-7 {
  display: none;
}

.swap-slider .swiper-slide-prev .bottom-info span,
.swap-slider .swiper-slide-next .bottom-info span {
  display: none;
}

.swap-slider .swiper-slide-prev .bottom-info strong,
.swap-slider .swiper-slide-next .bottom-info strong {
  width: 100%;
}

.swap-slider .swiper-slide-prev .bottom-info,
.swap-slider .swiper-slide-next .bottom-info {
  text-align: center;
}

.swap-slider .swiper-slide-prev .bottom-info i,
.swap-slider .swiper-slide-next .bottom-info i {
  display: none;
}

.swap-slider .swiper-slide-prev .row .col-lg-5,
.swap-slider .swiper-slide-next .row .col-lg-5 {
  width: 100%;
}

.swap-slider .swiper-slide-prev .row .col-lg-5 img,
.swap-slider .swiper-slide-next .row .col-lg-5 img {
  border-radius: 7px !important;
  height: 143px !important;
}

.swap-slider .swiper-slide-prev .row .col-lg-5 .position-absolute,
.swap-slider .swiper-slide-next .row .col-lg-5 .position-absolute {
  position: static !important;
  margin-top: 7px;
}

.swap-slider .swiper-slide-prev .row .col-lg-5 .badge,
.swap-slider .swiper-slide-next .row .col-lg-5 .badge {
  display: none !important;
}

.swap-slider .swiper-slide-prev .card,
.swap-slider .swiper-slide-next .card {
  padding: 7px !important;
  border-radius: 7px;
}

.swap-slider .swiper-slide-active .bottom-info {
  font-size: 13px;
  padding: 8px 14px !important;
}

.swap-slider .swiper-wrapper {
  align-items: center;
}

.swap-slider .swiper-slide-prev,
.swap-slider .swiper-slide-next {
  width: 150px !important;
}

.swap-slider .swiper-slide-active {
  width: 845.001px !important;
}

.swap-slider .swiper-slide-active .property-card .card {
  border-radius: 27px;
}

.gallery-section {
  /* padding: 20px; */
}

.gallery-section .top-gallery .main-image img,
.gallery-section .top-gallery .side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
  cursor: pointer;
}

.gallery-section .top-gallery .side-image img {
  height: 48%;
  margin-bottom: 4%;
}

.owner-details .property-card .p-desc {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
}

.owner-details .property-card .card-loc {
  color: #6b7280 !important;
  font-weight: 300;
  font-size: 14px;
}

.owner-details .property-card .card {
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.owner-details .overview {
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 27px;
  margin-top: 32px;
}

.owner-details .overview h4 {
  color: #747474;
  font-size: 24px;
  font-weight: 600;
}

.owner-details .overview .amenities {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}

.owner-details .overview .overview-ul {
  background: #fffae2;
  padding: 13px;
  border-radius: 10px;
  margin: 15px 0;
}

.owner-details .overview .overview-ul h5 {
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.owner-details .overview .overview-ul li {
  color: #4b5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 31px;
}

.owner-details .overview .about-property h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.owner-details .overview .about-property p {
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
}

.owner-details .overview button {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.owner-details .overview .about-property {
  border-bottom: 2px solid #dddddd;
}

.gallery-section .bottom-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.calendar {
  font-family: 'Plus Jakarta Sans' !important;
}

.calendar .react-calendar {
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.calendar .react-calendar__navigation__label__labelText {
  color: #454545;
  font-size: 16px;
  font-weight: 600;
}

.calendar .react-calendar__tile--active {
  background: black !important;
  color: white !important;
  height: 36px !important;
  width: 36px !important;
  border-radius: 50%;
}

.calendar .react-calendar__tile--now {
  background: #c6c6c6;
}

.calendar .react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
  color: #737373;
  font-family: 'Plus Jakarta Sans';
}

.calendar abbr[title] {
  text-decoration: none;
}

.calendar .react-calendar__tile {
  font-family: 'Plus Jakarta Sans';
  color: #454545;
}

.owner-right {
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 27px;
}

.owner-right h6 {
  color: #121416;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 19px;
}

.owner-right .owner-date {
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
}

.owner-right p.date-cont {
  color: #1e0a3c;
  font-size: 14px;
  font-weight: 600;
  text-align: end;
  margin: 0;
}

.owner-right p.date-head {
  color: #303030;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.owner-right .confirm-head {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.owner-right p.confirm-icon {
  text-align: end;
  font-size: 28px;
  color: #ffe462;
}

.owner-right button.owner-book {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  background: black;
  color: white;
  border-radius: 40px;
  transition: 0.3s;
}

.owner-right button.owner-book:hover {
  border: 1px solid black;
  background: transparent;
  color: black;
}

.contact-owner {
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 27px;
  margin-top: 24px;
}

.contact-btn .chat-btn {
  border: 1px solid #d7d7d7;
  color: #000929;
  padding: 8px;
  border-radius: 40px;
  background: white;
  transition: 0.3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.profile-left .bot-p {
  font-size: 12px;
}

.create-event {
  border: 1px solid #30303012;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
  border-radius: 12px;
  margin-bottom: 10px;
}

.create-event .create-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.create-event .white-btnn {
  width: max-content;
  padding: 5px 11px;
  font-size: 13px;
  color: #303030;
  font-weight: 500;
}

.create-event p {
  color: #6c6c6c;
  font-size: 13px;
}

.contact-btn .call-btn {
  border: 1px solid #000000;
  color: white;
  padding: 8px;
  border-radius: 40px;
  background: #000000;
  transition: 0.3s;
}

.contact-btn .chat-btn:hover {
  border: 1px solid #000000;
  color: white;
  background: #000000;
  transition: 0.3s;
}

.contact-btn .call-btn:hover {
  border: 1px solid #d7d7d7;
  color: #000929;
  background: transparent;
  transition: 0.3s;
}

.contact-owner p i {
  color: #ffe462;
}

.contact-owner p span {
  color: #b9c8f3;
  font-size: 13px;
  margin-right: 5px;
}

.contact-owner-head h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.contact-owner .contact-cont h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.contact-owner .contact-cont p {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}

.owner-p {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
}

.similar-property h2 {
  color: #000929;
  font-size: 36px;
  font-weight: 600;
}

.profile-left .interest ul li {
  background: #f7f7f7;
  padding: 9px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 22px;
}

.profile-left .owner-right p.date-head {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.profile-left {
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 11px;
  max-height: 784px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.profile-left h4 {
  color: black;
  font-size: 22px;
  font-weight: 600;
}

.profile-left .roomie-p {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.profile-left h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 13px 0;
}

.profile-left .bio p {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 400;
}

.profile-left .compatibility .MuiCircularProgress-root {
  color: #ff2985;
}

.post-card .card-header h6 {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}

.post-card .card-header small {
  color: #5c6c74 !important;
  font-size: 11px;
  font-weight: 400;
}

.post-card .card-footer {
  background: transparent;
  border-top: none;
}

.post-card .card-header {
  background: transparent;
}

.post-card .card {
  background: #fbfbfb;
  box-shadow: none !important;
  border-radius: 13px;
}

.post-card .card-body p {
  color: #181c1f;
  font-size: 13px;
  font-weight: 500;
}

.like-status {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  background: #f7f7f7;
  padding: 6px 15px;
  border-radius: 40px;
}

.like-status img {
  margin-right: 4px;
}

.post-card hr {
  border: 1px solid #d8d8d8;
}

.post-card .comments h5 {
  color: #181c1f;
  font-size: 14px;
  font-weight: 600;
}

.post-card .comments h6 {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}

.post-card .comments small {
  color: #5c6c74;
  font-size: 12px;
  font-weight: 600;
}

.post-card .comments .comment-p {
  color: #181c1f;
  font-size: 13px;
  font-weight: 500;
}

.post-card .custom-tabs .nav-tabs {
  width: 100%;
  justify-content: start;
}

.post-card .custom-tabs {
  width: max-content;
  margin-bottom: 20px;
}

.profile-property .property-card .tag {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 11px;
}

.event-post .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  background: white;
  overflow: hidden;
  position: relative;
}

.event-post .card-img-top {
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.event-post .card-title {
  font-size: 15px;
  color: #25131a;
  font-weight: 600;
}

.event-post .avatars span {
  color: #375476 !important;
  font-size: 12px;
  font-weight: 500;
}

.event-post .event-bid span {
  margin-right: 2px;
  background: #ebebeb !important;
  padding: 6px 8px;
  border-radius: 12px;
  color: #444c56 !important;
}

.event-post .card-body p {
  color: #5f7691 !important;
  font-size: 15px;
  font-weight: 500;
}

.event-post .sponsored-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.event-post .top-icons {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  gap: 0.5rem;
}

.event-post .top-icons button {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #b0b8c3;
}

.event-post .avatars {
  display: flex;
  align-items: center;
}

.event-post .avatars img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -10px;
}

.event-post .meta {
  font-size: 0.9rem;
  color: #555;
}

.event-post .footer-icons {
  border-top: 1px solid #eee;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #666;
}

.event-post .badge {
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
}

.blog-post .card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  background: white;
}

.blog-post .card-body {
  padding: 15px;
}

.blog-post .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post .card-title {
  font-weight: 600;
}

.blog-post .meta-info {
  font-size: 0.85rem;
  justify-content: space-between;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.75rem;
}

.blog-post .meta-info img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-post .meta-info .author {
  font-weight: 600;
  color: #121416;
  font-size: 13px;
}

.blog-post .description {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 1rem;
  font-weight: 400;
}

.blog-post span.date {
  color: #6c757d;
  font-size: 10px;
  font-weight: 400;
}

.blog-post .footer-icons {
  border-top: 1px solid #eee;
  padding-top: 0.75rem;
  display: flex;
  gap: 10px;
  font-size: 0.85rem;
  color: #666;
  flex-wrap: wrap;
}

.blog-post .footer-icons i {
  margin-right: 0.25rem;
}

.login {
  padding-top: 20px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  background: linear-gradient(
    180deg,
    #f0f2f5 0%,
    /* Light grey at the top */ #ffffff 61%,
    /* Soft transition to white */ #f4eec9 100% /* Yellow glow from bottom-left to top-right */
  );
}

.tenant {
  padding: 20px 10px;
  min-height: 89vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(145deg, #f0f2f5 0%,  #f0f2f5 61%,  #f4eec9 100% ); */
}

.tenant .tenant-inner {
  max-width: 633px;
  width: 100%;
}

.login .login-container {
  /* max-width: 1440px; */
  height: 100%;
  width: 100%;
  /* margin: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .login-left form .input {
  height: 70px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  background: white;
  padding: 0 24px;
}

.login .login-left form .input::placeholder {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
}

.login .login-left .login-btn {
  background: #ffe462;
  border: 1px solid #ffe462;
  color: black;
  font-weight: 600;
  height: 55px;
  width: 100%;
  border-radius: 50px;
}

.login .login-left .forgot-password {
  text-decoration: none;
  color: #ff2a00;
  font-size: 14px;
  font-weight: 500;
}

.login .login-left .continue p {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: -9px;
  background: #fcfbf2;
  width: 129px;
  left: 0;
  right: 0;
  margin: auto;
}

.login .login-left .continue .line {
  height: 1px;
  width: 100%;
  background: #dbdbdb;
  margin-top: 46px;
  margin-bottom: 46px;
}

.login .login-left .login-btns .google-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 57px;
  border: 1px solid #d7d7d7;
  background: transparent;
  width: 100%;
  border-radius: 50px;
}

.login .login-left {
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.login .login-left img.login-logo {
  position: absolute;
  top: -26px;
  left: 0;
}

.login .login-left h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}

.login .login-left p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.login-container .account p a {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 300;
}

.login-container .account p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.login-container .account p .terms {
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.login-right .home-right-card {
  background: #ffee9b;
  max-width: 301px;
  position: absolute;
  top: 17px;
  left: 17px;
  padding: 15px 24px;
  border-radius: 23px;
}

.login-right .login-mid-card {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  max-width: 230px;
  background: #fff2f221;
  height: fit-content;
  padding: 10px;
  border-radius: 14px;
  backdrop-filter: blur(35px);
}

.login-right .login-mid-card p {
  color: #000929;
  font-size: 12px;
  font-weight: 500;
  margin-top: 11px !important;
}

.login-right .login-lower-card {
  background: #fff2f221;
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 87%;
  padding: 14px;
  margin: auto;
  border-radius: 10px;
  backdrop-filter: blur(8px);
}

.login-right .login-lower-card p {
  background: #ffee9b;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.login-right .login-right-img {
  height: 758px;
  object-fit: cover;
  border-radius: 38px;
}

.signup .login-left h2 {
  color: #000000;
  font-size: 29px;
}

.signup .login-left {
  max-width: inherit;
}

.signup .role-toggle input[type='radio'] {
  display: none;
}

.signup .role-toggle label {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  height: 70px;
  justify-content: center;
  color: #5a5a5a;
}

.signup .role-toggle label:hover {
  background-color: #ffe462;
  color: black;
}

.signup .role-toggle input[type='radio']:checked + label {
  height: 70px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  background: white;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  color: #5a5a5a;
  align-items: center;
}

.signup .role-toggle .icon {
  font-size: 1.2rem;
}

.login-left .role-toggle {
  margin-bottom: 10px;
}

.login-left .signup-row {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.signup .tel-number {
  position: relative;
}

.signup .tel-number p {
  position: absolute;
  top: 23px;
  left: 23px;
}

.signup .tel-number .input {
  padding: 0px 24px 0 42px !important;
}

.signup .login-left .continue p {
  background: #faf6e3;
}

.tenant .top-tenant h1 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}

.tenant .top-tenant p {
  color: #4b5563;
  font-size: 15px;
  font-weight: 500;
}

.tenant .top-tenant h4 {
  color: #000000;
  margin-bottom: 41px;
  font-size: 24px;
  font-weight: 500;
}

.tenant h5 {
  margin: 24px 0;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

.tenant h5 span {
  color: #797979;
}

.tenant select {
  height: 45px;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid #c5cad166;
  color: #858585;
}

.tenant .tags span {
  background: white;
  padding: 11px 5px 11px 11px;
  border-radius: 30px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 600;
}

.tenant .tags {
  margin: 20px 0;
}

.tenant .type-place-cont {
  margin-bottom: 9px;
  background: white;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #858585;
  border-radius: 30px;
}

.tenant .type-place-cont.active {
  background: black;
  color: white;
}

.tenant .type-place-cont p {
  margin: 0;
}

.tenant .next-btn.ss {
  background: #ffe462;
  border: none;
  padding: 10px;
  width: 100%;
  margin-top: 45px;
  border-radius: 40px;
  color: black;
  font-weight: 500;
}

.tenant .back-btn.ss {
  background: white;
  border: none;
  padding: 10px;
  width: 100%;
  margin-top: 45px;
  border-radius: 40px;
  color: #000929;
  font-weight: 500;
}

.tenant .tenant-range p {
  font-size: 13px;
  font-weight: 600;
  color: #171725;
}

.tenant .tenant-range p span {
  font-size: 13px;
  font-weight: 400;
  color: #4b5563;
}

.tenant .interest .type-place-cont {
  width: max-content;
  padding: 0 11px;
  font-size: 15px;
}

.tenant .interest {
  margin-bottom: 30px;
}

.tenant-upload .upload-box {
  border: 2px dashed #6c6c6c;
  border-radius: 12px;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.tenant-upload .upload-box:hover {
  border-color: #999;
}

.tenant-upload .upload-icon {
  font-size: 2rem;
  color: #ff5fcb;
  margin-bottom: 0.5rem;
  display: block;
}

.tenant-upload .upload-text {
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 1rem;
}

.tenant-upload .upload-btn {
  background: white;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #c5cad166;
  transition: background 0.3s ease;
  color: #4b5563;
}

.tenant-upload .upload-btn:hover {
  background: #eaeaea;
}

.tenant-upload small {
  font-size: 0.75rem;
  color: #4b5563;
}

.tenant-upload h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.tenant-upload .form-group {
  margin-bottom: 1.5rem;
}

.tenant-upload {
  max-width: 800px;
  margin: 2rem auto;
}

.owner .owner-form label {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.owner .owner-form input {
  height: 46px;
  border: 1px solid #c5cad166;
  padding: 0 20px;
  width: 100%;
  border-radius: 30px;
  margin-top: 13px;
}

.owner .owner-form textarea {
  min-height: 100px;
  border: 1px solid #c5cad166;
  padding: 7px 13px;
  width: 100%;
  border-radius: 13px;
  margin-top: 13px;
}

.owner .type-place-check .form-check {
  margin-bottom: 12px;
}

.owner .type-place-check .form-check label {
  color: #616161;
}

.header-dropdown .btn.show {
  border-color: transparent !important;
}

.tenant-main-bg {
  background: linear-gradient(
    145deg,
    #f0f2f5 0%,
    /* Light grey at the top */ #f0f2f5 61%,
    /* Soft transition to white */ #f4eec9 100% /* Yellow glow from bottom-left to top-right */
  );
}

.tenant-main-bg .step-bar {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  /* background: red; */
  max-width: 450px;
  /* margin: auto; */
  padding-top: 35px;
  margin-bottom: 40px;
  margin-left: 0;
  justify-content: center;
  margin-right: 0;
  margin: auto;
  position: relative;
  left: 0;
}

.tenant-main-bg .step-bar div:last-child {
  flex: inherit !important;
}

.book-property .breadcrumb-item + .breadcrumb-item::before {
  content: url('./images/book-next.svg') !important;
  margin-top: 4px;
}

.book-property .breadcrumb-item a {
  color: #000929 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.book-property .breadcrumb-item.active {
  color: #000929 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.book-property .breadcrumb {
  margin-top: 23px;
}

.book-property .booking-form label {
  display: block;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 9px;
}

.book-property .booking-form input {
  display: block;
  width: 100%;
  border: 1px solid #c5cad166;
  padding: 8px 13px;
  border-radius: 20px;
  background: transparent;
  margin-bottom: 23px;
}

.book-property .booking-form input::placeholder {
  font-size: 13px;
}

.book-property .booking-form h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.book-property .booking-form ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
}

.book-property .booking-form ul li {
  border: 1px solid #c5cad166;
  padding: 8px 13px;
  border-radius: 20px;
  background: transparent;
  margin-bottom: 11px;
  font-size: 14px;
  height: 42px;
  color: #898989;
}

.book-property .booking-form ul li.active {
  border: 1px solid black;
  padding: 8px 13px;
  border-radius: 20px;
  background: black;
  margin-bottom: 11px;
  font-size: 14px;
  height: 42px;
  color: white;
}

.book-property .booking-form .call-btn {
  margin-top: 20px;
  border: 1px solid #000000;
  color: white;
  padding: 8px;
  border-radius: 40px;
  background: #000000;
  transition: 0.3s;
  font-size: 13px;
}

.book-property .booking-form .call-btn:hover {
  background: transparent;
  color: black;
}

.book-property .booking-form textarea {
  width: 100%;
  border: 1px solid #c5cad166;
  background: transparent;
  padding: 10px;
  min-height: 125px;
  border-radius: 24px;
}

.book-property .booking-form textarea::placeholder {
  font-size: 14px;
}

.book-property .booking-form .form-switch input {
  width: inherit;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
}

.book-property .booking-form button.cancel-btn {
  border: 1px solid #d7d7d7;
  background: transparent;
  padding: 8px 33px;
  border-radius: 20px;
  color: #000929;
  font-size: 13px;
  font-weight: 600;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.book-property .booking-form button.submit-btn {
  border: 1px solid #ffe462;
  background: #ffe462;
  padding: 8px 16px;
  border-radius: 20px;
  color: #000929;
  font-size: 13px;
  font-weight: 600;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header .navbar-nav a.nav-link.active {
  background: #ffe462;
  border-radius: 20px;
}

.comm-left {
  padding: 11px 22px;
}

.comm-left .com-pro-img {
  outline: 6px solid #ffe462;
  outline-offset: 6px;
  margin-bottom: 14px;
  margin-top: 14px;
}

.dm-btn {
  font-size: 14px !important;
  padding: 5px 12px !important;
  height: fit-content !important;
  background-color: white !important;
}

.follow-btn {
  font-size: 14px !important;
  padding: 5px 12px !important;
  height: fit-content !important;
}

.dm-btn:hover {
  font-size: 14px !important;
  padding: 5px 12px !important;
  height: fit-content !important;
  background-color: black !important;
  color: white;
}

.comm-left .chat-btn {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: max-content !important;
  padding: 5px 14px;
  font-weight: 500;
  font-size: 13px;
}

.comm-left .owner-right p.date-head {
  color: #303030;
  font-size: 13px;
}

.comm-left .owner-right hr {
  border-color: #d8d8d8;
}

.comm-tabs .tab-container {
  border: 1px solid #ebebeb;
  border-radius: 999px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  flex-wrap: nowrap;
  background: white;
  width: max-content;
}

.comm-left h4 {
  color: black;
  font-size: 17px;
  font-weight: 500;
}

.comm-tabs .search-btn {
  background: transparent;
  border: 1px solid #d7d7d7;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #4b5563;
}

.comm-tabs button.livin-filter {
  padding: 8px 21px;
  background: #ffe462;
  border: none;
  color: #000929;
  border-radius: 30px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  font-size: 14px;
}

.comm-post .post-img-container {
  position: relative;
}

.comm-post .company {
  position: absolute;
  width: 94%;
  bottom: 14px;
  background: #ffffff7a;
  backdrop-filter: blur(12px);
  color: white !important;
  padding: 12px 13px;
  border-radius: 9px;
  margin: auto;
  left: 0;
  right: 0;
}

.comm-post .company p {
  color: black;
}

.comm-post .company button {
  color: black;
  background: transparent;
  border: 1px solid #0000007f;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.comm-post .comments input {
  width: 100%;
  padding: 7px 13px;
  border-radius: 20px;
  border: 1px solid #d7d7d780;
  margin-bottom: 10px;
  margin-top: 10px;
}

.comm-post .comments input::placeholder {
  font-size: 13px;
}

.comm-post .post-img-container span {
  color: #6c6c6c;
}

.comm-post .post-img-container .d-flex p + p {
  border-left: 1px solid #d7d7d7;
  padding-left: 20px;
}

.search-input {
  width: 0;
  opacity: 0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-left: 8px;
  border-radius: 4px;
  transition:
    width 0.3s ease,
    opacity 0.3s ease;
  position: absolute;
  left: 25px;
  top: -5px;
}

.search-input.expanded {
  width: 200px;
  opacity: 1;
  position: absolute;
  z-index: 1;
}

.room-screen .upload-box {
  border: 2px dashed #d7d7d7;
  border-radius: 12px;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #fff;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}

.room-screen .upload-box .upload-btn {
  background: white;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #c5cad166;
  transition: background 0.3s ease;
  color: #4b5563;
  margin-top: 20px;
}

.room-screen .upload-box .upload-text {
  margin-top: 19px;
}

.room-screen .owner-form label {
  margin-top: 20px;
}

.room-screen .property-span {
  margin-bottom: 9px;
  background: white;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #858585;
  border-radius: 30px;
  border: 1px solid #c5cad166;
  width: max-content;
  padding: 0 20px;
  margin-top: 10px;
  transition: 0.3s;
}

.room-screen .property-span.active {
  background-color: #000000;
  color: white;
}

.room-screen .bedrooms {
  background: white;
  padding: 9px 10px;
  border-radius: 30px;
  justify-content: space-between;
}

.room-screen .bedrooms .minus {
  background: #f8f9fd;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: black;
  border: none;
}

.room-screen .bedrooms .plus {
  background: #ffe462;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: black;
  border: none;
}

.room-screen .area-sq {
  position: relative;
}

.room-screen .area-sq select {
  position: absolute;
  left: 0;
  top: 13px;
  height: 79%;
  border: none;
  border-radius: 30px 0 0 30px;
  border: 1px solid #c5cad166;
  border-right: none;
  background: #eeeeee;
  color: #314259;
  padding: 0 8px;
}

.room-screen .area-sq input {
  height: 50px;
  border: 1px solid #c5cad166;
  padding: 0 20px 0 79px;
}

.room-screen .area-sq input:focus-visible {
  border: 1px solid #c5cad166;
  outline: none;
}

.room-screen .room-next {
  background: #ffe462;
  border: none;
  padding: 10px;
  width: 100%;
  margin-top: 45px;
  border-radius: 40px;
  color: black;
  font-weight: 500;
}

.room-screen .room-back {
  background: white;
  border: none;
  padding: 10px;
  width: 100%;
  margin-top: 45px;
  border-radius: 40px;
  color: #000929;
  font-weight: 500;
  border: 1px solid #edf1f3;
}

.room-upload .title {
  color: #00000066;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

.room-upload .description {
  font-size: 13px;
}

.room-upload .title-p {
  font-size: 13px;
  font-weight: 600;
}

.room-upload h6 {
  font-size: 13px;
}

.boost-card {
  border-radius: 16px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
}

.boost-card .price {
  font-size: 20px;
  font-weight: 600;
}

.boost-card .duration {
  font-size: 12px;
  color: #000000cc;
}

.boost-card .radio-box {
  border-radius: 9px;
  border: 1px solid #dddddd;
  padding: 9px 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px !important;
  background-color: #fffdf3;
  justify-content: center;
}

.boost-card h6 {
  font-size: 12px;
  font-weight: 600;
}

.boost-card input[type='radio'] {
  margin: 0;
  padding: 0;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}

.boost-card input[type='radio']:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.boost-card input[type='radio']:checked ~ span {
  font-weight: 600;
}

.boost-card .accordion-button {
  background: transparent;
  font-weight: 600;
  padding: 0.5rem 0;
}

.boost-card .accordion-button:focus {
  box-shadow: none;
}

.boost-card .accordion-body {
  padding: 0;
  font-size: 0.95rem;
  color: #555;
  margin-top: 4px;
}

.boost-card .accordion-body .feature-des {
  font-size: 13px;
}

.boost-card .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: black;
}

.black-btn {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  background: black;
  color: white;
  border-radius: 40px;
  transition: 0.3s;
}

.black-btnn {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #dddddd;
  background: black;
  color: white;
  border-radius: 23px;
  transition: 0.3s;
}

.white-btnn {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #d7d7d7;
  background: white;
  color: #000929;
  border-radius: 23px;
  transition: 0.3s;
}

.black-btn:hover {
  border: 1px solid black;
  background: transparent;
  color: black;
}

.white-btnn:hover {
  border: 1px solid black;
  background: black;
  color: white;
}

.black-btnn:hover {
  border: 1px solid black;
  background: transparent;
  color: black;
}

.tax-box {
  background: white;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #c5cad166;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.boost-card h2 {
  border: none;
}

.boost-card .feature-dot {
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 6px;
}

.boost-card input[type='radio']:checked ~ span {
  font-weight: 600;
}

.boost-card input[type='radio']:checked ~ span::after {
  content: '';
}

.owner-index .index-button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
  background: #ffe462;
}

.owner-index .index-content p {
  color: #5e5e5e;
  font-size: 11px;
  margin: 0;
  margin-top: 2px;
}

.owner-index .head-p {
  color: #6c7278;
  font-size: 13px;
}

.owner-index h4 {
  font-size: 17px;
  font-weight: 500;
}

.owner-index h6 {
  font-size: 14px;
  font-weight: 600;
}

.owner .owner-form .form-check-input {
  height: 24px;
  border: inherit;
  padding: inherit;
  width: 15px;
  border-radius: 4px;
  margin-top: inherit;
  border: none;
}

.owner .owner-form .form-check-input:focus {
  box-shadow: none;
}

.owner .owner-form .form-check-input {
  --bs-form-check-bg: transparent;
  border: 1px solid black;
}

.owner .owner-form .form-check-input:checked {
  background-color: #ffe462;
}

.owner .owner-form .radio-btn .form-check-input {
  border: none;
  border-radius: 20px;
}

.owner .owner-form .radio-btn .form-check-input {
  --bs-form-check-bg: #e2e8f0;
  margin-left: 0;
  margin-top: 3px;
  width: 48px;
}

.owner .owner-form .owner-select {
  word-wrap: normal;
  height: 46px;
  border: 1px solid #c5cad166;
  padding: 0 11px;
  width: 100%;
  border-radius: 30px;
  margin-top: 13px;
}

.owner .owner-form small.p-small {
  color: #4b5563;
  font-size: 13px;
  font-weight: 400;
}

.owner .owner-form .ques-input {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 3px 10px;
  border-bottom: 1px solid #c5cad1;
  border-radius: 0;
  max-width: 400px;
  height: auto;
}

.post-card .question-div .ans.active {
  border: 1px solid #ffbad866;
  background: #ffeff6;
}

.post-card .question-div .ans {
  height: 45px;
  border: 1px solid #c5cad166;
  background: #f7f7f7;
  margin-bottom: 10px;
  justify-content: space-between;
  padding: 4px 15px;
  align-items: center;
  border-radius: 30px;
}

.post-card .question-div .ans p {
  margin: 0;
}

.single-event .event-head {
  background: #f8f7fa;
  padding: 20px 10px;
  border-radius: 10px;
}

.navbar .navbar-animate {
  border-radius: 40px;
}

.single-event .date-div h3 {
  color: #1e0a3c;
  font-weight: 600;
  font-size: 22px;
}

.single-event .date-div small {
  color: #1e0a3c;
  font-weight: 600;
}

.single-event .date-div button {
  border: none;
  background: transparent;
  color: black;
  font-size: 15px;
  font-weight: 600;
  margin-top: 14px;
}

.single-event .date-div {
  line-height: 37px;
  border: 1px solid #efedf2;
  padding: 26px;
  border-radius: 20px;
}

.single-event h1 {
  color: #1e0a3c;
  font-size: 33px;
  font-weight: 800;
  margin-top: 18px;
  margin-bottom: 31px;
}

.single-event h3 {
  color: #1e0a3c;
  font-weight: 600;
  font-size: 22px;
  margin: 30px 0;
}

.single-event .p-des {
  color: #6f7287;
  font-size: 14px;
  margin-bottom: 36px;
}

.single-event .tags span {
  width: max-content;
  background: #f8f7fa;
  padding: 6px 11px;
  border-radius: 21px;
  color: #39364f;
  font-size: 13px;
  font-weight: 500;
}

.single-event .top-iconss button {
  border: none;
  background-color: transparent;
}

.single-event .ticket-inner p {
  margin: 0;
  font-size: 15px;
  color: #303030;
}

.single-event .ticket-inner {
  border-top: 1px dashed #d8d8d8;
  padding: 15px 0;
}

.single-event .ticket h3 {
  margin-bottom: 15px;
  color: #303030;
  margin-top: 0;
}

.single-event .ticket {
  border: 1px solid #efedf2;
  padding: 16px;
  border-radius: 20px;
  margin-top: 26px;
}

.single-event .ticket h5 {
  font-size: 18px;
  color: #303030;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .container-xxl {
    max-width: 100% !important;
  }

  .navbar .navbar-animate {
    margin: 0 12px;
  }
}

@media (max-width: 1399.98px) {
  .home-left h1 {
    font-size: 45px;
  }

  .swap-slider .swiper-slide-active {
    width: 668.001px !important;
  }

  .property-card .tag {
    font-size: 14px;
  }

  .list-card .tag {
    font-size: 13px;
    padding: 3px 7px;
  }

  .property-card .bottom-info {
    font-size: 15px;
  }

  .list-card .card-title {
    font-size: 16px;
  }

  .list-card .broker span {
    font-size: 12px;
  }

  .list-card .broker .fee {
    font-size: 11px;
  }

  .list-card .bottom-info {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .home-left h1 {
    font-size: 37px;
  }
}

@media (max-width: 991.98px) {
  .home-right.position-relative {
    width: fit-content;
    margin: auto;
    margin-top: 28px;
  }

  .home-estate .estate-card .estate-p {
    position: static;
    bottom: 16px;
    max-width: 450px;
    /* font-size: 14px; */
    font-weight: 500;
    margin-top: 18px;
  }

  .home-estate .estate-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gallery-section .top-gallery .side-image img {
    height: 100px;
    margin-bottom: 10px;
  }

  .gallery-section .bottom-gallery img {
    height: 100px;
  }

  .blog-post .image-col {
    height: 200px;
  }

  .property-card .tag {
    font-size: 11px;
  }

  .property-card .p-desc {
    font-size: 9px;
  }

  .property-card .p-desc span + span {
    padding-left: 7px;
  }

  .property-card .bottom-btn .btn {
    font-size: 13px;
    height: 32px;
  }
}

@media (max-width: 575px) {
  .home-left h1 {
    font-size: 28px;
  }

  .tenant-upload .upload-box {
    padding: 1.5rem 1rem;
  }

  .custom-tabs .nav-link {
    padding: 5px 10px;
    font-size: 13px;
  }

  .home-left p {
    font-size: 16px;
  }

  .drop-loc i {
    position: static;
  }

  .livin-bg {
    padding: 8px;
  }

  .owner-right .owner-date {
    text-align: center;
  }

  .owner-right p.date-cont {
    text-align: center;
  }

  .owner-right p.confirm-icon {
    text-align: center;
  }

  .similar-property h2 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .home-right-card {
    background: white;
    max-width: 301px;
    position: relative;
    top: 25px;
    right: 0;
    margin: auto;
    left: 0;
    padding: 15px 24px;
    border-radius: 11px;
  }

  .login-container .account p .terms {
    color: black;
    font-size: 14px;
    font-weight: 500;
  }

  .room-screen .property-span {
    font-size: 14px;
  }

  .login-container .account p a {
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 300;
  }

  .login-container .account p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
  }

  .owner-details .overview {
    padding: 13px;
  }

  .owner-right {
    padding: 13px;
  }

  .contact-owner {
    padding: 13px;
  }

  .home-listing p {
    color: #4b5169;
    font-weight: 400;
    font-size: 14px;
  }

  .home-listing .exclusive-content h5 {
    color: #303030;
    font-size: 18px;
  }

  .home-listing .exclusive-content p {
    color: #747474;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
  }

  .home-estate .estate-card h4 {
    font-size: 23px;
  }

  .home-estate .estate-card .estate-p {
    font-size: 14px;
  }

  .main-h2 {
    font-size: 26px;
  }

  .certified h2 {
    font-size: 23px;
  }

  .property-card .bottom-info {
    font-size: 13px;
  }

  .property-card .bottom-btn {
    height: 42px;
    display: flex !important;
    justify-content: center;
  }

  .property-card .bottom-btn .btn {
    width: 44%;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .property-card .card-title {
    font-size: 18px;
  }

  .property-card .broker span {
    font-size: 11px;
  }

  .property-card .broker .fee {
    font-size: 9px;
  }

  .property-card .tag {
    padding: 0.4rem 10px;
    border-radius: 2rem;
    font-size: 11px;
  }

  .property-card .card-loc {
    color: #6b7280 !important;
    font-weight: 300;
    font-size: 13px;
  }

  .property-card .p-desc {
    color: #747474;
    font-size: 9px;
  }

  .home-bottom-card {
    position: absolute;
    background: #000929;
    color: white;
    padding: 13px 13px;
    border-radius: 20px 0 0;
    bottom: 0;
    right: 0;
    max-width: 215px;
    width: 100%;
  }

  .excellent-star {
    margin-top: 2px;
    margin-bottom: 4px !important;
  }

  .home-left h1 {
    font-size: 22px;
  }

  .home-left p {
    font-size: 14px;
  }

  .bar-right button.livin-loc {
    height: 39px;
    width: 39px;
  }

  .bar-right .livin-swap {
    padding: 7px 10px;
    font-size: 12px;
  }

  .bar-right button.livin-grid {
    height: 39px;
    width: 39px;
  }

  .bar-right .livin-filter {
    padding: 7px 10px;
    font-size: 12px;
  }

  .custom-tabs .nav-tabs .nav-link {
    padding: 6px 3px;
  }

  .custom-tabs .nav-tabs .nav-link.active {
    padding: 5px 13px;
  }

  .custom-tabs .search-icon {
    height: 30px;
    width: 30px;
  }

  .custom-tabs .tab-container .formm:focus-within button {
    height: 36px;
  }

  .custom-tabs .tab-container .formm:focus-within input {
    height: 36px;
  }

  .custom-tabs .tab-container {
    padding: 7px 10px;
  }
}
