
:root {
    --primary-blue: #0b1f3a;
    --accent-blue: #4098d7;
    --text-dark: #1e293b;
    --text-muted: #64748b;   
    --bg-light: #f8fafc;
    --global-blue: #0b1f3a;
    --global-accent: #4098d7;
    --global-bg: #f4f7fa;
    --global-white: #ffffff;
    --global-text: #334155;
    --global-muted: #64748b;
    --global-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
     --primary-blue: #0b1f3a;
    --dark-navy: #0f172a;
    --slate-gray: #64748b;
    --light-bg: #f8fafc;
        --learn-blue: #2563eb;
    --learn-dark: #0f172a;
    --learn-bg: #f8fafc;
    --learn-slate: #64748b;

}

body { font-family: Cambria !important;
     color: var(--text-dark); background: #fff; }

/* Fix container spacing for all screens */
.container,
.global-container,
.eva-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

/* HERO SECTION */
.lead-hero-fancy {
    padding: 140px 0 80px;
    background: radial-gradient(circle at top right, #162e4e, #0b1f3a);
    color: white;
    text-align: center;
    position: relative;
}

.badge {
    background: rgba(64, 152, 215, 0.2);
    color: var(--accent-blue);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-content-new h1 { font-size: 3.5rem;
     margin: 20px 0; 
     font-weight: 800; 
    }

.hero-content-new h1 span { color: var(--accent-blue); }

.hero-content-new p { max-width: 800px; 
    margin: 0 auto; 
    color: #cbd5e1; 
    font-size: 1.1rem; 
    line-height: 1.6;
 }

.leadership-grid-section { padding: 100px 0; }

.section-title-center { text-align: center;
     margin-bottom: 60px; 
    }

.section-title-center h2 { font-size: 2.5rem;
     color: var(--primary-blue); 
    }

.section-title-center h2 span { color: var(--accent-blue); }

.leader-row-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.mini-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.mini-card:hover { transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0,0,0,0.08);
     border-color: var(--accent-blue); 
    }

.mini-visual {
    width: 140px; height: 140px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid var(--bg-light);
    transition: 0.4s;
}

.mini-card:hover .mini-visual { border-color: var(--accent-blue); }


.mini-visual img { width: 100%; height: 100%; object-fit: cover; }

.mini-body h3 { font-size: 1.3rem;
     color: var(--primary-blue); 
     margin-bottom: 5px; }

.mini-tag { font-size: 0.85rem; 
    color: var(--accent-blue);
     font-weight: 600;
      text-transform: uppercase;
     }

/* EXPAND PANEL */
.expand-panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 0;
}

.mini-card.active .expand-panel { max-height: 500px;
     opacity: 1;
      margin-top: 20px; 
      padding-top: 20px; 
      border-top: 1px solid #f1f5f9; 
    }

.panel-content p { font-size: 0.9rem; 
    color: var(--text-muted); 
    text-align: left;
    line-height: 1.5;
 }

.mini-tags { display: flex; 
    flex-wrap: wrap; 
    gap: 8px; 
    margin: 15px 0; 
}

.mini-tags span { background: var(--bg-light); 
    padding: 4px 10px;
     border-radius: 4px;
      font-size: 0.7rem; 
      color: var(--primary-blue); 
      font-weight: 600;
     }
     
.linkedin-cta { color: #0077b5; font-size: 0.85rem; font-weight: 700; text-decoration: none; display: block; text-align: left; }

/* PHILOSOPHY & BANNER */
.lead-philosophy { padding: 80px 0; background: var(--bg-light); }
.philosophy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.phil-card { background: #fff; padding: 40px; border-radius: 15px; }
.phil-icon { font-size: 2rem; font-weight: 800; color: rgba(64, 152, 215, 0.2); margin-bottom: 10px; }
.phil-card p{color: var(--text-dark);}

.global-banner { padding: 60px 0; background: var(--primary-blue); color: #fff; text-align: center; }
.exp-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }
.exp-badges span { border: 1px solid rgba(255,255,255,0.3); padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; }   

/*global css*/


/* --- UTILITIES --- */
.global-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

/* --- HERO SECTION (WITH HTML IMAGE BG) --- */
.global-hero-fancy {
    position: relative;
    padding: 180px 0 120px;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--global-blue); /* Fallback */
}

/* Background Image Tag Style */
.global-hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark Overlay for Text Readability */
.global-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(11, 31, 58, 0.85) 0%, rgba(11, 31, 58, 0.6) 100%);
    z-index: 2;
    backdrop-filter: blur(2px); /* Subtle premium blur */
}

