    :root {
      --accent: #e84e19; /* brand secondary */
      --bg: #3B353C;     /* default dark theme bg */
      --panel: #171818;
      --text: #ffffff;
      --muted: #b6b6b6;
      --border: #242525;
      --shadow: 0 10px 30px rgba(0,0,0,.25);
      --bg-rgb: 59, 53, 60; /* RGB values for dark theme background */
    }
    
    /* Automatically detect system theme preference */
    @media (prefers-color-scheme: light) {
      :root {
        --bg: #eeeae7; /* brand main alternates: white */
        --panel: #ffffff;
        --text: #111111; /* brand main alternates: black */
        --muted: #575757;
        --border: #e9e9e9;
        --shadow: 0 10px 30px rgba(17,17,17,.08);
        --bg-rgb: 238, 234, 231; /* RGB values for light theme background */
      }
    }
    
    /* Manual theme overrides */
    .light {
      --bg: #eeeae7; /* brand main alternates: white */
      --panel: #ffffff;
      --text: #111111; /* brand main alternates: black */
      --muted: #575757;
      --border: #e9e9e9;
      --shadow: 0 10px 30px rgba(17,17,17,.08);
      --bg-rgb: 238, 234, 231; /* RGB values for light theme background */
    }

    .dark {
      --bg: #3B353C;
      --panel: #171818;
      --text: #ffffff;
      --muted: #b6b6b6;
      --border: #242525;
      --shadow: 0 10px 30px rgba(0,0,0,.25);
      --bg-rgb: 59, 53, 60; /* RGB values for dark theme background */
    }

    html, body { height: 100%; }
    body { margin: 0; background: var(--bg); color: var(--text); font-family: "Exo 2", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; line-height: 1.6; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    * { box-sizing: border-box; }
    .captcha-center { display: flex; justify-content: center; margin: 16px 0; }
    .brand-logo-dark { display: block; transition: opacity 0.3s ease; }
    .brand-logo-light { display: none; transition: opacity 0.3s ease; }
    .brand-company-name-theme { color: var(--text); transition: color 0.3s ease; }
    @media (prefers-color-scheme: light) {
      .brand-logo-dark { display: none; }
      .brand-logo-light { display: block; }
    }
    @media (prefers-color-scheme: dark) {
      .brand-logo-dark { display: block; }
      .brand-logo-light { display: none; }
    }
    .light .brand-logo-dark { display: none; }
    .light .brand-logo-light { display: block; }
    .dark .brand-logo-dark { display: block; }
    .dark .brand-logo-light { display: none; }
    /* Layout */
    .container { width: min(1200px, 95%); margin: 0 auto; padding: 0 16px; }
    section { padding: 80px 0; }
    .grid { display: grid; gap: 24px; }
    .cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
    
    /* Grid Responsive Breakpoints */
    @media (max-width: 980px) { .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; } section { padding: 64px 0; } .container { width: 100%; padding: 0 12px; } .grid { gap: 20px; } }
    @media (max-width: 768px) { section { padding: 48px 0; } .container { padding: 0 10px; } .grid { gap: 16px; } }
    @media (max-width: 480px) { section { padding: 40px 0; } .container { padding: 0 8px; } .grid { gap: 12px; } }

    /* Mobile & Tablet Optimization */
    @media (max-width: 768px) {
      /* Prevent horizontal overflow */
      .container { width: 100%; padding: 0 8px; }
      
      /* Hero Mobile - Stack vertically */
      .hero { padding: 60px 0 40px; }
      .hero h1 { font-size: clamp(24px, 6vw, 32px); text-align: center; margin: 0 0 16px; }
      .lead { font-size: clamp(14px, 4vw, 18px); text-align: center; margin-bottom: 24px; }
      .hero-card { display: flex !important; flex-direction: column !important; grid-template-columns: unset !important; gap: 16px; padding: 16px; margin: 0; }
      .hero-fig { order: -1; padding: 12px; min-height: 180px; align-self: center; max-width: 100%; width: 100%; }
      .hero-logo img { max-width: 140px; min-width: 100px; }
      .hero-actions { justify-content: center; flex-wrap: wrap; gap: 8px; }
      .hero-actions .btn { min-width: 120px; }
      
      /* Typography & Components Mobile */
      h2 { font-size: clamp(20px, 5vw, 28px); margin: 6px 0 14px; text-align: center; }
      h3 { font-size: clamp(16px, 4vw, 20px); }
      .card { padding: 16px; border-radius: 14px; }
      .card h3 { font-size: 18px; margin: 4px 0 6px; }
      .card p { font-size: 14px; line-height: 1.5; }
      .btn { padding: 10px 16px; font-size: 14px; font-weight: 600; }
      .service-image { height: 180px; max-width: 200px; }
      .about-icon { font-size: 2rem; margin-bottom: 12px; }
      .logo-row { gap: 16px; justify-content: center; }
      .logo-box { min-width: 140px; min-height: 100px; padding: 12px 14px; }
      .partner-logo { max-height: 50px; }
      
      /* Mobile Forms & Interactive */
      input, textarea, select { padding: 14px 18px; font-size: 16px; border-radius: 12px; min-height: 44px; }
      body.rtl select { padding-left: 44px; padding-right: 18px; }
      textarea { min-height: 100px; }
      .job { flex-direction: column; gap: 12px; text-align: center; padding: 14px; }
      .job .btn { width: 100%; }
      form { gap: 14px; }
      .map-container iframe { height: 300px; }
      .metric { font-size: 24px; }
      
      /* Mobile Case Cards */
      .case-card::before {
        width: 80px;
        height: 80px;
        right: 8px;
        bottom: 8px;
        background-size: contain;
        background-position: center;
      }
      
      body.rtl .case-card::before {
        right: auto;
        left: 8px;
      }
      
      /* Mobile Loading & Cookie Consent */
      .loading-content { gap: 18px; padding: 0 16px; }
      .loading-logo { width: 60px; height: 60px; }
      .loading-spinner { width: 32px; height: 32px; border-width: 2px; }
      .loading-text { font-size: 14px; }
      .loading-progress { width: 160px; }
      .cookie-consent { padding: 12px 16px; }
      .cookie-content { flex-direction: column; gap: 12px; text-align: center; }
      .cookie-consent .btn { padding: 8px 16px; font-size: 13px; }
      
      /* Mobile Image Container */
      .image-container { margin-top: 24px; }
      .content-image { max-height: 280px; padding: 8px; }
      .image-caption { padding: 16px; }
      .image-caption h4 { font-size: 18px; }
      .image-caption p { font-size: 13px; }
    }

    /* Tablet Optimization (769px to 1024px) */
    @media (min-width: 769px) and (max-width: 1024px) {
      /* Desktop nav already shown from line 78 */
      
      /* Tablet hero adjustments */
      .hero { padding: 70px 0 50px; }
      .hero-card { 
        display: grid !important;
        grid-template-columns: 1.1fr 0.9fr;
        flex-direction: unset;
        padding: 20px; 
        gap: 18px;
      }
      .hero-fig { 
        order: unset; 
        align-self: unset;
        min-height: 220px; 
        padding: 16px; 
      }
      .hero h1 { font-size: clamp(28px, 4vw, 40px); text-align: left; }
      .lead { font-size: clamp(16px, 3vw, 19px); text-align: left; }
      .hero-logo img { max-width: 160px; min-width: 130px; }
      
      /* Tablet typography */
      h2 { font-size: clamp(22px, 4vw, 30px); }
      h3 { font-size: clamp(17px, 3vw, 22px); }
      .card { padding: 18px; }
      .card h3 { font-size: 19px; }
      .btn { padding: 10px 15px; font-size: 14px; }
      
      /* Tablet grids - use 2 columns for better spacing */
      .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); }
      .grid { gap: 22px; }
      
      /* Tablet components */
      .service-image { height: 200px; max-width: 220px; }
      .about-icon { font-size: 2.2rem; }
      .logo-box { min-width: 160px; min-height: 110px; }
      .partner-logo { max-height: 55px; }
      .job { flex-direction: row; gap: 16px; text-align: left; }
      .job .btn { width: auto; }
      
      /* Tablet Case Cards */
      .case-card::before {
        width: 100px;
        height: 100px;
        right: 10px;
        bottom: 10px;
        background-size: contain;
        background-position: center;
      }
      
      body.rtl .case-card::before {
        right: auto;
        left: 10px;
      }
      
      /* Tablet Image Container */
      .image-container { margin-top: 32px; }
      .content-image { max-height: 350px; padding: 10px; }
      .image-caption { padding: 18px; }
      .image-caption h4 { font-size: 19px; }
    }

    @media (max-width: 480px) {
      /* Extra small mobile optimization */
      .container { width: 100%; padding: 0 6px; }
      .hero-card { padding: 12px; gap: 12px; }
      .hero-fig { min-height: 160px; padding: 8px; }
      .hero-logo img { max-width: 120px; min-width: 80px; }
      .btn { padding: 8px 12px; font-size: 14px; min-width: 100px; }
      .hero-actions { gap: 6px; }
      
      /* Extra small typography */
      h2 { font-size: clamp(18px, 6vw, 24px); }
      h3 { font-size: clamp(15px, 5vw, 18px); }
      .card { padding: 14px; border-radius: 12px; }
      .card h3 { font-size: 16px; }
      .card p { font-size: 13px; }
      .service-image { height: 150px; max-width: 180px; }
      .about-icon { font-size: 1.8rem; }
      .logo-box { min-width: 120px; min-height: 90px; padding: 10px 12px; }
      .partner-logo { max-height: 40px; }
      
      /* Extra small forms */
      input, textarea, select { padding: 12px 16px; font-size: 15px; min-height: 40px; }
      body.rtl select { padding-left: 40px; padding-right: 16px; }
      textarea { min-height: 80px; }
      .job { padding: 12px; gap: 10px; }
      .map-container iframe { height: 250px; }
      .metric { font-size: 20px; }
      
      /* Extra small loading & cookie */
      .loading-content { gap: 14px; padding: 0 12px; }
      .loading-logo { width: 50px; height: 50px; }
      .loading-spinner { width: 28px; height: 28px; }
      .loading-text { font-size: 13px; }
      .loading-progress { width: 140px; }
      .cookie-consent { padding: 10px 12px; }
      .cookie-consent .btn { padding: 6px 12px; font-size: 12px; }
      
      /* Extra small image container */
      .image-container { margin-top: 20px; }
      .content-image { max-height: 220px; padding: 6px; }
      .image-caption { padding: 14px; }
      .image-caption h4 { font-size: 16px; }
      .image-caption p { font-size: 12px; }
    }
    /* Navigation */
    .site-header { position: sticky; top: 0; z-index: 1200; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); background: rgba(var(--bg-rgb), 0.92); border-bottom: 1px solid var(--border); transition: background 0.3s ease, border-color 0.3s ease; }
    .light .site-header { border-bottom-color: rgba(59, 53, 60, 0.25); }
    .dark .site-header { border-bottom-color: rgba(238, 234, 231, 0.12); }
  .nav-bar { display: flex; align-items: center; justify-content: space-between; column-gap: 36px; row-gap: 0; min-height: 78px; }
  .nav-brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-inline-end: 32px; font-weight: 800; letter-spacing: .45px; font-size: 1.05rem; color: inherit; text-decoration: none; }
  .nav-brand-logo { display: inline-flex; align-items: center; justify-content: center; height: 48px; }
  .nav-brand-logo img { height: 100%; width: auto; object-fit: contain; }
  .nav-brand-text { display: block; font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; text-align: left; white-space: nowrap; }
  .nav-links { display: flex; align-items: center; gap: 32px; font-weight: 600; margin-inline: 32px; }
  .nav-link { position: relative; padding: 6px 0; transition: color 0.2s ease; white-space: nowrap; }
    .nav-link::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--accent); opacity: 0; transform: scaleX(0.6); transition: opacity 0.2s ease, transform 0.2s ease; }
    .nav-link:hover::after,
    .nav-link:focus-visible::after { opacity: 1; transform: scaleX(1); }
  .nav-actions { display: flex; gap: 16px; align-items: center; margin-inline-start: 32px; }
    .nav-theme-btn i { pointer-events: none; }
    .nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; border-radius: 10px; transition: background 0.2s ease; align-items: center; justify-content: center; }
    .nav-toggle:hover,
    .nav-toggle:focus-visible { background: rgba(127, 127, 127, 0.15); }
    .nav-toggle-bar { display: block; width: 24px; height: 3px; margin: 4px 0; background: var(--text); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }

  .nav-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease; z-index: 1050; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; width: 100vw; height: 100vh; margin: 0; }
  .nav-drawer { position: fixed; top: 0; left: 0; height: 100vh; width: min(340px, 90%); background: var(--panel); border-right: 1px solid var(--border); border-left: none; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); transform: translateX(-100%); transition: transform 0.3s ease; z-index: 1100; display: flex; flex-direction: column; gap: 28px; padding: 28px 24px 32px; overflow-y: auto; }
  .nav-drawer { padding-top: calc(28px + env(safe-area-inset-top)); padding-bottom: calc(32px + env(safe-area-inset-bottom)); padding-left: calc(24px + env(safe-area-inset-left)); padding-right: calc(24px + env(safe-area-inset-right)); }
    .nav-drawer-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .nav-close { background: none; border: 0; color: var(--text); font-size: 24px; cursor: pointer; padding: 6px; border-radius: 8px; transition: background 0.2s ease; }
    .nav-close:hover,
    .nav-close:focus-visible { background: rgba(127, 127, 127, 0.15); }
    .nav-drawer-links { display: flex; flex-direction: column; gap: 12px; }
    .nav-drawer-link { display: block; padding: 12px 16px; border-radius: 10px; background: transparent; transition: background 0.2s ease; font-weight: 600; }
    .nav-drawer-link:hover,
    .nav-drawer-link:focus-visible { background: rgba(127, 127, 127, 0.15); }
    .nav-drawer-actions { display: flex; flex-direction: column; gap: 12px; }
    .nav-drawer-actions .btn { width: 100%; justify-content: flex-start; gap: 10px; min-height: 48px; }
    .nav-drawer-cta { text-align: center; }

    body.nav-open { overflow: hidden; }
  body.nav-open .nav-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
    body.nav-open .nav-drawer { transform: translateX(0); }

    @media (max-width: 1270px) {
      .nav-links,
      .nav-actions { display: none; }
      .nav-toggle { display: inline-flex; flex-direction: column; }
      .nav-bar { column-gap: 16px; }
      .nav-brand { flex-direction: row; align-items: center; gap: 12px; margin-inline-end: 0; }
  .nav-brand-text { text-align: left; white-space: normal; }
    }

    @media (min-width: 1271px) {
      .nav-overlay,
      .nav-drawer { display: none; }
    }

    /* Navigation RTL adjustments */
  body.rtl .site-header { direction: ltr; }
  body.rtl .nav-bar { justify-content: flex-end; column-gap: 36px; }
  body.rtl .nav-brand { align-items: flex-end; margin-inline-end: 0; margin-inline-start: 32px; }
  body.rtl .nav-brand-text { text-align: right; }
  body.rtl .nav-links { flex-direction: row-reverse; }
  body.rtl .nav-actions { margin-inline-start: 0; margin-inline-end: 32px; }
    body.rtl .nav-link { text-align: right; }
    body.rtl .nav-drawer-link { text-align: right; }
    body.rtl .nav-drawer-actions .btn { justify-content: flex-end; }
  body.rtl .nav-drawer { left: auto; right: 0; border-right: none; border-left: 1px solid var(--border); transform: translateX(100%); direction: rtl; }
  body.rtl.nav-open .nav-drawer { transform: translateX(0); }

    @media (max-width: 1270px) {
      body.rtl .nav-bar { flex-direction: row-reverse; justify-content: space-between; column-gap: 16px; }
      body.rtl .nav-brand { flex-direction: row-reverse; align-items: center; margin-inline-start: 0; }
      body.rtl .nav-brand-text { text-align: right; }
    }
    .btn { cursor: pointer; border: 1px solid var(--border); background: var(--panel); color: var(--text); padding: 10px 14px; border-radius: 10px; font-weight: 700; font-family: inherit; box-shadow: var(--shadow); transition: transform .1s ease, background .2s ease, border-color .2s ease; }
    .btn:hover { transform: translateY(-1px); }
    .btn.accent { background: var(--accent); border-color: var(--accent); color: #fff; }

    /* Hero */
    .hero { padding: 86px 0 60px; }
    .hero h1 { font-size: clamp(28px, 4vw, 48px); line-height: 1.1; margin: 0 0 14px; }
    .lead { font-size: clamp(16px, 2vw, 20px); color: var(--muted); margin-bottom: 26px; }
    .hero-card { background: var(--panel); border: 1px solid var(--border); border-radius: 18px; padding: 22px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; box-shadow: var(--shadow); }
    .hero-fig { background: #121212; border: 1px dashed var(--border); border-radius: 16px; padding: 18px; display:flex; align-items:center; justify-content:center; }
    .light .hero-fig { background: #f2f2f2; }
    .hero-logo { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
    .hero-logo img { width: 80%; height: auto; max-width: 200px; min-width: 150px; object-fit: contain; }
    .hero-logo-light { display: none; }
    .light .hero-logo-dark { display: none; }
    .light .hero-logo-light { display: block; }
    .hero-fig .logo-sim { display:flex; align-items:center; gap:18px; }
    .logo-sim .k { width: 64px; height: 48px; background: #fff; clip-path: polygon(0 50%, 40% 0, 40% 30%, 100% 0, 100% 100%, 40% 70%, 40% 100%); border-radius: 9px; }
    .logo-sim .dots { display:grid; grid-template-columns: repeat(5, 10px); gap: 10px; }
    .logo-sim .dots span { width: 10px; height: 10px; background: var(--accent); border-radius: 50%; }
    .hero-actions { display:flex; gap:10px; flex-wrap:wrap; }

    /* Section titles */
    .eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .9rem; }
    h2 { font-size: clamp(24px, 3vw, 34px); margin: 8px 0 18px; }
    .sub { color: var(--muted); margin: 0 0 30px; }

    /* Cards */
    .card { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 20px; box-shadow: var(--shadow); }
    .card h3 { margin: 6px 0 8px; font-size: 20px; }
    .card p { margin: 0; color: var(--muted); }
    
    /* Service Cards */
    .service-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .service-image { width: 100%; max-width: 250px; height: 230px; margin-bottom: 16px; object-fit: contain; }
    
    /* Case Study Cards */
    .case-card { position: relative; overflow: hidden; }
    .case-card::before {
      content: '';
      position: absolute;
      bottom: 12px;
      right: 12px;
      width: 120px;
      height: 120px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.06;
      z-index: 1;
    }
    
    /* RTL positioning for Arabic */
    body.rtl .case-card::before {
      right: auto;
      left: 12px;
    }
    
    /* HR Case Background Icon */
    .case-hr::before {
      background-image: url("../images/HROUTSOURCING.svg");
    }
    
    /* Merchandising Case Background Icon */
    .case-merchandising::before {
      background-image: url("../images/merchandisinguplift.svg");
    }
    
    /* Case card content positioning */
    .case-card h3,
    .case-card p {
      position: relative;
      z-index: 2;
    }
    
    /* Theme-specific icon visibility */
    .light .case-card::before {
      opacity: 0.06;
    }
    
    .dark .case-card::before {
      opacity: 0.1;
    }
    
    .pill { display:inline-block; padding: 6px 10px; border-radius: 999px; border:1px solid var(--border); font-weight:700; font-size:.85rem; }

    /* About Cards */
    .about-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .about-icon { font-size: 2.5rem; margin-bottom: 16px; color: var(--accent); transition: color 0.3s ease; }
    .light .about-icon { color: var(--accent); }

    /* Partners */
    .logo-row { display:flex; gap:30px; align-items:stretch; flex-wrap:wrap; }
    .logo-box { background: var(--panel); border:1px solid var(--border); border-radius:12px; padding:14px 18px; min-width:160px; text-align:center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 12px; flex: 1; min-height: 120px; }
    .partner-logo { width: 80%; height: auto; max-height: 60px; object-fit: contain; flex-shrink: 0; }

    /* Case study */
    .metric { font-weight: 800; font-size: 28px; color: var(--accent); }
    .muted { color: var(--muted); }

    /* Image Container / Future Slider */
    .image-container { margin-top: 40px; }
    .image-card { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .image-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
    .content-image { width: 100%; height: auto; max-height: 400px; object-fit: contain; display: block; background: #121212; padding: 10px; }
    .light .content-image { background: #f2f2f2; }
    .image-caption { padding: 20px; text-align: center; }
    .image-caption h4 { margin: 0 0 8px; font-size: 20px; color: var(--text); }
    .image-caption p { margin: 0; color: var(--muted); font-size: 14px; }

    /* Careers */
    .job { display:flex; justify-content:space-between; gap:18px; align-items:center; padding:16px; border:1px solid var(--border); border-radius:12px; background: var(--panel); }
    .job h4 { margin: 0 0 4px; }
    .job small { color: var(--muted); }

    /* Contact */
    form { display:grid; gap:12px; }
    
    /* Base form field styling */
    input, textarea { 
      background: var(--panel); 
      border: 1px solid var(--border); 
      color: var(--text); 
      padding: 16px 20px; 
      border-radius: 12px; 
      font: inherit; 
      transition: all 0.2s ease;
      min-height: 48px;
    }

    
    /* Select dropdown styling */
    select { 
      background: var(--panel); 
      border: 2px solid var(--border); 
      color: var(--text); 
      padding: 14px 18px; 
      border-radius: 12px; 
      font: inherit; 
      transition: all 0.2s ease;
      min-height: 48px;
      appearance: none;
      cursor: pointer;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23666' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      background-size: 12px;
      padding-right: 48px;
    }
    
    /* Override button styles for select elements */
    select.btn {
      font-weight: 400 !important;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
      transform: none !important;
    }
    
    select.btn:hover {
      transform: none !important;
    }
    
    /* RTL support for select */
    body.rtl select {
      background-position: left 16px center;
      padding-right: 18px;
      padding-left: 48px;
    }
    
    /* Select focus and hover states */
    select:focus {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(232, 78, 25, 0.1);
    }
    
    select:hover {
      border-color: var(--accent);
      background-color: var(--card);
    }
    
    /* Select options styling */
    select option { 
      background: var(--panel); 
      color: var(--text); 
      padding: 12px 16px;
    }
    
    select option:checked,
    select option:hover { 
      background: var(--accent); 
      color: #fff; 
    }
    
    textarea { min-height: 120px; resize: vertical; }

    /* Map */
    .map-container { margin-top: 12px; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); background: var(--panel); }
    .map-container iframe { display: block; width: 100%; height: 400px; border: none; }

    /* Loading Screen */
    .loading-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--bg); display: flex; align-items: center; justify-content: center; z-index: 9999; transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
    .loading-screen.fade-out { opacity: 0; visibility: hidden; }
    .loading-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; }
    .loading-logo {  width: 80px; height: 80px; object-fit: contain; animation: pulse 2s infinite; }
    .loading-spinner { width: 40px; height: 40px; border: 3px solid var(--border); border-top: 3px solid var(--accent); border-radius: 50%; animation: spin 1s linear infinite; }
    .loading-text { color: var(--muted); font-size: 16px; margin: 0; animation: pulse 1.5s infinite; }
    .loading-progress { width: 200px; height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; margin-top: 8px; }
    .loading-progress-bar { height: 100%; background: var(--accent); border-radius: 2px; animation: loading-progress 3s ease-in-out infinite; }
    .main-content.hidden { display: none; }
    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    @keyframes pulse { 0%, 100% { opacity: 0.7; } 50% { opacity: 1; } }
    @keyframes loading-progress { 0% { transform: translateX(-100%); } 50% { transform: translateX(0%); } 100% { transform: translateX(100%); } }

    /* Footer */
    footer { padding: 28px 0; color: var(--muted); }
    footer .footer-bar { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

    /* Section Separators */
    .section-separator { width: 40%; height: 2px; border: none; margin: 60px auto; background: var(--border); opacity: 0.6; }
    .light .section-separator { background: #3B353C; opacity: 0.3; }
    .dark .section-separator { background: #eeeae7; opacity: 0.3; }

    /* RTL toggles */
    /* RTL (Arabic) Support */
    .rtl body, body.rtl { 
      direction: rtl; 
      font-family: "Tajawal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; 
    }
    
    body.rtl .hero-card { grid-template-columns: 1.2fr .8fr; direction: rtl; }
    body.rtl .hero-logo img { width: 80%; max-width: 200px; min-width: 150px; }
    
    /* RTL Mobile Hero Support */
    @media (max-width: 768px) { body.rtl .hero-card { display: flex !important; flex-direction: column !important; grid-template-columns: unset !important; direction: rtl; } body.rtl .hero h1 { text-align: center; } body.rtl .lead { text-align: center; } }
    body.rtl .job { flex-direction: row-reverse; justify-content: space-between; }
    body.rtl .job > div { text-align: right; order: 2; }
    body.rtl .job .btn { order: 1; margin-left: 0; margin-right: 0; }
    body.rtl .cards { direction: rtl; }
    body.rtl .card { text-align: right; }
    body.rtl .footer { text-align: right; }
    
    /* Cookie Consent */
    .cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; background: var(--panel); border-top: 1px solid var(--border); padding: 16px 20px; box-shadow: 0 -4px 20px rgba(0,0,0,0.15); z-index: 1000; transform: translateY(100%); transition: transform 0.3s ease-out; }
    .cookie-consent:not(.hidden) { transform: translateY(0); }
    .cookie-content { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
    .cookie-message { flex: 1; color: var(--text); font-size: 14px; line-height: 1.4; min-width: 300px; display: flex; align-items: center; gap: 8px; }
    .cookie-message .fas { color: var(--accent); font-size: 16px; flex-shrink: 0; }
    .cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
    .cookie-consent .btn { padding: 10px 20px; font-size: 14px; white-space: nowrap; }
    
    /* Mobile responsiveness */
    @media (max-width: 768px) { .cookie-content { flex-direction: column; text-align: center; gap: 12px; } .cookie-message { min-width: auto; } body.rtl .cookie-content { flex-direction: column; } }
