/* =====================================================
   EXHIBITORS PAGE — NAVBAR + HERO
   EXACT TYPOGRAPHY & SCALE MATCH (ABOUT PAGE)
===================================================== */
/* =====================================================
   EXHIBITORS — SECTION COLOR SYSTEM
===================================================== */

:root {
  --blue-soft-1: #A8D9FF; /* very light / airy */
  --blue-soft-2: #85c4f3; /* light but visible */
  --blue-main:   #52b7e6; /* primary section blue */
  --blue-strong: #4aa4e4; /* strong highlight blue */
}
/* SECTION BACKGROUNDS */

.section.bg-1 {
  background: var(--blue-soft-1);
}

.section.bg-2 {
  background: var(--blue-soft-2);
}

.section.bg-3 {
  background: var(--blue-main);
}

.section.bg-4 {
  background: var(--blue-strong);
}

/* ================= RESET HELPERS ================= */
body {
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  color: #0f172a;
}

/* ================= NAVBAR ================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;

  background: #eaf4fb; /* same as About */
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 20px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* LOGO */
.logo a {
  display: flex;
  align-items: center;
  gap: 16px;

  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.02em;
  color: #0f172a;
}

.logo img {
  height: 140px;
  width: auto;
}

.logo-text-small {
  display: block;
  margin-top: 2px;

  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #64748b;
}

/* NAV LINKS */
.main-nav {
  display: flex;
  gap: 24px;
}

.main-nav a {
  position: relative;

  font-family: "Open Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #475569;
}

.main-nav a:hover,
.main-nav a.active {
  color: #44a8c6;
}
/* MOBILE NAV */
@media (max-width: 960px) {
  .main-nav {
    display: none;
  }
}
a {
  text-decoration: none;
}

/* ================= HERO ================= */

.page-hero {
  margin-top: 80px; /* offset fixed nav */
  padding: 110px 0 100px;

  background: linear-gradient(
    135deg,
    #5fb2c9,
    #8fd0e3
  );
}

.page-hero .section-header {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

/* HERO TITLE */
.page-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #0b172a;
}

/* HERO ACCENT LINE */
.page-hero .section-accent {
  width: 70px;
  height: 4px;
  background: #44a8c6;
  border-radius: 999px;
  margin: 16px auto 24px;
}

/* HERO TEXT */
.page-hero p {
  max-width: 740px;
  margin: 0 auto;

  font-family: "Open Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.72);
}

/* ================= HERO MOBILE ================= */

@media (max-width: 520px) {
  .page-hero {
    padding: 90px 0 80px;
  }

  .page-hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .page-hero p {
    font-size: 0.98rem;
  }
}
/* =====================================================
   EXHIBITORS — WHY EXHIBIT (SPACING + PLACEMENT FINAL)
===================================================== */

/* SECTION SPACING */
.section {
  padding: 110px 0;
}

/* SECTION HEADER */
.section-header.center-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.section-header.center-header h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: #0b172a;
}

.section-header.center-header p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.06rem;
  line-height: 1.85;
  color: rgba(15, 23, 42, 0.7);
}

/* ACCENT STRIPE */
.section-accent {
  width: 70px;
  height: 4px;
  background: #38bdf8;
  border-radius: 999px;
  margin: 16px auto 24px;
}

/* =====================================================
   EXHIBITORS — CARDS (TIGHT + CENTERED LIKE ABOUT)
===================================================== */

/* SECTION */
.section {
  padding: 110px 0;
}

/* HEADER */
.section-header.center-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.section-header.center-header h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: #0b172a;
}

.section-header.center-header p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.06rem;
  line-height: 1.85;
  color: rgba(15, 23, 42, 0.7);
}

.section-accent {
  width: 70px;
  height: 4px;
  background: #38bdf8;
  border-radius: 999px;
  margin: 16px auto 24px;
}

/* 🔑 GRID – THIS IS THE KEY */
.highlights-grid {
  display: grid;

  /* بدل 3 أعمدة واسعة */
  grid-template-columns: repeat(3, 340px);

  justify-content: center;   /* 👈 يشدهم للوسط */
  gap: 28px;                 /* 👈 مسافة قريبة مثل About */

  margin-top: 30px;
}

/* CARD */
.highlight-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 38px 32px;
  text-align: center;

  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

/* TITLE */
.highlight-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 14px;
  color: #0b172a;
}

/* TEXT */
.highlight-card p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.65);
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}
/* =====================================================
   WHO SHOULD EXHIBIT – TEXT + IMAGE (ABOUT-STYLE)
===================================================== */

.about-inner {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;

  align-items: center;
}

/* TEXT SIDE */
.about-text {
  max-width: 520px;
}

.about-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: #0b172a;
}

.about-text .section-accent {
  width: 60px;
  height: 4px;
  background: #44a8c6;
  border-radius: 999px;
   margin: 12px auto 22px; /* CENTER */
}