/* World Map Pattern Layer */
.global-hero-fancy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://www.transparenttextures.com/patterns/world-map.png');
    opacity: 0.15;
    z-index: 3;
    pointer-events: none;
}

.global-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
}

.global-badge {
    background: rgba(64, 152, 215, 0.2);
    border: 1px solid var(--global-accent);
    color: var(--global-accent);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    animation: fadeInDown 0.8s ease;
}

.global-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

.global-title span { color: var(--global-accent); }

.global-subtitle {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    color: #cbd5e1;
    line-height: 1.7;
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

/* --- STRATEGIC LOCATIONS GRID --- */
.global-presence-section {
    padding: 100px 0;
    background: var(--global-bg);
}

.global-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.global-main-heading {
    font-size: 2.8rem;
    color: var(--global-blue);
    font-weight: 800;
}

.global-main-heading span { color: var(--global-accent); }

.global-heading-line {
    width: 70px;
    height: 5px;
    background: var(--global-accent);
    margin: 20px auto;
    border-radius: 10px;
}

.global-location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
}

/* --- LOCATION CARDS --- */
.global-card {
    background: var(--global-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: var(--global-transition);
    border: 1px solid #e2e8f0;
}

.global-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(11, 31, 58, 0.15);
    border-color: var(--global-accent);
}

