﻿/* پس‌زمینه نیمه‌شفاف کل صفحه */
#package-lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* محدوده اصلی لایت‌باکس */
#package-lightbox .lightbox-content {
  background: #fff;
  width: 80%;
  max-width: 700px;
  height: 80%;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  overflow: hidden;
}

/* دکمه بستن در گوشه سمت چپ بالا */
#package-lightbox .lightbox-close {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  line-height: 26px;
}

/* iframe محتوای پکیج */
#package-lightbox iframe {
  width: 100%;
  height: 100%;
  border: none;
}
