x
E L I E
Elite Services

Event Management & Planning

Event Management & Planning

The Experience Pattern

From concept to execution, we orchestrate flawless events tailored to your vision — delivering luxury, precision, and
unforgettable moments.

<style>

  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');


  .ec-wrap * { box-sizing: border-box; }


  .ec-wrap {

    font-family: 'Jost', sans-serif;

    font-weight: 300;

    line-height: 1.75;

  }


  /* ── INTRO QUOTE ── */

  .ec-intro-quote {

    border-left: 2px solid #C9A96E;

    padding: 6px 0 6px 28px;

    margin: 0 0 36px;

  }

  .ec-intro-quote p {

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(20px, 2.5vw, 26px);

    font-weight: 300;

    font-style: italic;

    color: #C9A96E;

    line-height: 1.55;

    margin: 0;

  }


  .ec-body-text {

    font-size: 15px;

    color: #8a7f77;

    line-height: 1.85;

    margin-bottom: 14px;

  }


  /* ── LABEL ── */

  .ec-label {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 16px;

  }

  .ec-label::before {

    content: '';

    display: block;

    width: 32px;

    height: 1px;

    background: #C9A96E;

    flex-shrink: 0;

  }

  .ec-label span {

    font-size: 10px;

    letter-spacing: 0.28em;

    text-transform: uppercase;

    color: #C9A96E;

    font-weight: 500;

  }


  /* ── HEADINGS ── */

  .ec-heading {

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(32px, 4vw, 48px);

    font-weight: 300;

    color: #1a1714;

    line-height: 1.12;

    margin: 0 0 36px;

  }

  .ec-heading em {

    font-style: italic;

    color: #C9A96E;

  }


  /* ── DIVIDER ── */

  .ec-divider {

    width: 100%;

    height: 1px;

    background: rgba(201,169,110,0.25);

    margin: 52px 0;

  }


  /* ── PILLARS ── */

  .ec-pillars {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px;

  }

  .ec-pillar {

    background: #f7f3ec;

    border: 1px solid rgba(201,169,110,0.2);

    border-top: 2px solid #C9A96E;

    padding: 36px 28px;

    transition: box-shadow 0.3s;

  }

  .ec-pillar:hover {

    box-shadow: 0 8px 32px rgba(201,169,110,0.12);

  }

  .ec-pillar-num {

    font-family: 'Cormorant Garamond', serif;

    font-size: 48px;

    font-weight: 300;

    color: rgba(201,169,110,0.2);

    line-height: 1;

    margin-bottom: 10px;

  }

  .ec-pillar-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: 20px;

    font-weight: 600;

    color: #1a1714;

    margin-bottom: 10px;

  }

  .ec-pillar-text {

    font-size: 13.5px;

    color: #6b635b;

    line-height: 1.8;

  }


  /* ── STATS ── */

  .ec-stats {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border: 1px solid rgba(201,169,110,0.25);

    margin: 52px 0;

  }

  .ec-stat {

    text-align: center;

    padding: 36px 16px;

    border-right: 1px solid rgba(201,169,110,0.2);

  }

  .ec-stat:last-child { border-right: none; }

  .ec-stat-num {

    font-family: 'Cormorant Garamond', serif;

    font-size: 40px;

    font-weight: 300;

    color: #C9A96E;

    line-height: 1;

    margin-bottom: 8px;

  }

  .ec-stat-label {

    font-size: 10px;

    letter-spacing: 0.18em;

    text-transform: uppercase;

    color: #8a7f77;

    font-weight: 400;

  }


  /* ── EVENTS GRID ── */

  .ec-events {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 2px;

    background: rgba(201,169,110,0.2);

    border: 1px solid rgba(201,169,110,0.2);

  }

  .ec-event-item {

    background: #faf7f2;

    padding: 20px 22px;

    display: flex;

    align-items: center;

    gap: 12px;

    transition: background 0.3s;

  }

  .ec-event-item:hover { background: #fff; }

  .ec-event-dot {

    width: 5px;

    height: 5px;

    background: #C9A96E;

    border-radius: 50%;

    flex-shrink: 0;

  }

  .ec-event-name {

    font-family: 'Cormorant Garamond', serif;

    font-size: 17px;

    font-weight: 400;

    color: #1a1714;

  }


  /* ── FEATURES ── */

  .ec-features {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 36px 52px;

  }

  .ec-feature {

    display: flex;

    gap: 18px;

    align-items: flex-start;

  }

  .ec-feature-icon {

    width: 44px;

    height: 44px;

    flex-shrink: 0;

    border: 1px solid rgba(201,169,110,0.35);

    display: flex;

    align-items: center;

    justify-content: center;

    background: #faf7f2;

  }

  .ec-feature-icon svg {

    width: 18px;

    height: 18px;

    stroke: #C9A96E;

    fill: none;

    stroke-width: 1.5;

  }

  .ec-feature-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: 20px;

    font-weight: 600;

    color: #1a1714;

    margin-bottom: 6px;

    display: block;

  }

  .ec-feature-desc {

    font-size: 13.5px;

    color: #6b635b;

    line-height: 1.8;

    margin: 0;

  }


  /* ── PROCESS ── */

  .ec-process {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 0;

    position: relative;

  }

  .ec-process::before {

    content: '';

    position: absolute;

    top: 25px;

    left: 25px;

    right: 25px;

    height: 1px;

    background: rgba(201,169,110,0.3);

  }

  .ec-step { padding: 0 14px; position: relative; }

  .ec-step-circle {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #2d1f5e;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    position: relative;

    z-index: 1;

  }

  .ec-step-num {

    font-family: 'Cormorant Garamond', serif;

    font-size: 17px;

    font-weight: 400;

    color: #C9A96E;

  }

  .ec-step-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: 18px;

    font-weight: 600;

    color: #1a1714;

    margin-bottom: 10px;

    display: block;

  }

  .ec-step-desc {

    font-size: 13px;

    color: #6b635b;

    line-height: 1.75;

    margin: 0;

  }


  /* ── RESPONSIVE ── */

  @media (max-width: 700px) {

    .ec-pillars,

    .ec-features { grid-template-columns: 1fr; }

    .ec-events { grid-template-columns: 1fr 1fr; }

    .ec-process { grid-template-columns: 1fr 1fr; gap: 36px 20px; }

    .ec-process::before { display: none; }

    .ec-stats { grid-template-columns: 1fr 1fr; }

    .ec-stat { border-bottom: 1px solid rgba(201,169,110,0.2); }

    .ec-stat:nth-child(2n) { border-right: none; }

  }