.about-text p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.75);
  margin-bottom: 18px;
}

.profile-list {
  padding-left: 18px;
  margin: 0;
}

.profile-list li {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.75);
  margin-bottom: 10px;
}

/* IMAGE SIDE */
.about-image {
  background: #0b172a;
  padding: 16px;
  border-radius: 22px;

  box-shadow:
    0 30px 60px rgba(15, 23, 42, 0.35),
    0 10px 25px rgba(15, 23, 42, 0.20);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-text {
    max-width: 100%;
  }

  .about-text .section-accent {
    margin-left: auto;
    margin-right: auto;
  }

  .profile-list {
    padding-left: 0;
    list-style-position: inside;
  }
}
/* ================= HOW TO EXHIBIT — CENTER ALIGN ================= */

.section .step-box {
  text-align: center;
}

.section .step-box strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
}

.section .step-box p {
  margin: 0 auto;
  max-width: 520px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
}

/* center the whole steps container */
.section div[style*="display:grid"] {
  justify-items: center;
}
/* ================= CTA ================= */

.cta-section {
  background: linear-gradient(135deg, #0b172a, #12325a);
  padding: 80px 20px;
}

.cta-section .container {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.cta-section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.cta-section .section-accent {
  margin: 0 auto 22px;
}

.cta-section p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}

.cta-section .btn-primary {
  padding: 13px 34px;
  background: #44a8c6;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.cta-section .btn-primary:hover {
  background: #2d90ae;
}

/* ================= FOOTER ================= */

.site-footer {
  background: #374151;
  padding: 32px 20px;
  text-align: center;
}

.site-footer p {
  font-size: 0.88rem;
  color: #edeef0;
  margin: 6px 0;
}

.footer-credit {
  font-size: 0.82rem;
  color: #64748b;
}
/* =====================================================
   FORCE SECTION BACKGROUNDS — EXHIBITORS PAGE
===================================================== */

/* Why Exhibit */
.section:nth-of-type(2) {
  background: #A8D9FF;
}

/* Who Should Exhibit */
.section:nth-of-type(3) {
  background: #85c4f3;
}

/* Exhibitor Profiles & Sectors */
.section:nth-of-type(4) {
  background: #A8D9FF;
}

/* Exhibitor Packages */
.section:nth-of-type(5) {
  background: #85c4f3;
}

/* How to Exhibit */
.section:nth-of-type(6) {
  background: #A8D9FF;
}
/* =====================================================
   VALUE STRIP — BREAK THE ROUTINE
===================================================== */

.value-strip {
  background: #42b9c9; /* pale blue-grey */
  padding: 42px;
  margin-top: 0;          /* 👈 هذا المهم */
  position: relative;     /* 👈 يمنع margin collapsing */
}

.value-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.value-items span {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* subtle separators */
.value-items span:not(:last-child)::after {
  content: "•";
  margin-left: 28px;
  color: #000000;
}

/* mobile */
@media (max-width: 640px) {
  .value-items {
    gap: 14px;
  }

  .value-items span:not(:last-child)::after {
    margin-left: 14px;
  }
}
/* ================= GLOBAL LOGO OVERRIDE (FIXED) ================= */

.site-header .logo a {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;              /* REAL close spacing */
  font-size: 30px !important;       /* bigger brand name */
  line-height: 1 !important;        /* stops vertical push */
}

/* Text wrapper */
.site-header .logo a > span {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  line-height: 1.05 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Logo image — THIS is the missing fix */
.site-header .logo img {
  height: 170px !important;
  width: auto !important;
  display: block !important;
  margin: 0 !important;             /* remove image default spacing */
}

/* Subtitle */
.site-header .logo-text-small {
  margin-top: 2px !important;
  font-size: 0.85rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0.16em !important;
}
/* ================= EMERGENCY MOBILE FIX ================= */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* HEADER */
  .site-header {
    position: relative !important;
    padding: 12px 16px !important;
  }

  .header-inner {
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .logo img {
    max-width: 120px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .logo span {
    display: block !important;
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    margin-top: 6px !important;
  }

  /* HERO */
  .hero,
  .page-hero {
    min-height: auto !important;
    padding: 100px 16px 60px !important;
    text-align: center !important;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 1.6rem !important;
  }

  .hero p,
  .page-hero p {
    font-size: 0.95rem !important;
  }

  /* SECTIONS */
  section {
    padding: 48px 16px !important;
  }

  /* GRIDS */
  .grid,
  .cards,
  .sectors {
    grid-template-columns: 1fr !important;
  }

  /* IMAGES */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

}
/* FORCE LOGO ALIGNMENT */
.site-header .logo a {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.site-header .logo img {
  height: 75px !important;
  width: auto !important;
  max-height: 100% !important;
}

.site-header .logo a > span {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.1 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.site-header .logo-text-small {
  margin-top: 2px !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
}
