﻿#jetheater-ttak {
  font-family: "IRANSans", sans-serif;
  direction: rtl;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  padding: 25px;
  margin: 30px auto;
  max-width: 950px;
  line-height: 1.9;
  color: #333;
}
.jetheater-header { text-align: center; margin-bottom: 20px; border-bottom: 2px solid #eee; padding-bottom: 15px; }
.jetheater-header h1 { font-size: 1.8rem; color: #d62828; }
.jetheater-header p { font-size: 1rem; color: #666; }
.jetheater-section { margin: 25px 0; }
.jetheater-section h2 { font-size: 1.3rem; margin-bottom: 12px; color: #2b2d42; }

/* 📞 باکس تماس */
.jetheater-contact {
  background: linear-gradient(135deg, #fff0f0, #fff);
  border: 2px solid #f1c0c0;
  padding: 20px;
  border-radius: 18px;
  text-align: center;
  margin: 30px 0;
}
.contact-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 15px; }
.contact-buttons a {
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.contact-buttons a.whatsapp { background: #25d366; }
.contact-buttons a.telegram { background: #0088cc; }
.contact-buttons a.instagram { background: linear-gradient(45deg,#feda75,#d62976,#962fbf,#4f5bd5); }
.contact-buttons a.phone { background: #d62828; }
.contact-buttons a:hover { opacity: 0.85; transform: scale(1.05); }

/* 🎥 فیلم */
.jetheater-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.jetheater-video iframe {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  border-radius: 15px;
}

/* 📸 گالری */
.jetheater-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  gap: 15px;
  margin-top: 15px;
}
.jetheater-gallery img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.jetheater-gallery img:hover { transform: scale(1.05); }

/* مشخصات */
.jetheater-specs table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.jetheater-specs td { padding: 10px; border-bottom: 1px solid #eee; }
.jetheater-specs td:first-child { font-weight: bold; color: #444; width: 40%; }

/* ویژگی‌ها */
.jetheater-section ul { list-style: none; padding: 0; }
.jetheater-section ul li {
  background: #f8f9fa;
  margin: 8px 0;
  padding: 10px 15px;
  border-radius: 12px;
}
.jetheater-section ul li::before { content: "✔ "; color: #2b9348; }

/* جمع‌بندی */
.jetheater-footer {
  text-align: center;
  margin-top: 25px;
  padding: 15px;
  background: #fef2f2;
  border-radius: 15px;
  font-weight: bold;
  color: #b91c1c;
}



body {
  font-family: "Vazirmatn", sans-serif;
  background: #f5f7fa;
  margin: 0;
  padding: 20px;
  line-height: 1.8;
}

h1 {
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.box {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin: 15px auto;
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.box:hover {
  transform: translateY(-5px);
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: #0077b6;
  margin-bottom: 8px;
}

.content {
  color: #444;
  font-size: 15px;
}
