/* Banner Section */
.banner__section {
  height: 546px;
  max-width: 1200px;
  border-radius: 16px;
  margin: 0 auto;
}

.banner__wrapper {
  padding-block: 140px;
  width: 100%;
}

.banner__title {
  margin-bottom: 16px;
  max-width: 680px;
}

.banner__paragraph {
  margin-bottom: 40px;
  max-width: 828px;
  opacity: 80%;
}

.paleyellow-btn:hover {
    background-color: #b17f17 ;
}

@media (max-width: 991.98px) {
  .banner__section {
    margin: 24px 16px 0px 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner__section {
    margin: 24px 16px 0px 16px;
  }
}

@media (max-width: 768px) {
  .banner__section {
    height: fit-content;
    margin: 24px 16px 0px 16px;
    border-radius: 16px;
  }

  .banner__title {
    font-size: 24px !important;
    max-width: 317px;
  }

  .banner__paragraph {
    font-size: 14px !important;
    line-height: 140%;
    max-width: 260px;
  }
}

/* Coworking space */
.coworking-card__inner {
  display: block !important;
}

.coworking-tabs__container {
  max-width: 1200px;
  padding: 140px 0px 0px 0px;
  margin: 0 auto;
}

.nav-pills .nav-link {
  padding: 16px 20px;
  background: #ede7ed;
  color: #490f46;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}

.nav-pills .nav-link.active {
  background: #490f46;
  color: #fff;
}

@media (max-width: 767px) {
  .coworking-tabs {
    padding: 40px 0px 0px 0px !important;
  }

  .coworking-tabs__nav-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
  }

  .coworking-tabs__nav-list::-webkit-scrollbar {
    display: none;
  }

  .coworking-tabs__nav-item {
    flex: 0 0 auto;
  }

  .coworking-tabs__nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.coworking-tabs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.coworking-tabs__grid > * {
  border-bottom: none;
  padding-bottom: 32px;
  position: relative;
}

.coworking-tabs__grid > *:nth-child(2n)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -18px;
  transform: translateX(-50%);
  width: 1200px;
  height: 1px;
  background-color: #e0e0e0;
}

.coworking-tabs__grid > *:nth-last-child(-n + 2)::after {
  display: none;
}

.coworking-card__inner {
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 28px 0 #00000026;
  border-radius: 24px;
  background: #fff;
}

.coworking-card__image {
  margin-bottom: 0px;
  border-radius: 16px;
  object-fit: cover;
  min-height: 358px;
  height: 358px;
  width: 100%;
}

.coworking-card__title {
  margin-bottom: 12px;
}

.coworking-card__facilities {
  row-gap: 32px !important;
}

.coworking-card__facility {
  display: flex;
  gap: 8px;
}

.coworking-card__facility-icon {
  width: 24px;
  height: 24px;
}

.coworking-card__btn {
  padding: 20px 40px;
}

.coworking-card__btn:hover {
  color: #ffffff !important;
}

.card-img-wrapper {
  margin-bottom: 32px;
}

.card-img {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  min-height: 358px;
  object-fit: cover;
  border-radius: 16px;
  display: none;
}

.card-img img:first-child {
  display: block;
}

.custom-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
  z-index: 10;
  background: #ffffff;
  padding: 4px 4px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.custom-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bfbfbf99;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dots .dot:hover {
  background: #d09b2c;
  transform: scale(1.2);
}

.custom-dots .dot.active {
  background: #d09b2c;
  width: 8px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .coworking-tabs__container {
    padding: 40px 16px 0px 16px;
    margin: 0 auto;
  }

  .coworking-tabs__nav {
    margin-bottom: 40px !important;
  }

  .coworking-tabs__title {
    color: #490f46;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .coworking-tabs__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .coworking-card__inner {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  }

  .card-img-wrapper {
    margin-bottom: 16px;
  }

  .coworking-card__image {
    min-height: 201px;
    height: 201px;
    border-radius: 8px;
  }

  .coworking-card__title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 12px;
  }

  .coworking-card__address {
    margin-bottom: 16px !important;
  }

  .coworking-card__facilities {
    row-gap: 24px !important;
  }

  .coworking-card__facility-icon {
    width: 16px;
    height: 16px;
  }

  .coworking-card__btn {
    padding: 13.3px 26.6px;
  }

  .coworking-tabs__grid > *:nth-child(2n)::after {
    display: none;
  }
}

/* Map on CSS */
#mapLayout .map-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
}

