.elementor-25795 .elementor-element.elementor-element-03426ea{--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-25795 .elementor-element.elementor-element-03426ea:not(.elementor-motion-effects-element-type-background), .elementor-25795 .elementor-element.elementor-element-03426ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25795 .elementor-element.elementor-element-320da67{--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-25795 .elementor-element.elementor-element-320da67.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-25795 .elementor-element.elementor-element-a49bc9d{--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-25795 .elementor-element.elementor-element-03426ea{--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-25795 .elementor-element.elementor-element-03426ea{--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-25795 .elementor-element.elementor-element-320da67{--width:60%;}.elementor-25795 .elementor-element.elementor-element-a49bc9d{--width:42%;}}@media(max-width:1024px) and (min-width:769px){.elementor-25795 .elementor-element.elementor-element-320da67{--width:100%;}.elementor-25795 .elementor-element.elementor-element-a49bc9d{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3e449a2 *//* إعداد الألوان والهوية البصرية للخدمة */
:root {
  --hotel-primary: #172E56;
  --hotel-secondary: #C5AB78;
  --hotel-dark: #222222;
  --hotel-light-bg: #fdfdfd;
  --hotel-gray-bg: #f7f9fc;
}

/* التنسيق العام للحاوية */
.dawam-hotel-wrapper {

  direction: rtl;
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--hotel-dark);
  line-height: 1.8;
}

/* تنسيق الأقسام الأربعة */
.hotel-section {
  padding: 50px 25px;
  margin-bottom: 35px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(23, 46, 86, 0.03);
}

.hotel-section-title {
  color: var(--hotel-primary);
  font-size: 2.3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.hotel-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 45px;
}

/* القسم الأول: Hero */
.hotel-hero {
  text-align: center;
  background: linear-gradient(145deg, var(--hotel-primary) 0%, #112343 100%);
  color: #ffffff;
  padding: 60px 30px;
}

.hotel-hero .hotel-main-title {
  color: var(--hotel-secondary);
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.hotel-hero .hotel-lead-text {
  font-size: 1.2rem;
  color: #e2e8f0;
  max-width: 950px;
  margin: 0 auto;
}

.hotel-hero strong {
  color: #ffffff;
  border-bottom: 2px solid var(--hotel-secondary);
  padding-bottom: 2px;
}

/* القسم الثاني: شبكة الكروت والمميزات */
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.hotel-card {
  background: var(--hotel-light-bg);
  border: 1px solid #eaeef3;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hotel-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--hotel-secondary);
  border-radius: 12px 12px 0 0;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.hotel-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(23, 46, 86, 0.1);
  border-color: var(--hotel-secondary);
}

.hotel-card:hover::before {
  opacity: 1;
}

.hotel-icon {
  font-size: 3.2rem;
  color: var(--hotel-primary);
  margin-bottom: 20px;
}

.hotel-card-title {
  color: var(--hotel-primary);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hotel-card-text {
  font-size: 0.98rem;
  color: #555;
}

/* القسم الثالث: المنهجية والجودة */
.hotel-methodology {
  background: var(--hotel-gray-bg);
  border-right: 6px solid var(--hotel-primary);
}

.hotel-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.hotel-step-item {
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 1.1rem;
}

.hotel-step-item strong {
  color: var(--hotel-primary);
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

/* القسم الرابع: الأكورديون (الأسئلة الشائعة) */
.hotel-faq {
  background: #ffffff;
}

.hotel-faq-main-title {
  color: var(--hotel-primary);
  text-align: center;
  margin-bottom: 35px;
  font-size: 2.1rem;
  font-weight: 800;
}

.hotel-faq-item {
  background: var(--hotel-gray-bg);
  border: 1px solid #e8edf4;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.hotel-faq-question {
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--hotel-primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotel-faq-question::-webkit-details-marker {
  display: none;
}

.hotel-faq-question::after {
  content: '▼';
  color: var(--hotel-secondary);
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.hotel-faq-item[open] .hotel-faq-question::after {
  transform: rotate(180deg);
  color: var(--hotel-primary);
}

.hotel-faq-item[open] {
  border-color: var(--hotel-secondary);
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(197, 171, 120, 0.08);
}

.hotel-faq-answer {
  padding: 0 25px 25px 25px;
  color: #444;
  border-top: 1px solid #edf2f7;
  margin-top: 5px;
  padding-top: 20px;
  font-size: 1rem;
}

/* استعلامات التجاوب والشاشات الصغيرة (Responsive) */
@media (max-width: 992px) {
  .hotel-section-title { font-size: 2rem; }
  .hotel-hero .hotel-main-title { font-size: 2.2rem; }
}

@media (max-width: 768px) {
  .hotel-section { padding: 35px 15px; }
  .hotel-section-title, .hotel-hero .hotel-main-title { font-size: 1.75rem; }
  .hotel-hero .hotel-lead-text { font-size: 1.05rem; }
  .hotel-faq-question { font-size: 1.05rem; padding: 15px; }
  .hotel-faq-answer { padding: 0 15px 15px 15px; padding-top: 15px; }
}/* End custom CSS */