.elementor-14 .elementor-element.elementor-element-049a07e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-d469705{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-d469705{--margin-top:-18px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-d469705{--margin-top:-8px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2a5ba47 *//* ====== الأساسيات ====== */

.eco-header {

  font-family: 'Cairo', sans-serif; 

  background: #fff;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 

  position: relative;

  z-index: 9999;

}



/* الشريط العلوي */

.eco-header .top-bar {

  display: flex;

  justify-content: space-between;

  align-items: center; 

  padding: 8px 20px;

  background: #7BAE66; 

  color: #fff;

}

.eco-header .top-bar a {

  color: #fff; text-decoration: none; opacity: 0.9;

  display: inline-flex; align-items: center; gap: 6px; transition: 0.3s;

}

.eco-header .top-bar a:hover { color: #E3B505; opacity: 1; }

.eco-header .contact-info, .eco-header .social-links { display: flex; gap: 15px; }



/* الهيدر الرئيسي */

.eco-header .main-header {

  display: flex; justify-content: space-between; align-items: center;

  padding: 10px 20px; height: 90px;

}

.eco-header .logo .logo-img { width: 160px; height: auto; display: block; }



/* القائمة الرئيسية */

.eco-header .nav-menu { flex-grow: 1; text-align: center; }

.eco-header .nav-menu ul { list-style: none; display: flex; justify-content: center; margin: 0; padding: 0; gap: 20px; }

.eco-header .nav-menu ul li { position: relative; }



/* روابط القائمة العلوية */

.eco-header .nav-menu ul li > a {

  text-decoration: none; color: #2F3E46; font-weight: 700; font-size: 16px;

  padding: 15px 5px; display: flex; align-items: center; gap: 8px; transition: 0.3s;

}

.eco-header .nav-menu ul li > a:hover { color: #7BAE66; }

.eco-header .nav-menu ul li > a i { color: #7BAE66; }



/* =========================================

   تنسيق القائمة المنسدلة المقسمة (Dropdown Categories)

   ========================================= */

.services-checkbox, .mobile-dropdown-toggle { display: none; }

.dropdown-icon-desktop { font-size: 12px; transition: 0.3s; margin-right: 5px; }



/* حاوية القائمة المنسدلة */

.eco-header .nav-menu .dropdown-menu {

    display: block; 

    position: absolute;

    top: 100%;

    right: 0; 

    width: 260px; /* عرض القائمة */

    background: #fff;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    padding: 10px 0;

    margin-top: 10px;

    border-top: 4px solid #E3B505;

    border-radius: 0 0 8px 8px;

    z-index: 1000;

    opacity: 0; visibility: hidden; transform: translateY(10px);

    transition: all 0.3s ease;

    text-align: right;

}



/* إظهار القائمة */

.eco-header .nav-menu ul li.has-dropdown:hover .dropdown-menu {

    opacity: 1; visibility: visible; transform: translateY(0);

}

.eco-header .nav-menu ul li.has-dropdown:hover .dropdown-icon-desktop { transform: rotate(180deg); }



/* تنسيق روابط الفئات (Categories) */

.eco-header .nav-menu .dropdown-menu .cat-link {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 12px 20px;

    color: #2F3E46;

    font-weight: 700;

    font-size: 15px;

    border-bottom: 1px solid #f0f0f0;

    background: #fff;

    width: 100%;

}

.eco-header .nav-menu .dropdown-menu .cat-link:hover {

    background: #f9f9f9;

    color: #7BAE66;

}

.eco-header .nav-menu .dropdown-menu .cat-link .sub-arrow {

    font-size: 12px; color: #ccc;

}



/* --- القائمة الفرعية الجانبية (Sub-menu Desktop) --- */

.eco-header .nav-menu .dropdown-menu .sub-menu-list {

    position: absolute;

    top: 0;

    right: 100%; /* تظهر على يسار القائمة الرئيسية */

    width: 240px;

    background: #fff;

    box-shadow: -5px 5px 20px rgba(0,0,0,0.1);

    border-radius: 8px;

    padding: 10px 0;

    display: none; /* مخفية افتراضياً */

    border-left: 3px solid #7BAE66;

}



/* إظهار القائمة الفرعية عند هوفر الفئة */

.eco-header .nav-menu .dropdown-menu li.has-sub-menu:hover .sub-menu-list {

    display: block;

}



/* روابط الخدمات النهائية */

.eco-header .nav-menu .dropdown-menu .sub-menu-list li a {

    padding: 10px 15px;

    font-size: 14px;

    color: #555;

    font-weight: 600;

    display: block;

    border-bottom: 1px dashed #eee;

    transition: 0.2s;

}

.eco-header .nav-menu .dropdown-menu .sub-menu-list li a:hover {

    color: #E85C41; /* برتقالي */

    padding-right: 20px;

    background: #fffbfb;

}



/* زر CTA */

.eco-header .cta-btn {

  background: #E85C41; color: #fff; padding: 12px 30px; text-decoration: none;

  border-radius: 50px; font-weight: 700; display: flex; align-items: center; gap: 8px;

  transition: 0.3s;

}

.eco-header .cta-btn:hover { background: #d44a30; transform: translateY(-2px); }

.eco-header .cta-btn i { color: #fff !important; }



/* =========================================

   6. الموبايل (Responsive Mobile)

   ========================================= */

.menu-checkbox { display: none; }

.menu-toggle {

    display: none; flex-direction: column; justify-content: space-around; cursor: pointer;

    border: 2px solid #7BAE66; padding: 8px; border-radius: 8px; width: 45px; height: 40px;

}

.menu-toggle span { height: 3px; width: 100%; background: #7BAE66; border-radius: 2px; }



@media (max-width: 991px) {

  .eco-header .cta-btn.desktop-cta, .eco-header .nav-menu, .dropdown-icon-desktop { display: none; }

  .menu-toggle { display: flex; }



  /* القائمة الجانبية للموبايل */

  .menu-checkbox:checked + .menu-toggle + .nav-menu {

      display: block; position: absolute; top: 100%; right: 0; left: 0;

      background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.1);

      max-height: 85vh; overflow-y: auto; border-top: 3px solid #E3B505;

      z-index: 9990; padding-bottom: 20px;

  }

  

  .eco-header .nav-menu ul { flex-direction: column; gap: 0; }

  .eco-header .nav-menu ul li { width: 100%; border-bottom: 1px solid #eee; }

  .eco-header .nav-menu ul li > a { padding: 15px 20px; width: 100%; justify-content: flex-start; }



  /* زر فتح الدروب داون الرئيسي للموبايل */

  .mobile-dropdown-toggle {

      display: flex; justify-content: center; align-items: center;

      position: absolute; left: 0; top: 0; height: 54px; width: 60px;

      background: #fcfcfc; border-right: 1px solid #eee; cursor: pointer; color: #7BAE66;

  }

  .services-checkbox:checked ~ .mobile-dropdown-toggle { background: #E3B505; color: #fff; }

  .services-checkbox:checked ~ .mobile-dropdown-toggle i { transform: rotate(180deg); }



  /* القائمة المنسدلة للموبايل */

  .eco-header .nav-menu .dropdown-menu {

      position: static; width: 100%; max-height: 0; opacity: 1; visibility: visible;

      transform: none; box-shadow: none; border: none; margin: 0; background: #fbfbfb;

      overflow: hidden; padding: 0; transition: max-height 0.5s ease;

  }

  .services-checkbox:checked ~ .dropdown-menu { max-height: 2000px; border-top: 1px solid #eee; }



  /* --- تنسيق الفئات داخل الموبايل (Accordion) --- */

  .eco-header .nav-menu .dropdown-menu .cat-link {

      background: #f4f4f4; border-bottom: 1px solid #ddd; padding: 15px 30px 15px 20px;

  }

  .eco-header .nav-menu .dropdown-menu .cat-link .sub-arrow {

      transition: transform 0.3s;

  }



  /* القائمة الفرعية (الخدمات) في الموبايل */

  .eco-header .nav-menu .dropdown-menu .sub-menu-list {

      position: static; box-shadow: none; width: 100%; border-left: none;

      background: #fff; display: none; padding: 0; border-radius: 0;

  }

  

  /* كلاس يتم إضافته بالجافا سكريبت لفتح القائمة */

  .eco-header .nav-menu .dropdown-menu li.active-sub .sub-menu-list {

      display: block;

      animation: fadeIn 0.3s ease;

  }



  .eco-header .nav-menu .dropdown-menu .sub-menu-list li a {

      padding: 12px 50px 12px 10px; /* إزاحة كبيرة لليمين */

      font-size: 14px; color: #666; border-bottom: 1px solid #f9f9f9;

  }

  .eco-header .nav-menu .dropdown-menu .sub-menu-list li a::before {

      content: '•'; color: #E3B505; margin-left: 8px; font-size: 18px;

  }

  

  @keyframes fadeIn {

      from { opacity: 0; transform: translateY(-5px); }

      to { opacity: 1; transform: translateY(0); }

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ac9fa2 *//* تنسيق حاوية البحث المنفصلة - نسخة رشيقة (Slim) */
.eco-search-bar-container {
    background: #ffffff; /* جعلها بيضاء لتلتحم بالمنيو */
    padding: 8px 20px;   /* تقليل الـ Padding جداً ليكون نحيفاً */
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    z-index: 999;
    font-family: 'Cairo', sans-serif;
}

.search-inner {
    max-width: 900px;    /* عرض أضيق في المنتصف ليكون أنيقاً */
    margin: 0 auto;
}

.eco-search-form {
    display: flex;
    gap: 8px;           /* مسافة صغيرة بين المدخل والزر */
    align-items: center;
}

.search-input-wrapper {
    position: relative;
    flex-grow: 1;
}

.search-icon {
    position: absolute;
    right: 12px;        /* مكان الأيقونة */
    top: 50%;
    transform: translateY(-50%);
    color: #7BAE66;
    font-size: 14px;
}

.eco-search-form input {
    width: 100%;
    padding: 8px 35px 8px 15px;
    border: 1px solid #e0e0e0; 
    border-radius: 6px;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    background: #fcfcfc;
}

.eco-search-form input:focus {
    border-color: #7BAE66;
    background: #fff;
    box-shadow: 0 0 5px rgba(123, 174, 102, 0.2);
}

.search-submit-btn {
    background: #7BAE66;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
}

.search-submit-btn:hover {
    background: #2F3E46;
}

/* للموبايل: الحفاظ على الانسيابية لعدم استهلاك مساحة طولية */
@media (max-width: 600px) {
    .eco-search-bar-container {
        padding: 5px 15px; 
    }
    .eco-search-form {
        flex-direction: row; /* يظل الزر بجانب البحث */
    }
    .search-submit-btn {
        padding: 8px 12px;
        width: auto;
    }
    .eco-search-form input {
        padding: 6px 30px 6px 10px;
        font-size: 13px;
    }
}/* End custom CSS */