/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Cairo', "Tajawal","Open Sans" , sans-serif; /* تطبيق خط Cairo على جميع النصوص */
  font-size: 22px;
  background: #0c0b09;
  color: #fff;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:18px;
	right:19px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}

/* الكود الخاص بزر الاتصال فقط */
.unique-call-btn {
  position: fixed !important;
  width: 55px !important;
  height: 55px !important;
  bottom: 20px !important;
  left: 20px !important; /* الموقع جهة اليسار */
  background-color: #00adef !important; /* اللون السماوي */
  color: #ffffff !important;
  border-radius: 50% !important;
  text-align: center !important;
  font-size: 25px !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3) !important;
  z-index: 999999 !important; /* طبقة علوية جداً */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: transform 0.3s ease;
}

/* لضمان أن الأيقونة فقط هي التي تتأثر ولا يظهر أي نص وصف */
.unique-call-btn .icon-center {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: inline-block !important;
}

/* تأثير عند تمرير الماوس */
.unique-call-btn:hover {
  transform: scale(1.1);
  color: #ffffff !important;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}

.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
}@media (max-width: 991px) {
    /* حاوية الهيدر */
    #header .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; /* يضمن وجود مسافة بين الطرفين */
        flex-direction: row !important; /* نثبت الاتجاه العادي */
    }

    /* دفع الشعار لليمين */
    .logo {
        margin-left: auto !important; /* يدفع الشعار لليمين في الأنظمة التي تدعم الاتجاه العربي */
        margin-right: 0 !important;
        order: 2; /* نجعل ترتيب الشعار هو الثاني برمجياً ليظهر يميناً */
    }

    /* دفع زر القائمة (الهامبرغر) لليسار */
    .mobile-nav-toggle {
        margin-left: 0 !important;
        margin-right: auto !important;
        order: 1; /* نجعل ترتيب الزر هو الأول برمجياً ليظهر يساراً */
    }
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: #cda45e;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d9ba85;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cda45e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}



/* الحاوية الرئيسية للسلايدر */
.slider-container {
    width: 100%;
    height: 100vh; /* ملء الشاشة */
    position: relative;
    overflow: hidden;
    background-color: #222; /* لون احتياطي حتى تظهر الصور */
}

/* تنسيق الشريحة الواحدة */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    
    /* جعل المحتوى في الأسفل والمنتصف */
    display: flex;
    align-items: flex-end; /* دفع النص للأسفل */
    justify-content: center; /* توسيط النص أفقياً */
}

/* تعتيم خلفية الصورة لبروز النص */
.slide::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
}

.slide.active {
    opacity: 1;
}

/* تنسيق حاوية النصوص والأزرار */
.content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: white;
    width: 90%;
    max-width: 800px;
    margin-bottom: 100px; /* المسافة عن الحافة السفلية */
    padding: 20px;
}

.title1 {
    font-family: inherit; /* سيأخذ نفس الخط المستخدم في الموقع (الوصف) */
    font-weight: bold;    /* يجعله عريضاً ليميزه كعنوان */
    font-size: 1ز8rem;    /* يمكنك التحكم في الحجم من هنا */
}

.description1 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* تنسيق زر الانتقال */
.btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ff9800;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s ease;
}

.btn:hover {
    background-color: #e68a00;
    transform: scale(1.05);
}

/* تنسيق الأسهم الجانبية */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
}

.next { right: 0; border-radius: 5px 0 0 5px; }
.prev { left: 0; }

.prev:hover, .next:hover { background: #ff9800; }

/* تنسيق النقاط السفلية (المؤشرات) */
.dots-container {
    position: absolute;
    bottom: 30px; /* تقع تحت النص مباشرة */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active { 
    background-color: #ff9800; 
    width: 25px; 
    border-radius: 10px; 
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../images/backg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Tajawal";
  font-size: 60px;
  text-align: center;
}

#hero h1 span 
{
  color: #cda45e;
}

#hero h2 
{
  color: #eee;
  margin-bottom: 10px 0 0 0;
  text-align: center;
  font-size: 22px;
  font-family: "Tajawal";
  margin-top: 20px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1366px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }

  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Chefs Section - السكشن الأول (النسخة الكاملة والمصححة)
--------------------------------------------------------------*/

.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0 20px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer; /* إضافة مؤشر اليد عند التأشير */
}

/* تأثير وتوحيد حجم الصورة مع إضافة التكبير (Zoom) */
.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
  height: 250px; /* الارتفاع الثابت للكمبيوتر */
}

.chefs .chef-member .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; /* إضافة خاصية التكبير الناعم */
}

/* تفعيل التكبير عند تمرير الماوس */
.chefs .chef-member:hover .member-img img {
  transform: scale(1.1);
}