#mapLayout .coworking-card__inner {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 687px;
  height: 310px;
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  border: 1px solid #e5e7eb !important;
  overflow: hidden;
}

#mapLayout .coworking-grid {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

#mapLayout .card-img-wrapper {
  margin-bottom: 0;
  flex-shrink: 0;
}

#mapLayout .card-img {
  position: relative;
  width: 260px;
  height: 278px;
  border-radius: 16px;
  overflow: hidden;
}

#mapLayout .card-img img {
  width: 100%;
  height: 100%;
  min-height: auto;
  object-fit: cover;
  border-radius: 16px;
  display: none;
}

#mapLayout .card-img img:first-child {
  display: block;
}

#mapLayout .coworking-card__image {
  width: 260px !important;
  min-height: 278px !important;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 0px;
}

#mapLayout .coworking-card__body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#mapLayout .coworking-card__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat" !important;
  margin-bottom: 12px !important;
}

#mapLayout .coworking-card__address-text {
  font-size: 14px;
  line-height: 22px;
}

#mapLayout .coworking-card__address {
  margin-bottom: auto !important;
}

#mapLayout .coworking-card__facilities {
  row-gap: 16px !important;
  margin-bottom: 16px;
}

#mapLayout .coworking-card__facility-name {
  font-size: 14px;
  line-height: 22.4px;
}

#mapLayout .map-layout__map {
  width: 481px;
  height: 709px;
  border-radius: 16px;
  background-color: #f5f5f5;
  overflow: hidden;
}

#mapLayout .map-layout__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #mapLayout .card-img {
    width: 200px !important;
    height: 278px !important;
  }

  .coworking-tabs__nav.d-flex.justify-content-between.align-items-center.flex-wrap.mb-md-5.mb-4 {
    row-gap: 24px;
  }
}

/* === Mobile Map View === */
@media (max-width: 767px) {
  #mapLayout .map-layout__map {
    order: 1;
    width: 100%;
    max-width: 100%;
    height: 460px !important;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__cards {
    order: 2;
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
    max-height: none;
  }

  .card-img img {
    min-height: 240px;
  }

  #mapLayout .card-img {
    width: 100% !important;
    height: 220px !important;
  }
}

@media (min-width: 768px) {
  #mapLayout .map-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }

  #mapLayout .map-layout__cards {
    flex: 1;
    max-height: 700px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #mapLayout .map-layout__cards::-webkit-scrollbar {
    display: none;
  }

  /* Sticky map */
  #mapLayout .map-layout__map {
    position: sticky;
    top: 120px;
    flex-shrink: 0;
    width: 481px;
    height: 709px;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}

@media (max-width: 767px) {
  #mapLayout .map-layout {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #mapLayout .map-layout__cards {
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
    max-height: none;
  }

  #mapLayout .coworking-card__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 533px;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    margin-bottom: 24px;
  }

  #mapLayout .coworking-card__image {
    width: 700px !important;
    height: 201px !important;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  #mapLayout .coworking-card__body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  #mapLayout .coworking-card__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  #mapLayout .coworking-card__address-text,
  #mapLayout .coworking-card__facility-name {
    font-size: 14px;
    line-height: 20px;
  }

  #mapLayout .coworking-card__facilities {
    gap: 12px;
    flex-wrap: wrap;
  }

  #mapLayout .map-layout__map {
    width: 100%;
    max-width: 100%;
    height: 460px !important;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  #mapLayout .map-layout__cards {
    max-height: none;
    overflow: visible;
  }

  #mapLayout .map-layout__map {
    position: static;
    top: auto;
    width: 100%;
    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .coworking-tabs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  #mapLayout .map-layout {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
  }

  #mapLayout .map-layout__cards {
    flex: 0 0 auto;
    width: 60%;
    max-width: 640px;
    overflow-y: auto;
    max-height: 700px;
  }

  #mapLayout .coworking-card__inner {
    width: 100%;
    height: 100% !important;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
  }

  #mapLayout .coworking-card__image {
    width: 200px !important;
    height: 230px !important;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0;
  }

  #mapLayout .coworking-card__body {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #mapLayout .coworking-card__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  #mapLayout .coworking-card__address-text,
  #mapLayout .coworking-card__facility-name {
    font-size: 13px;
    line-height: 20px;
  }

  #mapLayout .map-layout__map {
    flex: 0 0 auto;
    width: 40%;
    max-width: 420px;
    height: 600px;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}

