/*
Theme Name: EnviGlobe
Theme URI: https://www.enviglobe.com
Author: EnviGlobe
Description: Elementor-ready WordPress theme matching the EnviGlobe corporate website.
Version: 5.0.7
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: enviglobe
*/

@font-face { font-family: "DM Sans"; src: url("assets/fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("assets/fonts/playfair-display-latin.woff2") format("woff2"); font-style: normal; font-weight: 500 600; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("assets/fonts/ibm-plex-sans-arabic-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("assets/fonts/ibm-plex-sans-arabic-medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("assets/fonts/ibm-plex-sans-arabic-semibold.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("assets/fonts/ibm-plex-sans-arabic-bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --eg-navy: #002b49;
  --eg-navy-light: #0d3b66;
  --eg-green: #1b998b;
  --eg-green-dark: #158275;
  --eg-green-light: #e6f5f3;
  --eg-white: #fff;
  --eg-offwhite: #f7f8f6;
  --eg-gray-100: #f0f1ef;
  --eg-gray-200: #e2e4e0;
  --eg-gray-300: #c8cbc5;
  --eg-text: #1a1a2e;
  --eg-text-secondary: #4a4a5a;
  --eg-text-light: #7a7a8a;
  --eg-container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--eg-text); background: #fff; font: 400 16px/1.6 "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.eg-language-ar { font-family: "IBM Plex Sans Arabic", "DM Sans", sans-serif; }
.eg-language-ar :where(h1,h2,h3,h4,p,a,span,strong,small,li,summary,button,input,textarea,select,label) { font-family: "IBM Plex Sans Arabic", "DM Sans", sans-serif !important; letter-spacing: 0; }
body.admin-bar .eg-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.eg-site-main { min-height: 55vh; }
.eg-container { width: 100%; max-width: var(--eg-container); margin-inline: auto; padding-inline: 40px; }
.eg-container--narrow { max-width: 1024px; }
.eg-serif { font-family: "Playfair Display", Georgia, serif; font-style: normal; font-weight: 500; color: var(--eg-green); }
.eg-kicker { margin: 0; color: var(--eg-green); font-size: 14px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.eg-title { margin: 14px 0 0; color: var(--eg-navy); font-size: clamp(32px, 4vw, 46px); line-height: 1.12; }
.eg-copy { color: var(--eg-text-secondary); }
.eg-section { padding: 88px 0; }
.eg-section--offwhite { background: var(--eg-offwhite); }
.eg-section--navy { background: var(--eg-navy); color: #fff; }
.eg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 28px; border: 1px solid transparent; border-radius: 0; background: var(--eg-green); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; transition: .25s ease; }
.eg-btn:hover { background: var(--eg-green-dark); color: #fff; transform: translateY(-1px); }
.eg-btn--outline { border-color: var(--eg-navy); background: transparent; color: var(--eg-navy); }
.eg-btn--outline:hover { background: var(--eg-navy); }
.eg-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--eg-green); font-size: 14px; font-weight: 600; }
.eg-text-link:hover { color: var(--eg-green-dark); }

/* Header */
.eg-header { position: sticky; top: 0; z-index: 999; height: 72px; background: var(--eg-navy); transition: box-shadow .3s ease; }
.eg-header.is-scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.24); }
.eg-header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.eg-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.eg-brand img { width: auto; height: 44px; object-fit: contain; }
.eg-brand span { font-size: 15px; font-weight: 600; letter-spacing: .08em; }
.eg-nav { display: flex; align-items: center; }
.eg-nav__list { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; }
.eg-nav a { position: relative; padding: 8px 4px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 500; letter-spacing: .03em; }
.eg-nav a:hover, .eg-nav .current-menu-item > a, .eg-nav .current_page_item > a { color: #fff; }
.eg-nav .current-menu-item > a::after, .eg-nav .current_page_item > a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--eg-green); content: ""; }
.eg-menu-toggle { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.15); background: transparent; color: rgba(255,255,255,.85); cursor: pointer; }
.eg-menu-toggle svg { width: 21px; }

