/* ================================
   Front Page – Global Scope
   ================================ */
body.path-frontpage {
  background: #f8fafc;
}

/* Reset unwanted margins between sections */
/* إلغاء أي فراغات موروثة */
body.path-frontpage .front-section {
  margin: 0;
  padding: 0;
}

/* إزالة فراغات Drupal الافتراضية */
body.path-frontpage .front-section .region,
body.path-frontpage .front-section .block {
  margin: 0;
  padding: 0;
}

/* ================================
   Controlled spacing between sections
   ================================ */

/* مسافة خفيفة جدًا بعد السلايدر */
body.path-frontpage .front-hero {
  margin-bottom: 24px;
}

/* مسافة متوسطة بين الأقسام */
body.path-frontpage .front-services,
body.path-frontpage .front-news,
body.path-frontpage .front-highlights {
  padding: 8px 8px;
}


/* ================================
   Section Backgrounds (Soft Water Colors)
   ================================ */

/* Hero */
body.path-frontpage .front-hero {
  background: linear-gradient(
    180deg,
    rgba(10, 37, 64, 0.04),
    rgba(10, 37, 64, 0.01)
  );
}

/* Services */
body.path-frontpage .front-services {
  background: linear-gradient(
    180deg,
    rgba(0, 123, 255, 0.03),
    rgba(0, 123, 255, 0.01)
  );
}

/* News */
body.path-frontpage .front-news {
  background: linear-gradient( 180deg, rgb(3, 116, 143), rgb(171, 216, 199) )
}

/* Highlights (future) */
body.path-frontpage .front-highlights {
  background: linear-gradient(
    180deg,
    rgba(255, 193, 7, 0.03),
    rgba(255, 193, 7, 0.01)
  );
}


/* ================================
   Future Extra Sections (Inactive)
   ================================ */

body.path-frontpage .front-extra-one,
body.path-frontpage .front-extra-two {
  padding: 8px 0;
  background: linear-gradient( 180deg, rgb(3, 116, 143), rgb(171, 216, 199) );
}
