.top-info {
  margin-top: 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .top-info {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.top-info h1 {
  color: var(--bs-primary);
  font-size: 37px;
  line-height: 44px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .top-info h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .top-info h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.top-info .rating {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 767.98px) {
  .top-info .rating {
    margin-top: 3px;
  }
}
.top-info .rating i {
  color: #E2D10E;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .top-info .rating i {
    font-size: 16px;
  }
}
.top-info .geo {
  color: var(--bs-primary);
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .top-info .geo {
    font-size: 14px;
    line-height: 18px;
  }
}

.search-form-row {
  padding-bottom: 32px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 23px;
}
@media (max-width: 767.98px) {
  .search-form-row {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.search-form-row #travio-search-form .grid.inputs-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.main-gallery {
  width: 100%;
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px 12px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 13px;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-gallery {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .main-gallery {
    height: 300px;
    padding: 12px 10px;
  }
}
@media (max-width: 575.98px) {
  .main-gallery {
    height: 220px;
    border-radius: 8px 8px 0px 0px;
  }
}
.main-gallery .tags {
  gap: 5px;
}
.main-gallery .tags .tag {
  background-color: var(--bs-light);
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .main-gallery .tags .tag {
    font-size: 11px;
    line-height: 14px;
    padding: 3px 10px;
    border-radius: 8px;
  }
}
.main-gallery .btn {
  border-radius: 12px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .main-gallery .btn {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.main-gallery .prev-btn,
.main-gallery .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  color: var(--bs-primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .main-gallery .prev-btn,
  .main-gallery .next-btn {
    width: 28px;
    height: 28px;
  }
}
.main-gallery .prev-btn {
  left: 10px;
}
@media (max-width: 575.98px) {
  .main-gallery .prev-btn {
    left: 6px;
  }
}
.main-gallery .next-btn {
  right: 10px;
}
@media (max-width: 575.98px) {
  .main-gallery .next-btn {
    right: 6px;
  }
}

.amenities {
  margin-top: 13px;
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 17px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .amenities {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    gap: 6px;
  }
}
.amenities .amenity {
  border-radius: 12px;
  background-color: #f0f0f0;
  color: var(--bs-accent);
  gap: 3px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 7px;
}
@media (max-width: 575.98px) {
  .amenities .amenity {
    font-size: 11px;
    padding: 5px 6px;
    border-radius: 8px;
  }
}
.amenities .amenity i {
  font-size: 17px;
}
@media (max-width: 575.98px) {
  .amenities .amenity i {
    font-size: 14px;
  }
}

.details-cnt {
  padding-bottom: 17px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 17px;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .details-cnt {
    flex-wrap: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px;
    gap: 12px;
  }
}
.details-cnt .details {
  gap: 18px;
}
@media (max-width: 767.98px) {
  .details-cnt .details {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.details-cnt .details .detail {
  font-size: 14px;
  line-height: 17px;
  color: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .details-cnt .details .detail {
    font-size: 13px;
    line-height: 16px;
  }
}
.details-cnt .details .detail .label {
  font-weight: 600;
}
.details-cnt .details .detail .info {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
.details-cnt .details .detail .info i {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .details-cnt .details .detail .info i {
    font-size: 14px;
  }
}
.details-cnt .details .detail .info span {
  font-weight: 400;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.details-cnt .reviews {
  color: var(--light-gray);
  gap: 6px;
}
@media (max-width: 767.98px) {
  .details-cnt .reviews {
    width: 100%;
    margin-top: 5px;
  }
}
.details-cnt .reviews .rate {
  border: 2px solid var(--light-gray);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .details-cnt .reviews .rate {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.details-cnt .reviews .labels {
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
}
.details-cnt .reviews .labels a {
  color: var(--light-gray);
  text-decoration: none;
}

.info-tab {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .info-tab {
    margin-bottom: 15px;
  }
}
.info-tab .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--bs-accent);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .info-tab .title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px;
  }
}
.info-tab .title i {
  font-size: 12px;
}
.info-tab .content {
  margin-top: 18px;
  color: var(--bs-primary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .info-tab .content {
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  body.cart-sidebar-open {
    overflow: hidden;
  }
}

.cart-overlay {
  display: none;
}
@media (max-width: 767.98px) {
  .cart-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .cart-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.cart-floating-btn {
  display: none;
}
@media (max-width: 767.98px) {
  .cart-floating-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    background-color: var(--bs-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: auto;
  }
  .cart-floating-btn:active {
    transform: translateX(-50%) scale(0.95);
  }
  .cart-floating-btn.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .cart-floating-btn i {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .cart-column-cnt {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 350px;
    height: 100%;
    z-index: 1050;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .cart-column-cnt.mobile-open {
    transform: translateX(0);
  }
  .cart-column-cnt .cart-recap {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 0;
  }
}

.cart-column-header {
  display: none;
}
@media (max-width: 767.98px) {
  .cart-column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  .cart-column-header .cart-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
  }
}