.hotel-content,
.hotel-content * {
  direction: rtl !important;
}

.hotel-content h1,
.hotel-content h2,
.hotel-content h3,
.hotel-content h4,
.hotel-content h5,
.hotel-content h6 {
  font-family: IRANSans, sans-serif;
  font-weight: 600;
}

.hotel-content p {
  margin: 8px 0;
  color: #888;
  font-weight: 400;
  font-size: 13px;
}

.hotel-container {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  direction: rtl;
  text-align: right;
  box-sizing: border-box;
}

.hotel-content a {
  font-family: IRANSans;
  color: var(--primary-color);
}

.hotel-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.hotel-content {
  height: 220px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.45s ease;
}

.hotel-content.expanded {
  max-height: 2000px; /* وقتی باز میشه */
}

.hotel-content.custom-hotel-fadeout::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.hotel-container h2 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #222;
}
.hotel-container p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 15px;
}