@media (max-width: 991.98px) {
  .coworking-tabs {
    padding: 140px 16px 0px 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .coworking-tabs {
    padding: 140px 16px 0px 16px;
  }
}

/* Why choose us */
.why-choose-us {
  padding-block: 120px;
}

.why-choose-us__container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-us__header {
  max-width: 842px;
  margin: 0 auto;
}

.why-choose-us__row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.why-choose-us__card {
  flex: 1 1 calc((100% - 64px) / 3);
  max-width: 379px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.why-choose-us__icon {
  padding-bottom: 16px;
}

.why-choose-us__title {
  padding-bottom: 8px;
}

.why-choose-us__description {
  margin: 0;
}

@media (max-width: 991.98px) {
  .why-choose-us {
    padding: 120px 20px 120px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us {
    padding: 120px 20px 120px 20px;
  }
}

@media (max-width: 767px) {
  .why-choose-us__card {
    flex: 1 1 calc((100% - 64px) / 2);
    max-width: 379px;
    padding: 24px;
  }

  .why-choose-us {
    padding-block: 40px;
    margin-block: 40px;
  }

  .why-choose-us__header {
    padding-bottom: 46px;
  }

  .why-choose-us__heading {
    line-height: 130% !important;
  }

  .why-choose-us__subheading {
    font-size: 14px !important;
    line-height: 160% !important;
  }

  .why-choose-us__row {
    gap: 16px;
    row-gap: 32px;
  }

  .why-choose-us__card {
    padding: 16px;
  }

  .why-choose-us__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
  }

  .why-choose-us__title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5.76px;
  }

  .why-choose-us__description {
    font-size: 12px;
    font-weight: 400;
  }
}

/* Funding */
.coworking-section {
  padding-block: 120px;
  display: flex;
  justify-content: center;
}

.coworking-section__container {
  max-width: 1212px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.coworking-section__header {
  text-align: center;
  max-width: 994px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.coworking-section__subheading {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.coworking-section__row {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  gap: 64px;
  /* flex-wrap: wrap; */
  margin: 0 auto;
}

.coworking-section__content {
  flex: 1;
  min-width: 300px;
  max-width: 622px;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
}

.coworking-section__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.coworking-section__progress {
  width: 100%;
  height: 1px;
  background: #e3d5cd;
  border-radius: 4px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.coworking-section__progress-fill {
  height: 100%;
  width: 0%;
  background-color: #d09b2c;
  transition: width 0.3s ease;
}

.coworking-section__item--active .coworking-section__progress {
  height: 4px;
}

.coworking-section__item-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  transition: margin-bottom 0.3s ease;
  color: #21212199;
  opacity: 0.6;
}

.coworking-section__item-desc {
  margin: 0 0 24px 0;
  display: none;
  transition: all 0.3s ease;
}

.coworking-section__item--active .coworking-section__item-desc {
  display: block;
}

.coworking-section__item--active .coworking-section__item-title {
  margin-bottom: 8px;
  color: #212121;
  opacity: 1;
  font-size: 32px;
}

.coworking-section__item:last-child {
  border-bottom: 1px solid #e3d5cd;
}

.coworking-section__image {
  /* width: 520px; */
  height: 414px;
  flex-shrink: 0;
}

.coworking-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .coworking-section__row {
    flex-direction: row;
  }

  .coworking-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .coworking-section__row {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .coworking-section__heading {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 6px;
  }

  .coworking-section__subheading {
    font-size: 14px;
    line-height: 140%;
  }

  .coworking-section__header {
    margin-bottom: 24px;
  }

  .coworking-section__row {
    flex-direction: column;
  }

  .coworking-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .coworking-section__item--active .coworking-section__item-title {
    font-size: 16px;
  }

  .coworking-section__item-title {
    font-size: 16px;
    margin-top: 20px;
  }

  .coworking-section__item--active .coworking-section__item-desc {
    font-size: 12px;
  }
}

/* Slider wrapper and track for smooth transitions */
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-track .auto-slide-img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}

/* Optional: Add smooth fade effect on edges */
.slider-wrapper::before,
.slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}

.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}

.slider-wrapper:hover::before,
.slider-wrapper:hover::after {
  opacity: 1;
}

/* Dots styling */
.custom-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #ffffff;
  width: 24px;
  border-radius: 4px;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
}