</style>


<div class="ec-wrap">


  <!-- INTRO QUOTE -->

  <div class="ec-intro-quote">

    <p>From concept to execution, we orchestrate flawless events tailored to your vision — delivering luxury, precision, and unforgettable moments.</p>

  </div>


  <p class="ec-body-text">We handle every aspect of your event — from venue coordination and décor design to catering, entertainment, and logistics — so you can focus entirely on enjoying the occasion.</p>

  <p class="ec-body-text">At Elie Catering & Event Planning, we believe every event tells a story. Our team of passionate planners, designers, and culinary experts works in seamless harmony to bring your vision to life with precision and elegance.</p>


  <div class="ec-divider"></div>


  <!-- PILLARS -->

  <div class="ec-label"><span>What We Deliver</span></div>

  <h2 class="ec-heading">Every detail,<br><em>meticulously considered.</em></h2>


  <div class="ec-pillars">

    <div class="ec-pillar">

      <div class="ec-pillar-num">01</div>

      <div class="ec-pillar-title">Seamless Logistics</div>

      <p class="ec-pillar-text">End-to-end logistics management encompassing venue selection, transport coordination, supplier contracting, and real-time day-of management — executed without a single missed detail.</p>

    </div>

    <div class="ec-pillar">

      <div class="ec-pillar-num">02</div>

      <div class="ec-pillar-title">Luxury Catering</div>

      <p class="ec-pillar-text">Custom menus crafted by our culinary team using premium ingredients — from traditional Saudi delicacies to international cuisine — tailored to every dietary preference and occasion.</p>

    </div>

    <div class="ec-pillar">

      <div class="ec-pillar-num">03</div>

      <div class="ec-pillar-title">Bespoke Design & Décor</div>

      <p class="ec-pillar-text">Our creative designers transform any venue into an atmosphere that tells your story — through curated florals, thematic installations, lighting design, and elegant tabletop styling.</p>

    </div>

    <div class="ec-pillar">

      <div class="ec-pillar-num">04</div>

      <div class="ec-pillar-title">Entertainment & Production</div>

      <p class="ec-pillar-text">From live music and performing artists to audio-visual production and stage management — we curate an entertainment programme that elevates every moment of your event.</p>

    </div>

  </div>


  <!-- STATS -->

  <div class="ec-stats">

    <div class="ec-stat">

      <div class="ec-stat-num">KSA</div>

      <div class="ec-stat-label">Nationwide Coverage</div>

    </div>

    <div class="ec-stat">

      <div class="ec-stat-num">VIP</div>

      <div class="ec-stat-label">Royal & VIP Gatherings</div>

    </div>

    <div class="ec-stat">

      <div class="ec-stat-num">100%</div>

      <div class="ec-stat-label">Bespoke Planning</div>

    </div>

    <div class="ec-stat">

      <div class="ec-stat-num">∞</div>

      <div class="ec-stat-label">Any Scale, Any Vision</div>

    </div>

  </div>


  <!-- OCCASIONS -->

  <div class="ec-label"><span>Occasions We Specialise In</span></div>

  <h2 class="ec-heading">Events we bring<br><em>to life.</em></h2>


  <div class="ec-events">

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Weddings & Engagements</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Corporate Conferences</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Product Launches</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Royal & VIP Gatherings</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Award Ceremonies & Galas</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Birthday Celebrations</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Private Dinners</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">National Day Events</div></div>

    <div class="ec-event-item"><div class="ec-event-dot"></div><div class="ec-event-name">Family & Social Gatherings</div></div>

  </div>


  <div class="ec-divider"></div>


  <!-- FEATURES -->

  <div class="ec-label"><span>Signature Features</span></div>

  <h2 class="ec-heading">Why discerning clients<br><em>choose Elie.</em></h2>


  <div class="ec-features">

    <div class="ec-feature">

      <div class="ec-feature-icon">

        <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4"/><circle cx="12" cy="12" r="9"/></svg>

      </div>

      <div>

        <span class="ec-feature-title">Bespoke Planning</span>

        <p class="ec-feature-desc">Tailored exclusively to your preferences and theme. No templates. No compromises. Pure, personalised execution from first concept to final bow.</p>

      </div>

    </div>

    <div class="ec-feature">

      <div class="ec-feature-icon">

        <svg viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>

      </div>

      <div>

        <span class="ec-feature-title">Master Execution</span>

        <p class="ec-feature-desc">Visual excellence and flawless service delivery define every event we produce. Our experienced team ensures each element unfolds with precision and grace.</p>

      </div>

    </div>

    <div class="ec-feature">

      <div class="ec-feature-icon">

        <svg viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>

      </div>

      <div>

        <span class="ec-feature-title">Dedicated Team</span>

        <p class="ec-feature-desc">A passionate team of planners, designers, chefs, and coordinators dedicated solely to your event — from consultation to the final guest's departure.</p>

      </div>

    </div>

    <div class="ec-feature">

      <div class="ec-feature-icon">

        <svg viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>

      </div>

      <div>

        <span class="ec-feature-title">Trust & Transparency</span>

        <p class="ec-feature-desc">Full transparency on budget, timelines, and vendor partnerships — building enduring relationships rooted in mutual respect and absolute reliability.</p>

      </div>

    </div>

  </div>


  <div class="ec-divider"></div>


  <!-- PROCESS -->

  <div class="ec-label"><span>How It Works</span></div>

  <h2 class="ec-heading">Our planning<br><em>process.</em></h2>


  <div class="ec-process">

    <div class="ec-step">

      <div class="ec-step-circle"><span class="ec-step-num">01</span></div>

      <span class="ec-step-title">Consultation</span>

      <p class="ec-step-desc">We begin by understanding your vision, goals, guest profile, and budget in a thorough discovery session.</p>

    </div>

    <div class="ec-step">

      <div class="ec-step-circle"><span class="ec-step-num">02</span></div>

      <span class="ec-step-title">Concept & Design</span>

      <p class="ec-step-desc">Our creative team develops a tailored event concept — theme, décor, menu, and entertainment — aligned to your vision.</p>

    </div>

    <div class="ec-step">

      <div class="ec-step-circle"><span class="ec-step-num">03</span></div>

      <span class="ec-step-title">Coordination</span>

      <p class="ec-step-desc">We manage all logistics, vendors, and timelines seamlessly — keeping you informed and confident at every stage.</p>

    </div>

    <div class="ec-step">

      <div class="ec-step-circle"><span class="ec-step-num">04</span></div>

      <span class="ec-step-title">Flawless Execution</span>

      <p class="ec-step-desc">On the day, our team orchestrates every moment with precision — so you arrive as a guest at your own event.</p>

    </div>

  </div>


</div>

Signature Elements

Bespoke Planning
Tailored exclusively to your preferences and theme.
Master Execution
Visual excellence and flawless service delivery.