/* ✅ إعدادات عامة للتجاوب */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #fff;
  direction: rtl;
  overflow-x: hidden; /* ✅ منع التمرير الأفقي */
  width: 100%;
  max-width: 100vw; /* ✅ ضمان عدم تجاوز عرض الشاشة */
}

/* Default style - Mobile: Transparent navbar */
.navbar {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: white; /* ✅ Default transparent */
  border-radius: 16px;
  padding: 0.8rem 1rem;
  max-width: calc(100% - 2rem); /* ✅ تجاوب مع عرض الشاشة */
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* On larger screens (laptop and up) - White background */
@media (min-width: 769px) {
  .navbar {
    background-color: #fff; /* ✅ Show white only on desktop */
    max-width: 1100px; /* ✅ العرض الكامل فقط على الشاشات الكبيرة */
  }
}


.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 45px;
}

.nav-links {
  display: flex;
  gap: 1rem;
      align-items: center;

      justify-content: center; /* 🔥 وسط الروابط */

}

.nav-links a {
  color: #71767E;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.nav-links a.active {
  background-color: #faf4e3;
  color: #B69947;
  padding: 0.3rem 0.6rem;
  border-radius: 20px;
  border: 1px solid #E2D4BA;
}
.hero-section {
  position: relative;
  background-image: url('../assets/images/slide2.png');
  background-size: cover; /* ✅ خليها cover بس نتحكم بالعرض والارتفاع */
  background-position: center;
  background-repeat: no-repeat;
    min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* للموبايل */
@media (max-width: 768px) {
  .hero-section {
    min-height: 50vh;
    background-position: center center; /* ✅ خليها وسط */
  }

  .hero-title {
    font-size: 28px;
  }
}


.hero-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.hero-section-worker {
  position: relative;
  background-image: url('../assets/images/slide2.png');
  background-size: cover; /* ✅ خليها cover بس نتحكم بالعرض والارتفاع */
  background-position: center;
  background-repeat: no-repeat;
    min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* للموبايل */
@media (max-width: 768px) {
  .hero-section-worker {
    min-height: 50vh;
    background-position: center center; /* ✅ خليها وسط */
  }

  .hero-title-worker {
    font-size: 28px;
  }
}

.hero-overlay-worker {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* عنصر يجمع العنوان + الفلاتر */
.hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}




.hero-title-worker {
  color: #fff;
   font-weight: bold;
  text-align: center;
}


.search-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
 font-family: "Noto Kufi Arabic", sans-serif;
}

.search-select {
  font-size: 14px;
  font-weight: 600;
  color: #10101D;
  padding: 0.8rem 0.5rem 0.8rem 1rem; /* زيادة يمين padding عشان السهم */
  min-width: 200px;
  border: 1px solid #000;
  border-radius: 8px;
  /* width: 33%; */
  background-color: #f9f9f9;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5922 0.194854C14.0369 0.522369 14.1319 1.14837 13.8044 1.59306C13.55 1.93847 13.2956 2.26681 13.0724 2.55277C12.6269 3.12364 12.0135 3.88817 11.3472 4.65563C10.6852 5.41812 9.95112 6.20638 9.26583 6.81188C8.92433 7.11362 8.57138 7.39112 8.22721 7.5986C7.91049 7.78953 7.47529 7.99999 6.99916 8C6.52303 7.99999 6.08781 7.78953 5.77109 7.5986C5.42692 7.39112 5.07397 7.11362 4.73246 6.81188C4.04717 6.20638 3.31314 5.41812 2.6511 4.65563C1.98475 3.88817 1.37143 3.12364 0.925909 2.55277C0.702739 2.26681 0.448292 1.93847 0.1939 1.59306C-0.133615 1.14837 -0.038623 0.522369 0.406071 0.194854C0.584829 0.0631995 0.792892 -0.000172205 0.999089 8.78186e-07L12.9992 3.53644e-07C13.2054 -0.000172747 13.4135 0.0631989 13.5922 0.194854Z' fill='%2310101D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center; /* ← غير الاتجاه لو RTL */
  background-size: 14px 8px;
  direction: rtl;
}


@media (max-width: 768px) {
  .search-filters {
    display: flex; /* كان: none */
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
  }

  .search-select,
  .search-button {
    width: 100%;
    min-width: 0; /* إلغاء الحد الأدنى كي لا يسبب تمدد بعرض أصغر */
  }
}

select ,button{
   font-family: "Noto Kufi Arabic", sans-serif;
}


.search-button {
  background-color: #C6A44B;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}

.login-btn {
  background-color: #B69947;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
    display: inline-flex;
  align-items: center;
  gap: 0.4rem; /* مسافة بين النص والسهم */
}

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 22px;
  height: 2px;
  background: #444;
  border-radius: 3px;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -200%;
  width: 90%;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  padding: 2rem 1.5rem;
  z-index: 9999;
  transition: right 0.3s ease-in-out;
}

.mobile-menu.active {
  right: 0;
}

.mobile-logo {
  width: 80px;
  margin-bottom: 1rem;
}

.menu-text {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.mobile-nav a {
  display: block;
  margin-bottom: 1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.mobile-login-btn {
  display: inline-block;
  background-color: #B69947;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-top: 0.5rem;
}

.close-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links,
  .login-btn,.hiiden {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }

  /* ✅ إصلاح مشكلة العرض على الموبايل */
  .navbar {
    margin: 0 1rem; /* ✅ هامش من الجانبين */
    max-width: calc(100% - 2rem);
  }

  body {
    overflow-x: hidden; /* ✅ منع التمرير الأفقي */
  }

  * {
    max-width: 100%; /* ✅ منع تجاوز أي عنصر لعرض الشاشة */
    box-sizing: border-box;
  }
}


.svg{
    padding-top: 4px;
}




.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* Animation للسلايدر */
@keyframes slideAnimation {
  0% { transform: translateX(0%); }
  33.333% { transform: translateX(0%); }
  38% { transform: translateX(-100%); }
  66.666% { transform: translateX(-100%); }
  71% { transform: translateX(-200%); }
  100% { transform: translateX(-200%); }
}

.slider-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 👈 توزيع النص والزراير */
  align-items: center;
  padding: 4rem 2rem 2.5rem; /* 👈 padding bottom أكبر */
}
.hero-text {
  margin-top: 9rem;
  text-align: center;
}

.hero-content h1 {
  font-size: 2.4rem;
  line-height: 1.6;
  color: white;
  font-weight: 700;
}

/* ========== Responsive Adjustments ========== */
@media (max-width: 992px) {
  .hero-text {
    margin-top: 6rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .hero-text {
    margin-top: 4rem;
    padding: 0 1rem; /* يمنع التزاحم */
  }

  .hero-content h1 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.highlight-svg {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  /* padding: 0 20px 0 40حء; */
}

.highlight-svg .highlight-bg {
  position: absolute;
  bottom: -5px;
  left: 40%;
  transform: translateX(-50%);
  z-index: -1;
  width: 110%;
  height: auto;
}

/* Default for laptop and larger screens */
.footer-btn-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

/* For mobile screens only */
@media (min-width: 768px) {
  .footer-btn-container {
    margin-top: 9rem;
  }
}


.footer-btn {
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}

.footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-buttons {
  margin-top:10rem;
}
/* الأزرار بشكل عام */
.btn {
  padding: 0.7rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

/* ألوان الأزرار */
.btn-gold {
  background-color: #B69947;
}

.btn-purple {
  background-color: #344288;
}

.btn-gray {
  background-color: #a7a4a4;
}


/* ظل وتأثير عند التحويم */
/* Outer + Inner shadows */
.btn-shadow {
  /* inner (vignette) على كل الحواف */
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.20),   /* خط داخلي رفيع غامق */
    inset 0 0 18px 8px rgba(0, 0, 0, 0.35),/* تغميق موزع على الحواف */
    /* outer */
    0 10px 18px rgba(0, 0, 0, 0.28),
    0 18px 36px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background-clip: padding-box; /* يحافظ على الحواف مع الradius */
}

.btn-shadow:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 2px 6px rgba(255, 255, 255, 0.20),
    inset 0 -10px 20px rgba(0, 0, 0, 0.34),
    0 14px 26px rgba(0, 0, 0, 0.32),
    0 28px 54px rgba(0, 0, 0, 0.42);
}

.btn-shadow:active {
  transform: translateY(0);
  box-shadow:
    inset 0 2px 6px rgba(255, 255, 255, 0.25),
    inset 0 -12px 24px rgba(0, 0, 0, 0.40),
    0 6px 12px rgba(0, 0, 0, 0.24),
    0 12px 24px rgba(0, 0, 0, 0.30);
}



/* ========== Responsive ========== */
@media (max-width: 768px) {
  .btn {
    padding: 0.6rem 1.2rem;
    font-size: 15px;
    margin: 0.3rem 0.4rem;
  }
}

@media (max-width: 480px) {
  .btn {
    display: block;
    width: 100%;
    margin: 0.4rem 0;
    padding: 0.8rem 1rem;
    font-size: 14px;
  }
}






.slider-dots {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 5;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: transparent;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #B69947;
  border-color: #B69947;
}


/* about */


.about-section {
  padding: 1.5rem 0;
  background-color: #fff;
}
.about-section-tittle {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  z-index: 2;
}

.about-section-tittle-svg {
  position: absolute;
  bottom: -5px;
  left: -10px;
  z-index: -1; /* أهم شيء: يجعل الدائرة خلف النص */
}




.about-container {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: auto;
}


.about-text {
  /* max-width: 550px; */
  text-align: right;
}

.about-text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.about-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #5c5b5b;
}

.about-text ul {
  padding-right: 1.5rem;
  list-style-type: disc;
  color: #333;
}

.about-text ul li {
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.about-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px; /* ✅ عرض أقصى بدلاً من عرض ثابت */
  height: auto;
  aspect-ratio: 1 / 1; /* ✅ نسبة عرض إلى ارتفاع ثابتة */
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 10px 10px 0 #B69947;
}

.about-slider-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-slide-img {
  position: absolute;
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-slide-img.active {
  opacity: 1;
  z-index: 1;
}
.about-slider-dots {
  text-align: center;
  margin-top: 10px;
}

.about-dot {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

/* النقطة النشطة: دائرة بحواف وبداخلها نقطة صغيرة */
.about-dot.active {
  background-color: transparent;
  border: 1px solid #B69947;
}

.about-dot.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #B69947;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .about-slider-wrapper {
    width: 100%;
    max-width: 400px; /* ✅ عرض أقصى أصغر للتابلت */
    height: auto;
    aspect-ratio: 1 / 1;
    box-shadow: 5px 5px 0 #B69947; /* ✅ ظل أصغر للشاشات الصغيرة */
  }

  .about-slide-img {
    height: 100%;
    object-fit: cover;
  }

  .about-container {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem; /* ✅ هامش داخلي */
  }

  .about-text {
    width: 100%;
    max-width: 100%; /* ✅ ضمان عدم التجاوز */
    text-align: center;
    padding: 0 1rem;
  }

  .about-text h2 {
    font-size: 20px;
  }

  .about-text p {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-text ul {
    padding-right: 1rem;
    text-align: right;
  }

  .about-text ul li {
    font-size: 14px;
  }

  .about-slider-dots {
    margin-top: 1rem;
  }
}

@media (max-width: 600px) {
  .about-section-tittle {
    font-size: 20px;
  }

  .about-dot {
    width: 12px;
    height: 12px;
  }

  .about-dot.active::before {
    width: 8px;
    height: 8px;
  }

  /* ✅ إصلاحات إضافية للموبايل الصغير */
  .about-slider-wrapper {
    max-width: 300px;
    box-shadow: 3px 3px 0 #B69947;
  }

  .about-container {
    gap: 1.5rem;
    padding: 0 0.5rem;
  }

  .about-section {
    padding: 1rem 0;
  }
}


/* end about  */



/*  service */

.service {
  position: relative;
  padding: 5rem 1rem;

}

.service-title-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
}

.service-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.service-section-tittle-svg {
  position: absolute;
  bottom: -5px;
  left: -10px;
  z-index: -1;
}


.svg-pattern {
  position: absolute;
  top: 5;
  left: 0;
  z-index: 0;
}

.service-cards {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.service-card {
  background-color: #f9f7f2;
  padding: 2rem 1rem;
  border-radius: 16px;
  width: 100%;
  max-width: 380px; /* ✅ عرض أقصى بدلاً من عرض ثابت */
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  background-color: #B69947;
  width: 48px;
  height: 48px;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 1rem;
}



.service-card p {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
/* end service */


/* our-services */

.our-services {
  padding: 1rem;
  text-align: center;
}

.service-header {
  margin-bottom: 2rem;
  position: relative;
}

.services-title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 2;
}

.service-svg {
  position: absolute;
  bottom: -5px;
  left: -10px;
  z-index: -1;
}

.services-cards {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.service-card-img {
  position: relative;
  width: 27%;
  height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, .8) 20%,
    #262644 100%
  );
  opacity: 0.4;
  z-index: 1;
}

.service-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}
/* end our-services */