/* Banner Section */
.banner__section {
  height: 546px;
  max-width: 1200px;
  border-radius: 16px;
  margin: 0 auto;
}

.banner__wrapper {
  padding-block: 140px;
  width: 100%;
}

.banner__title {
  margin-bottom: 16px;
  max-width: 680px;
}

.banner__paragraph {
  margin-bottom: 40px;
  max-width: 828px;
  opacity: 80%;
}

.paleyellow-btn:hover {
    background-color: #b17f17 ;
}

@media (max-width: 991.98px) {
  .banner__section {
    margin: 24px 16px 0px 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner__section {
    margin: 24px 16px 0px 16px;
  }
}

@media (max-width: 768px) {
  .banner__section {
    height: fit-content;
    margin: 24px 16px 0px 16px;
    border-radius: 16px;
  }

  .banner__title {
    font-size: 24px !important;
    max-width: 317px;
  }

  .banner__paragraph {
    font-size: 14px !important;
    line-height: 140%;
    max-width: 260px;
  }
}

/* Coworking space */
.coworking-card__inner {
  display: block !important;
}

.coworking-tabs__container {
  max-width: 1200px;
  padding: 140px 0px 0px 0px;
  margin: 0 auto;
}

.nav-pills .nav-link {
  padding: 16px 20px;
  background: #ede7ed;
  color: #490f46;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}

.nav-pills .nav-link.active {
  background: #490f46;
  color: #fff;
}

@media (max-width: 767px) {
  .coworking-tabs {
    padding: 40px 0px 0px 0px !important;
  }

  .coworking-tabs__nav-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
  }

  .coworking-tabs__nav-list::-webkit-scrollbar {
    display: none;
  }

  .coworking-tabs__nav-item {
    flex: 0 0 auto;
  }

  .coworking-tabs__nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.coworking-tabs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.coworking-tabs__grid > * {
  border-bottom: none;
  padding-bottom: 32px;
  position: relative;
}

.coworking-tabs__grid > *:nth-child(2n)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -18px;
  transform: translateX(-50%);
  width: 1200px;
  height: 1px;
  background-color: #e0e0e0;
}

.coworking-tabs__grid > *:nth-last-child(-n + 2)::after {
  display: none;
}

.coworking-card__inner {
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 28px 0 #00000026;
  border-radius: 24px;
  background: #fff;
}

.coworking-card__image {
  margin-bottom: 0px;
  border-radius: 16px;
  object-fit: cover;
  min-height: 358px;
  height: 358px;
  width: 100%;
}

.coworking-card__title {
  margin-bottom: 12px;
}

.coworking-card__facilities {
  row-gap: 32px !important;
}

.coworking-card__facility {
  display: flex;
  gap: 8px;
}

.coworking-card__facility-icon {
  width: 24px;
  height: 24px;
}

.coworking-card__btn {
  padding: 20px 40px;
}

.coworking-card__btn:hover {
  color: #ffffff !important;
}

.card-img-wrapper {
  margin-bottom: 32px;
}

.card-img {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  min-height: 358px;
  object-fit: cover;
  border-radius: 16px;
  display: none;
}

.card-img img:first-child {
  display: block;
}

.custom-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
  z-index: 10;
  background: #ffffff;
  padding: 4px 4px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.custom-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bfbfbf99;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dots .dot:hover {
  background: #d09b2c;
  transform: scale(1.2);
}

.custom-dots .dot.active {
  background: #d09b2c;
  width: 8px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .coworking-tabs__container {
    padding: 40px 16px 0px 16px;
    margin: 0 auto;
  }

  .coworking-tabs__nav {
    margin-bottom: 40px !important;
  }

  .coworking-tabs__title {
    color: #490f46;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .coworking-tabs__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .coworking-card__inner {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  }

  .card-img-wrapper {
    margin-bottom: 16px;
  }

  .coworking-card__image {
    min-height: 201px;
    height: 201px;
    border-radius: 8px;
  }

  .coworking-card__title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 12px;
  }

  .coworking-card__address {
    margin-bottom: 16px !important;
  }

  .coworking-card__facilities {
    row-gap: 24px !important;
  }

  .coworking-card__facility-icon {
    width: 16px;
    height: 16px;
  }

  .coworking-card__btn {
    padding: 13.3px 26.6px;
  }

  .coworking-tabs__grid > *:nth-child(2n)::after {
    display: none;
  }
}

/* Map on CSS */
#mapLayout .map-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
}

