.elementor-813 .elementor-element.elementor-element-f8659b4{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-49fb7e7 *//* ── إعدادات الهيدر الأساسية ── */
#almiral-custom-header {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  padding: 15px 0;
  transition: all 0.4s ease;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}

/* ── إعدادات الهيدر عند السكرول (عائم ومصغر) ── */
#almiral-custom-header.scrolled {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 1400px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 5px 0;
  border-bottom: none;
}

.admin-bar #almiral-custom-header.scrolled { top: 40px; }

.almiral-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* ── اللوجو ── */
.header-logo { perspective: 1000px; }
.header-logo img { height: 75px !important; width: auto; animation: full-spin 2s infinite linear; transform-style: preserve-3d; }
@keyframes full-spin { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } }

/* ── القائمة الرئيسية ── */
.header-nav ul { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.header-nav > ul > li > a { text-decoration: none; color: #555555; font-weight: 500; position: relative; padding: 10px 0; transition: color 0.3s ease; }
.header-nav > ul > li > a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #0F6E56; transition: width 0.3s ease; }
.header-nav > ul > li > a:hover::after { width: 100%; }

/* ── الأزرار ── */
.header-actions-container { 
  display: flex !important; 
  align-items: center !important; 
  justify-content: flex-end !important; 
  gap: 20px !important; 
}

/* ── حاوية الأزرار عشان ييجوا جنب بعض ── */
.almiral-cta-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── زر اتصل بنا ── */
.almiral-cta-btn { 
  height: 42px; /* توحيد الارتفاع */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; 
  background: #0F6E56; 
  color: #ffffff !important; 
  border-radius: 6px; 
  text-decoration: none; 
  font-weight: 500;
  white-space: nowrap; 
}

/* ── حاوية زر اللغة ── */
.almiral-lang-btn { 
  height: 42px; /* نفس الارتفاع بالظبط */
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent; 
  border: 1px solid #0F6E56; 
  border-radius: 6px; 
  overflow: hidden;
}

/* ── إجبار الإضافة على مسح أي خطوط أو هوامش افتراضية ── */
.almiral-lang-btn div, 
.almiral-lang-btn .trp-language-switcher {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
}

/* ── تظبيط اللينك الداخلي للغة ── */
.almiral-lang-btn a,
.almiral-lang-btn .trp-ls-shortcode-language {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  padding: 0 14px !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #0F6E56 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* ── تأثير الهوفر ── */
.almiral-lang-btn a:hover,
.almiral-lang-btn .trp-ls-shortcode-language:hover {
  background: #0F6E56 !important;
  color: #ffffff !important;
}

/* ── إخفاء أي أيقونات أو أعلام ── */
.almiral-lang-btn img,
.almiral-lang-btn svg { 
  display: none !important; 
}
  
/* ── السوشيال ميديا ── */
.header-social { display: flex; align-items: center; gap: 15px; margin-left: 15px; border-left: 1px solid #e8e8e8; padding-left: 15px; }
.header-social a { color: #555555; font-size: 18px; transition: all 0.3s ease; display: inline-flex; }
.header-social a:hover { color: #0F6E56; transform: translateY(-3px); }

/* ── الموبايل ── */
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 25px; height: 3px; background: #333; margin: 5px; }
@media (max-width: 992px) {
  .header-actions-container { display: none !important; }
  .mobile-menu-toggle { display: block; }
  #almiral-custom-header.scrolled { width: 96%; top: 10px; }
  .header-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; padding: 20px; text-align: center; border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
  .header-nav.open { display: block; }
  .header-nav ul { flex-direction: column; gap: 15px; }
}/* End custom CSS */