/*
Theme Name: Hello Elementor Child theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
header#site-header {
    display: none;
}
footer#site-footer {
    display: none;
}
.empty-counter span.elementor-counter-number {
    display:none;
}
body .elementor footer.site-footer {
    width: 100%;
    max-width: 100%;
}
.elementor-widget-text-editor.theme-simple-list ul {
    padding-left: 20px;
}

/* ============================================================
   Front FM — shared stylesheet for internal pages
   Used by: about-us, contact-us, jobs, services pages, blog,
   policies, disclaimer, company-establishment-notice and the
   individual job pages.
   ============================================================ */

:root {
  --navy:        #003197;
  --navy-deep:   #001a4f;
  --navy-bright: #1e4dc4;
  --navy-darker: #060e2a;
  --gold:        #c9a44c;
  --gold-soft:   #e8d49a;
  --gold-deep:   #8a6d2a;
  --paper:       #fafaf6;
  --paper-2:     #f1ecdf;
  --ink:         #1a1a1a;
  --grey-warm:   #6b6358;
  --grey-soft:   #e8e3d7;
  --blue-soft:   #7da4e8;
  --black:       #0a0a0a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.serif { font-family: 'Playfair Display', Georgia, serif; }
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }

/* ====== NAV ====== */
.main-nav {
  background: #fff;
  border-bottom: 1px solid var(--grey-soft);
  position: sticky; top: 0; z-index: 50;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.nav-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-deep); }
.nav-logo img { width: 130px; height: auto; color: var(--navy-deep); }
.nav-logo-est {
  display: inline-block;
  padding-left: 12px; border-left: 1px solid var(--grey-soft);
  font-size: 10px; letter-spacing: 0.28em; color: var(--grey-warm); text-transform: uppercase;
}
.nav-links { display: flex; gap: 28px; align-items: center; list-style: none; padding: 0; margin: 0; }
.nav-links > li { position: relative; }
.nav-links a { color: var(--ink); font-weight: 500; font-size: 13.5px; transition: color 0.2s; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 11px 22px; border-radius: 4px; font-weight: 600; font-size: 13.5px; }
.nav-cta:hover { background: var(--black) !important; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 9px; opacity: 0.55; margin-left: 2px; }
.nav-dropdown-menu {
  position: absolute;
  top: 100%; left: -14px;
  min-width: 290px;
  background: #fff;
  border: 1px solid var(--grey-soft);
  border-radius: 8px;
  box-shadow: 0 18px 42px -14px rgba(0,49,151,0.22);
  padding: 8px 0;
  list-style: none;
  margin: 8px 0 0;
  opacity: 0; visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.22s, transform 0.22s, visibility 0.22s;
  z-index: 100;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a {
  display: block; padding: 10px 18px;
  font-size: 13px; font-weight: 500; color: var(--ink);
  white-space: nowrap; border-left: 2px solid transparent;
}
.nav-dropdown-menu a:hover { background: var(--paper); color: var(--navy); border-left-color: var(--gold); }

/* ====== PAGE HERO (compact navy band for internal pages) ====== */
.page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-bright) 100%);
  color: #fff;
  padding: 90px 0 80px;
  overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 80% 30%, rgba(125,164,232,0.28) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 10% 90%, rgba(30,77,196,0.35) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 80%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft); font-weight: 600;
  margin-bottom: 14px;
  animation: fadeUp 0.7s cubic-bezier(.2,.8,.2,1) both;
}
.page-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.1; letter-spacing: -0.015em;
  margin-bottom: 18px;
  max-width: 880px;
  animation: fadeUp 0.9s cubic-bezier(.2,.8,.2,1) 0.1s both;
}
.page-hero h1 em {
  font-style: italic; color: var(--gold-soft); font-weight: 500;
}
.page-hero p.lead {
  font-size: 17px; line-height: 1.65;
  max-width: 720px;
  color: rgba(255,255,255,0.82);
  animation: fadeUp 0.9s cubic-bezier(.2,.8,.2,1) 0.22s both;
}
.page-hero .crumbs {
  font-size: 12px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.page-hero .crumbs a { color: rgba(255,255,255,0.75); }
.page-hero .crumbs a:hover { color: var(--gold-soft); }

@keyframes fadeUp {
  0%   { opacity: 0; transform: translateY(14px); filter: blur(3px); }
  100% { opacity: 1; transform: translateY(0);    filter: blur(0); }
}

/* ====== SECTIONS ====== */
.section { padding: 80px 0; }
.section.alt { background: #fff; border-top: 1px solid var(--grey-soft); border-bottom: 1px solid var(--grey-soft); }
.section.dark { background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }
.section.dark .section-head h2 { color: #fff; }
.section.dark .section-head p  { color: rgba(255,255,255,0.7); }

.section-head { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-head .eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--navy); font-weight: 600;
  margin-bottom: 14px;
}
.section.dark .section-head .eyebrow { color: var(--gold-soft); }
.section-head h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 36px);
  color: var(--navy-deep);
  line-height: 1.2; letter-spacing: -0.015em;
  margin-bottom: 16px;
}
.section-head h2 em { font-style: italic; color: var(--navy); font-weight: 500; }
.section-head p { color: var(--grey-warm); font-size: 16px; line-height: 1.7; }