#mapLayout .coworking-card__inner {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 687px;
  height: 310px;
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  border: 1px solid #e5e7eb !important;
  overflow: hidden;
}

#mapLayout .coworking-grid {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

#mapLayout .card-img-wrapper {
  margin-bottom: 0;
  flex-shrink: 0;
}

#mapLayout .card-img {
  position: relative;
  width: 260px;
  height: 278px;
  border-radius: 16px;
  overflow: hidden;
}

#mapLayout .card-img img {
  width: 100%;
  height: 100%;
  min-height: auto;
  object-fit: cover;
  border-radius: 16px;
  display: none;
}

#mapLayout .card-img img:first-child {
  display: block;
}

#mapLayout .coworking-card__image {
  width: 260px !important;
  min-height: 278px !important;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 0px;
}

#mapLayout .coworking-card__body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#mapLayout .coworking-card__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px !important;
}

#mapLayout .coworking-card__address-text {
  font-size: 14px;
  line-height: 22px;
}

#mapLayout .coworking-card__address {
  margin-bottom: auto !important;
}

#mapLayout .coworking-card__facilities {
  row-gap: 16px !important;
  margin-bottom: 16px;
}

#mapLayout .coworking-card__facility-name {
  font-size: 14px;
  line-height: 22.4px;
}

#mapLayout .map-layout__map {
  width: 481px;
  height: 709px;
  border-radius: 16px;
  background-color: #f5f5f5;
  overflow: hidden;
}

#mapLayout .map-layout__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #mapLayout .card-img {
    width: 200px !important;
    height: 278px !important;
  }

  .coworking-tabs__nav.d-flex.justify-content-between.align-items-center.flex-wrap.mb-md-5.mb-4 {
    row-gap: 24px;
  }
}

/* === Mobile Map View === */
@media (max-width: 767px) {
  #mapLayout .map-layout__map {
    order: 1;
    width: 100%;
    max-width: 100%;
    height: 460px !important;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__cards {
    order: 2;
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
    max-height: none;
  }

  .card-img img {
    min-height: 240px;
  }

  #mapLayout .card-img {
    width: 100% !important;
    height: 220px !important;
  }
}

@media (min-width: 768px) {
  #mapLayout .map-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }

  #mapLayout .map-layout__cards {
    flex: 1;
    max-height: 700px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #mapLayout .map-layout__cards::-webkit-scrollbar {
    display: none;
  }

  /* Sticky map */
  #mapLayout .map-layout__map {
    position: sticky;
    top: 120px;
    flex-shrink: 0;
    width: 481px;
    height: 709px;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}

@media (max-width: 767px) {
  #mapLayout .map-layout {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #mapLayout .map-layout__cards {
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
    max-height: none;
  }

  #mapLayout .coworking-card__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 533px;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    margin-bottom: 24px;
  }

  #mapLayout .coworking-card__image {
    width: 700px !important;
    height: 201px !important;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  #mapLayout .coworking-card__body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  #mapLayout .coworking-card__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  #mapLayout .coworking-card__address-text,
  #mapLayout .coworking-card__facility-name {
    font-size: 14px;
    line-height: 20px;
  }

  #mapLayout .coworking-card__facilities {
    gap: 12px;
    flex-wrap: wrap;
  }

  #mapLayout .map-layout__map {
    width: 100%;
    max-width: 100%;
    height: 460px !important;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  #mapLayout .map-layout__cards {
    max-height: none;
    overflow: visible;
  }

  #mapLayout .map-layout__map {
    position: static;
    top: auto;
    width: 100%;
    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .coworking-tabs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  #mapLayout .map-layout {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
  }

  #mapLayout .map-layout__cards {
    flex: 0 0 auto;
    width: 60%;
    max-width: 640px;
    overflow-y: auto;
    max-height: 700px;
  }

  #mapLayout .coworking-card__inner {
    width: 100%;
    height: 100% !important;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
  }

  #mapLayout .coworking-card__image {
    width: 200px !important;
    height: 230px !important;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0;
  }

  #mapLayout .coworking-card__body {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #mapLayout .coworking-card__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  #mapLayout .coworking-card__address-text,
  #mapLayout .coworking-card__facility-name {
    font-size: 13px;
    line-height: 20px;
  }

  #mapLayout .map-layout__map {
    flex: 0 0 auto;
    width: 40%;
    max-width: 420px;
    height: 600px;
    border-radius: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  #mapLayout .map-layout__map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}