/*  recruitment */
.recruitment-section {
  padding: 1rem;
    overflow-x: hidden;

  position: relative;
  text-align: center;
  background-color: #fff;
}


.countries-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.country-card {
  background-color: #FAF6EE;
  border-radius: 16px;
  padding: 1.5rem;
  width: 250px;
  z-index: 2;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.flag {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  /* margin-bottom: 1rem; */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.country-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0rem 0rem 1rem;
  color: #1E1E1E;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.price {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.price-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.workers-count {
  background: #D9CBA4;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 13px;
}
.background-svg {
  position: absolute;
  bottom: 10%;
  z-index: 0;
}


/*  end recruitment */


.stats-section {
  direction: rtl;
  text-align: right;
  padding: 2rem;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #1E1E1E;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

/* الشكل الأفقي الجديد */
.stat-card-horizontal {
  display: flex;
  align-items: center;
    justify-content: space-between;
  /* gap: 1.2rem; */
  background-color: #F7F9FA;
  padding: 1rem 1rem;
  border-radius: 20px;
  width: 260px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 32px;
  height: 32px;
}

.text-box .label {
  font-size: 16px;
  color: #747885;
  font-weight: 600;
  margin-bottom: 6px;
}

.text-box .number {
  font-size: 24px;
  font-weight: bold;
  color: #10101D;
}


.partners-section {
  padding-top: 2rem;
}

.partners-swiper {
  margin-top: 1rem;
  padding: 1rem 0;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  background-color: #fff;
  padding: 10px;

  border: 1px solid #d4d4d4;
  border-radius: 12px;
  width: 90%;
  /* max-width: 120px; */
  height: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}


.workers-section {
    overflow-x: hidden;
  position: relative;
  padding: 3rem 1rem;
    z-index: 1;
  background-color: #fff;
}
.worker-svg{
  position: absolute;
  left: 0;
  z-index: -1;
}
.worker-svg2{
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.section-header {
  display: flex;
  max-width: 95%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.section-header h2 {
  font-size: 22px;
  font-weight: bold;
  color: #101010;
}

.view-all-btn {
  background-color: #B69947;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
}

.workers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
      z-index: 1;

  justify-content: center;
}

.worker-card {
  border-radius: 16px;
  border: 1px solid rgb(217, 210, 210);
  width: 380px;
    background-color: #fff;

  padding: 1rem;
  text-align: right;
}

.worker-image {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background-color: rgb(241, 219, 177);
  border-radius: 12px;
  margin-bottom: 1rem;
}

.price-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.price-name h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.price {
  font-size: 14px;
  color: #B69947;
  font-weight: bold;
  margin: 0;
}

.price span {
  font-size: 16px;
  font-weight: bold;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tags span {
  background-color: #FAF4E3;
  border: 1px solid #E2D4BA;
  color: #B69947;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 8px;
  font-weight: 600;
}

/* ✅ تفاصيل العمر، الجنسية، اللغة، الديانة */
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0.5rem;
  column-gap: 1rem;
  margin-bottom: 1rem;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #444;
}

.detail-item img {
  width: 14px;
  height: 14px;
}


.card-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.3s;
}

/* حركة عند الظهور */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* حركة عند المرور بالماوس */
.btn-gold,
.btn-outline {
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #a08235;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-outline:hover {
  background-color: #B69947;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.btn-gold {
  background-color: #B69947;
  color: white;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.btn-outline {
  border: 1px solid #B69947;
  color: #B69947;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}






/* ✅ الهواتف */
@media (max-width: 768px) {

  .service-cards,
  .services-cards,
  .countries-grid,
  .stats-container,
  .partners-logos {
    flex-direction: column;
    align-items: center;
  }

  .service-card,
  .country-card,
  .stat-card-horizontal {
    width: 90%;
    max-width: 100%; /* ✅ ضمان عدم التجاوز */
  }

  .service-card-img {
    width: 100%;
  }

  .partners-logos img {
    width: 60%;
  }
}

/* ✅ التابلت */
@media (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    padding: 1rem 2rem;
  }

  .nav-links a {
    font-size: 14px;
  }

  .slider {
    height: 80vh;
  }

  .about-container {
    gap: 2rem;
  }

  .about-slider-wrapper {
    width: 80%;
  }

  .service-card,
  .country-card,
  .stat-card-horizontal {
    width: 45%;
    max-width: 380px; /* ✅ عرض أقصى للتابلت */
  }

  .partners-logos img {
    width: 50%;
  }
}



.contact-section {
    overflow-x: hidden;

  padding: 4rem 1rem;
  background-color: #fff;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-title {
  font-size: 24px;
  font-weight: bold;
  color: #101010;
  margin-bottom: 1.5rem;
  position: relative;
}



.contact-form {
  flex: 1 auto;
}


.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.phone-wrapper {
  display: flex;
  /* width: 100%; */

  padding: 0rem 1rem;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f8f9fa;
  font-size: 14px;
  overflow: hidden;
}
.phone-wrapper .country-code {
  display: flex;

  align-items: center;
  gap: 6px;
  padding: 0 1rem;
  font-size: 14px;
  white-space: nowrap;
}

.phone-wrapper .country-code img {
  width: 22px;
  height: auto;
  border-radius: 3px;
}
.phone-wrapper input {
  padding: 0rem 1rem;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f8f9fa;
  font-size: 14px;
}
.contact-form input,
.contact-form textarea  {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f8f9fa;
  font-size: 14px;
}





.country-code {
  display: flex;
  align-items: center;
  gap: 6px;
  /* padding: 0.6rem 1rem; */
  background-color: #f8f9fa;
  font-size: 14px;
  white-space: nowrap;
  direction: ltr;
}

.country-code img {
  width: 28px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}


.phone-wrapper input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus {
  outline: none;
  border: 1px solid #B69947;
  box-shadow: 0 0 0 2px rgba(182, 153, 71, 0.1);
}

.submit-btn {
  background-color: #B69947;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}


.contact-image img {
  width: 85%;
  height: auto;
  border-radius: 20px;
    box-shadow: 10px 10px 0 #B69947;

}

.contact-form input:focus,
.contact-form textarea:focus,
.phone-input input:focus,
.contact-form input:active,
.contact-form textarea:active,
.phone-input input:active {
  outline: none;
  border: 1px solid #B69947;
  box-shadow: 0 0 0 2px rgba(182, 153, 71, 0.1);
}
.contact-form input,
.contact-form textarea,
.contact-form button,
.phone-input .country-code {
  font-family: 'Noto Kufi Arabic', sans-serif;
}
textarea {
  width: 100%;
  resize: vertical; /* أو none لو مش عايز المستخدم يغير الحجم نهائيًا */
}

.footer {
  background: #262644;
  color: #fff;
  overflow:  hidden;
  position: relative;
  padding: 2rem 1rem 1rem;
  direction: rtl;
}

.footer-bg {
  position: absolute;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.footer-bg-right {
  position: absolute;
  right:  0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}




.footer-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}
.footer-section {
  grid-column: span 3;
}

.footer-section.logo-section {
  grid-column: span 6;
}



.footer-section h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 0.7rem;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.footer-logo {
  width: 120px;
  border-radius: 10px;
  background-color: white;
  padding: 5px;
  margin-bottom: 0.5rem;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  max-width: 300px;
  margin-bottom: 1rem;
}

.social-icons a img {
  width: 24px;
  margin-left: 10px;
  transition: 0.3s ease;
}
.social-icons a  {
text-decoration: none;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #ccc;
}


.scroll-top-btn {
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at center, #b8943a, #8b6c23);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 5px rgba(255, 215, 100, 0.3);
  z-index: 999;
  transition: transform 0.3s ease;
}

.scroll-top-btn:hover {
  transform: scale(1.1);
}

.floating-buttons {
  position: absolute;
  top: 20%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.circle-btn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

html {
  scroll-behavior: smooth;
}
.circle-btn img {
  width: 24px;
}

.circle-btn:hover {
  transform: scale(1.1);
}

.circle-btn.whatsapp {
  background: radial-gradient(circle at center, #4CAF50, #128C7E);
  box-shadow: 0 0 15px 5px rgba(37, 211, 102, 0.4);
}

.circle-btn.call {
  background: radial-gradient(circle at center, #caa448, #8b6c23);
  box-shadow: 0 0 15px 5px rgba(202, 164, 72, 0.4);
}


@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-section.logo-section {
    grid-column: span 2;
    text-align: right;
  }

  .footer-section {
    grid-column: span 1;
    text-align: right;
  }

  .footer-section ul li a {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
    .scroll-top-btn {
    right: 10px;
    bottom: 20px;
    /* position: fixed; */
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-section,
  .footer-section.logo-section {
    grid-column: span 1;
  }

  .footer-section ul li a {
    justify-content: right;
  }

  .social-icons {
    justify-content: right;
  }

  .floating-buttons {
    left: 10px;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .scroll-top-btn {
    right: 10px;
    bottom: 20px;
    /* position: fixed; */
  }
}


.profile-header-section {
  background-color: #F8F5ED;
  padding: 2rem 1rem;
}

.profile-header-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  margin-top: 5rem; /* ✅ زود أو قلل حسب الحاجة */
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.breadcrumb {
  align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
  color: #10101D;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.breadcrumb a {
  color: #10101D;
  text-decoration: none;
  font-weight: bold;
}

.profile-image-box {
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 1rem;
  background-color: white;
}

.profile-image-box img {
  background-color: #E8DFC6;
  max-width: 400px;
  border-radius: 12px;

}

.download-btn-container {
  align-self: flex-end;
}

.download-btn {
  background-color: #C6A44B;
  color: white;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #b1903f;
}


.personal-info-section {
  background-color: #F8F5ED;
  padding: 1rem;
}

.info-box {
  max-width: 1300px;
  margin: auto;
  background: white;
  border-radius: 16px;
  padding: 1rem 2rem 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
}




.info-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DADCE0;
  border-radius: 12px;
  padding: 0 0;
  background-color: #fff;
  /* gap: 1rem; */
  direction: rtl;
}
.info-card.full-width {
  grid-column: span 2;
}

.info-text{
  padding: 0 10px;
}
.info-text .label {

  font-size: 12px;
  color: #8B8D8B;
  margin-bottom: 4px;
}

.info-text .value {
  font-size: 14px;
  font-weight: bold;
  color: #10101D;
}
/* .value {
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
} */

.value.available {
  background-color: #E3F9E5; /* أخضر فاتح */
  color: #2E7D32; /* أخضر غامق */
  border: 1px solid #A5D6A7;
    margin-bottom: 5px;
      text-align: center;
  border-radius: 12px;


}

.value.unavailable {
  background-color: #FFEBEE; /* أحمر فاتح */
  color: #C62828; /* أحمر غامق */
  border: 1px solid #EF9A9A;
    text-align: center;
      border-radius: 12px;


}


.worker-info-section .info-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 أعمدة متساوية */
  gap: 1rem;
}

.worker-info-section .info-card {
  grid-column: span 2; /* كل كارت ياخد عمودين */
}

.worker-info-section .info-card.full-width {
  grid-column: span 3; /* الكروت الكبيرة تاخد 3 أعمدة */
}



.Physical_House_section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #f9f7f2;
  padding: 2rem;
  border-radius: 12px;
  justify-content: center;
}

.Physical_Info_section,
.House_Skills_section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  flex: 1 1 500px;
  max-width: 620px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: right;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #eee;
  border-radius: 12px;
}

.icon {
  font-size: 20px;
}

.label {
  font-size: 14px;
  font-weight: bold;
  color: #101010;
}

.value {
  margin-left: auto;
  font-size: 14px;
  color: #444;
}




.info-card-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #DADCE0; */
  /* border-radius: 12px; */
  padding: 0 0;
  background-color: #fff;
  /* gap: 1rem; */
  direction: rtl;
}
.info-grid-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 أعمدة متساوية */
  gap: 1rem;
}

.extra-image{
  margin-bottom: 2rem;
}


