/* الزر الثابت */
#greensport-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: white;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
#greensport-btn:hover {
  transform: scale(1.05);
}

/* القائمة الجانبية */
#greensport-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 310px;
  height: 100vh;
  background: #f9f9f9;
  color: #000;
  z-index: 9998;
  box-shadow: -4px 0 10px rgba(0,0,0,0.2);
  padding: 20px;
  transition: right 0.4s ease;
  overflow-y: auto;
  font-family: sans-serif;
}

/* عند فتح القائمة */
#greensport-panel.open {
  right: 0;
}
/* خلفية الشريط */
.promotion-banner {
    background: #fff !important;
}

/* القائمة المتحركة */
.promotion-banner ul {
    background: #fff !important;
}

/* جميع النصوص داخل الشريط */
.promotion-banner,
.promotion-banner li,
.promotion-banner a,
.promotion-banner span {
    color: #16a34a !important; /* Green */
}

/* في حالة وجود Hover */
.promotion-banner a:hover {
    color: #15803d !important;
}
/* العناوين */
#greensport-panel h3 {
  font-size: 20px;
  margin-top: 10px;
  color: #111;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

#greensport-panel label {
  display: block;
  margin: 8px 0;
  font-weight: 600;
  cursor: pointer;
}

#greensport-panel input[type="radio"] {
  margin-right: 8px;
}

/* زر عرض الباقة */
#greensport-panel .view-btn {
  margin-top: 20px;
  background: #000;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

/* رسائل التطمين */
#greensport-panel .info {
  margin-top: 
    
    
    
    16px;
  font-size: 13px;
  background: #eaeaea;
  padding: 10px;
  border-radius: 6px;
  line-height: 1.6;
}


/* زر مستطيل ملتصق يسار الشاشة */
#sports-inquiry-btn {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0a4d27;
  color: white;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  border: none;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 2px 4px 15px rgba(0,0,0,0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: 0.3s;
}

#sports-inquiry-btn:hover {
  background-color: #0f703b;
}

/* نافذة الاستفسارات */
#sports-inquiry-options {
  position: fixed;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  padding: 16px 14px;
  display: none;
  z-index: 9999;
  width: 270px;
  max-width: 90vw;
  font-family: 'Arial', sans-serif;
  direction: rtl;
}

#sports-inquiry-options .header {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
  text-align: right;
}

.inquiry-option {
  background-color: #f7f7f7;
  border: none;
  color: #333;
  font-size: 14px;
  text-align: right;
  padding: 10px 12px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.inquiry-option:hover {
  background-color: #e6fff0;
}


.topnav-is-dark .top-navbar{background-color:transparent!important;border-bottom:none}.inner{border-bottom-left-radius:20px;border-bottom-right-radius:20px}@media screen and (min-width:300px){.grid-flow-row{grid-auto-flow:column}.banner-entry{height:115px}}@media screen and (min-width:500px){.banner-entry{height:190px}}@media screen and (min-width:992px){.banner-entry{height:274px}}@media screen and (min-width:1200px){.banner-entry{height:361px}}body{overflow-x:hidden}#app,.main-wrapper,body{width:100%!important}.container,.container-fluid,.container-lg,.container-xl,.container-xxl{max-width:95%!important;width:95%!important}