/* Hero */
.eg-home-hero { position: relative; min-height: 850px; overflow: hidden; background: var(--eg-navy); }
.eg-hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; transition: opacity 1s ease; }
.eg-hero-slide.is-active { opacity: 1; }
.eg-home-hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,43,73,.96), rgba(0,43,73,.8) 48%, rgba(0,43,73,.38)); content: ""; }
.eg-home-hero::after { position: absolute; z-index: 1; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,43,73,.78)); content: ""; }
.eg-home-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 850px; }
.eg-home-hero__content { max-width: 640px; padding: 70px 0; }
.eg-home-hero h1 { margin: 28px 0 0; color: #fff; font-size: clamp(45px, 4.7vw, 60px); line-height: 1.12; letter-spacing: -.025em; }
.eg-home-hero__content .eg-btn { margin-top: 44px; }
.eg-hero-controls { position: absolute; z-index: 3; top: 50%; right: max(40px, calc((100vw - var(--eg-container))/2)); display: flex; flex-direction: column; align-items: flex-end; gap: 16px; transform: translateY(-25%); }
.eg-hero-counter { color: rgba(255,255,255,.55); font-size: 14px; font-variant-numeric: tabular-nums; }
.eg-hero-counter strong { color: #fff; font-size: 25px; }
.eg-hero-dots { display: flex; flex-direction: column; gap: 8px; }
.eg-hero-dot { width: 5px; height: 48px; padding: 0; border: 0; background: rgba(255,255,255,.2); cursor: pointer; }
.eg-hero-dot.is-active { background: var(--eg-green); }
.eg-hero-watermark { position: absolute; z-index: 2; right: 8%; bottom: 7%; width: 310px; opacity: .065; }
.eg-inner-hero { padding: 88px 0; background: var(--eg-navy); }
.eg-inner-hero h1 { max-width: 860px; margin: 22px 0 0; color: #fff; font-size: clamp(42px, 5vw, 64px); line-height: 1.1; letter-spacing: -.025em; }
.eg-inner-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.75; }

/* Content */
.eg-stats { border-bottom: 1px solid var(--eg-gray-200); background: #fff; }
.eg-stats__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.eg-stat { padding: 48px 20px; text-align: center; }
.eg-stat strong { display: block; color: var(--eg-navy); font-size: clamp(30px,3vw,42px); line-height: 1.1; }
.eg-stat span { display: block; margin-top: 9px; color: var(--eg-text-secondary); font-size: 14px; }
.eg-intro { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.eg-intro__copy { max-width: 720px; }
.eg-intro__copy h2 { margin: 0; color: var(--eg-navy); font-size: clamp(32px,3.5vw,44px); line-height: 1.15; }
.eg-intro__copy p { margin: 20px 0 0; color: var(--eg-text-secondary); font-size: 18px; line-height: 1.75; }
.eg-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.eg-section-head p:last-child { max-width: 600px; margin: 12px 0 0; color: var(--eg-text-secondary); }
.eg-grid { display: grid; gap: 24px; }
.eg-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.eg-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.eg-card { display: flex; flex-direction: column; min-width: 0; height: 100%; padding: 30px; border: 1px solid var(--eg-gray-200); background: #fff; transition: .3s ease; }
.eg-card:hover { border-color: rgba(27,153,139,.35); box-shadow: 0 16px 35px rgba(0,43,73,.09); transform: translateY(-4px); }
.eg-card__number { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--eg-green-light); color: var(--eg-green); font-size: 14px; font-weight: 700; }
.eg-card h3 { margin: 20px 0 0; color: var(--eg-navy); font-size: 19px; line-height: 1.3; }
.eg-card p { margin: 12px 0 0; color: var(--eg-text-secondary); font-size: 14px; line-height: 1.75; }
.eg-card:hover h3 { color: var(--eg-green); }
.eg-card__tag { align-self: flex-start; padding: 5px 12px; background: var(--eg-green-light); color: var(--eg-green); font-size: 12px; font-weight: 600; }
.eg-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--eg-gray-200); color: var(--eg-text-light); font-size: 14px; }
.eg-card__footer b { color: var(--eg-green); }
.eg-project-card__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.eg-project-card__top img { width: 32px; height: 32px; object-fit: contain; opacity: .65; }
.eg-project-card p { flex: 1; }
.eg-project-media { display: flex; align-items: center; justify-content: center; height: 190px; overflow: hidden; background: linear-gradient(135deg,var(--eg-navy),var(--eg-green)); }
.eg-project-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.eg-project-card:hover .eg-project-media > img { transform: scale(1.05); }
.eg-project-media .eg-fallback-logo { width: auto; height: 78px; object-fit: contain; opacity: .9; }
.eg-project-card .eg-card { border-top: 0; }

.eg-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; }
.eg-value-column { padding-left: 24px; border-left: 4px solid var(--eg-green); }
.eg-value-column h2 { margin: 0; color: var(--eg-text-light); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.eg-value-column p, .eg-value-column li { color: var(--eg-text); font-size: 17px; line-height: 1.75; }
.eg-value-column ul, .eg-list { margin: 18px 0 0; padding: 0; list-style: none; }
.eg-value-column li, .eg-list li { position: relative; margin: 0 0 11px; padding-left: 20px; }
.eg-value-column li::before, .eg-list li::before { position: absolute; top: .8em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--eg-green); content: ""; }
.eg-service-block h2 { margin-top: 0; font-size: 21px; }
.eg-service-block .eg-list li { color: var(--eg-text-secondary); font-size: 14px; line-height: 1.7; }
.eg-accreditation { border-top: 4px solid var(--eg-green); }
.eg-accreditation h3 { margin-top: 0; font-size: 15px; }
.eg-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.eg-cta h2 { margin: 0; color: #fff; font-size: clamp(32px,3.5vw,44px); }
.eg-cta p { max-width: 620px; margin: 15px 0 0; color: rgba(255,255,255,.6); font-size: 18px; }

/* Client marquee */
.eg-clients { overflow: hidden; padding: 64px 0; border-block: 1px solid var(--eg-gray-200); background: var(--eg-offwhite); }
.eg-clients__label { margin: 0 0 38px; color: var(--eg-text-light); font-size: 14px; font-weight: 500; letter-spacing: .2em; text-align: center; text-transform: uppercase; }
.eg-marquee { position: relative; overflow: hidden; }
.eg-marquee::before, .eg-marquee::after { position: absolute; z-index: 2; top: 0; width: 10%; height: 100%; content: ""; pointer-events: none; }
.eg-marquee::before { left: 0; background: linear-gradient(90deg,var(--eg-offwhite),transparent); }
.eg-marquee::after { right: 0; background: linear-gradient(-90deg,var(--eg-offwhite),transparent); }
.eg-marquee__track { display: flex; align-items: center; gap: 62px; width: max-content; animation: eg-marquee 28s linear infinite; }
.eg-marquee__track:hover { animation-play-state: paused; }
.eg-client { display: flex; align-items: center; justify-content: center; width: 175px; height: 78px; filter: grayscale(1); transition: .3s; }
.eg-client:hover { filter: grayscale(0); }
.eg-client img { max-width: 128px; max-height: 64px; object-fit: contain; }
.eg-client--text { color: var(--eg-navy); font-size: 13px; font-weight: 700; text-align: center; }
@keyframes eg-marquee { to { transform: translateX(-50%); } }

/* Projects and blog */
.eg-filter-bar { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; margin-bottom: 24px; }
.eg-field { width: 100%; min-height: 50px; padding: 12px 18px; border: 1px solid var(--eg-gray-200); border-radius: 0; outline: 0; background: #fff; color: var(--eg-text); font-size: 14px; }
.eg-field:focus { border-color: var(--eg-green); }
.eg-results-count { margin: 0 0 30px; color: var(--eg-text-light); font-size: 14px; }
.eg-project-item.is-hidden { display: none; }
.eg-empty { display: none; padding: 40px; border: 1px solid var(--eg-gray-200); background: #fff; color: var(--eg-text-light); text-align: center; }
.eg-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 45px; }
.eg-page-button { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--eg-gray-200); background: #fff; color: var(--eg-text-secondary); cursor: pointer; }
.eg-page-button:hover, .eg-page-button.is-active { border-color: var(--eg-green); background: var(--eg-green); color: #fff; }
.eg-post-meta { display: flex; align-items: center; gap: 12px; color: var(--eg-text-light); font-size: 12px; }
.eg-post-content { max-width: 820px; margin: 0 auto; padding: 70px 20px; }
.eg-post-content > * + * { margin-top: 1.35em; }
.eg-post-content h2, .eg-post-content h3 { color: var(--eg-navy); }
.eg-insights-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 34px; }
.eg-insight-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(0,43,73,.06); transition: transform .25s ease, box-shadow .25s ease; }
.eg-insight-card:hover { box-shadow: 0 18px 42px rgba(0,43,73,.12); transform: translateY(-3px); }
.eg-insight-card__media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(135deg,var(--eg-navy),var(--eg-green-dark)); }
.eg-insight-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.eg-insight-card:hover .eg-insight-card__media img { transform: scale(1.035); }
.eg-insight-card__mark { position: absolute; top: 24px; left: 24px; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 34px; }
.eg-insight-card__label { position: absolute; bottom: 14px; left: 14px; padding: 6px 10px; background: rgba(0,43,73,.92); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eg-insight-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.eg-insight-card__body .eg-post-meta { flex-wrap: wrap; gap: 5px 14px; }
.eg-insight-card__body h3 { margin: 18px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 24px; font-weight: 500; line-height: 1.25; }
.eg-insight-card__body p { display: -webkit-box; margin: 14px 0 22px; overflow: hidden; color: var(--eg-text-secondary); font-size: 14px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.eg-insight-card__body .eg-text-link { margin-top: auto; }
.eg-inner-v2--rtl .eg-insight-card__label { right: 14px; left: auto; }
.eg-answer-box, .eg-related-service { margin: 30px 0; padding: 24px 28px; border-inline-start: 4px solid var(--eg-green); background: var(--eg-offwhite); color: var(--eg-navy); }
.eg-answer-box p, .eg-related-service p { margin: 8px 0 0; }
.eg-related-service a { font-weight: 600; }
.eg-specialist-services { margin-top: 76px; padding-top: 68px; border-top: 1px solid var(--eg-gray-200); }
.eg-specialist-services .eg-grid { margin-top: 36px; }
.eg-specialist-services .eg-card { min-height: 300px; }
.eg-specialist-services .eg-card .eg-text-link { margin-top: auto; padding-top: 24px; }
.eg-service-evidence-grid, .eg-team-proof { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.eg-service-evidence-grid article { padding: 30px; border-top: 3px solid var(--eg-green); background: var(--eg-offwhite); }
.eg-service-evidence-grid .eg-list { margin-top: 24px; }
.eg-team-proof { grid-template-columns: 1.15fr .85fr; align-items: start; gap: 80px; }
.eg-team-proof h2 { margin: 16px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px,3.5vw,46px); font-weight: 500; line-height: 1.18; }
.eg-team-proof p { color: var(--eg-text-secondary); line-height: 1.75; }
.eg-team-proof > .eg-list { margin-top: 8px; padding: 28px; background: #fff; }

/* Contact/career */
.eg-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.eg-contact-section-title { color: var(--eg-text-light); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.eg-contact-row { padding: 24px 0; border-bottom: 1px solid var(--eg-gray-200); }
.eg-contact-row:first-of-type { padding-top: 16px; }
.eg-contact-row small { display: block; color: var(--eg-text-light); }
.eg-contact-row a { display: inline-block; margin-top: 7px; color: var(--eg-navy); font-size: 17px; font-weight: 500; }
.eg-contact-row a:hover { color: var(--eg-green); }
.eg-contact-map iframe { width: 100%; height: 500px; border: 0; }
.eg-legal-box { margin-top: 22px; padding: 18px; border: 1px solid var(--eg-gray-200); background: var(--eg-offwhite); color: var(--eg-text-secondary); font-size: 13px; }
.eg-modal { position: fixed; z-index: 10000; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(0,43,73,.82); backdrop-filter: blur(5px); }
.eg-modal.is-open { display: flex; }
.eg-modal__panel { position: relative; width: min(100%,680px); max-height: 90vh; overflow-y: auto; padding: 40px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.eg-modal__panel h2 { margin: 0; color: var(--eg-navy); font-size: 30px; }
.eg-modal__panel > p { margin: 8px 0 28px; color: var(--eg-text-secondary); font-size: 14px; }
.eg-modal__close { position: absolute; top: 12px; right: 16px; padding: 2px 8px; border: 0; background: transparent; color: var(--eg-text-light); font-size: 30px; cursor: pointer; }
.eg-consultation-form { display: grid; gap: 16px; }
.eg-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
body.eg-modal-open { overflow: hidden; }

/* Single project */
.eg-project-hero { padding: 70px 0 88px; background: var(--eg-navy); color: #fff; }
.eg-project-hero h1 { max-width: 900px; margin: 20px 0 0; font-size: clamp(34px,4vw,54px); line-height: 1.15; }
.eg-back { color: rgba(255,255,255,.52); font-size: 14px; }
.eg-project-facts { border-bottom: 1px solid var(--eg-gray-200); }
.eg-project-facts__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.eg-project-fact { padding: 34px 0; }
.eg-project-fact small { color: var(--eg-text-light); font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eg-project-fact strong { display: block; margin-top: 9px; font-weight: 500; }
.eg-project-body { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
.eg-project-body h2 { margin: 0; color: var(--eg-navy); font-size: 25px; }
.eg-project-body p { color: var(--eg-text-secondary); font-size: 18px; line-height: 1.75; }
.eg-project-body section + section { margin-top: 45px; }
.eg-project-single-v2 .eg-project-hero { position: relative; overflow: hidden; padding: 70px 0 82px; background: var(--eg-navy-deep); }
.eg-project-single-v2 .eg-project-hero::after { position: absolute; right: -150px; bottom: -340px; width: 610px; height: 610px; border: 1px solid rgba(57,196,207,.18); border-radius: 50%; content: ""; }
.eg-project-single-v2 .eg-project-hero .eg-container { position: relative; z-index: 1; }
.eg-project-single-v2 .eg-project-hero h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(40px,4.5vw,58px); font-weight: 500; line-height: 1.08; }
.eg-project-hero__summary { max-width: 750px; margin: 22px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.eg-project-single-v2 .eg-project-fact small { color: var(--eg-green-dark); font-size: 10px; }
.eg-project-single-v2 .eg-project-body aside { padding: 28px; background: var(--eg-offwhite); }
.eg-project-single-v2 .eg-project-body aside h2 { font-size: 21px; }
.eg-project-single-v2 .eg-section--navy .eg-cta h2 { color: #fff; }

/* Breadcrumbs, service details and editorial articles */
.eg-breadcrumb-wrap { background: var(--eg-navy-deep); }
.eg-breadcrumbs { display: flex; align-items: center; gap: 10px; min-height: 42px; overflow: hidden; color: rgba(255,255,255,.58); font-size: 12px; white-space: nowrap; }
.eg-breadcrumbs a:hover { color: #fff; }
.eg-breadcrumbs > span:last-child { overflow: hidden; color: rgba(255,255,255,.82); text-overflow: ellipsis; }
.eg-service-answer { max-width: 1040px; }
.eg-service-answer h2 { margin: 18px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px,3.4vw,46px); font-weight: 500; line-height: 1.25; }
.eg-service-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.eg-service-scope { margin-top: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 30px; }
.eg-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.eg-process-grid article { min-height: 230px; padding: 28px; background: var(--eg-offwhite); }
.eg-process-grid article > span { color: var(--eg-green); font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.eg-process-grid h3 { margin: 28px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 23px; font-weight: 500; }
.eg-process-grid p { color: var(--eg-text-secondary); font-size: 14px; line-height: 1.7; }
.eg-service-sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.eg-service-sector-grid h2 { margin: 15px 0 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px,3.5vw,46px); font-weight: 500; }
.eg-service-sector-grid ul { display: grid; gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.16); list-style: none; }
.eg-service-sector-grid li { padding: 17px 20px; background: var(--eg-navy); color: rgba(255,255,255,.8); }
.eg-service-faqs { max-width: 920px; }
.eg-cta--light { padding: 38px; background: #fff; }
.eg-cta--light h2 { color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.eg-cta--light p { color: var(--eg-text-secondary); }
.eg-article-hero { padding: 68px 0 76px; background: var(--eg-navy-deep); color: #fff; }
.eg-article-hero h1 { max-width: 960px; margin: 18px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(40px,5vw,62px); font-weight: 500; line-height: 1.08; }
.eg-article-deck { max-width: 800px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.eg-article-byline { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: rgba(255,255,255,.54); font-size: 12px; }
.eg-article-image { margin-top: -34px; position: relative; }
.eg-article-image img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.eg-article-image figcaption { padding: 10px 14px; background: var(--eg-offwhite); color: var(--eg-text-light); font-size: 11px; line-height: 1.5; }
.eg-article-single .eg-post-content { padding-block: 80px; color: var(--eg-text-secondary); font-size: 17px; line-height: 1.82; }
.eg-article-single .eg-post-content h2 { margin-top: 2.2em; font-family: "Playfair Display", Georgia, serif; font-size: 32px; font-weight: 500; line-height: 1.2; }
.eg-article-single .eg-post-content li + li { margin-top: .7em; }
.eg-article-single .eg-post-content a { color: var(--eg-green-dark); text-decoration: underline; text-underline-offset: 3px; }
.eg-article-lead { color: var(--eg-navy); font-size: 21px; line-height: 1.7; }
.eg-inner-v2--rtl .eg-service-scope li { padding-right: 20px; padding-left: 0; }
.eg-inner-v2--rtl .eg-service-scope li::before { right: 0; left: auto; }

/* Footer */
.eg-footer { padding: 64px 0 30px; background: var(--eg-navy); color: #fff; }
.eg-footer__grid { display: grid; grid-template-columns: 1.05fr .8fr 1fr 1.3fr; gap: 48px; }
.eg-footer__about p { max-width: 270px; color: rgba(255,255,255,.6); font-size: 14px; }
.eg-footer h3 { margin: 0; color: rgba(255,255,255,.72); font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eg-footer ul { margin: 19px 0 0; padding: 0; list-style: none; }
.eg-footer li { margin-top: 10px; color: rgba(255,255,255,.6); font-size: 14px; }
.eg-footer a:hover { color: #fff; }
.eg-footer__address-label { color: var(--eg-green); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.eg-footer .eg-footer__address-label { color: #5dd6df; }
.eg-footer .eg-text-link { color: #5dd6df; }
.eg-footer__registered-label { color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; }
.eg-social { display: flex; gap: 12px; margin-top: 20px; }
.eg-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: rgba(255,255,255,.65); }
.eg-social svg { width: 16px; }
.eg-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-size: 14px; }

/* WordPress + Elementor */
.elementor-page .eg-site-main > .elementor { margin: 0; }
.elementor .eg-elementor-shell.e-con { --container-max-width: 100%; --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; --gap: 0; --row-gap: 0; --column-gap: 0; display: block!important; width: 100%!important; max-width: none!important; min-height: 0!important; margin: 0!important; padding: 0!important; gap: 0!important; }
.eg-elementor-shell > .e-con-inner { max-width: none!important; margin: 0!important; padding: 0!important; gap: 0!important; }
.eg-elementor-shell > .elementor-element { margin: 0!important; }
.alignwide { width: min(100% - 40px,var(--eg-container)); max-width: none; margin-inline: auto; }
.alignfull { width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 900px) {
  body.admin-bar .eg-header { top: 46px; }
  .eg-section { padding: 72px 0; }
  .eg-grid--3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eg-columns { grid-template-columns: 1fr; }
  .eg-contact-grid, .eg-project-body { grid-template-columns: 1fr; gap: 45px; }
  .eg-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  .eg-container { padding-inline: 20px; }
  .eg-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; border-top: 1px solid rgba(255,255,255,.1); background: var(--eg-navy); }
  .eg-nav.is-open { display: flex; }
  .eg-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .eg-nav a { display: block; padding: 12px 4px; }
  .eg-nav .current-menu-item > a::after, .eg-nav .current_page_item > a::after { display: none; }
  .eg-menu-toggle { display: inline-flex; }
  .eg-home-hero, .eg-home-hero__inner { min-height: 720px; }
  .eg-home-hero__content { align-self: center; padding: 90px 0 130px; }
  .eg-home-hero h1, .eg-inner-hero h1 { font-size: 36px; line-height: 1.12; }
  .eg-hero-controls { top: auto; right: auto; bottom: 40px; left: 16px; flex-direction: row; align-items: center; transform: none; }
  .eg-hero-dots { flex-direction: row; }
  .eg-hero-dot { width: 48px; height: 4px; }
  .eg-hero-watermark { right: 0; bottom: 10%; width: 210px; }
  .eg-stats__grid { grid-template-columns: repeat(2,1fr); }
  .eg-stat { padding: 34px 10px; }
  .eg-intro, .eg-section-head, .eg-cta { align-items: flex-start; flex-direction: column; }
  .eg-grid--3, .eg-grid--2 { grid-template-columns: 1fr; }
  .eg-filter-bar { grid-template-columns: 1fr; }
  .eg-form-grid { grid-template-columns: 1fr; }
  .eg-modal__panel { padding: 30px 20px; }
  .eg-project-facts__grid { grid-template-columns: repeat(2,1fr); gap: 0 20px; }
  .eg-footer__grid { grid-template-columns: 1fr; }
  .eg-footer__bottom { flex-direction: column; }
}

/* Inner pages — corporate editorial system */
.eg-inner-v2 { background: #fff; }
.eg-inner-v2 .eg-section { padding: 82px 0; }
.eg-inner-v2 .eg-kicker { color: var(--eg-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.eg-inner-v2 .eg-serif { color: #39c4cf; font-family: inherit; font-weight: inherit; }
.eg-inner-v2 .eg-title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px,3.7vw,48px); font-weight: 500; }
.eg-inner-hero--editorial { position: relative; overflow: hidden; padding: 82px 0 78px; background: var(--eg-navy-deep); }
.eg-inner-hero--editorial::after { position: absolute; right: -130px; bottom: -280px; width: 530px; height: 530px; border: 1px solid rgba(57,196,207,.19); border-radius: 50%; content: ""; }
.eg-inner-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 210px; align-items: end; gap: 70px; }
.eg-inner-hero--editorial h1 { max-width: 820px; margin: 18px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(44px,5vw,64px); font-weight: 500; line-height: 1.04; }
.eg-inner-hero--editorial p:last-child { max-width: 720px; margin-top: 21px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.eg-inner-hero__mark { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding-bottom: 7px; color: rgba(255,255,255,.46); }
.eg-inner-hero__mark span { color: #38c3cf; font-family: "Playfair Display", Georgia, serif; font-size: 44px; line-height: 1; }
.eg-inner-hero__mark small { font-size: 9px; line-height: 1.55; letter-spacing: .09em; text-transform: uppercase; }

.eg-about-lead { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.eg-about-lead h2 { max-width: 570px; margin: 16px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(35px,3.7vw,49px); font-weight: 500; line-height: 1.1; }
.eg-about-lead > p { margin: 0; color: var(--eg-text-secondary); font-size: 16px; line-height: 1.8; }
.eg-inner-v2 .eg-columns { gap: 18px; }
.eg-inner-v2 .eg-value-column { min-height: 310px; padding: 30px; border: 0; background: #fff; }
.eg-value-column > span { color: var(--eg-green); font-family: "Playfair Display", Georgia, serif; font-size: 28px; }
.eg-inner-v2 .eg-value-column h2 { margin-top: 24px; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 24px; letter-spacing: 0; text-transform: none; }
.eg-inner-v2 .eg-value-column p, .eg-inner-v2 .eg-value-column li { color: var(--eg-text-secondary); font-size: 14px; line-height: 1.75; }
.eg-inner-v2 .eg-card { border: 0; background: var(--eg-offwhite); }
.eg-inner-v2 .eg-card h3 { margin-top: 0; font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 500; }
.eg-inner-v2 .eg-card:hover { background: #fff; }

.eg-service-index { padding: 28px 0; background: #fff; }
.eg-service-index .eg-container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.eg-service-index span { color: var(--eg-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eg-service-index p { max-width: 620px; margin: 0; color: var(--eg-text-secondary); font-size: 14px; }
.eg-services-editorial { display: grid; gap: 1px; background: var(--eg-gray-200); }
.eg-inner-v2 .eg-service-block { display: grid; grid-template-columns: minmax(260px,.85fr) 1.15fr; gap: 70px; padding: 42px 46px; background: #fff; }
.eg-service-block__head > span { color: var(--eg-green); font-family: "Playfair Display", Georgia, serif; font-size: 26px; }
.eg-service-block__head h2 { margin: 14px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.15; }
.eg-service-block__head p { margin: 14px 0 0; color: var(--eg-text-secondary); font-size: 13px; line-height: 1.7; }
.eg-inner-v2 .eg-service-block .eg-list { margin: 3px 0 0; columns: 2; column-gap: 30px; }
.eg-inner-v2 .eg-service-block .eg-list li { break-inside: avoid; margin-bottom: 14px; color: var(--eg-text-secondary); font-size: 13px; line-height: 1.6; }
.eg-inner-v2 .eg-accreditation { min-height: 165px; border: 0; border-top: 3px solid var(--eg-green); background: #fff; }

.eg-inner-v2 [data-eg-projects] > .eg-grid { gap: 22px; }
.eg-inner-v2 .eg-project-item { overflow: hidden; background: #fff; }
.eg-inner-v2 .eg-project-media { position: relative; height: 168px; background: radial-gradient(circle at 80% 10%, rgba(8,166,181,.27), transparent 33%), var(--eg-navy); }
.eg-inner-v2 .eg-project-media > span { position: absolute; top: 17px; left: 18px; max-width: 65%; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eg-inner-v2 .eg-project-media > img { width: auto; max-width: 120px; height: auto; max-height: 68px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .92; }
.eg-inner-v2 .eg-project-card .eg-card { min-height: 265px; padding: 24px; background: #fff; }
.eg-inner-v2 .eg-project-card .eg-card h3 { margin: 15px 0 0; font-size: 19px; line-height: 1.3; }
.eg-inner-v2 .eg-project-card .eg-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.eg-inner-v2 .eg-filter-bar { margin-bottom: 18px; }
.eg-empty--visible { display: block; margin-top: 32px; }
.eg-knowledge-areas > .eg-kicker { margin-bottom: 26px; }
.eg-knowledge-areas article { min-height: 225px; padding: 28px; background: var(--eg-offwhite); }
.eg-knowledge-areas article > span { color: var(--eg-green); font-family: "Playfair Display", Georgia, serif; font-size: 27px; }
.eg-knowledge-areas h2 { margin: 20px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 21px; font-weight: 500; line-height: 1.3; }
.eg-knowledge-areas p { color: var(--eg-text-secondary); font-size: 13px; line-height: 1.65; }
.eg-career-cta { text-align: center; }
.eg-career-cta h2 { margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 42px; font-weight: 500; }
.eg-career-cta p { color: rgba(255,255,255,.68); }
.eg-career-cta .eg-btn { margin-top: 20px; }
.eg-inner-v2 .eg-contact-grid { align-items: start; }
.eg-inner-v2 .eg-contact-row small { color: var(--eg-green-dark); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eg-inner-v2 .eg-contact-row p { color: var(--eg-navy); font-weight: 500; }
.eg-inner-v2 .eg-contact-map { padding: 14px; background: var(--eg-offwhite); }
.eg-inner-v2 .eg-contact-map iframe { height: 540px; }
.eg-enquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.eg-enquiry-grid h2 { max-width: 470px; margin: 16px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px,3.8vw,48px); font-weight: 500; line-height: 1.1; }
.eg-enquiry-grid > div > p:last-child { max-width: 470px; color: var(--eg-text-secondary); line-height: 1.75; }
.eg-enquiry-form { position: relative; display: grid; gap: 20px; padding: clamp(26px,3.2vw,42px); border-top: 4px solid var(--eg-green); background: #fff; box-shadow: 0 24px 60px rgba(2,43,73,.08); }
.eg-enquiry-form label { display: grid; gap: 8px; }
.eg-enquiry-form label > span { color: var(--eg-navy); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eg-enquiry-form .eg-field { min-height: 52px; padding: 13px 15px; border: 1px solid #d8e0e4; border-radius: 0; background: #fbfcfc; color: var(--eg-navy); font: inherit; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.eg-enquiry-form .eg-field:hover { border-color: #b6c7ce; background: #fff; }
.eg-enquiry-form .eg-field:focus { border-color: var(--eg-green); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(8,166,181,.14); }
.eg-enquiry-form textarea.eg-field { min-height: 150px; resize: vertical; }
.eg-enquiry-form__footer { display: flex; align-items: center; gap: 18px; min-height: 52px; }
.eg-enquiry-form .eg-btn { flex: 0 0 auto; justify-self: start; }
.eg-enquiry-form .eg-btn:disabled { cursor: wait; opacity: .65; }
.eg-form-status { flex: 1; min-width: 0; color: var(--eg-text-secondary); font-size: 13px; line-height: 1.55; }
.eg-form-status.is-success, .eg-form-status.is-error { padding: 11px 14px; border-inline-start: 3px solid; }
.eg-form-status.is-success { border-color: var(--eg-green); background: #edf9f8; color: #075f68; }
.eg-form-status.is-error { border-color: #b42318; background: #fff3f2; color: #8a1c14; }
.eg-hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.eg-inner-v2--rtl { text-align: right; }
.eg-inner-v2--rtl .eg-inner-hero--editorial::after { right: auto; left: -130px; }
.eg-inner-v2--rtl .eg-list li, .eg-inner-v2--rtl .eg-value-column li { padding-right: 20px; padding-left: 0; }
.eg-inner-v2--rtl .eg-list li::before, .eg-inner-v2--rtl .eg-value-column li::before { right: 0; left: auto; }
.eg-inner-v2--rtl .eg-project-media > span { right: 18px; left: auto; }

@media (max-width: 900px) {
  .eg-inner-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .eg-inner-hero__mark { display: none; }
  .eg-about-lead { grid-template-columns: 1fr; gap: 32px; }
  .eg-enquiry-grid { grid-template-columns: 1fr; gap: 40px; }
  .eg-inner-v2 .eg-service-block { grid-template-columns: 1fr; gap: 25px; }
  .eg-service-detail-grid, .eg-service-sector-grid { grid-template-columns: 1fr; gap: 38px; }
  .eg-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eg-inner-v2 .eg-inner-hero--editorial { padding: 52px 0 48px; }
}

@media (max-width: 767px) {
  .eg-inner-v2 .eg-section { padding: 62px 0; }
  .eg-inner-hero--editorial { padding: 58px 0 54px; }
  .eg-inner-hero--editorial h1 { font-size: 40px; }
  .eg-inner-hero--editorial p:last-child { font-size: 14px; }
  .eg-service-index .eg-container { display: block; }
  .eg-service-index p { margin-top: 8px; }
  .eg-inner-v2 .eg-service-block { padding: 30px 22px; }
  .eg-inner-v2 .eg-service-block .eg-list { columns: 1; }
  .eg-inner-v2 .eg-value-column { min-height: 0; }
  .eg-career-cta h2 { font-size: 34px; }
  .eg-inner-v2 .eg-contact-map iframe { height: 400px; }
  .eg-enquiry-form { padding: 24px 20px; }
  .eg-enquiry-form__footer { align-items: stretch; flex-direction: column; gap: 12px; }
  .eg-enquiry-form .eg-btn { justify-content: center; width: 100%; }
  .eg-service-scope, .eg-process-grid { grid-template-columns: 1fr; }
  .eg-process-grid article { min-height: 0; }
  .eg-cta--light { padding: 28px 22px; }
  .eg-article-hero { padding: 48px 0 58px; }
  .eg-article-hero h1 { font-size: 38px; }
  .eg-article-deck { font-size: 15px; }
  .eg-article-single .eg-post-content { padding: 60px 20px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}

/* EnviGlobe corporate editorial redesign */
:root {
  --eg-navy: #032b4a;
  --eg-navy-deep: #02233d;
  --eg-green: #057784;
  --eg-green-dark: #006b78;
  --eg-green-light: #e7f7f8;
  --eg-offwhite: #f6f6f2;
  --eg-stone: #eef1ef;
}

.eg-header { height: 80px; background: var(--eg-navy-deep); transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.eg-header--hero { position: fixed; right: 0; left: 0; background: transparent; box-shadow: none; }
.eg-header--hero.is-scrolled { background: rgba(2,35,61,.96); box-shadow: 0 10px 32px rgba(0,0,0,.2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.eg-header--hero:not(.is-scrolled) .eg-nav a { text-shadow: 0 1px 14px rgba(0,18,33,.55); }
.eg-header__inner { height: 80px; }
.eg-brand { flex: 0 0 auto; }
.eg-brand img { width: 124px; height: 60px; object-fit: contain; object-position: left center; }
.eg-header__navigation { display: flex; align-items: center; justify-content: flex-end; gap: 34px; margin-left: auto; }
.eg-nav__list { gap: 26px; }
.eg-nav a { padding: 11px 2px; font-size: 15px; letter-spacing: 0; }
.eg-header__actions { display: flex; align-items: center; gap: 18px; }
.eg-language { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; min-height: 40px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); color: #fff; font-size: 13px; font-weight: 700; line-height: 1; }
.eg-language:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); color: #fff; }
.eg-header__cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 10px 19px; background: var(--eg-green); color: #fff; font-size: 13px; font-weight: 700; }
.eg-header__cta:hover { background: #006b78; color: #fff; }

.eg-home-v2 .eg-section { padding: 92px 0; }
.eg-home-v2 .eg-kicker { color: var(--eg-green); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.eg-section--navy .eg-kicker { color: #5dd6df; }
.eg-inner-hero .eg-kicker, .eg-project-hero .eg-kicker, .eg-article-hero .eg-kicker { color: #5dd6df; }
.eg-home-v2 .eg-serif { color: var(--eg-navy); font-family: inherit; font-weight: inherit; }
.eg-home-v2 .eg-text-link { color: var(--eg-navy); font-size: 13px; }
.eg-home-v2 .eg-text-link:hover { color: var(--eg-green-dark); }

.eg-home-v2 .eg-home-hero {
  position: relative;
  min-height: 640px;
  isolation: isolate;
  overflow: hidden;
  background: var(--eg-navy-deep);
}
.eg-home-v2 .eg-home-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--eg-hero-image);
  background-position: center center;
  background-size: cover;
  content: "";
}
.eg-home-v2 .eg-home-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,35,61,.98) 0%, rgba(2,35,61,.94) 29%, rgba(2,35,61,.66) 48%, rgba(2,35,61,.12) 72%);
  content: "";
}
.eg-home-v2 .eg-home-hero__inner { display: flex; align-items: center; min-height: 640px; }
.eg-home-v2 .eg-home-hero__content { max-width: 565px; padding: 72px 0 78px; }
.eg-hero-eyebrow { margin: 0 0 23px; color: #32c5d1; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eg-home-v2 .eg-home-hero h1 { max-width: 540px; margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(52px,5.2vw,68px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.eg-home-hero__lead { max-width: 510px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.55; }
.eg-home-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.eg-home-v2 .eg-btn { min-height: 46px; padding: 11px 22px; font-size: 13px; }
.eg-btn--light-outline { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.eg-btn--light-outline:hover { border-color: #fff; background: #fff; color: var(--eg-navy); }

.eg-home-v2 .eg-stats { border: 0; background: #fff; }
.eg-home-v2 .eg-stats__grid { gap: 20px; padding-block: 34px; }
.eg-home-v2 .eg-stat { display: flex; align-items: center; gap: 16px; min-width: 0; padding: 0 18px; text-align: left; }
.eg-home-v2 .eg-stat + .eg-stat { border: 0; }
.eg-stat__icon { display: inline-flex; flex: 0 0 42px; align-items: center; justify-content: center; color: var(--eg-green); }
.eg-stat__icon svg { width: 36px; height: 36px; }
.eg-stat__copy { min-width: 0; }
.eg-home-v2 .eg-stat strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px,2.6vw,39px); font-weight: 500; }
.eg-home-v2 .eg-stat span span { margin-top: 2px; font-size: 12px; line-height: 1.35; }

.eg-home-expertise { background: var(--eg-offwhite); }
.eg-home-expertise__grid { display: grid; grid-template-columns: .9fr 2.1fr; gap: 72px; }
.eg-home-intro h2 { max-width: 430px; margin: 16px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px,3.2vw,45px); font-weight: 500; line-height: 1.1; }
.eg-home-intro > p:not(.eg-kicker) { margin: 24px 0; color: var(--eg-text-secondary); font-size: 15px; line-height: 1.75; }
.eg-home-services > .eg-kicker { margin-bottom: 21px; }
.eg-home-services__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.eg-home-service { display: flex; gap: 15px; min-height: 176px; padding: 22px 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.eg-home-service:hover { box-shadow: 0 18px 36px rgba(3,43,74,.08); transform: translateY(-3px); }
.eg-home-service__icon { display: inline-flex; flex: 0 0 44px; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(5,119,132,.18); background: var(--eg-green-light); color: var(--eg-green); }
.eg-home-service__icon svg { width: 24px; height: 24px; stroke-width: 1.7; }
.eg-home-service strong { display: block; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 17px; font-weight: 500; line-height: 1.25; }
.eg-home-service small { display: block; margin-top: 10px; color: var(--eg-text-secondary); font-size: 11.5px; line-height: 1.55; }

.eg-home-sectors { padding: 50px 0 58px; background: #fff; }
.eg-home-sectors__grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; margin-top: 28px; }
.eg-home-sectors__grid a { display: flex; min-height: 84px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 9px; padding: 14px 18px; background: var(--eg-offwhite); color: var(--eg-navy); }
.eg-home-sectors__grid a:hover { background: var(--eg-green-light); }
.eg-home-sectors__grid span, .eg-home-sectors__grid svg { width: 30px; height: 30px; color: var(--eg-green); }
.eg-home-sectors__grid strong { font-family: "Playfair Display", Georgia, serif; font-size: 14px; font-weight: 500; }

.eg-home-projects { background: var(--eg-offwhite); }
.eg-home-v2 .eg-section-head { margin-bottom: 34px; }
.eg-home-v2 .eg-section-head .eg-title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(35px,3.6vw,47px); font-weight: 500; }
.eg-home-cases { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.eg-home-case { min-width: 0; overflow: hidden; background: #fff; }
.eg-home-case__visual { position: relative; display: flex; height: 176px; align-items: center; justify-content: center; overflow: hidden; padding: 28px; background: radial-gradient(circle at 85% 15%, rgba(8,166,181,.28), transparent 34%), var(--eg-navy); }
.eg-home-case__visual::after { position: absolute; right: -25px; bottom: -55px; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.eg-home-case__visual > span { position: absolute; top: 18px; left: 18px; max-width: 65%; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eg-home-case__visual img { max-width: 118px; max-height: 76px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .92; }
.eg-home-case__body { display: flex; min-height: 260px; flex-direction: column; padding: 25px; }
.eg-home-case__body > p { margin: 0; color: var(--eg-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eg-home-case h3 { margin: 12px 0 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 500; line-height: 1.28; }
.eg-home-case small { display: -webkit-box; margin: 13px 0 20px; overflow: hidden; color: var(--eg-text-secondary); font-size: 12px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.eg-home-case .eg-text-link { margin-top: auto; }

.eg-home-trust { background: #fff; }
.eg-home-accreditations { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 30px; }
.eg-home-accreditations article { display: flex; align-items: center; gap: 20px; min-height: 116px; padding: 22px; background: var(--eg-offwhite); }
.eg-home-accreditations__mark { display: inline-flex; flex: 0 0 66px; align-items: center; justify-content: center; min-height: 58px; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 17px; font-weight: 600; }
.eg-home-accreditations h3 { margin: 0; color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 16px; font-weight: 500; line-height: 1.3; }
.eg-home-accreditations p { margin: 7px 0 0; color: var(--eg-text-secondary); font-size: 11px; line-height: 1.5; }

.eg-home-v2 .eg-clients { padding: 58px 0; border: 0; background: var(--eg-offwhite); }
.eg-home-v2 .eg-clients__label { margin-bottom: 30px; color: var(--eg-green-dark); font-size: 11px; font-weight: 700; }
.eg-home-v2 .eg-marquee::before { background: linear-gradient(90deg,var(--eg-offwhite),transparent); }
.eg-home-v2 .eg-marquee::after { background: linear-gradient(-90deg,var(--eg-offwhite),transparent); }

.eg-home-knowledge { background: #fff; }
.eg-home-knowledge__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; }
.eg-home-insights, .eg-home-faqs { margin-top: 26px; }
.eg-home-insights { display: grid; gap: 12px; }
.eg-home-insights a { display: grid; gap: 5px; padding: 18px 20px; background: var(--eg-offwhite); }
.eg-home-insights a:hover { background: var(--eg-green-light); }
.eg-home-insights span { color: var(--eg-green-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eg-home-insights strong { color: var(--eg-navy); font-family: "Playfair Display", Georgia, serif; font-size: 17px; font-weight: 500; line-height: 1.3; }
.eg-home-insights small { color: var(--eg-text-secondary); font-size: 11px; }
.eg-home-faqs details { background: var(--eg-offwhite); }
.eg-home-faqs details + details { margin-top: 10px; }
.eg-home-faqs summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--eg-navy); font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.eg-home-faqs summary::-webkit-details-marker { display: none; }
.eg-home-faqs summary span { color: var(--eg-green); font-size: 20px; font-weight: 400; }
.eg-home-faqs details[open] summary span { transform: rotate(45deg); }
.eg-home-faqs details p { margin: 0; padding: 0 20px 20px; color: var(--eg-text-secondary); font-size: 13px; line-height: 1.7; }

.eg-home-v2 .eg-section--navy { position: relative; overflow: hidden; padding: 58px 0; background: var(--eg-navy); }
.eg-home-v2 .eg-section--navy::after { position: absolute; right: -80px; bottom: -180px; width: 360px; height: 360px; border: 1px solid rgba(8,166,181,.25); border-radius: 50%; content: ""; }
.eg-home-v2 .eg-cta { position: relative; z-index: 1; }
.eg-home-v2 .eg-cta h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px,3.2vw,42px); font-weight: 500; }
.eg-home-v2 .eg-cta .eg-serif { color: #31c3cf; }
.eg-home-v2 .eg-cta p { font-size: 15px; }

.eg-home-v2--rtl { text-align: right; }
.eg-home-v2--rtl .eg-home-hero::after { background: linear-gradient(270deg, rgba(2,35,61,.98) 0%, rgba(2,35,61,.94) 29%, rgba(2,35,61,.66) 48%, rgba(2,35,61,.12) 72%); }
.eg-home-v2--rtl .eg-home-hero::before { transform: scaleX(-1); }
.eg-home-v2--rtl .eg-stat, .eg-home-v2--rtl .eg-home-sectors__grid a { text-align: right; }
.eg-home-v2--rtl .eg-home-case__visual > span { right: 18px; left: auto; }
.eg-language-ar .eg-header__navigation { margin-right: auto; margin-left: 0; }

@media (max-width: 1100px) {
  .eg-header__navigation { gap: 22px; }
  .eg-nav__list { gap: 18px; }
  .eg-nav a { font-size: 13px; }
  .eg-header__cta { padding-inline: 14px; }
  .eg-home-expertise__grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 900px) {
  .eg-header, .eg-header__inner { height: 72px; }
  .eg-brand img { width: 108px; height: 52px; }
  .eg-header__navigation { gap: 14px; }
  .eg-header__cta { display: none; }
  .eg-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 16px 24px 24px; border: 0; background: var(--eg-navy-deep); box-shadow: 0 20px 35px rgba(0,0,0,.2); }
  .eg-nav.is-open { display: flex; }
  .eg-nav__list { gap: 0; }
  .eg-nav a { padding: 13px 0; font-size: 15px; }
  .eg-menu-toggle { display: inline-flex; margin-left: 2px; }
  .eg-home-v2 .eg-section { padding: 72px 0; }
  .eg-home-v2 .eg-home-hero, .eg-home-v2 .eg-home-hero__inner { min-height: 600px; }
  .eg-home-services__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eg-home-sectors__grid { grid-template-columns: repeat(3,1fr); }
  .eg-home-cases, .eg-home-accreditations { grid-template-columns: 1fr; }
  .eg-home-case { display: grid; grid-template-columns: .8fr 1.2fr; }
  .eg-home-case__visual { height: 100%; min-height: 230px; }
  .eg-home-case__body { min-height: 230px; }
  .eg-home-knowledge__grid { grid-template-columns: 1fr; gap: 55px; }
  .eg-insights-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eg-service-evidence-grid { grid-template-columns: 1fr; }
  .eg-team-proof { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 767px) {
  .eg-header .eg-container { padding-inline: 18px; }
  .eg-language { min-width: 58px; min-height: 40px; padding: 7px 10px; font-size: 13px; }
  .eg-home-v2 .eg-home-hero { min-height: 660px; }
  .eg-home-v2 .eg-home-hero__inner { min-height: 660px; align-items: flex-end; }
  .eg-home-v2 .eg-home-hero::before { background-position: 68% center; }
  .eg-home-v2 .eg-home-hero::after { background: linear-gradient(180deg, rgba(2,35,61,.22) 0%, rgba(2,35,61,.58) 35%, rgba(2,35,61,.98) 68%, rgba(2,35,61,1) 100%); }
  .eg-home-v2 .eg-home-hero__content { max-width: 100%; padding: 275px 0 48px; }
  .eg-hero-eyebrow { margin-bottom: 15px; font-size: 9px; line-height: 1.5; }
  .eg-home-v2 .eg-home-hero h1 { max-width: 360px; font-size: 42px; line-height: 1.02; }
  .eg-home-hero__lead { max-width: 350px; margin-top: 18px; font-size: 15px; }
  .eg-home-hero__actions { margin-top: 24px; }
  .eg-home-hero__actions .eg-btn { flex: 1 1 150px; padding-inline: 14px; }
  .eg-home-v2 .eg-stats__grid { gap: 28px 12px; padding-block: 32px; }
  .eg-home-v2 .eg-stat { align-items: flex-start; gap: 10px; padding: 0; }
  .eg-stat__icon { flex-basis: 31px; }
  .eg-stat__icon svg { width: 28px; height: 28px; }
  .eg-home-v2 .eg-stat strong { font-size: 27px; }
  .eg-home-v2 .eg-stat span span { font-size: 10px; }
  .eg-home-expertise__grid { gap: 42px; }
  .eg-home-intro h2 { font-size: 35px; }
  .eg-home-services__grid { grid-template-columns: 1fr; }
  .eg-home-service { min-height: 0; padding: 20px 18px; }
  .eg-home-sectors__grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .eg-home-sectors__grid a { min-height: 92px; }
  .eg-home-v2 .eg-section-head { align-items: flex-start; }
  .eg-home-cases { gap: 16px; }
  .eg-home-case { display: block; }
  .eg-home-case__visual { height: 150px; min-height: 0; }
  .eg-home-case__body { min-height: 235px; }
  .eg-home-accreditations article { align-items: flex-start; }
  .eg-home-accreditations__mark { flex-basis: 54px; min-height: 45px; font-size: 14px; }
  .eg-home-knowledge__grid { gap: 45px; }
  .eg-home-v2 .eg-section--navy { padding: 44px 0; }
  .eg-home-v2 .eg-cta { gap: 24px; }
  .eg-home-v2 .eg-cta h2 { max-width: 330px; font-size: 31px; line-height: 1.12; }
  .eg-home-v2 .eg-cta p { max-width: 330px; margin-top: 12px; font-size: 14px; line-height: 1.65; }
  .eg-home-v2 .eg-cta .eg-btn { flex: 0 0 auto; width: auto; min-height: 44px; padding: 10px 18px; }
  .eg-language-ar .eg-menu-toggle { margin-right: 2px; margin-left: 0; }
  .eg-insights-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
  .eg-insight-card { height: auto; }
  .eg-insight-card__body { min-height: 0; padding: 22px; }
  .eg-insight-card__body h3 { font-size: 23px; }
  .eg-insight-card__body p { -webkit-line-clamp: 5; }
  .eg-specialist-services { margin-top: 52px; padding-top: 48px; }
  .eg-specialist-services .eg-card { min-height: 0; }
  .eg-service-evidence-grid article { padding: 24px; }
  .eg-answer-box, .eg-related-service { padding: 20px; }
}
