.elementor-25812 .elementor-element.elementor-element-dc28fcc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--border-radius:15px 15px 15px 15px;--margin-top:-80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-25812 .elementor-element.elementor-element-dc28fcc:not(.elementor-motion-effects-element-type-background), .elementor-25812 .elementor-element.elementor-element-dc28fcc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25812 .elementor-element.elementor-element-18f8f78{--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;--justify-content:space-around;--gap:40px 40px;--row-gap:40px;--column-gap:40px;}.elementor-25812 .elementor-element.elementor-element-18f8f78.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-25812 .elementor-element.elementor-element-f4dee4e{--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;--wd-sticky-offset:50px;}@media(max-width:1024px){.elementor-25812 .elementor-element.elementor-element-dc28fcc{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:768px){.elementor-25812 .elementor-element.elementor-element-dc28fcc{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}@media(min-width:769px){.elementor-25812 .elementor-element.elementor-element-18f8f78{--width:60%;}.elementor-25812 .elementor-element.elementor-element-f4dee4e{--width:42%;}}@media(max-width:1024px) and (min-width:769px){.elementor-25812 .elementor-element.elementor-element-18f8f78{--width:100%;}.elementor-25812 .elementor-element.elementor-element-f4dee4e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-82d8d09 *//* إعدادات المتغيرات لهوية المطاعم */
:root {
  --resto-primary: #172E56;
  --resto-secondary: #C5AB78;
  --resto-text: #2c3e50;
  --resto-bg-light: #fefefe;
  --resto-bg-gray: #f4f7f6;
}

/* الحاوية الرئيسية */
.dawam-resto-wrapper {
 
  direction: rtl;
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--resto-text);
  line-height: 1.8;
}

/* التنسيق المشترك للأقسام */
.resto-section {
  padding: 55px 30px;
  margin-bottom: 40px;
  background: var(--resto-bg-light);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(23, 46, 86, 0.04);
}

.resto-section-title {
  color: var(--resto-primary);
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}

.resto-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.15rem;
  margin-bottom: 40px;
}

/* القسم الأول: Hero */
.resto-hero {
  text-align: center;
  background: linear-gradient(135deg, var(--resto-primary) 0%, #1a3560 100%);
  color: #fff;
  border-bottom: 5px solid var(--resto-secondary);
}

.resto-hero .resto-main-title {
  color: var(--resto-secondary);
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 25px;
}

.resto-hero .resto-lead-text {
  font-size: 1.2rem;
  color: #ecf0f1;
  max-width: 900px;
  margin: 0 auto;
}

/* القسم الثاني: شبكة الخدمات */
.resto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.resto-card {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.4s ease;
}

.resto-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(197, 171, 120, 0.15);
  border-color: var(--resto-secondary);
}

.resto-icon {
  font-size: 3.5rem;
  color: var(--resto-primary);
  margin-bottom: 15px;
}

.resto-card-title {
  color: var(--resto-primary);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.resto-card-text {
  font-size: 0.95rem;
  color: #555;
}

/* القسم الثالث: المنهجية (Timeline Style) */
.resto-methodology {
  background: var(--resto-bg-gray);
}

.resto-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
  border-right: 3px dashed var(--resto-secondary);
}

.resto-timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.resto-timeline-item::before {
  content: '';
  position: absolute;
  right: -28px;
  top: 25px;
  width: 14px;
  height: 14px;
  background: var(--resto-primary);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--resto-secondary);
}

.resto-timeline-item strong {
  display: block;
  color: var(--resto-primary);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

/* القسم الرابع: الأسئلة الشائعة (Accordion) */
.resto-faq-main-title {
  color: var(--resto-primary);
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}

.resto-faq-item {
  background: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.resto-faq-question {
  padding: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--resto-primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resto-faq-question::-webkit-details-marker {
  display: none;
}

.resto-faq-question::after {
  content: '+';
  color: var(--resto-secondary);
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.resto-faq-item[open] .resto-faq-question::after {
  content: '−';
  transform: rotate(180deg);
}

.resto-faq-item[open] {
  border-color: var(--resto-secondary);
  box-shadow: 0 4px 12px rgba(197, 171, 120, 0.1);
}

.resto-faq-answer {
  padding: 0 20px 20px 20px;
  color: #555;
  border-top: 1px solid #f0f4f8;
  margin-top: 10px;
  padding-top: 15px;
}

/* استعلامات الشاشات (Mobile Responsiveness) */
@media (max-width: 768px) {
  .resto-section { padding: 30px 15px; }
  .resto-section-title, .resto-hero .resto-main-title { font-size: 1.8rem; }
  .resto-hero .resto-lead-text { font-size: 1rem; }
  .resto-timeline { border-right: none; padding-right: 0; }
  .resto-timeline-item::before { display: none; }
}/* End custom CSS */