/*
Theme Name: Zakra Child
Theme URI: https://saeyserv.com/
Description: Child theme for Zakra theme
Author: Ahmed
Author URI: https://saeyserv.com/
Template: zakra
Version: 1.0.0
*/

/* ازرار قائمة تطبيق الجوال */
.custom-footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #028a40;
  color: #fff;
  border-top: 1px solid #028a40;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 9999;
}

.custom-footer-nav a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.custom-footer-nav i {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.custom-footer-nav a:hover,
.custom-footer-nav a:focus,
.custom-footer-nav a:active {
  color: #fff !important;       /* نفس اللون العادي */
  background: transparent !important; /* مفيش خلفية */
  text-decoration: none !important;   /* مفيش خط تحت */
}

/* اعادة الفوتر لمكانة بعد ازالة شربط الموبايل Tutor LMS */
body.tutor-screen-frontend-dashboard {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/* اخفاء شريط الموبايل Tutor LMS */
  #tutor-dashboard-footer-mobile {
    display: none !important; /* نخفي شريط الموبايل */
  }
  
/* تكبير خط كل مكونات Tutor LMS */
[class*="tutor"],
.tutor,
.tutor-container,
.tutor-wrap,
.tutor-dashboard,
.tutor-course-content,
.tutor-lesson-content,
.tutor-single-course-segment,
.tutor-course-builder,
.tutor-course-builder-wrap,
.tutor-dashboard-content,
.tutor-dashboard-sidebar {
    font-size: 21px !important;
    line-height: 1.7em !important;
}

/* أي عناوين داخل Tutor LMS */
[class*="tutor"] h1,
[class*="tutor"] h2,
[class*="tutor"] h3,
[class*="tutor"] h4,
[class*="tutor"] h5,
[class*="tutor"] h6 {
    font-size: 23px !important;
    line-height: 1.6em !important;
    font-weight: bold !important;
}



/* اظهار لوحة التحكم على الموبايل Tutor LMS */
@media (max-width: 768px) {
  .tutor-dashboard-left-menu {
    display: block !important;
    visibility: visible !important;
  }
}
/* مسافة فوق وتحت محتوى صفحات Tutor LMS */
.single-lp_course .site-content,
.tutor-dashboard,
.tutor-wrap,
.tutor-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}