.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-glass {
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.download-btn {
  background: rgba(230, 57, 70, 0.85);
  color: #fff !important;
}

.download-btn:hover {
  background: rgba(230, 57, 70, 1);
  color: #000;
}

.more-btn {
  background: rgba(34, 197, 94, 0.8);
  color: #fff !important;
}

.more-btn:hover {
  background: rgba(34, 197, 94, 1);
  color: #000;
}

.btn-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.popup-header {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.popup-close {
  position: absolute;
  left: 15px;   /* دکمه کلوز در سمت چپ */
  top: 15px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}

.popup-content {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
  font-size: 14px;

  /* اسکرول سمت راست */
  direction: ltr;        
  text-align: justify;
}

/* متن داخل همچنان RTL */
.popup-content * {
  direction: rtl;
  unicode-bidi: embed;
}

/* اسکرول‌بار سفارشی */
.popup-content::-webkit-scrollbar {
  width: 8px;
}
.popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.popup-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.popup-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.popup-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #eee;
}/* End custom CSS */