/* تعديل منطقة النص لكي يظهر الوصف كاملاً */
.chefs .chef-member .member-info {
  padding: 20px 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 180px; 
}

/* تنسيق العنوان مع إضافة الخط الذهبي */
.chefs .chef-member .member-info span {
  display: inline-block;
  position: relative; /* ضروري لموضع الخط الذهبي */
  font-size: 18px;
  font-weight: 700;
  color: #37373f;
  margin-bottom: 10px;
  padding-bottom: 8px; /* مسافة للخط الذهبي */
}

/* إنشاء الخط الذهبي */
.chefs .chef-member .member-info span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4af37;
  transition: width 0.4s ease;
}

/* تمدد الخط الذهبي عند تمرير الماوس */
.chefs .chef-member:hover .member-info span::after {
  width: 80%;
}

/* الوصف كاملاً */
.chefs .chef-member .member-info p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(33, 37, 41, 0.8);
  margin-bottom: 0;
  display: block; 
  overflow: visible; 
  text-overflow: clip;
}

/* حركة المربع بالكامل عند الهوفر */
.chefs .chef-member:hover {
  transform: translateY(-7px);
  box-shadow: 0px 10px 30px rgba(55, 55, 63, 0.15);
}

/* --- الضبط الخاص بشاشة الجوال لضمان ظهور الصورة كاملة --- */
@media (max-width: 768px) {
  .chefs .chef-member .member-img {
    height: auto !important; /* إلغاء الارتفاع الثابت لتظهر الصورة كاملة */
    min-height: 200px;
  }

  .chefs .chef-member .member-img img {
    height: auto !important;
    object-fit: contain !important; /* يمنع قص أجزاء من الصورة في الجوال */
  }

  .chefs .chef-member .member-info {
    min-height: auto !important; /* يتمدد المربع بحسب طول الوصف */
  }
}


/*-------------------------------------------------------------------------------------------------------------------*/

/* --- تنسيق السكشن الثاني (مربعات متقاربة جداً ومتوسطة) --- */

#chefs {
    padding: 60px 0;
    display: flex;
    align-items: center; /* لضمان التوسط الرأسي إذا كان هناك ارتفاع محدد */
    justify-content: center;
}

#chefs .container {
    /* هوامش جانبية ثابتة لضمان بقاء السكشن في المنتصف بعيداً عن أطراف الشاشة */
    padding-left: 25px !important; 
    padding-right: 25px !important;
    max-width: 1200px; /* يمكنك تصغير هذا الرقم لجعل السكشن أكثر تمركزاً في الوسط */
    margin-left: auto !important;
    margin-right: auto !important;
}

/* تقليل المسافات بين المربعات إلى الحد الأدنى (لمنع التلاصق التام) */
#chefs .row {
    --bs-gutter-x: 4px !important; /* مسافة أفقية بسيطة جداً 4 بكسل */
    --bs-gutter-y: 6px !important; /* مسافة رأسية بسيطة جداً 6 بكسل */
    justify-content: center; /* لتوسيط المربعات إذا كان عددها أقل من 4 في الصف */
}

/* توحيد مقاس المربعات والصور */
#chefs .chef-member {
    border-radius: 4px; /* زوايا أقل حدة لتناسب التقارب */
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

#chefs .chef-member .member-img {
    height: 180px; 
    width: 100%;
}

#chefs .chef-member .member-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* منطقة النص تحت الصورة */
#chefs .member-info {
    min-height: 50px !important;
    padding: 8px 5px !important;
}

#chefs .member-info span {
    font-size: 14px;
    font-weight: 700;
}

/* --- ضبط الجوال (صورتين متقاربتين في المنتصف) --- */
@media (max-width: 768px) {
    #chefs .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #chefs .row {
        --bs-gutter-x: 3px !important; /* تقارب أكبر في الجوال */
        --bs-gutter-y: 5px !important;
    }

    #chefs .chef-member .member-img {
        height: 130px; /* ارتفاع مناسب للصورتين بجانب بعضهما */
    }
    
    #chefs .member-info span {
        font-size: 11px;
    }
}


/* تأثير تكبير الصور عند تمرير الماوس */
.chefs .chef-member .member-img img {
    transition: transform 0.5s ease !important; /* سرعة الحركة */
}

.chefs .chef-member:hover .member-img img {
    transform: scale(1.1) !important; /* نسبة التكبير 10% */
}


/* تنسيق الخط الذهبي تحت النص */
.chefs .chef-member .member-info span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px; /* مسافة للخط */
}

.chefs .chef-member .member-info span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%; /* يبدأ من المنتصف */
    transform: translateX(-50%);
    background-color: #d4af37; /* اللون الذهبي */
    transition: width 0.4s ease;
}

