.header-details {
  overflow: hidden;
  position: relative;
}

.header-details::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  position: absolute;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.3);
}

.header-details .header-details-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-details .header-content-details {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  align-content: end;
}

.header-details-avatar {
  object-fit: contain;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 2px 0.5px rgba(51, 51, 51, 0.5);
}

.header-details h1 {
  text-shadow: 0px 2px .5px rgba(51, 51, 51, 0.5);
}

.header-details .management {
  background: rgba(0, 0, 0, 0.00);
  box-shadow: 0 9px 50px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 2.5px 10px;
  font-size: 14px;
  border-radius: 50px;
}

.rate-stars {
  display: flex;
  gap: 5px;
}

.rate-stars div i {
  color: #fff;
  display: flex;
  font-size: 18px;
}

.header-content-details .rate-number {
  font-size: 12px;
}

.header-details .address {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 50px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(137, 138, 139, 1);
  color: rgba(255, 255, 255, 1);
  width: fit-content;
  padding: 7.5px 15px;
  border-radius: 10px;
}

.header-details .address p {
  margin: 0;
  color: #fff;
  font-family: var(--iran-yekan-light);
}

.header-details .btn-call {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 10px;
  box-shadow: 0 2px 0.5px rgba(51, 51, 51, 0.5);
}

.header-details .btn-call:hover {
  background-color: rgba(255, 255, 255, 0.32);
  border-color: #fff;
  color: rgba(255, 255, 255, 1);
  box-shadow: none;
}

.btn-details-tab {
  border-color: var(--gym-color-third) !important;
  color: var(--gym-color-third) !important;
  background-color: #fff !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 10px !important;
}

.btn-details-tab:hover,
.btn-details-tab.active {
  border-color: var(--gym-color-secondary) !important;
  color: var(--gym-color-third) !important;
  background-color: var(--gym-color-secondary) !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 10px !important;
}

.top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  z-index: 999;
  background-color: #fff;
  transition: .5s;
  padding: 0;
  border-radius: 15px;
}

.left-sticky span.title {
  font-family: var(--iran-yekan-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.left-sticky a.call {
  font-family: var(--iran-yekan-extrabold);
  font-size: 22px;
  background-color: var(--gym-color-third) !important;
  color: #fff;
}

.left-sticky a.call:hover {
  background-color: var(--gym-color-secondary) !important;
  color: var(--gym-color-third);
}

.left-sticky a.call i {
  font-size: 18px;
}

@media (max-width: 992px) {
  .left-sticky a.call i {
    transform: rotateY(180deg);
  }
}

.left-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.desc-collapsed {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.desc-expanded {
  max-height: none;
}

.details-categories li {
  width: max-content;
}

.details-categories li span {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.details-categories li span,
.details-categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  color: #333;
  gap: 10px;
  font-family: var(--iran-yekan-light);
}

.details-categories li span:hover,
.details-categories li a:hover {
  background-color: #efefef;
  color: #333;
}

.details-categories li i {
  font-size: 14px;
}

#toggleBtn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .header-details {
    height: 20rem;
  }

  .header-details .address {
    width: fit-content;
  }
}

@media (max-width: 992px) {
  .header-details {
    height: 22rem;
  }

  .header-details .address {
    width: 100%;
  }
}

.btn-call-mobile i {
  transform: rotateY(180deg);
}

.btn-call-mobile {
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 95% !important;
  background-color: green !important;
  border-color: green !important;
  color: #fff !important;
  margin: auto;
  z-index: 1040 !important;
  font-size: 20px !important;
  border-radius: 15px !important;
}

.club-details .header-section .header-section-title {
  color: var(--gym-color-secondary);
}

.club-details .header-section .header-section-title::after {
  background-color: var(--gym-color-third);
}

@media (max-width: 992px) {
  .club-details .header-section .header-section-title::after {
    left: auto;
    margin-left: auto;
  }

  .btn-submit-comment {
    background-color: var(--gym-color-secondary) !important;
  }
}

.clubPictures .swiper-pagination {
  position: unset;
  margin-top: 1rem;
}

.clubPictures .swiper-wrapper,
.clubPictures .swiper-slide {
  height: max-content;
}

.btn-submit-comment {
  background-color: var(--gym-color-secondary) !important;
}

.offcanvas-comments {
  height: max-content !important;
  max-height: 100% !important;
  border-radius: 15px 15px 0 0;
}

.comments button.reply {
  color: var(--gym-color-secondary) !important;
}

.comments span.name {
  font-size: 16px;
  color: var(--gym-color-third);
  font-family: var(--iran-yekan-bold);
}

.comments span.date {
  font-size: 12px;
  color: var(--gym-color-fourth);
  opacity: 0.75;
  font-family: var(--iran-yekan-light);
}

.comments p.comment {
  font-size: 14px;
  font-family: var(--iran-yekan-light);
}