.elementor-2143 .elementor-element.elementor-element-e38b01d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2143 .elementor-element.elementor-element-1373add{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:040px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-2143 .elementor-element.elementor-element-1373add{--margin-top:135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2143 .elementor-element.elementor-element-02758cf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-02758cf *//* ===== Room Single Page ===== */
.room-single-page {
  max-width: 1200px;
  margin: 70px auto 32px;
  padding: 0 20px 140px;
  font-family: "IRANSansX", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  direction: ltr;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

/* Layout */
.room-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  margin-bottom: 50px;
  align-items: start;
}
.room-media-column { position: sticky; top: 28px; height: fit-content; }
.room-details-column {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #f1f1f1;
}

/* Hero */
.room-hero-wrapper {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}
.room-hero-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

/* Gallery - Desktop */
.gallery-section--desktop { }
.gallery-section--mobile { display: none; }

.room-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
}
.room-gallery-item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}
.room-gallery-item:hover { 
  border-color: #5bc0f8; 
  transform: translateY(-2px); 
}
.room-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
}

/* Header + Price */
.room-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.room-title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #000;
  line-height: 1.25;
  flex: 1;
}
.room-price-display {
  display: flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}
.price-value { font-size: 30px; font-weight: 900; color: #2E8BC0; }
.price-unit { font-size: 14px; font-weight: 700; color: #666; }

/* Meta chips */
.room-meta-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}
.room-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0f8ff;
  color: #2E8BC0;
  border: 1px solid #e2f1ff;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
}

/* Amenities */
.amenities-section { margin: 0 0 28px; padding-top: 12px; }
.room-amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 24px;
}
.amenity-cell {
  text-align: center;
  padding: 14px 10px;
  background: #f7f9fb;
  border-radius: 12px;
  border: 1px solid #e6edf5;
  transition: all 0.25s ease;
}
.amenity-cell:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 10px 18px rgba(91,192,248,0.15); 
}
.amenity-icon {
  width: 30px; height: 30px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
.amenity-label { font-size: 12px; line-height: 1.3; font-weight: 700; color: #222; }

/* Description */
.section-title { 
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px; 
  border-bottom: 1px solid #eee; 
  padding-bottom: 8px; 
}
.description-section { margin-bottom: 26px; }
.room-description-text { 
  direction: ltr; 
  color: #333; 
  line-height: 1.7; 
  font-size: 15px; 
}
.room-description-text p { margin: 0 0 12px; }

/* Book buttons */
.room-book-wrapper--desktop { text-align: center; margin-top: 24px; }
.room-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 16px 40px;
  border-radius: 10px;
  background: linear-gradient(135deg,#55c3ff,#2e8bc0);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 14px 28px rgba(46,139,192,0.25);
}
.room-book-btn:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 16px 30px rgba(46,139,192,0.3); 
}

/* Sticky mobile CTA */
.room-book-wrapper--sticky-mobile {
  display: none;
  position: fixed;
  left: 0; right: 0;
  bottom: 70px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
  z-index: 50;
  backdrop-filter: blur(10px);
}
.room-book-wrapper--sticky-mobile .room-book-btn { width: 100%; }

/* Related rooms */
.related-rooms-wrapper .rooms-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
}
.related-rooms-wrapper .room-card {
  min-height: 420px;
  aspect-ratio: 3 / 4;
  flex: 0 0 320px;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .room-main-layout { 
    grid-template-columns: 1fr; 
    gap: 30px; 
  }
  .room-media-column { position: static; }
  .room-details-column { padding: 26px 22px; }
  .room-hero-img { height: 380px; }
  .room-amenities-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 768px) {
  .room-single-page { 
    padding: 0 14px 130px; 
    margin-top: 50px; 
  }
  .room-main-layout { gap: 28px; }
  .room-hero-img { height: 280px; }

  /* مخفی کردن گالری دسکتاپ و نمایش موبایل */
  .gallery-section--desktop { display: none; }
  .gallery-section--mobile { 
    display: block; 
    margin-top: 20px; 
  }

  /* گالری موبایل - کاملاً اصلاح شده */
  .room-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;                     /* فاصله واضح و زیبا */
    padding: 12px 4px 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .room-gallery-item {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid transparent;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    scroll-snap-align: start;
  }

  .room-gallery-item:hover {
    border-color: #5bc0f8;
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(91,192,248,0.2);
  }

  .room-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* سایر تنظیمات موبایل */
  .room-details-header { 
    flex-direction: column; 
    align-items: flex-start; 
    gap: 12px;
  }
  .room-title { font-size: 26px; }
  .price-value { font-size: 28px; }

  .room-amenities-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 14px;
  }

  .room-book-wrapper--desktop { display: none; }
  .room-book-wrapper--sticky-mobile { display: block; }
}

@media (max-width: 480px) {
  .room-hero-img { height: 220px; }
  .room-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 16px;
    padding: 10px 2px 20px;
  }
  .room-gallery-item {
    border-radius: 14px;
  }
}/* End custom CSS */