/* تمدد الخط عند تمرير الماوس */
.chefs .chef-member:hover .member-info span::after {
    width: 60%; /* طول الخط الذهبي */
}



#chefs {
    position: relative;
    padding: 60px 0;
    width: 100%;
    /* لون غامق ثابت في الخلفية ليملأ الفراغات */
    background-color: #000; 
    background-image: url('../images/backgraond.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* للكمبيوتر تظل كاملة */
}

/* طبقة التظليل */
#chefs::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); 
    z-index: 1;
}

#chefs .container {
    position: relative;
    z-index: 2;
}

/* --- الضبط الخاص بشاشة الجوال --- */
@media (max-width: 768px) {
    #chefs {
        /* بدلاً من cover نستخدم 100% لضمان ظهور عرض الصورة بالكامل */
        background-size: 100% auto !important; 
        
        /* نثبت الصورة في الأعلى لكي لا تتكرر بشكل سيء */
        background-position: top center !important;
        
        /* نجعل الخلفية تتكرر إذا كان السكشن طويلاً جداً أو نتركها سوداء من الأسفل */
        background-repeat: repeat-y !important; 
        
        /* تقليل الحشو ليتناسب مع الجوال */
        padding: 20px 0;
    }
}


/*--------------------------------------------------------------
# sechtion3
--------------------------------------------------------------*/

/* تنسيق السكشن الجديد بالخلفية السوداء */
.gallery-section {
  background-color: #000;
  padding: 80px 0;
}

.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 400px; /* حجم كبير للصور */
  cursor: default;
  background: #1a1a1a; /* لون احتياطي */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: brightness(0.8); /* الصور تكون داكنة قليلاً في البداية لتبرز الكتابة */
}

/* طبقة النص */
.gallery-section .gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end; /* النص في الأسفل */
  justify-content: center; /* النص في المنتصف */
  padding-bottom: 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 40%);
  transition: 0.4s;
}

.gallery-section .gallery-info span {
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}

/* الخط الذهبي الصغير */
.gallery-section .gallery-info span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4af37;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- الحركة الجديدة المبدعة بدلاً من التشويش --- */

.gallery-section .gallery-item:hover {
  transform: translateY(-10px); /* يرتفع المربع للأعلى قليلاً */
  box-shadow: 0px 15px 35px rgba(212, 175, 55, 0.2); /* توهج ذهبي خفيف جداً في الظل */
}

.gallery-section .gallery-item:hover img {
  filter: brightness(1.1); /* تصبح الصورة مشعة وأكثر سطوعاً بدلاً من التشويش */
  transform: scale(1.05); /* تكبير بسيط جداً يعطي إحساساً بالعمق */
}

.gallery-section .gallery-item:hover .gallery-info span::after {
  width: 60px; /* تمدد الخط الذهبي */
}

/* ضبط الجوال (صورة واحدة بحجم كبير) */
@media (max-width: 768px) {
  .gallery-section .gallery-item {
    height: 350px;
    margin-bottom: 10px;
  }
  
  .gallery-section .gallery-info span {
    font-size: 18px;
  }
}

/* تنسيق السكشن العام */
.services {
  padding: 80px 0;
  background-color: #fff;
  direction: rtl; 
}

/* ضبط المسافات بين الصورة والنص */
.services-list.custom-spacing-left {
  padding-right: 60px; /* مسافة لتبتعد عن الصورة الموجودة يمينها */
  padding-left: 20px;
}

/* --- تنسيق حاوية الصورة لضمان التمركز التام --- */
.featured-service {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 480px; /* ارتفاع الإطار */
  width: 100%;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-service .service-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-service .service-image img {
  width: 100%;
  height: 100%;
  /* هذه الخاصية تضمن بقاء الصورة في المنتصف تماماً */
  object-fit: cover; 
  object-position: center; 
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

/* طبقة الأوفرلاي: مخفية تماماً opacity: 0 وتتوسط الإطار */
.featured-service .service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 2;
}

/* تأثير الهوفر */
.featured-service:hover .service-overlay {
  opacity: 1;
  visibility: visible;
}

.featured-service:hover .service-image img {
  transform: scale(1.1);
}

/* تنسيق قائمة الخدمات الجانبية */
.service-item {
  display: flex;
  margin-bottom: 35px;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: #fdfaf0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
  transition: 0.3s;
}

.service-icon i {
  font-size: 26px;
  color: #d4af37;
}

.service-item:hover .service-icon {
  background: #d4af37;
}

.service-item:hover .service-icon i {
  color: #fff;
}

.service-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #37373f;
  margin-bottom: 8px;
}