.global-card-img-wrap {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.global-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.global-card:hover .global-card-img-wrap img {
    transform: scale(1.1);
}

.global-card-tag {
    position: absolute;
    top: 20px; right: 20px;
    background: var(--global-accent);
    color: white;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

.global-card-body {
    padding: 35px;
}

.global-card-category {
    color: var(--global-accent);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.global-card-title {
    font-size: 1.6rem;
    color: var(--global-blue);
    margin: 10px 0 15px;
}

.global-card-text {
    font-size: 1rem;
    color: var(--global-text);
    margin-bottom: 25px;
    line-height: 1.6;
}

.global-stats-box {
    display: flex;
    gap: 25px;
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.global-stat-item {
    font-size: 0.85rem;
    color: var(--global-blue);
}

.global-stat-item strong {
    display: block;
    font-size: 1.1rem;
    color: var(--global-accent);
}

.global-skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.global-skill-tags span {
    background: #eff6ff;
    color: #1e40af;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

.global-map-btn {
    text-decoration: none;
    color: var(--global-blue);
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.global-map-btn:hover { color: var(--global-accent); }
.global-map-btn:hover .arrow-icon { transform: translateX(5px); }

/* --- DELIVERY MODEL SECTION --- */
.global-delivery-section {
    padding: 100px 0;
    background: var(--global-white);
}

.global-model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.global-model-card {
    padding: 45px 35px;
    border-radius: 24px;
    background: var(--global-bg);
    transition: var(--global-transition);
    border: 1px solid transparent;
    position: relative;
}

.global-model-card p{
    color: var(--text-dark);
}

.global-model-card:hover {
    background: var(--global-white);
    border-color: var(--global-accent);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.global-model-icon {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(64, 152, 215, 0.1);
    position: absolute;
    top: 20px;
    right: 30px;
}

.global-model-card h3 {
    color: var(--global-blue);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* --- FINAL CTA BANNER --- */
.global-cta-banner {
    padding: 100px 0;
    background: var(--global-bg);
}

.global-cta-box {
    background: var(--global-blue);
    padding: 80px 40px;
    border-radius: 40px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.global-cta-box::before {
    content: "";
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(64, 152, 215, 0.15) 0%, transparent 70%);
}

.global-cta-box h2 { font-size: 3rem; margin-bottom: 20px; }
.global-cta-box h2 span { color: var(--global-accent); }

.global-primary-btn {
    background: var(--global-accent);
    color: white;
    padding: 18px 45px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--global-transition);
    display: inline-block;
    border: 2px solid var(--global-accent);
    margin-top: 20px;
}

.global-primary-btn:hover {
    background: transparent;
    color: var(--global-accent);
}

/* --- ANIMATIONS & RESPONSIVE --- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}



/*Life at eva*/

/* Pillars Section */
.life-pillars { padding: 100px 0; background: white; }
.life-flex-row { display: flex; align-items: center; gap: 60px; }
.life-content-side { flex: 1; }
.life-image-side { flex: 1; position: relative; }

.life-sub { color: var(--global-accent); font-weight: 800; font-size: 0.9rem; }
.life-content-side p{color: var(--text-dark);}
.life-content-side h2 { font-size: 3rem; color: var(--global-blue); margin: 10px 0 20px; }
.life-feature-list { list-style: none; margin-top: 30px; }
.life-feature-list li { margin-bottom: 15px; padding-left: 30px; position: relative; }
.life-feature-list li strong {color: black;}
.life-feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--global-accent); font-weight: 900; }

/* Image Stack Effect */
.image-stack { position: relative; height: 450px; }
.img-top { width: 80%; border-radius: 15px; position: absolute; top: 0; right: 0; z-index: 2; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.img-bottom { width: 70%; border-radius: 15px; position: absolute; bottom: 0; left: 0; z-index: 1; }

/* Perks Grid */
.life-perks { padding: 100px 0; background: var(--global-bg); }
.perks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; }
.perk-item { background: white; padding: 40px; border-radius: 15px; text-align: center; transition: 0.3s; }
.perk-item:hover { transform: translateY(-10px); }
.perk-icon-wrap { font-size: 2.5rem; color: var(--global-accent); margin-bottom: 20px; }
.perk-item p{margin-top:10px; color:  black;}


/* Mobile Responsive */
@media (max-width: 992px) {
    .life-flex-row { flex-direction: column; }
    .life-hero-text h1 { font-size: 3rem; }
}



/*work with us*/

body { font-family: Cambria; color: var(--text-dark); background: #fff; }

.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* ================= WORK HERO SECTION ================= */
.work-hero {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0c50a2, #122441, #112863);
    color: white;
}

.work-hero-content { position: relative; z-index: 10; padding: 0 20px; }

.work-badge {
    color: var(--accent-blue);
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.work-hero h1 { font-size: 3.5rem; line-height: 1.2; }
.work-hero h1 span { color: var(--accent-blue); }
.work-hero p { font-size: 1.2rem; color: #cbd5e1; max-width: 700px; margin: 20px auto; }

/* ================= WHY WORK WITH US (BENEFITS) ================= */
.eva-why-section { padding: 100px 0; background: var(--bg-light); }
.eva-container { width: 90%; max-width: 1200px; margin: auto; }

.eva-title-center { text-align: center; margin-bottom: 60px; }
.eva-title-center h2 { font-size: 2.5rem; color: var(--primary-blue); }
.eva-title-center h2 span { color: var(--accent-blue); }

.eva-benefits-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 25px; 
}

.eva-benefit-card { 
    background: white; 
    padding: 35px; 
    border-radius: 18px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
    transition: 0.4s ease; 
    text-align: center;
    border: 1px solid rgba(0,0,0,0.02);
}

.eva-benefit-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(64, 152, 215, 0.15); }
.eva-benefit-card i { font-size: 2.8rem; color: var(--accent-blue); margin-bottom: 20px; }
.eva-benefit-card h3 { color: var(--primary-blue); margin-bottom: 12px; }

/* ================= SELECTION PROCESS ================= */
.work-process-section { padding: 100px 0; background: #fff; }
.work-process-timeline { 
    display: flex; 
    justify-content: space-between; 
    gap: 20px; 
    flex-wrap: nowrap; 
    overflow-x: auto; 
    padding-bottom: 20px; 
}

.work-step { flex: 1; min-width: 180px; text-align: center; }
.work-step-num { 
    width: 55px; height: 55px; 
    background: linear-gradient(135deg, var(--accent-blue), var(--primary-blue)); 
    color: #fff; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    margin: 0 auto 15px; font-weight: bold; 
}



/*learn-with-us*/


body { font-family: Cambria; background: #fff; margin: 0; color: var(--learn-dark); }

/* Hero Section */
.learn-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--learn-dark);
    color: white;
    overflow: hidden;
}

.learn-hero-content { 
    position: relative; 
    z-index: 10; 
    max-width: 850px; 
    padding: 0 20px;
    
    margin: 0 auto;         
    display: flex;           
    flex-direction: column;  
    align-items: center;     
    justify-content: center;
    text-align: center;      
}
.learn-badge { color: var(--learn-blue); font-weight: 700; letter-spacing: 3px; font-size: 0.9rem; }
.learn-hero-content h1 { font-size: 3.8rem; margin: 20px 0; font-weight: 800; line-height: 1.1; }
.learn-hero-content h1 span { color: var(--learn-blue); }
.learn-title-line { width: 60px; height: 4px; background: var(--learn-blue); margin: 0 auto 30px; }
.learn-hero-content p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.6; }

/* Path Cards */
.learning-paths { padding: 40px 0; background: var(--learn-bg); }
.section-intro { text-align: center; margin-bottom: 20px; }
.section-intro h2 { font-size: 2.8rem; font-weight: 800; }
.section-intro h2 span { color: var(--learn-blue); }
.section-intro p{color: var(--global-text); margin-top: 10px;}

.path-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.path-card { background: white; padding: 50px 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-bottom: 4px solid transparent; transition: 0.4s; }
.path-card:hover { transform: translateY(-10px); border-bottom-color: var(--learn-blue); }
.path-card p{color: var(--global-text);}

.path-icon { font-size: 3rem; color: var(--learn-blue); margin-bottom: 25px; }
.path-card h3 { font-size: 1.5rem; margin-bottom: 15px; }
.path-list { list-style: none; padding: 0; margin-top: 20px; }
.path-list li { padding: 8px 0; border-top: 1px solid #f1f5f9; font-size: 0.95rem; color: var(--learn-slate); font-weight: 500; }

/* Mentorship Section */
.mentorship-section { padding: 40px 0; background: #fff; }
.mentorship-flex { display: flex; align-items: center; gap: 80px; }
.mentorship-text { flex: 1; }
.mentorship-text h2 { font-size: 3rem; font-weight: 800; margin-bottom: 20px; }
.mentorship-text h2 span { color: var(--learn-blue); }
.mentorship-text p{color: var(--global-text);}
.mentor-points { margin-top: 30px; }
.m-point { margin-bottom: 15px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.m-point i { color: var(--learn-blue); }

.mentorship-image { flex: 1; }
.mentorship-image img { width: 100%; border-radius: 30px; box-shadow: 20px 20px 60px rgba(0,0,0,0.1); }


section > *,
.global-container,
.container,
.eva-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  
}

/* ================= REMOVE FIXED HEIGHT ISSUES ================= */
.work-hero,
.learn-hero {
  height: auto;
  min-height: 70vh;
 
}


@media (max-width: 992px) {
    .portal-wrapper {
        flex-direction: column;
    }
    
    .apply-form-column {
        width: 100%;
        position: static;
        margin-top: 50px;
    }

    .job-accordion-column {
        width: 100%;
    }
    
    .eva-portal-header h2 {
        font-size: 2.2rem;
    }
}

/* ================= LARGE SCREENS (1200px+) ================= */
@media (min-width: 1200px) {
  section {
    padding: 80px 0;
  }

  .global-title {
    font-size: 4.5rem;
  }

  .hero-content-new h1 {
    font-size: 4rem;
  }
}

/* ================= ULTRA LARGE (1400px+ / TV) ================= */
@media (min-width: 1400px) {
  section {
    padding: 100px 0;
  }

  .global-title {
    font-size: 5rem;
  }

  .container,
  .global-container {
    max-width: 1300px;
  }
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
  .life-flex-row,
  .mentorship-flex {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-content-new h1,
  .work-hero h1,
  .learn-hero-content h1 {
    font-size: 2.5rem;
  }

  .global-title {
    font-size: 2.8rem;
  }

  .leader-row-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {
  section {
    padding: 50px 15px;
  }

  .hero-content-new h1,
  .work-hero h1,
  .learn-hero-content h1 {
    font-size: 2rem;
  }

  .global-title {
    font-size: 2.2rem;
  }

  .global-main-heading {
    font-size: 1.8rem;
  }

  .mini-card {
    padding: 25px 15px;
  }

  .global-card-body {
    padding: 20px;
  }

  .global-cta-box {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .global-cta-box h2 {
    font-size: 1.8rem;
  }

  .path-card {
    padding: 30px 20px;
  }

  .mentorship-text h2 {
    font-size: 2rem;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 400px) {
  .hero-content-new h1,
  .work-hero h1,
  .learn-hero-content h1 {
    font-size: 1.7rem;
  }

  .global-title {
    font-size: 1.8rem;
  }
}


