.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;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.map-section .map-container .info-window {
  padding: 1rem;
  border: 2px solid #0d6efd;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  text-align: center;
  min-width: 160px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.map-section .map-container .info-window h6 {
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 0.5rem;
}

.map-section .map-container .info-window p {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0;
}

.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 {  // Note : Required in future
    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;
} */

.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;
  }
 
  }
   .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: 40px 0;
  }

  .benefit {
    align-items: center;
    text-align: center;
  }

  .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;
  }
}