.service-content p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.7;
}

/* توافق الجوال */
@media (max-width: 992px) {
  .services-list.custom-spacing-left {
    padding-right: 0;
    padding-top: 40px;
  }
  .featured-service {
    height: 350px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* تنسيق نص واحة الظل الذهبي */
.gold-text {
  color: #d4af37 !important;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

/* عنوان مسح الكود */
.barcode-label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

/* إطار الباركود ليكون متناسقاً مع هوية الشركة */
.barcode-frame {
  display: inline-block;
  padding: 8px;
  background: #fff; /* خلفية بيضاء لتسهيل المسح بالكاميرا */
  border: 3px solid #d4af37; /* إطار ذهبي */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.barcode-frame:hover {
  transform: scale(1.05); /* تأثير تكبير بسيط عند مرور الماوس */
}

.barcode-frame img {
  width: 150px; /* الحجم المثالي للباركود */
  height: 150px;
  display: block;
  border-radius: 5px;
}

/* ضبط اتجاه الأسهم في الروابط للغة العربية */
.footer-links ul i {
  left: auto;
  right: 0;
  padding-left: 10px;
}

/* استيراد الخط إذا لم يكن موجوداً */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');

#footer, #footer h3, #footer h4, #footer p, #footer a, #footer span {
  font-family: 'Cairo', sans-serif !important;
}

/* تنسيق الحاوية التي تجمع الأيقونات والباركود */
.footer-newsletter .d-flex {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 20px; /* المسافة بين الأيقونات والباركود */
}

/* تصغير الباركود وتنسيقه */
.barcode-side img {
  width: 80px !important;
  height: 80px !important;
  transition: 0.3s;
}

.barcode-side img:hover {
  transform: scale(1.1);
}

/* ضبط اتجاه الروابط للغة العربية */
.footer-links ul i {
  left: auto !important;
  right: 0 !important;
  padding-left: 10px;
}



/* تنسيقات صفحات الخدمات الموحدة - شركة واحة الظل */
.service-page-content {
    padding: 100px 0;
    background-color: #0c0b09; /* خلفية الصفحة الداكنة */
    font-family: 'Cairo', sans-serif;
    color: #fff;
}

.service-main-title {
    color: #d4af37;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 25px;
    border-right: 6px solid #d4af37;
    padding-right: 20px;
    line-height: 1.4;
    font-family: 'Cairo', sans-serif;

}

.service-paragraph {
    font-size: 18px;
    line-height: 2.1;
    color: #ccc;
    text-align: justify;
    margin-bottom: 40px;
}

.service-sub-title {
    color: #d4af37;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: 'Cairo', sans-serif;
}

.service-sub-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #333;
    margin-right: 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0;
    list-style: none;
}

.feature-item {
    background: #1a1814;
    padding: 20px;
    border: 1px solid #2a2721;
    border-radius: 12px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.feature-item:hover {
    border-color: #d4af37;
    transform: translateX(-5px);
}

.feature-item i {
    color: #d4af37;
    font-size: 20px;
    margin-left: 15px;
}

/* تحسينات للشاشات الصغيرة */
@media (max-width: 768px) {
    .service-main-title { font-size: 26px; }
    .service-paragraph { font-size: 16px; }
}


/* تنسيق صفحة سياسة الخصوصية المحدث */
.privacy-page-custom {
    padding-top: 150px; /* هامش كبير من الرأس */
    padding-bottom: 100px;
    background-color: #0c0b09; /* خلفية داكنة */
    font-family: 'Cairo', sans-serif !important;
    direction: rtl;
}

.privacy-wrapper {
    max-width: 700px; /* تقليل العرض لجعل النص يتوسط الصفحة بشكل أرقى */
    margin: 0 auto;
    text-align: center; /* توسيط المحتوى */
    padding: 0 20px;
}

.privacy-wrapper h1, 
.privacy-wrapper h3 {
    color: #d4af37 !important; /* لون ذهبي للعناوين */
    font-weight: 700;
    font-family: 'Cairo';
}

.privacy-wrapper h1 {
    font-size: 28px;
    margin-bottom: 40px;
}

.privacy-wrapper h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-wrapper p {
    color: #fcfcf9 !important; /* لون ذهبي للنص أيضاً بناءً على طلبك */
    font-size: 14px; /* خط أصغر */
    line-height: 1.8;
    text-align: justify; /* محاذاة متساوية */
    text-align-last: center; /* جعل آخر سطر في الفقرة يتوسط الصفحة */
    opacity: 0.9; /* شفافية بسيطة للنص لراحة العين */
}

.privacy-footer-text {
    margin-top: 60px;
    font-size: 13px;
    color: #d4af37;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 20px;
}