@media (max-width: 991.98px) {
  .coworking-tabs {
    padding: 140px 16px 0px 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .coworking-tabs {
    padding: 140px 16px 0px 16px;
  }
}

/* Why choose us */
.why-choose-us {
  padding-block: 120px;
}

.why-choose-us__container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-us__header {
  max-width: 842px;
  margin: 0 auto;
}

.why-choose-us__row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.why-choose-us__card {
  flex: 1 1 calc((100% - 64px) / 3);
  max-width: 379px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.why-choose-us__icon {
  padding-bottom: 16px;
}

.why-choose-us__title {
  padding-bottom: 8px;
}

.why-choose-us__description {
  margin: 0;
}

@media (max-width: 991.98px) {
  .why-choose-us {
    padding: 120px 20px 120px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us {
    padding: 120px 20px 120px 20px;
  }
}

@media (max-width: 767px) {
  .why-choose-us__card {
    flex: 1 1 calc((100% - 64px) / 2);
    max-width: 379px;
    padding: 24px;
  }

  .why-choose-us {
    padding-block: 40px;
    margin-block: 40px;
  }

  .why-choose-us__header {
    padding-bottom: 46px;
  }

  .why-choose-us__heading {
    line-height: 130% !important;
  }

  .why-choose-us__subheading {
    font-size: 14px !important;
    line-height: 160% !important;
  }

  .why-choose-us__row {
    gap: 16px;
    row-gap: 32px;
  }

  .why-choose-us__card {
    padding: 16px;
  }

  .why-choose-us__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
  }

  .why-choose-us__title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5.76px;
  }

  .why-choose-us__description {
    font-size: 12px;
    font-weight: 400;
  }
}

/* Funding */
.coworking-section {
  padding-block: 120px;
  display: flex;
  justify-content: center;
}

.coworking-section__container {
  max-width: 1212px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.coworking-section__header {
  text-align: center;
  max-width: 994px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.coworking-section__subheading {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.coworking-section__row {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  gap: 64px;
  /* flex-wrap: wrap; */
  margin: 0 auto;
}

.coworking-section__content {
  flex: 1;
  min-width: 300px;
  max-width: 622px;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
}

.coworking-section__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.coworking-section__progress {
  width: 100%;
  height: 1px;
  background: #e3d5cd;
  border-radius: 4px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.coworking-section__progress-fill {
  height: 100%;
  width: 0%;
  background-color: #d09b2c;
  transition: width 0.3s ease;
}

.coworking-section__item--active .coworking-section__progress {
  height: 4px;
}

.coworking-section__item-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  transition: margin-bottom 0.3s ease;
  color: #21212199;
  opacity: 0.6;
}

.coworking-section__item-desc {
  margin: 0 0 24px 0;
  display: none;
  transition: all 0.3s ease;
}

.coworking-section__item--active .coworking-section__item-desc {
  display: block;
}

.coworking-section__item--active .coworking-section__item-title {
  margin-bottom: 8px;
  color: #212121;
  opacity: 1;
  font-size: 32px;
}

.coworking-section__item:last-child {
  border-bottom: 1px solid #e3d5cd;
}

.coworking-section__image {
  /* width: 520px; */
  height: 414px;
  flex-shrink: 0;
}

.coworking-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .coworking-section__row {
    flex-direction: row;
  }

  .coworking-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .coworking-section__row {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .coworking-section__heading {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 6px;
  }

  .coworking-section__subheading {
    font-size: 14px;
    line-height: 140%;
  }

  .coworking-section__header {
    margin-bottom: 24px;
  }

  .coworking-section__row {
    flex-direction: column;
  }

  .coworking-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .coworking-section__item--active .coworking-section__item-title {
    font-size: 16px;
  }

  .coworking-section__item-title {
    font-size: 16px;
    margin-top: 20px;
  }

  .coworking-section__item--active .coworking-section__item-desc {
    font-size: 12px;
  }
}

/* Slider wrapper and track for smooth transitions */
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-track .auto-slide-img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}

/* Optional: Add smooth fade effect on edges */
.slider-wrapper::before,
.slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}

.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}

.slider-wrapper:hover::before,
.slider-wrapper:hover::after {
  opacity: 1;
}

/* Dots styling */
.custom-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #ffffff;
  width: 24px;
  border-radius: 4px;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
}