/* prose block — for plain content pages (policies, notices, blog post body) */
.prose {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15.5px; line-height: 1.78;
  color: #2a2a2a;
}
.prose h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--navy-deep);
  margin: 48px 0 16px;
  letter-spacing: -0.01em;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--navy-deep);
  margin: 32px 0 12px;
}
.prose p { margin-bottom: 16px; }
.prose ul, .prose ol { margin: 0 0 18px 1.2em; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--navy); border-bottom: 1px solid rgba(0,49,151,0.3); }
.prose a:hover { color: var(--navy-deep); border-bottom-color: var(--navy); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose blockquote {
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px 20px;
  margin: 24px 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: var(--navy-deep);
  font-size: 18px;
  line-height: 1.5;
}

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 600; font-size: 14px;
  font-family: inherit;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}
.btn .arrow { transition: transform 0.25s; display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--black); }
.btn-light { background: var(--gold-soft); color: var(--navy-deep); }
.btn-light:hover { background: var(--gold); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }

/* ====== CARDS ====== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}
.card {
  background: #fff;
  border: 1px solid var(--grey-soft);
  border-radius: 10px;
  padding: 28px 26px;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -22px rgba(0,49,151,0.22); border-color: var(--navy); }
.card .card-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy); font-weight: 600; margin-bottom: 10px;
}
.card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--navy-deep);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.card p { color: var(--grey-warm); font-size: 14.5px; line-height: 1.65; }
.card .card-meta {
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--grey-soft);
  font-size: 13px; color: var(--grey-warm);
  display: flex; gap: 18px; flex-wrap: wrap;
}
.card .card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.card-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  font-size: 13.5px; font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.01em;
}
.card-link:hover { gap: 12px; }

/* ====== CTA BAND ====== */
.cta-band {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(232,212,154,0.15) 0%, transparent 60%);
}
.cta-band .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; }
.cta-band h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.25; letter-spacing: -0.01em;
}
.cta-band h3 .accent { color: var(--gold-soft); font-weight: 600; font-style: normal; }
.cta-band .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ====== FOOTER ====== */
.site-footer {
  background: #0a1024;
  color: rgba(255,255,255,0.7);
  padding: 60px 0 28px;
  font-size: 13.5px;
}
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 36px; margin-bottom: 44px; }
.foot-brand-logo img { width: 140px; height: auto; color: #fff; }
.foot-brand-est {
  display: inline-block;
  margin-left: 12px;
  font-size: 9.5px; letter-spacing: 0.28em; color: rgba(255,255,255,0.45); text-transform: uppercase;
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,0.15);
}
.foot-brand p { margin-top: 16px; line-height: 1.65; max-width: 320px; }
.site-footer h5 {
  color: #fff; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul li a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.site-footer ul li a:hover { color: var(--gold-soft); }
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: rgba(255,255,255,0.75);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.social-link:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); transform: translateY(-2px); }
.foot-bottom {
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  font-size: 12px; color: rgba(255,255,255,0.45); letter-spacing: 0.04em;
}

/* ====== REVEAL ON SCROLL ====== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s cubic-bezier(.2,.8,.2,1), transform 0.8s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ====== UTILITIES ====== */
.text-center { text-align: center; }
.mt-4 { margin-top: 24px; } .mt-6 { margin-top: 36px; } .mt-8 { margin-top: 48px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

/* ====== STATS BAND ====== */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 920px; margin: 0 auto;
}
.stat {
  text-align: center;
  padding: 26px 16px;
  background: rgba(0,49,151,0.04);
  border: 1px solid rgba(0,49,151,0.10);
  border-radius: 8px;
}
.stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px; font-weight: 600;
  color: var(--navy-deep); line-height: 1;
  letter-spacing: -0.02em;
}
.stat-num em { color: var(--navy); font-style: italic; font-weight: 500; }
.stat-lbl {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--grey-warm); margin-top: 10px; font-weight: 600;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1100px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 22px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .nav-links { display: none; }
  .cta-band .container { grid-template-columns: 1fr; }
  .cta-band .cta-actions { justify-self: start; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .container { padding: 0 20px; }
  .section { padding: 56px 0; }
  .page-hero { padding: 60px 0 52px; }
  .foot-top { grid-template-columns: 1fr; gap: 26px; }
  .stats { grid-template-columns: 1fr; }
  .cta-band { padding: 50px 0; }
}

/* HEADEING */
.heading-blue .elementor-heading-title span {
   color: var(--e-global-color-secondary);
}
.heading-navy-blue .elementor-heading-title span {
   color: var(--e-global-color-primary);
}
.heading-light-gold .elementor-heading-title span {
  color: var(--e-global-color-4532fff);
}
.heading-dark-gold .elementor-heading-title span {
   color: var(--e-global-color-eacf89e);
}
/* JOBS GRID */
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 40px;
}
.job-card {
    background: var(--paper);
    border: 1px solid var(--grey-soft);
    padding: 28px 28px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
        position: relative;
    overflow: hidden;
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2, .8, .2, 1);
}
.jc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.jc-icon {
    width: 44px;
    height: 44px;
    background: var(--blue-mist);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
}