.ys_dir { direction: rtl !important; }

p, span, h1, h2, h3, h4, h5, ul, li, a, input, select, textarea, form { direction: rtl !important;}
.features-content {text-align: right;}
.header-contact { float: left;}

.hero-title, .hero-subtitle, .hero-bottom, .menu-item-has-children
{direction: rtl !important; text-align: right; right: 0 !important; left: auto !important;}

.radioselect,
.form-control,
.form-select,
textarea,
input {
	direction: rtl !important; text-align: right; right: 0 !important;
	padding: 0 25px 0 29px;
	padding-left: 45px;
}

.tab-sub-title {font-size: 11px; color: var(--body-color); padding-right: 7px; }

.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    /* محتوى البوب أب */
    .popup-content {
      position: relative;
      height: 77vh; /* 70% من ارتفاع الشاشة */
      margin-top: 11vh; /* 15% هامش علوي */
      margin-bottom: 11vh; /* 15% هامش سفلي */
    }

    .popup-content img {
      height: 100%;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    /* زر الإغلاق */
    .close-btn {
      position: absolute;
      top: -20px;
      right: -20px;
      background-color: #fff;
      border: none;
      font-size: 20px;
      cursor: pointer;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }