/* Banner section */
.banner-section {
  height: 800px;
  margin-bottom: 100px;
}
.staff-support__row {
  gap: 32px;
}

.staff-support__left {
  width: 584px;
}
.staff-support__heading {
  padding-bottom: 16px;
}
.staff-support__description {
  padding-bottom: 40px;
}

.staff-support__right {
  width: 584px;
  gap: 32px;
}

.staff-support__repeater {
  flex: 1;
  height: 800px;
  position: relative;
}

.staff-support__repeater-column {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  position: absolute;
}

.staff-support__slide {
  flex-shrink: 0;
  overflow: hidden;
}

.staff-support__slide-image {
  width: 270px;
  height: 270px;
  display: block;
  border-radius: 0.5rem;
  object-fit: cover;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-section {
    /* height: auto; */
    padding-block: 40px;
    margin-top:40px;
  }

  .staff-support__row {
    align-items: center;
  }

  .staff-support__left,
  .staff-support__right {
    width: 50%;
  }

  .staff-support__repeater {
    height: 650px !important;
  }

  .staff-support__slide-image {
    width: 220px;
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .banner-section {
    /* height: auto; */
    padding-block: 40px;
  }

  .staff-support__row {
    flex-direction: column;
    gap: 32px;
  }

  .staff-support__left {
    width: 100%;
  }

  .staff-support__right {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }

  .staff-support__repeater {
    width: 100%;
    /* height: auto; */
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    white-space: nowrap;
    margin-top: 272px;
  }

  .staff-support__repeater-column {
    flex-direction: row;
    height: 100%;
    gap:0px;
    display: inline-block;
  }

  .staff-support__slide {
    display: inline-block;
    margin-right: 32px;
  }

  .staff-support__slide-image {
    width: 220px;
    height: 220px;
  }
}

/* Hover Section */
@media (min-width: 768px) {
  .os-section-wrapper {
    position: relative;
    width: 100%;
    height: 975px;
    margin: 0 auto;
    padding: 110px 120px;
    overflow: hidden;
    margin-top: -60px;
    background-color: transparent;
  }

  .os-circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #491046;
    border-radius: 45%;
    transform: translate(-50%, -50%);
    transition: width 1s ease, height 1s ease;
    z-index: 1;
  }

  .os-section-wrapper:hover .os-circle-bg {
    width: 143%;
    height: 2000px;
  }

  .os-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }

  .os-heading,
  .os-description {
    opacity: 0;
    transform: translateY(60px);
    transition: transform 1s ease, opacity 1s ease;
  }

  .os-section-wrapper:hover .os-heading,
  .os-section-wrapper:hover .os-description {
    opacity: 1;
    transform: translateY(0);
  }

  .os-heading {
    text-align: center;
  }

  .os-description {
    width: 1200px;
    text-align: center;
  }

  .os-image-container {
    width: 1200px;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    transition: height 1s ease;
  }

  .os-section-wrapper:hover .os-image-container {
    height: 400px;
  }

  .os-image-container img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .os-section-wrapper {
    background-color: #491046;
    padding: 40px 24px;
    height: auto;
    margin-top: 40px;
  }

  .os-circle-bg {
    display: none;
  }

  .os-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }

  .os-heading {
    width: 330px;
    height: 31px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1%;
    text-align: center;
    color: #ffffff;
    opacity: 1 !important;
    transform: none !important;
  }

  .os-description {
    width: 327px;
    height: 220px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-top: -38px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    opacity: 1 !important;
    transform: none !important;
  }

  .os-image-container {
    width: 370px !important;
    height: 500px !important;
    border-radius: 20px !important;
    overflow: hidden;
    transition: none !important;
  }

  .os-section-wrapper:hover .os-image-container {
    height: 500px !important;
  }

  .os-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px !important;
  }
}

/* Progress bar section */
.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__heading {
  color: #490f46;
}

.coworking-section__subheading {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 958px;
  color: #727272;
  margin-left: auto;
  margin-right: auto;
}

.coworking-section__row {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  gap: 32px;
  /* 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;
  font-family: "Montserrat";
  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-family: "Montserrat";
  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;
  }

  .coworking-section__image {
    width: 375px;
    height: 414px;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .coworking-section__heading {
    /* font-family: "Montserrat"; */
    font-size: 24px !important;
    line-height: 130%;
    margin-bottom: 6px;
    color: #490f46 !important;
  }

  .coworking-section__image {
    width: 375px;
    height: 201px;
    flex-shrink: 0;
  }

  .coworking-section__subheading {
    font-size: 14px !important;
    line-height: 140%;
    color: #727272;
  }

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

  .coworking-section__row {
    flex-direction: column;
    gap: 24px;
  }

  .coworking-section__content {
    padding-block: 0px;
  }

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

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

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

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