.nav-link.dropdown-toggle::after {
  display: none !important;
}

.footer-background {
  background-color: "#0b3560"
}

.map-section .map-container {
  width: 100%;
  height: 700px;
}

.map-section .map-container .map-wrapper {
  width: 100%;
  height: 100%;
}

.map-section .map-container .marker-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;

}

.info-window {
  display: flex;
  width: 100%;
}

.info-window-image-wrapper {
  width: 30%;
  flex-shrink: 0;
}

.info-window-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-window-title {
  font-size: 16px;
  font-weight: 700;
  color: #03356B;
  text-align: center;
  min-width: 90px;
}

.info-window-content {
  width: 50%;
  padding: 8px;
}


.price-slider-wrapper {
  width: 260px;
}

.price-dropdown {
  border-radius: none !important;
}

.price-dropdown .btn-outline-secondary {
  border: none !important;
  background: #fff;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.react-tel-input .form-control {
  width: 100% !important;
}

.sp-registration-card {
  background-color: #EDF1F5;
  border-radius: 12px;
  border: none;
  overflow: hidden;
  padding: 14px;
  max-width: 70% !important;
}

.slider-wrapper {
  max-width: 1000px;
}

.slider-gradient-overlay {
  position: absolute;
  bottom: 0;
  height: 80px;
  z-index: 4;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  pointer-events: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.slider-thumbs-overlay {
  bottom: 12px;
  left: 12px;
  z-index: 5;
  max-width: 90%;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.thumb-item {
  width: 96px;
  height: 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.images-modal .modal-dialog {
  max-width: 90vw;
}

.otp-input {
  width: 3rem;
}

.enquiry-btn {
  min-width: 110px;
}

.why-choose .Wch-container .icon,
.why-choose .Wch-container .icon img,
.why-choose .Wch-container .icon picture,
.why-choose .Wch-container .icon picture img {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
  object-fit: contain;
}

@media (max-width: 991px) {
  .mobile-hide-list {
    display: none !important;
  }

  .mobile-hide-map {
    display: none !important;
  }
}

.user-menu {
  max-width: 200px;
}

.user-menu li {
  width: 100%;
}

.user-menu .btn {
  border-radius: 50px;
  font-weight: 500;
}

.space-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.view-workspaces-btn {
  position: fixed;
  bottom: 50px;
  left: 30%;
  z-index: 100;
}

.mobile-search-dropdown {
  max-height: 55lvh;
  overflow: scroll;
}

@media (max-width: 575px) {

  .filter-mobile-view {
    display: none !important;

  }

  .quote-card {
    display: none;
  }

  .user-menu {
    position: absolute !important;
    right: 0px !important;
    top: 13px;
  }
}

.table td,
.table tr {
  font-size: 12px;
  line-height: 1.4;
}

.table .th {
  font-size: 14px;
  line-height: 1.4;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 975px) {
  .sticky-enquiry-form {
    position: sticky;
    top: 90px;
    z-index: 10;

  }
}

.occupancy-container-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.occupancy-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 50px;
  background: #EDF1F5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  cursor: default;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .occupancy-container {
    flex: 0 0 calc(50% - 8px);
  }
}

.occupancy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.occupancy-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.occupancy-name {
  font-size: 10px;
  font-weight: 200;
  color: #333;
  letter-spacing: 0.2px;
}


.city-modal-close { 
    z-index: 100000; 
    position: absolute;
    color: #03356B;
    background-color: #EDF1F5;
    border-radius: 46px;
    font-size: 32px;
    box-shadow: 0 0 5px -1px #000;
    padding: 0px 14px;
    top: 29px;
    right: 2px;
}

.confirm-box-close {
  z-index: 3;
  position: relative;
  right: -156px;
  top: 81px;
  color: #03356B;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 32px;
  border: 1px solid #03356B;
  font-size: 32px;
  padding: 0px 15px;
}

.filter-bar {
  bottom: 25px;
  left: 50%;
  /* transform: translateX(-50%); */
  background: #fff;
  color: #03356B;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 45px;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  z-index: 100;
  opacity: 1;
  margin-left: 0%;
  width: max-content;
}

.filter-bar div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-bar img {
  height: 20px;
  width: 20px;
}

.city-heading-bg {
  background: #EDF1F5;
}

@media (min-width: 975px) {
  .filter-bar {
    display: none;
  }
}

.clear-btn-color {
  color: #7D4B3E;
}

.benefit h4 {
  white-space: nowrap;
}


.img-section-1 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.img-section-1 .card-img-top {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.img-section-1:hover .card-img-top {
  transform: scale(1.05);
}

.btn-like-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #03356B;
  border: none;
  border-radius: 0 12px 0 40px;
  padding: 8px 12px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-like-1 img {
  width: 27px;
  height: 22px;
  object-fit: contain;
  pointer-events: none;
  transform: none !important;
}

.loader-wrapper {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textWrapper {
  height: fit-content;
  min-width: 3rem;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.25ch;
  position: relative;
  z-index: 0;
  color: #03356B;
}

.invertbox {
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  border-radius: 20%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: invert(100%);
  animation: move 2s ease-in-out infinite;
}

@keyframes move {
  50% {
    left: calc(100% - 3rem);
  }
}

.details-heart-icon {
  width: 38px;
  height: 38px;
}

.details-share-icon {
  width: 38px;
  height: 38px;
}

.profile-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.profile-card {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.profile-card h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.profile-card label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  color: #555;
}

.profile-card input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.profile-card input:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 4px rgba(13, 110, 253, 0.4);
}

.profile-card button {
  width: 100%;
  padding: 12px;
  background: #0d6efd;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.profile-card button:hover {
  background: #0b5ed7;
}

.notification {
  position: relative;
  display: inline-block;
}

.notification .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 6px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 0.7rem;
}

.accordion-item,
.FAQ-cust .accordion-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accordion-button,
.FAQ-cust .accordion-button {
  transition: all 0.3s ease;
}

.accordion-button::after,
.FAQ-cust .accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-collapse,
.FAQ-cust .accordion-collapse {
  transition: height 0.4s ease;
}


@media (max-width: 1366px) {
  .favourite-card-wrapper {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    display: flex;
  }
}


@media (max-width: 992px) {
  .favourite-card-wrapper {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 576px) {
  .favourite-card-wrapper {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.favourite-card-wrapper>* {
  width: 100%;
}

.mobile-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mobile-arrow.next {
  right: 12px;
}

.mobile-arrow.prev {
  left: 12px;
}

.chevron {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 6px;
  display: inline-block;
}

.chevron.right {
  transform: rotate(-45deg);
}

.chevron.left {
  transform: rotate(135deg);
}

.slick-arrow.slick-hidden {
  display: block !important;
}


/* Position dots at bottom INSIDE image */
/* Slider wrapper relative for dots overlay */
.mobile-slider-wrapper {
  position: relative;
}

/* Slider images */
.slider-image-wrapper {
  padding: 0.25rem;
}

.slider-image {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

.custom-dots-scroll {
  position: relative;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  width: 50px;
  overflow-x: auto;
  padding: 4px 0;
  margin: 0;
  background: transparent;
  scrollbar-width: none;
  z-index: 10;
}

.custom-dots-scroll::-webkit-scrollbar {
  display: none;
}

.custom-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.3s;
}

.custom-dot.active {
  background: #03356B;
}

.custom-dots-container .slick-active .dot-box {
  background: #03356B;
}

@media (max-width:576px) {
  .hero-buttons.web {
    display: none;
  }

  .solutin-section-title {
    margin-top: 100px !important;
  }

  .mobile-view .custom-search-dropdown .selected-location {
    padding: 12px 13px;
  }

  .workspaces-btn {
    border: 1px solid #03356B;
    color: #fff;
    min-width: 160px;
    border-radius: 10px;
    padding: 10px;
    background-color: #03356B;
    color: white;
    margin-top: .5rem !important;
  }

  .close-mobile-modal {
    z-index: 3;
    position: relative;
    right: -2px;
    top: -9px;
    color: #03356B;
    background-color: #EDF1F5;
    opacity: 1;
    border-radius: 46px;
    font-size: 12px !important;
    box-shadow: 0 0 1px 1px #000;
    padding: 10px 10px !important
  }

  .popular-location {
    font-size: 12px;
    width: 100% !important;
  }

}

.search-placeholder {
  width: 90% !important;
  margin: 2px 0px;
  outline: none !important;
}

@media (max-width: 575px) {
  .otp-input-container input {
    width: 100% !important;
  }
}

.show-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-form {
  display: block;
}

.action-dropdown {
  width: 220px;
}

.action-menu {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 0;
  margin: 0;
  list-style: none;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.action-menu li {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 12px 18px;
  cursor: pointer;
  font-size: 15px;
  color: #6b6b6b;

  transition: background 0.2s ease;
}

.action-menu li:hover {
  background: #f5f7fa;
}

.action-menu li.danger {
  color: #e5533d;
}


#user-profile-dropdown .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.icon.user {
  background-image: url("/assets/img/person.png");
}

.icon.favourite {
  background-image: url("/assets/img/favourite.png");
}

.icon.booking {
  background-image: url("/assets/img/booking.png");
}

.icon.logout {
  background-image: url("/assets/img/logout.png");
}

.floating-button {
  z-index: 100;
}

.price-unit {
  font-size: 10px;
  line-height: 22px;
}

.zoom-img {
  height: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.listing-card {
  overflow: hidden;
  border-radius: 12px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.image-wrapper {
  overflow: hidden;
}

.listing-card:hover .zoom-img {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.navbar-brand {
  width: 155px !important;
  font-weight: 500;
}

.navbar-brand .brand-logo {
  width: 150px;
  height: auto;
}

.benefits-section {
  padding: 60px 0;
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.benefit img {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}

.benefit h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0b2c4d;
}

.benefit p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .benefit {
    align-items: center;
    text-align: center;
  }

  .benefit img {
    margin-bottom: 14px;
  }
}

@media (max-width: 576px) {
  .benefits-section {
    padding: 20px;
  }

  .benefit {
    align-items: center;
    text-align: center;
    padding: 0px;
  }

  .benefit h4 {
    font-size: 20px;
  }

  .benefit p {
    font-size: 14px;
  }

  .notification .badge {
    position: absolute;
    top: -9px;
    right: -6px;
    padding: 4px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 0.7rem;
  }

  .spaces-opt .btn {
    background-color: #fff;
    color: #333;
  }

  .spaces-opt .btn.active {
    background-color: #ff8800;
    color: #fff;
  }

  .spaces-opt .btn:active {
    background-color: inherit;
    color: inherit;
  }
}

.icon-default::before,
.icon-active::before {
  content: none !important;
  display: none !important;
}

* {
  scrollbar-width: none;
}

.arrow-wrapper .btn {
  padding: 4px;
}


@media (min-width: 768px) {
  .hcTgdk .option-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .hcTgdk .option {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}

.cQemdk {
  padding: 0 20px 0 20px;
  margin: 32px auto 12px auto;
}

.cQemdk .label {
  font-size: 16px;
  line-height: 21px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

#sticky-enquiry-form .consultant-card {
  background-color: #EDF1F5;
  border-radius: 20px;
  border: none;
  overflow: hidden;
  padding: 14px;
}

.similar-workspaces-bg {
  background-color: #FAF9F7;
  margin-top: 90px;
}

#solutions-sec .solutions-section {
  padding: 0px !important;
}

.mobile-menu {
  justify-content: center;
  display: none;
}

.mobile-menu .dot-indicator {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.mobile-menu span {
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  margin: 3px 0;
}

@media (max-width: 576px) {

  .timeslot-grid,
  .timeslot-labels {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  .timeslot-labels {
    margin-top: 10px;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #999 transparent;
  }


  /* Chrome, Edge, Safari */
  .timeslot-grid::-webkit-scrollbar,
  .timeslot-labels::-webkit-scrollbar {
    height: 6px;
  }

  .timeslot-grid::-webkit-scrollbar-thumb,
  .timeslot-labels::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
  }

  .timeslot-grid::-webkit-scrollbar-track,
  .timeslot-labels::-webkit-scrollbar-track {
    background: transparent;
  }

  .timeslot {
    min-width: 60px;
    height: 32px;
    border-right: 1px solid #707070;
  }

  .timeslot-labels span {
    min-width: 60px;
    text-align: center;
    font-size: 12px;
    flex-shrink: 0;
  }

  .arrow-wrapper {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    gap: 6px;
    align-items: end;
  }
}

.preview-banner {
  color: white;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.preview-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.preview-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .preview-info {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.gm-style .gm-style-iw.gm-style-iw-c {
  padding: 0px !important;
}

#meeting-card .consultant-card {
  padding: 14px 0px !important;
}

.vertical-line {
  height: 40px;
  border-left: 2px solid #000;
}

.price-slider {
  position: relative;
  height: 32px;
}

.slider-track {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}

.slider-range {
  position: absolute;
  height: 4px;
  background: #0d6efd;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}

.range {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: transparent;
  -webkit-appearance: none;
}

.range::-webkit-slider-runnable-track {
  background: transparent;
  height: 4px;
}

.range::-moz-range-track {
  background: transparent;
  height: 4px;
}

.range::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}

.range::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  background: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
}

.price-box {
  flex: 1;
}

.input-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 8px;
}

.price-symbol {
  font-size: 14px;
  color: #555;
  margin-right: 4px;
}

.price-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.price-input::placeholder {
  color: #aaa;
}

.error-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f8;
}

.error-box {
  width: 100%;
  max-width: 480px;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.error-icon {
  font-size: 64px;
  margin-bottom: 16px;
}

.error-status {
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
}

.error-title {
  font-size: 22px;
  font-weight: 600;
  margin: 12px 0;
}

.error-message {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 24px;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.error-404 .error-icon {
  color: #0d6efd;
}

.error-403 .error-icon {
  color: #f39c12;
}

.error-401 .error-icon {
  color: #6f42c1;
}

.error-410 .error-icon {
  color: #20c997;
}

.error-500 .error-icon {
  color: #dc3545;
}

.error-503 .error-icon {
  color: #fd7e14;
}

.my-container {
  padding: 8px;
}

@media (max-width: 1299px) {
  .hNlweV {
    padding: 8px !important;
  }
}

#policy p {
  font-size: 14px;
  color: #363739;
  text-align: left;
}

@media (max-width: 767px) {

  .mobile-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .gallery-column-cust {
    min-width: 100%;
    height: 220px;
    flex-shrink: 0;
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 14px;
  }

  .gallery-grid-2,
  .gallery-grid-3,
  .gallery-grid-4 {
    display: contents;
  }

  .gallery-column-cust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-gallery {
    overflow: visible;
    display: block;
  }
}

#office-features {
  gap: 0 !important;
}

#office-features .journey-card {
  margin: 0 !important;
}

.amenity-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.equipment-tag-container {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #70707070;
}

.equipment-icon-container {
  width: 22px;
  height: 22px;
  color: #70707070;
}

.equipment-icon-container i {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.equipment-title {
  font-size: 12px;
  font-weight: 600;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.amenity-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 10;
}

.amenity-tooltip-wrapper:hover .amenity-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

#nearby-arrow .scroll-arrow {
  margin-top: -21px;
}

.marker-icon {
  width: 32px;
  cursor: pointer;
}

.bounce-infinite {
  animation: bounce 3s ease infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    max-width: 100%;
  }

  .hero-section.provider {
    height: 885px;
    max-height: 885px;
    overflow: hidden;
    position: relative;
  }

  #listing-hero .hero-card {
    max-height: 700px !important;
  }
}

.icon-box {
  background: #fff;
  padding: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 120px;
}

.icon-box img {
  width: 48px;
  transition: filter 0.3s ease;
}

.icon-box:hover img {
  filter: invert(41%) sepia(92%) saturate(749%) hue-rotate(353deg) brightness(101%) contrast(104%);
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.equipments-dropdown {
  max-height: 260px;
  overflow-y: auto;
}


.listing-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.old-price {
  text-decoration: line-through;
  color: #ef4444;
  font-weight: 600;
}

.new-price {
  font-weight: 700;
  font-size: 18px;
  color: #03356B;
}

.period {
  font-size: 13px;
  color: #6b7280;
}

.discount-badge {
  background: #d1fae5;
  color: #059669;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.time-slot-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.time-slot-btn {
  flex: 0 1 23%;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
  background: #FAF9F7;
  cursor: pointer;
  font-weight: 500;
  transition: .2s;
}

.time-slot-btn.active {
  background: #F29421;
  color: black;
}


.date-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.date-pill {
  background: #FAF9F7;
  border: none;
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  min-width: 90px;
}

.date-pill strong {
  font-size: 15px;
}

.date-pill span {
  font-size: 12px;
  color: #555;
}

.date-pill.active {
  background: #F29421;
  font-weight: 600;
}

.divider {
  width: 1px;
  height: 48px;
  background: #dcdcdc;
}

.picker-btn {
  border: none;
  background: transparent;
  font-weight: 600;
  color: #03356B;
  cursor: pointer;
}

.picker-btn.active {
  text-decoration: underline;
}

.hidden-date {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.picker-wrapper {
  position: relative;
  display: inline-block;
}

.native-picker {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  color: transparent;
}

.label {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
  font-weight: 500;
}

.filters-date-picker {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: "pointer";
}

.schedule-title {
  font-size: 31px;
  color: #03356B
}


@media (max-width:768px) {
  .listing-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    align-items: center;
  }

  .old-price {
    order: 1;
    width: 100%;
    font-size: 13px;
    color: #ff4d4f;
    text-decoration: line-through;
    font-size: 27px;
  }

  .new-price {
    order: 2;
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
  }

  .new-price .period {
    display: inline;
    font-size: 12px;
    color: #666;
    font-weight: 400;
  }

  .discount-badge {
    order: 3;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
    background: #e8f9f0;
    color: #0a8f5b;
    font-weight: 600;
  }
}

@media (max-width: 576px) {

  .date-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .date-pill {
    flex: 1 1 calc(33.33% - 6px);
    min-width: unset;
    padding: 10px 0;
  }

  .divider {
    display: none;
  }

  .picker-wrapper {
    flex: 1 1 100%;
    width: 100%;
  }

  .picker-btn {
    width: 100%;
    padding: 12px;
    background: #FAF9F7;
    border-radius: 12px;
    text-align: center;
  }

  .time-slot-btn {
    flex: 1 1 calc(50% - 5px);
  }

  #hello-chatbot-icon-image {
    position: relative;
    bottom: 58px;
  }
}

.dropdown-divider {
  border: none !important;
}

.dropdown-header {
  border: none !important;
  width: 100%;
}

.workspace-result-wrapper,
.workspace-result-wrapper:hover {
  width: 100%;
  border: none;
}

.workspace-result {
  border: none !important;
}

.popular-location-item {
  border: none;
  width: 100%;
}

.details-map-container {
  width: 100%;
  height: 400px;
}

.map-wrapper {
  width: 100%;
  height: 100%;
}

.slider-tabs .nav-link {
  color: black !important;
  font-weight: 500;
}

.slider-tabs .nav-link:hover {
  color: #ff7a00 !important;
}

.slider-tabs .nav-link.active {
  color: #ff7a00 !important;
  font-weight: 600;
}
