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

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f6f7;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.page-wrapper {
  flex: 1;
  min-height: calc(100vh - 200px);
}

/* Container improvements */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Professional Hero Section */
.professional-hero-section {
  background: linear-gradient(135deg, #003777 0%, #667eea 100%);
  color: white;
  padding: 120px 0 40px 0;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffd700;
  white-space: nowrap;
}

/* Typewriter effect styles */
.typewriter-text {
  display: inline-block;
  white-space: pre-line;
  color: #ffd700;  /* Changed to golden color */
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

/* Professional Section */
.professional-section {
  padding: 60px 0;
}

.white-bg {
  background-color: white;
}

.gray-bg {
  background-color: #f8f9fa;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #003777;
  margin-bottom: 1rem;
  font-weight: 600;
  display: inline-block;
}

/* Removed section-underline class */

/* Content Column */
.content-column {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lead-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #003777;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.content-column p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Foundation Cards */
.foundation-cards-container {
  max-width: 1000px;
  margin: 0 auto;
}

.foundation-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.foundation-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.foundation-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.foundation-row .foundation-card {
  flex: 0 1 calc(33.333% - 1.5rem);
  max-width: 320px;
  min-width: 280px;
}

.foundation-card:hover {
  transform: translateY(-5px);
}

.foundation-card-icon {
  background: #ffd700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.foundation-card-icon i {
  font-size: 1.5rem;
  color: #003777;
}

.foundation-card h3 {
  font-size: 1.3rem;
  color: #003777;
  margin-bottom: 1rem;
  font-weight: 600;
}

.foundation-card p {
  color: #666;
  line-height: 1.6;
}

/* Leadership Message Section */
.leadership-message-section {
  background-color: white;
  padding: 60px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  font-size: 2.5rem;
  color: #003777;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;

  padding-bottom: 0.5rem;
}

/* Removed golden underline */

.section-heading p {
  color: #666;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.leadership-content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.leadership-quote-card {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 15px;
  border-left: 5px solid #ffd700;
}

.quote-icon {
  margin-bottom: 2rem;
}

.quote-icon i {
  font-size: 3rem;
  color: #ffd700;
}

.leadership-message-content {
  margin-bottom: 2rem;
}

.message-paragraph {
  margin-bottom: 1.5rem;
}

.leadership-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.leadership-highlight {
  font-weight: 600;
  color: #003777;
  font-style: italic;
}

.leadership-signature {
  margin-top: 2rem;
}

.signature-line {
  width: 200px;
  height: 2px;
  background: #ffd700;
  margin-bottom: 1rem;
}

.signature-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #003777;
}

.signature-title {
  color: #666;
  font-style: italic;
}

.leadership-stats-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.leadership-stat-item {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-icon {
  background: #003777;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon i {
  font-size: 1.2rem;
}

.stat-content {
  flex: 1;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003777;
  margin-bottom: 0.3rem;
}

.stat-label {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Job Tags */
.job-tags {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.tag {
  background: #f0f0f0;
  color: #666;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Navigation Styles */
.navbar {
  background-color: #2a5298;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  border-radius: 8px;
  margin: 10px;
  width: calc(100% - 20px);
  padding: 2px 0;
  height: auto;
  min-height: 60px;
}

.navbar:hover {
  border-color: #FFD700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-logo {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.navbar-logo {
  display: flex;
  align-items: center;
  padding: 5px;
}

.logo-img {
  max-width: 300px;
  max-height: 45px;
  height: 45px;
  width: auto;
  object-fit: contain;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link:hover {
  color: #87ceeb;
}

/* Dropdown Styles - Mega Dropdown */
.dropdown {
  position: relative;
  height: auto;
}

.dropdown .nav-link i {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.dropdown:hover .nav-link i {
  transform: rotate(180deg);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #aab5bf;
  padding: 20px 30px;
  width: 600px;
  max-width: 90vw;
  top: 100%;
  left: 0;
  gap: 40px;
  z-index: 9999 !important;
  border-top: 3px solid red;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.dropdown:hover .dropdown-content {
  display: flex;
}

.dropdown-content .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

/* Hierarchical Solutions Dropdown */
.hierarchical-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-width: 90vw;
  padding: 20px 0;
  display: none;
  flex-direction: column;
  gap: 0;
  z-index: 9999 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background-color: #aab5bf;
}

.dropdown:hover .hierarchical-dropdown {
  display: flex;
}

.dropdown-item {
  position: relative;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.main-category {
  color: #003777;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

.dropdown-item::after {
  content: '▶';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 0.8rem;
}

/* Submenu Styles */
.submenu {
  display: none;
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
  background-color: #cfd8e0;
  min-width: 220px;
  max-width: 400px;
  max-height: 90vh;
  padding: 15px;
  z-index: 10000 !important;
  border-top: 3px solid red;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: visible;
  white-space: normal;
  box-sizing: border-box;
  flex-direction: column;
}

/* Show ONLY the hovered item's submenu */
.dropdown-item:hover>.submenu {
  display: flex;
}

/* Ensure other submenus are hidden when not hovered */
.dropdown-item:not(:hover) .submenu {
  display: none !important;
}

/* Ensure submenu links are clickable */
.submenu a {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
}

.submenu a:hover {
  color: #003777 !important;
  background-color: rgba(255, 215, 0, 0.1);
}

.submenu a,
.submenu span {
  color: black;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.submenu a:hover,
.submenu span:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

/* Industries Submenu - Two Column Layout */
.submenu.industries {
  min-width: 500px;
  max-width: 90vw;
  display: none;
  flex-direction: row;
  gap: 30px;
}

.dropdown-item:hover>.submenu.industries {
  display: flex;
}

.submenu-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.submenu-column a,
.submenu-column span {
  padding: 6px 0;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: 0.3s;
}

/* Home Section */
.home-section {
  background: linear-gradient(135deg, #003777 0%, #667eea 100%);
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.home-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.home-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.home-content h1 {
  font-size: 2.2rem;
  color: #ffd700;
}

.home-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.home-content-centered {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 3rem;
}

.home-content-centered h1 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.home-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.btn {
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  background-color: #fff3cd;
  color: #003777;
}

.btn-primary {
  background-color: #fff3cd;
  color: #003777;
}

.btn-primary:hover {
  background-color: #5fb8e1;
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background-color: white;
  color: #003777;
}

.home-image {
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
}

.home-main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

/* Animated Professional Figure */
.animated-professional-figure {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.geometric-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 20px;
  animation: floatShape 6s ease-in-out infinite;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #87ceeb, #4facfe);
  top: 20%;
  right: 10%;
  animation-delay: -1s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #43e97b, #38f9d7);
  bottom: 25%;
  left: 8%;
  animation-delay: -2s;
}

.shape-4 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fa709a, #fee140);
  bottom: 10%;
  right: 15%;
  animation-delay: -3s;
}

.shape-5 {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #a8edea, #fed6e3);
  top: 50%;
  left: 2%;
  animation-delay: -4s;
}

.professional-silhouette {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person-figure {
  position: relative;
  animation: subtleBounce 4s ease-in-out infinite;
}

.head {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #fdbf6f, #feb47b);
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.head::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 30px;
  background: #8b4513;
  border-radius: 30px 30px 0 0;
  top: 5px;
  left: 10px;
}

.head::after {
  content: '😊';
  position: absolute;
  font-size: 20px;
  top: 25px;
  left: 30px;
}

.body {
  position: relative;
  width: 120px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shirt {
  position: absolute;
  width: 100px;
  height: 120px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 15px;
  z-index: 1;
  top: 20px;
}

.jacket {
  position: absolute;
  width: 110px;
  height: 130px;
  background: linear-gradient(135deg, #003777, #004d9f);
  border-radius: 15px;
  z-index: 2;
  top: 15px;
  left: 5px;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.arm {
  position: absolute;
  width: 25px;
  height: 80px;
  background: linear-gradient(135deg, #003777, #004d9f);
  border-radius: 12px;
  top: 30px;
}

.arm-left {
  left: -15px;
  transform: rotate(-10deg);
  animation: armSwing 3s ease-in-out infinite;
}

.arm-right {
  right: -15px;
  transform: rotate(10deg);
  animation: armSwing 3s ease-in-out infinite reverse;
}

.document {
  position: absolute;
  width: 20px;
  height: 30px;
  background: #ffd700;
  border-radius: 3px;
  bottom: 10px;
  right: -25px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: documentFloat 2s ease-in-out infinite;
}

.document::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #333;
  top: 8px;
  left: 2.5px;
}

.document::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #333;
  top: 12px;
  left: 4px;
}

@keyframes floatShape {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.7;
  }

  25% {
    transform: translateY(-15px) rotate(5deg);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-10px) rotate(-3deg);
    opacity: 0.8;
  }

  75% {
    transform: translateY(-20px) rotate(3deg);
    opacity: 0.9;
  }
}

@keyframes subtleBounce {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes armSwing {

  0%,
  100% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

@keyframes documentFloat {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}

/* Section Styles */
section {
  padding: 80px 0;
  border-bottom: 2px solid #fff3cd;
}

section:last-of-type {
  border-bottom: none;
}

.page-section {
  padding-top: 120px;
  min-height: calc(100vh - 160px);
}

/* Fix navbar overlapping the first section on all pages */
.main-content,
.section,
.page-wrapper,
.about-heading-section,
.services-heading-section {
  padding-top: 0px;
  /* Match your fixed navbar height */
}

.page-wrapper {
  padding-top: 0px;
  /* Pushes content below fixed navbar */
}

/* Fix overlapping for hero sections on all pages */
.professional-hero-section,
.page-section:first-of-type,
.contact-section,
.jobs-section {
  padding-top: 140px;
  /* Increased padding for hero sections */
}

/* Ensure professional hero section has proper spacing */
.professional-hero-section {
  padding-top: 140px !important;
  padding-bottom: 40px;
}

/* Fix for about page specifically */
.page-about .professional-hero-section {
  padding-top: 120px !important;
  padding-bottom: 20px !important;
  margin-top: 0;
}

/* Consistent page heading style */
.page-heading {
  font-size: 32px;
  font-weight: bold;
  color: #003777;
  margin-bottom: 20px;
}

.nav-link.active {
  color: #87ceeb;
  border-bottom: 2px solid #87ceeb;
}

h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #003777;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}

/* Improved section titles for about and services pages */
.page-about h2,
.page-services h2 {
  font-weight: 700;
  font-size: 28px;
  color: #003777;
}

.page-about h2::after,
.page-services h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff3cd;
  left: 0;
  bottom: 0;
}

/* Section content styling */
.page-about .about-text,
.page-services .services-description,
.page-services .tornado-intro {
  text-align: left;
  margin-top: 10px;
  max-width: 800px;
}

/* Section spacing */
.page-about section,
.page-services section {
  padding: 40px 40px;
}

/* Skills container improvements */
.skills-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 2rem;
}

.skill-box {
  flex: 1 1 200px;
  text-align: center;
}

.skills-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 2rem;
}

.skill-item {
  flex: 1 1 200px;
  text-align: center;
}

/* Facts and achievements improvements */
.facts-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 40px;
}

.fact-box {
  flex: 1 1 150px;
  margin: 20px;
}

.fact-box h2 {
  font-size: 32px;
  font-weight: bold;
  color: #003777;
}

.fact-box p {
  font-size: 16px;
  color: #333;
}

.stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 40px;
  gap: 2rem;
}

.stat-item {
  flex: 1 1 150px;
  margin: 20px;
}

.stat-item h3 {
  font-size: 32px;
  font-weight: bold;
  color: #003777;
  margin-bottom: 0.5rem;
}

.stat-item p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* Mobile Navigation Styles */
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 80px;
    flex-direction: column;
    background-color: #2a5298;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 999;
    height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link {
    padding: 1rem;
    display: block;
    width: 100%;
  }

  .dropdown-content {
    position: static;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    background-color: #1e4080;
    display: none;
  }

  .dropdown.active .dropdown-content {
    display: block;
  }

  .hierarchical-dropdown {
    position: static;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    background-color: #1e4080;
    display: none;
  }

  .dropdown.active .hierarchical-dropdown {
    display: flex;
  }

  .dropdown-item {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .dropdown-item::after {
    content: '▼';
    transform: none;
  }

  .submenu {
    position: static;
    left: auto;
    right: auto;
    background-color: #153366;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 0;
    border-top: none;
    box-shadow: none;
    display: none;
  }

  .submenu.industries {
    flex-direction: column;
    min-width: auto;
  }

  .submenu-column {
    width: 100%;
  }

  .submenu a,
  .submenu span {
    padding: 0.8rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9) !important;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .submenu a:hover,
  .submenu span:hover {
    background-color: rgba(255, 215, 0, 0.2);
    color: white !important;
    padding-left: 2.5rem;
  }

  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile layout adjustments */
  .home-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .home-content {
    order: 2;
    text-align: center;
    align-items: center;
  }

  .home-image {
    order: 1;
    min-height: 300px;
  }

  .help-grid,
  .rpo-grid,
  .tornado-grid {
    flex-direction: column;
    align-items: center;
  }

  .help-card,
  .rpo-card,
  .tornado-card {
    max-width: 400px;
    width: 100%;
  }

  .global-flags {
    gap: 1.5rem;
  }

  .global-flag {
    width: 80px;
    height: 55px;
  }

  .ready-actions {
    flex-direction: column;
    align-items: center;
  }

  .ready-actions .btn {
    width: 100%;
    max-width: 300px;
  }

  /* Services grid mobile */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-card {
    max-width: none;
  }

  /* Responsive headings for about page on mobile */
  .page-about h1,
  .page-about h2,
  .page-about h3,
  .page-about h4,
  .page-about h5,
  .page-about h5,
  .page-about h6 {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: 600;
    color: #005DA4;
  }
}

@media screen and (max-width: 480px) {
  .navbar {
    margin: 5px;
    width: calc(100% - 10px);
  }

  .nav-container {
    padding: 0.5rem 1rem;
  }

  .logo-img {
    max-width: 200px;
    max-height: 35px;
    height: 35px;
  }

  .home-content h1 {
    font-size: 1.8rem;
  }

  .home-content p {
    font-size: 1rem;
  }

  h2 {
    font-size: 2rem;
  }

  .help-card,
  .rpo-card,
  .tornado-card {
    padding: 1.2rem 1rem;
  }

  .help-card i,
  .rpo-card i,
  .tornado-card i {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }

  .global-talent-network h2 {
    font-size: 2rem;
  }

  .global-description p {
    font-size: 1.1rem;
  }

  .ready-to-start h2 {
    font-size: 2rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-column ul li {
    white-space: normal;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  /* Extra small screen headings for about page */
  .page-about h1,
  .page-about h2,
  .page-about h3,
  .page-about h4,
  .page-about h5,
  .page-about h5,
  .page-about h6 {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 6px;
    text-align: center;
    font-weight: 600;
    color: #005DA4;
  }
}

/* Job Tags */
.job-tags {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.tag {
  background: #f0f0f0;
  color: #666;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag {
  background-color: #e8f2ff;
  color: #2a5298;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Process Grid Styles */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.process-step {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
}

.step-number {
  background: #2a5298;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 auto 15px;
}

.process-step h4 {
  color: #2a5298;
  margin: 15px 0 10px;
  font-size: 1.1rem;
}

.process-step p {
  color: #666;
  line-height: 1.6;
}

/* Use Cases Grid */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.use-case {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #2a5298;
}

.use-case h4 {
  color: #2a5298;
  margin-bottom: 10px;
  font-size: 1rem;
}

.use-case p {
  color: #666;
  line-height: 1.6;
}

/* Deliverables Grid */
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.deliverable-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}

.deliverable-item:hover {
  border-color: #2a5298;
  transform: translateY(-2px);
}

.deliverable-item h4 {
  color: #2a5298;
  margin-bottom: 10px;
  font-size: 1rem;
}

.deliverable-item p {
  color: #666;
  line-height: 1.6;
}

/* Global Regions */
.global-regions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.region-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.region-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
}

.region-flag {
  font-size: 3rem;
  margin-bottom: 15px;
}

.region-card h4 {
  color: #2a5298;
  margin: 15px 0 10px;
  font-size: 1.2rem;
}

.region-card p {
  color: #666;
  line-height: 1.6;
}

/* Metrics Grid */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.metric-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
}

.metric-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2a5298;
  margin-bottom: 10px;
}

.metric-label {
  color: #666;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Feature List Styles */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 20px;
}

.feature-list li:before {
  content: '✓';
  color: #2a5298;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.feature-list li:last-child {
  border-bottom: none;
}

/* About Section */
.about-section {
  background-color: white;
}

.about-text {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 2rem;
}

.services-description {
  max-width: 100%;
  margin: 0 auto 3rem auto;
  text-align: center;
  padding: 0 2rem;
}

.services-description p:first-of-type strong {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.services-description p {
  text-align: center;
}

.about-text p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #666;
  line-height: 1.8;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-item h3 {
  font-size: 2.5rem;
  color: #003777;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-item p {
  color: #666;
  font-weight: 500;
}

/* Help Section */
.help-section {
  background-color: #f5f6f7;
  padding: 40px 0;
}

.help-section h2::after {
  background-color: #ffd700 !important;
  width: 500px; 
  height: 3px;   
  display: block;
  content: "";
  margin: 0 auto; 
}

.help-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.help-card {
  background: white;
  padding: 1.5rem 1.2rem;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
  border-bottom: 3px solid #ffd700;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.help-card:hover {
  transform: translateY(-5px);
  background: #2a5298;
  color: white;
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.3);
}

.help-card i {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 0.8rem;
  background: #ffd700;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem auto;
  transition: all 0.3s ease;
}

.help-card:hover i {
  color: #87ceeb;
  background: rgba(255, 255, 255, 0.2);
}

.help-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  color: #003777;
  font-weight: 600;
  transition: color 0.3s ease;
}

.help-card:hover h3 {
  color: white;
}

.help-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.help-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}

/* Tornado Recruitment Services Section */
.tornado-services {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.tornado-intro {
  max-width: 100%;
  margin: 0 auto 3rem auto;
  text-align: left;
  padding: 0 2rem;
}

.tornado-intro p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.8;
}

.tornado-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.tornado-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  flex: 1;
  max-width: 350px;
  min-width: 280px;
}

.tornado-card:hover {
  transform: translateY(-5px);
  background: #2a5298;
  color: white;
  box-shadow: 0 8px 25pxrgba(42, 82, 152, 0.3);
}

.tornado-card i {
  font-size: 2.5rem;
  color: #ffd700;
  margin-bottom: 1rem;
  background: #fff3cd;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  transition: all 0.3s ease;
}

.tornado-card:hover i {
  color: #87ceeb;
  background: rgba(255, 255, 255, 0.2);
}

.tornado-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  color: #003777;
  font-weight: 600;
  transition: color 0.3s ease;
}

.tornado-card:hover h3 {
  color: white;
}

.tornado-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.tornado-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}

/* Global Talent Network Section */
.global-talent-network {
  background: linear-gradient(135deg, #003777 0%, #667eea 100%);
  padding: 40px 0 20px 0;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.global-talent-network::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 500"><defs><linearGradient id="globeGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.03);stop-opacity:1" /><stop offset="50%" style="stop-color:rgba(255,255,255,0.08);stop-opacity:1" /><stop offset="100%" style="stop-color:rgba(255,255,255,0.03);stop-opacity:1" /></linearGradient><radialGradient id="sphereGrad" cx="50%" cy="40%" r="40%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.15);stop-opacity:1" /><stop offset="70%" style="stop-color:rgba(255,255,255,0.08);stop-opacity:1" /><stop offset="100%" style="stop-color:rgba(255,255,255,0.02);stop-opacity:1" /></radialGradient></defs><rect width="1000" height="500" fill="url(%23globeGrad)"/><circle cx="500" cy="250" r="180" fill="url(%23sphereGrad)" stroke="rgba(255,255,255,0.2)" stroke-width="2" opacity="08"><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 500 250" to="360 500 250" dur="60s" repeatCount="indefinite"/></circle><g stroke="rgba(255,255,255,0.15)" stroke-width="1.5" fill="none" opacity="0.6"><path d="M 320 250 Q 400 200 500 250 Q 600 300 680 250"><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 500 250" to="360 500 250" dur="45s" repeatCount="indefinite"/></path><path d="M 320 250 Q 400 300 500 250 Q 600 200 680 250"><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 500 250" to="360 500 250" dur="50s" repeatCount="indefinite"/></path><ellipse cx="500" cy="250" rx="180ry="60"><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 500 250" to="360 500 250" dur="40s" repeatCount="indefinite"/></ellipse><ellipse cx="500" cy="250" rx="180" ry="120"><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 500 250" to="360 500 250" dur="55s" repeatCount="indefinite"/></ellipse></g><g opacity="0.4"><circle cx="420" cy="200" r="3" fill="rgba(255,215,0,0.8)"><animate attributeName="opacity" values="0.4;0.8;0.4" dur="3s" repeatCount="indefinite"/></circle><circle cx="580"cy="220" r="3" fill="rgba(255,215,0,0.8)"><animate attributeName="opacity" values="0.8;0.4;0.8" dur="4s" repeatCount="indefinite"/></circle><circle cx="450" cy="300" r="3" fill="rgba(255,215,0,0.8)"><animate attributeName="opacity" values="0.6;1;0.6" dur="2.5s" repeatCount="indefinite"/></circle></g></svg>');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  animation: subtlePulse 8s ease-in-out infinite;
  max-height: 400px;
}

@keyframes subtlePulse {

  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

.global-talent-network h2 {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
}

.global-talent-network h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #ffd700;
}

.global-description {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
}

.global-description p {
  font-size: 1.4rem;
  color: white;
  line-height: 1.8;
  font-weight: 400;
}

/* Mobile Responsive for Global Talent Network */
@media screen and (max-width: 768px) {
  .global-talent-network {
    padding: 30px 0 15px 0;
    min-height: 220px;
  }

  .global-talent-network::before {
    max-height: 220px;
  }

  .global-talent-network h2 {
    font-size: 2.2rem;
  }

  .global-description p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .global-talent-network {
    padding: 25px 0 12px 0;
    min-height: 180px;
  }

  .global-talent-network::before {
    max-height: 180px;
  }

  .global-talent-network h2 {
    font-size: 1.8rem;
  }

  .global-description p {
    font-size: 1.1rem;
  }
}

/* Global Reach Section */
.global-reach-section {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.global-reach-section h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #003777;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
}

.global-reach-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #ffd700;
}

.global-flags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 800px;
  margin: 0 auto;
}

.global-flag {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 3px solid #fff;
}

.global-flag:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 55, 119, 0.25);
}

/* Mobile Responsive for Global Reach */
@media screen and (max-width: 768px) {
  .global-reach-section {
    padding: 60px 0;
  }

  .global-flags {
    gap: 2rem;
  }

  .global-flag {
    width: 100px;
    height: 65px;
  }

  .global-reach-section h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .global-flags {
    gap: 1.5rem;
  }

  .global-flag {
    width: 80px;
    height: 55px;
  }

  .global-reach-section h2 {
    font-size: 1.8rem;
  }
}

/* Ready to Get Started Section */
.ready-to-start {
  text-align: center;
  margin-top: 1.5rem;
  padding: 1rem 0;
}

.ready-to-start h2 {
  font-size: 2.5rem;
  color: #003777;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.ready-to-start h2::after {
  content: '';
  position: absolute;
  width: 400px;
}

.ready-to-start p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.ready-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.ready-actions .btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  background-color: #003777;
  color: #ffd700;
}

.ready-actions .btn-primary {
  background-color: #003777;
  color: #ffd700;
}

.ready-actions .btn-primary:hover {
  background-color: #004d9f;
  transform: translateY(-2px);
}

.ready-actions .btn-secondary {
  background-color: #003777;
  color: #ffd700;
}

.ready-actions .btn-secondary:hover {
  background-color: #004d9f;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .ready-to-start {
    margin-top: 3rem;
    padding: 2rem 0;
  }

  .ready-to-start h2 {
    font-size: 2rem;
    position: relative;
    display: inline-block;
  }

  .ready-to-start h2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffd700;
    border-radius: 1px;
  }

  .ready-to-start p {
    font-size: 1.1rem;
  }

  .ready-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .ready-actions .btn {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}

/* Services Section */
.services-section {
  background-color: #f8f9fa;
}

.services-description p:first-of-type strong {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.services-description {
  max-width: 100%;
  margin: 0 auto 3rem auto;
  text-align: left;
  padding: 0 2rem;
}

.services-description p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card i {
  font-size: 3rem;
  color: #003777;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #003777;
}

.service-card p {
  color: #666;
  line-height: 1.6;
}

/* Services Overview Grid */
.services-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-overview-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.service-overview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 55, 119, 0.15);
}

.service-overview-card .service-icon {
  background: #ffd700;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  transition: all 0.3s ease;
}

.service-overview-card .service-icon i {
  font-size: 2rem;
  color: #003777;
}

.service-overview-card:hover .service-icon {
  background: #003777;
}

.service-overview-card:hover .service-icon i {
  color: #ffd700;
}

.service-overview-card h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #003777;
  font-weight: 600;
}

.service-overview-card p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* Recruitment Made Easy Section */
.recruitment-easy {
  background: linear-gradient(135deg, #003777 0%, #667eea 100%);
  padding: 40px 0 20px 0;
}

.recruitment-easy h2 {
  font-size: 2.5rem;
  color: #ffd700;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}

/* Slider Styles */
.slider-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.slide {
  display: none;
  text-align: center;
  padding: 0 20px;
  animation: fadeIn 0.5s ease-in-out;
}

.slide.active {
  display: block;
}

.slide p {
  font-size: 1.1rem;
  color: white;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.slider-nav {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RPO Services Section */
.rpo-services {
  background-color: #f5f6f7;
  padding: 40px 0;
}

.rpo-services h2::after {
  background-color: #333 !important;
}

.rpo-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.rpo-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  flex: 1;
  max-width: 350px;
  min-width: 280px;
  border-bottom: 3px solid #ffd700;
  position: relative;
}

.rpo-card:hover {
  transform: translateY(-5px);
  background: #2a5298;
  color: white;
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.3);
}

.rpo-card i {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
  background: #ffd700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  transition: all 0.3s ease;
}

.rpo-card:hover i {
  color: #87ceeb;
  background: rgba(255, 255, 255, 0.2);
}

.rpo-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  color: #003777;
  font-weight: 600;
  transition: color 0.3s ease;
}

.rpo-card:hover h3 {
  color: white;
}

.rpo-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.rpo-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}

/* About Page Sections */
.what-we-do-section {
  background-color: #f8f9fa;
}

.ceo-message-section {
  background-color: white;
}

.strengths-section {
  background-color: #f8f9fa;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.skill-item {
  text-align: center;
}

.skill-item h3 {
  color: #003777;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.skill-bar {
  background-color: #e9ecef;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(135deg, #003777, #004d9f);
  width: 100%;
  border-radius: 5px;
}

.skill-percentage {
  font-weight: 600;
  color: #003777;
}

.focus-section {
  background-color: white;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.focus-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.focus-number {
  background: #003777;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.focus-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.achievements-section {
  background-color: #f8f9fa;
}

/* Specialized Solutions */
.specialized-section {
  background-color: white;
}

/* Industry Specializations */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.industry-item {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #003777;
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.2);
  background: #f8f9fa;
  border-left-color: #764ba2;
}

.industry-item h4 {
  color: #003777;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.industry-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Section Heading Styles */
.section-heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #003777;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffd700;
  width: 100%;
}

/* Section Subtext Styles */
.section-subtext {
  text-align: center;
  max-width: 700px;
  margin: 20px auto 40px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Page Section Container */
.page-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

/* Card Wrapper Styles */
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 30px;
}

/* Updated Service Card Styles */
.service-card {
  flex: 1 1 320px;
  max-width: 360px;
  padding: 40px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.service-card i {
  color: #ffd700 !important;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.3);
}

.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  color: #003777;
}

.service-card p {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
}

/* Why Choose Grid */
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.why-choose-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.15);
  border-color: #003777;
}

.why-choose-item i {
  font-size: 1.8rem;
  color: white;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003777, #004d9f);
  border-radius: 50%;
  flex-shrink: 0;
}

.why-choose-item p {
  color: #333;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
}

/* Professional CTA Section */
.professional-cta-section {
  background: #f7f9fa;
  color: #333;
  padding: 20px 0;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content-professional {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}

.cta-content-professional h2 {
  color: #003777;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.professional-cta-section h2::after {
  background-color: #fff3cd;
}

.cta-text-block {
  margin-bottom: 2.5rem;
  max-width: 100%;
  margin: 0 auto 2.5rem auto;
  width: 100%;
  padding: 0 20px;
}

.cta-text-block p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  color: #666;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile responsive for CTA text block */
@media screen and (max-width: 768px) {
  .cta-text-block {
    width: 95%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .cta-text-block {
    width: 100%;
    padding: 0 20px;
  }
}

.cta-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-actions .btn {
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
}

.cta-actions .btn-primary {
  background-color: #003777;
  color: #ffd700;
  border: 2px solid #003777;
}

.cta-actions .btn-primary:hover {
  background-color: #004d9f;
  color: #ffd700;
  border-color: #004d9f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 55, 119, 0.4);
}

.cta-actions .btn-secondary {
  background-color: #003777;
  color: #ffd700;
  border: 2px solid #003777;
}

.cta-actions .btn-secondary:hover {
  background-color: #004d9f;
  color: #ffd700;
  border-color: #004d9f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 55, 119, 0.4);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #003777 0%, #004d9f 100%);
  color: white;
  padding: 60px 0;
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.cta-section h2 {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.text-center {
  text-align: center;
}

/* Privacy and Terms Pages */
.privacy-content,
.terms-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.privacy-content h3,
.terms-content h3 {
  color: #003777;
  margin: 2rem 0 1rem 0;
  font-size: 1.5rem;
}

.privacy-content ul,
.terms-content ul {
  margin: 1rem 0;
  padding-left: 2rem;
}

.privacy-content li,
.terms-content li {
  margin-bottom: 0.5rem;
}

/* Contact Page Specific Styles */
.page-contact .professional-section {
  padding: 60px 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* Contact Info Card */
.contact-info-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  height: fit-content;
}

.contact-info-header {
  margin-bottom: 2rem;
  text-align: center;
}

.contact-info-header h3 {
  color: #003777;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.contact-info-header p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-methods-compact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact-method-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-method-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 55, 119, 0.1);
}

.contact-method-icon {
  background: #FFD700;
  color: #003777;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-method-details h4 {
  color: #003777;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.contact-method-details p {
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.contact-method-details span {
  color: #666;
  font-size: 0.85rem;
}

.contact-cta {
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 10px;
  border: 2px solid #ffd700;
}

.contact-cta p {
  color: #003777;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.btn-contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #003777, #004d9f);
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-contact-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 55, 119, 0.3);
  background: linear-gradient(135deg, #004d9f, #003777);
}

/* Contact Form Card */
.contact-form-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}

.form-header {
  margin-bottom: 2rem;
  text-align: center;
}

.form-header h3 {
  color: #ffd700 !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.form-header p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* Compact Form Styles */
.contact-form-compact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-row-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  color: #003777;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.form-field input,
.form-field textarea,
.form-field select {
  padding: 0.7rem 0.9rem;
  border: 1.5px solid #e1e5e9;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: #003777;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 55, 119, 0.1);
}

.form-field textarea {
  resize: vertical;
  min-height: 80px;
}

.form-field select {
  cursor: pointer;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 0.65rem auto;
  padding-right: 2.5rem;
}

.btn-submit {
  background: linear-gradient(135deg, #003777, #004d9f);
  color: white;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.3);
  background: linear-gradient(135deg, #004d9f, #667eea);
}

.btn-submit i {
  font-size: 0.9rem;
}

/* Application Form Styles */
.application-form-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  min-height: calc(100vh - 160px);
}

.application-form-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-header {
  background: linear-gradient(135deg, #003777, #004d9f);
  color: white;
  padding: 2.5rem;
  text-align: center;
}

.form-header h2 {
  color: white;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.form-header p {
  opacity: 0.9;
  font-size: 1.1rem;
}

.application-form {
  padding: 2.5rem;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.form-section {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 2rem;
}

.form-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.form-section h3 {
  color: #003777;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.95rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.8rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background-color: #fff;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #003777;
  box-shadow: 0 0 0 3px rgba(0, 55, 119, 0.1);
}

.form-field input.error,
.form-field select.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* File Upload Styles */
.file-upload-wrapper {
  width: 100%;
}

.file-upload-area {
  border: 2px dashed #003777;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.file-upload-area:hover,
.file-upload-area.dragover {
  border-color: #004d9f;
  background-color: rgba(0, 55, 119, 0.05);
}

.file-upload-area i {
  font-size: 2.5rem;
  color: #003777;
  margin-bottom: 1rem;
}

.file-upload-area p {
  margin: 0.5rem 0;
  color: #666;
}

.file-upload-link {
  color: #003777;
  font-weight: 500;
  text-decoration: underline;
}

.file-upload-note {
  font-size: 0.85rem;
  color: #999;
}

.file-upload-feedback {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.file-upload-feedback .success {
  color: #28a745;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.file-upload-feedback .error {
  color: #dc3545;
}

/* Checkbox Styles */
.checkbox-field {
  margin-bottom: 2rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #003777;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
  background-color: #003777;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark::after {
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.checkbox-label a {
  color: #003777;
  text-decoration: underline;
}

.checkbox-label a:hover {
  color: #004d9f;
}

/* Submit Button */
.submit-field {
  text-align: center;
  margin-top: 1rem;
}

.btn-submit {
  background: linear-gradient(135deg, #003777, #004d9f);
  color: white;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 200px;
  justify-content: center;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.3);
  background: linear-gradient(135deg, #004d9f, #667eea);
}

.btn-submit i {
  font-size: 1rem;
}

/* Mobile Responsive for Application Form */
@media screen and (max-width: 768px) {
  .application-form-wrapper {
    margin: 0 1rem;
    border-radius: 10px;
  }

  .form-header {
    padding: 2rem 1.5rem;
  }

  .form-header h2 {
    font-size: 1.6rem;
  }

  .application-form {
    padding: 2rem 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .file-upload-area {
    padding: 1.5rem;
  }

  .file-upload-area i {
    font-size: 2rem;
  }

  .btn-submit {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .form-header {
    padding: 1.5rem 1rem;
  }

  .form-header h2 {
    font-size: 1.4rem;
  }

  .application-form {
    padding: 1.5rem 1rem;
  }

  .form-grid {
    gap: 2rem;
  }

  .form-section {
    padding-bottom: 1.5rem;
  }
}

/* Mobile Responsive for Contact Page */
@media screen and (max-width: 768px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-row-compact {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 1.5rem;
  }

  .contact-methods-compact {
    gap: 1rem;
  }

  .contact-method-item {
    padding: 0.8rem;
  }
}

@media screen and (max-width: 480px) {

  .contact-info-card,
  .contact-form-card {
    padding: 1.2rem;
  }

  .form-header h3,
  .contact-info-header h3 {
    font-size: 1.5rem;
  }

  .btn-submit {
    padding: 1rem 1.5rem;
  }
}

/* Footer */
footer {
  background: linear-gradient(135deg, #003777 0%, #667eea 100%);
  color: #ffffff;
  padding: 60px 20px 30px;
  font-size: 15px;
  margin-top: 50px;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4e);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 3rem;
  max-width: 1500px;
  margin: 0 auto;
  align-items: start;
  position: relative;
  z-index: 1;
}

.footer-logo-column {
  margin-bottom: 30px;
  text-align: left;
  padding-right: 2rem;
}

.footer-logo-column img {
  max-width: 300px;
  max-height: 45px;
  height: 45px;
  width: auto;
  object-fit: contain;
  margin: 0 0 20px 0;
  display: block;
}

.footer-right-sections {
  display: contents;
}

.footer-column {
  margin-bottom: 30px;
  text-align: left;
}

.footer-compact {
  min-width: auto;
  margin-bottom: 30px;
}

.footer-column h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 8px;
}

.footer-column h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 2px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
  line-height: 1.8;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-column ul li:hover {
  padding-left: 8px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.footer-column a:hover {
  color: #ffd700;
  transform: translateX(4px);
}

.footer-column a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffd700;
  transition: width 0.3s ease;
}

.footer-column a:hover::before {
  width: 100%;
}

.footer-column p {
  line-height: 1.8;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color:white;
  padding-top: 20px;
  border-top: 1px solid #ffd700;
  margin-top: 20px;
  width: 100%;
}

.footer-bottom-links {
  display: flex;
  gap: 1rem;
}

.footer-bottom-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #ffd700;
}

/* .footer-column ul li strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
} */





/* Contact info items with icons */
.footer-column ul li:not(:has(strong)) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  min-height: 24px;
}

/* Footer flags styling */
.footer-flag-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0;
}

.footer-flag {
  width: 32px;
  height: 22px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.footer-flag:hover {
  transform: scale(1.1);
}

.footer-flag-item span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 0.9rem;
}

/* Specific styling for contact info with emojis/icons */
.footer-column ul li:contains("📞"),
.footer-column ul li:contains("📧") {
  white-space: nowrap;
  flex-wrap: nowrap;
}

/* Address specific styling for multiple lines on mobile only */
.footer-column ul li:contains("📍") {
  white-space: nowrap;
  align-items: center;
}

/* Force contact info items to stay inline */
.footer-column ul li[contains*="📞"],
.footer-column ul li[contains*="📧"],
.footer-column ul li[contains*="📍"] {
  flex-wrap: nowrap;
  align-items: center;
}

/* Footer Responsive Design */
@media screen and (max-width: 1024px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .footer-logo-column {
    grid-column: 1 / -1;
    text-align: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-column {
    text-align: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .footer-bottom-links {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding: 40px 15px 20px;
  }
  
  .footer-container {
    gap: 1.5rem;
  }
  
  .footer-column h4 {
    font-size: 18px;
  }
  
  .footer-logo-column img {
    max-width: 250px;
    max-height: 40px;
    height: 40px;
  }
}

/* Reduced Size Classes */
.services-grid.reduced-size .service-card,
.tornado-grid.reduced-size .tornado-card {
  padding: 1.5rem 1rem;
  min-width: 250px;
  max-width: 300px;
}

.services-grid.reduced-size .service-card h3,
.tornado-grid.reduced-size .tornado-card h3 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.services-grid.reduced-size .service-card p,
.tornado-grid.reduced-size .tornado-card p {
  font-size: 0.85rem;
  line-height: 1.5;
}

.services-grid.reduced-size .service-card i,
.tornado-grid.reduced-size .tornado-card i {
  font-size: 2rem;
  width: 50px;
  height: 50px;
}

.focus-grid.reduced-size .focus-item {
  padding: 1rem;
}

.focus-grid.reduced-size .focus-number {
  width: 35px;
  height: 35px;
  font-size: 0.9rem;
}

.focus-grid.reduced-size .focus-item p {
  font-size: 0.9rem;
}

/* Jobs Section */
.jobs-section {
  background-color: #f8f9fa;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.job-card {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
}

.job-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.job-card-header {
  margin-bottom: 1rem;
}

.job-labels {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}

.featured-label {
  color: #ff6b35;
  font-weight: 600;
  background: #fff5f0;
  padding: 2px 8px;
  border-radius: 4px;
}

.dot-separator {
  color: #ccc;
  font-weight: bold;
}

.easy-apply {
  color: #28a745;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.easy-apply i {
  font-size: 0.8rem;
}

.job-card-content {
  flex: 1;
}

.job-title {
  color: #003777;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.job-posting-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.posting-date {
  color: #666;
}

.posting-source {
  color: #666;
}

.source-link {
  color: #003777;
  text-decoration: none;
  font-weight: 500;
}

.source-link:hover {
  text-decoration: underline;
}

.job-details {
  margin-bottom: 1.5rem;
}

.job-salary {
  color: #003777;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.job-type {
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.job-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 0.9rem;
}

.job-location i {
  color: #003777;
  font-size: 0.8rem;
}

.job-card .company {
  color: #666;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.job-card .location {
  color: #666;
  margin-bottom: 0.5rem;
}

.job-card .salary {
  color: #003777;
  font-weight: 600;
  margin-bottom: 1rem;
}

.loading-message,
.no-jobs,
.error-message {
  text-align: center;
  padding: 2rem;
  color: #666;
  font-size: 1.1rem;
}

.loading-message i {
  margin-right: 0.5rem;
  color: #2a5298;
}

.error-message {
  color: #dc3545;
}

.job-description {
  margin: 1rem 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  padding: 0.5rem 0;
  border-top: 1px solid #eee;
  font-size: 0.85rem;
  color: #666;
}

.job-posted,
.job-expires {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-posted i,
.job-expires i {
  color: #003777;
  font-size: 0.8rem;
}

.job-description::-webkit-scrollbar {
  width: 6px;
}

.job-description::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.job-description::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag {
  background-color: #e8f2ff;
  color: #2a5298;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Process Grid Styles */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.process-step {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
}

.step-number {
  background: #2a5298;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 auto 15px;
}

.process-step h4 {
  color: #2a5298;
  margin: 15px 0 10px;
  font-size: 1.1rem;
}

.process-step p {
  color: #666;
  line-height: 1.6;
}

/* Use Cases Grid */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.use-case {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #2a5298;
}

.use-case h4 {
  color: #2a5298;
  margin-bottom: 10px;
  font-size: 1rem;
}

.use-case p {
  color: #666;
  line-height: 1.6;
}

/* Deliverables Grid */
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.deliverable-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}

.deliverable-item:hover {
  border-color: #2a5298;
  transform: translateY(-2px);
}

.deliverable-item h4 {
  color: #2a5298;
  margin-bottom: 10px;
  font-size: 1rem;
}

.deliverable-item p {
  color: #666;
  line-height: 1.6;
}

/* Global Regions */
.global-regions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.region-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.region-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
}

.region-flag {
  font-size: 3rem;
  margin-bottom: 15px;
}

.region-card h4 {
  color: #2a5298;
  margin: 15px 0 10px;
  font-size: 1.2rem;
}

.region-card p {
  color: #666;
  line-height: 1.6;
}

/* Metrics Grid */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.metric-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
}

.metric-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2a5298;
  margin-bottom: 10px;
}

.metric-label {
  color: #666;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Feature List Styles */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 20px;
}

.feature-list li:before {
  content: '✓';
  color: #2a5298;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.feature-list li:last-child {
  border-bottom: none;
}

/* About Section Redesign Styles */
.section-divider {
  width: 550px;
  height: 4px;
  background: linear-gradient(90deg, #003777, #667eea);
  margin: 1rem auto 0;
  border-radius: 2px;
}

.about-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.about-main-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-intro-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 55, 119, 0.1);
  border-left: 4px solid #003777;
}

.intro-icon {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.intro-content {
  flex: 1;
}

.intro-title {
  color: #003777;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.intro-text {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.about-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.about-detail-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.about-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.15);
  border-color: #003777;
}

.detail-icon {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.detail-content h4 {
  color: #003777;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.detail-content p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Redesigned Our Story Section Styles - Full Width */
.story-section-redesigned {
  margin-top: 0.5rem;
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.story-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.story-main-title {
  color: #003777;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.story-subtitle {
  color: #666;
  font-size: 1.1rem;
  font-weight: 400;
}

.story-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.story-text-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.story-paragraph {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.story-paragraph:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.15);
  border-color: #003777;
}

.story-icon {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.story-text-block {
  flex: 1;
}

.story-text-block h4 {
  color: #003777;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.story-text-block p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.story-visual-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-container {
  position: relative;
  padding: 2rem 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #003777, #667eea);
  transform: translateX(-50%);
}

.timeline-item-new {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

.timeline-item-new:nth-child(odd) {
  flex-direction: row;
}

.timeline-item-new:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  position: relative;
  z-index: 2;
}

.marker-dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #003777, #667eea);
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 2px 8px rgba(0, 55, 119, 0.3);
}

.marker-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(180deg, #003777, #667eea);
  margin: 0 auto;
  margin-top: 5px;
}

.timeline-item-new:last-child .marker-line {
  display: none;
}

.timeline-content-new {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0 2rem;
  min-width: 200px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.timeline-content-new:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 55, 119, 0.15);
  border-color: #003777;
}

.timeline-year {
  background: linear-gradient(135deg, #003777, #667eea);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.timeline-title {
  color: #003777;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.timeline-description {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
}

/* Responsive Design for Redesigned Story Section */
@media screen and (max-width: 1024px) {
  .story-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .story-visual-timeline {
    order: -1;
  }
}

@media screen and (max-width: 768px) {
  .story-section-redesigned {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  
  .story-header {
    padding: 0 1rem;
  }
  
  .story-main-title {
    font-size: 1.8rem;
  }
  
  .story-content-grid {
    padding: 0 1rem;
  }
  
  .story-paragraph {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .timeline-item-new {
    flex-direction: column !important;
    text-align: center;
  }
  
  .timeline-content-new {
    margin: 1rem 0;
    min-width: auto;
  }
  
  .timeline-container::before {
    left: 20px;
  }
  
  .timeline-item-new {
    padding-left: 40px;
  }
  
  .timeline-marker {
    position: absolute;
    left: -30px;
  }
}

@media screen and (max-width: 480px) {
  .story-main-title {
    font-size: 1.5rem;
  }
  
  .story-subtitle {
    font-size: 1rem;
  }
  
  .story-paragraph {
    padding: 1rem;
  }
  
  .story-text-block h4 {
    font-size: 1.1rem;
  }
  
  .timeline-content-new {
    padding: 1rem;
  }
}

/* Redesigned Foundation Section Styles */
.foundation-content-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.foundation-main-section {
  display: flex;
  justify-content: center;
}

.mission-vision-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1000px;
  width: 100%;
}

.mission-card, .vision-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mission-card::before, .vision-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4e);
}

.mission-card:hover, .vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.mission-icon, .vision-icon {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.mission-title, .vision-title {
  color: #003777;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mission-text, .vision-text {
  color: #666;
  line-height: 1.7;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.mission-highlight, .vision-highlight {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid #ffd700;
}

.mission-highlight span, .vision-highlight span {
  color: #003777;
  font-weight: 600;
  font-size: 0.95rem;
}

.core-values-section {
  text-align: center;
}

.values-title {
  color: #003777;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.value-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.value-icon {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1.5rem;
}

.value-content h4 {
  color: #003777;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.value-content p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

/* Responsive Design for Foundation Section */
@media screen and (max-width: 1024px) {
  .mission-vision-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .foundation-content-grid {
    gap: 3rem;
  }
  
  .mission-card, .vision-card {
    padding: 2rem;
  }
  
  .mission-title, .vision-title {
    font-size: 1.6rem;
  }
  
  .mission-text, .vision-text {
    font-size: 1rem;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .value-card {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .mission-vision-container {
    gap: 1.5rem;
  }
  
  .mission-card, .vision-card {
    padding: 1.5rem;
  }
  
  .mission-icon, .vision-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .value-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

/* Job Detail Page Styles */
.job-detail-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.back-to-jobs {
  margin-bottom: 30px;
}

.job-header {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.job-title-section {
  margin-bottom: 20px;
}

.job-header h1 {
  color: #003777;
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.job-header .job-posted-by {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 1rem;
}

.job-header .job-posted-by i {
  color: #003777;
}

.job-meta-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 1rem;
}

.meta-item i {
  color: #003777;
  font-size: 1.1rem;
}

.apply-now-button {
  margin-left: auto;
}

.btn-apply-now {
  background: linear-gradient(135deg, #ff6b9d, #c44569);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 157, 0.3);
  text-decoration: none;
}

.btn-apply-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.4);
}

.btn-apply-now i {
  font-size: 0.8rem;
}

.job-content {
  display: block;
}

.job-main {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.job-section {
  margin-bottom: 40px;
}

.job-section:last-child {
  margin-bottom: 0;
}

.job-section h2 {
  color: #003777;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.job-section h3 {
  color: #003777;
  margin: 25px 0 15px 0;
  font-size: 1.2rem;
}

.job-section p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.job-section ul {
  color: #555;
  line-height: 1.7;
  padding-left: 20px;
}

.job-section li {
  margin-bottom: 8px;
}

.job-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.apply-card {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.apply-card h3 {
  color: #003777;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.apply-card p {
  color: #666;
  margin-bottom: 20px;
}

.btn-large {
  padding: 15px 30px;
  font-size: 1.1rem;
}

.job-quick-info {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.job-quick-info h3 {
  color: #003777;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.info-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item strong {
  color: #003777;
}

.info-item span {
  color: #666;
}

.job-tags-section {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.job-tags-section h3 {
  color: #003777;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

/* Apply Section Styles */
.apply-section {
  background: #f8fbff;
  padding: 30px;
  border-radius: 8px;
  border: 2px solid #d0e7ff;
  text-align: center;
  margin-top: 40px;
}

.apply-section h2 {
  color: #003777;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.apply-section p {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.apply-button-container {
  margin-top: 20px;
}

.btn-large {
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Application Form Styles */
.application-form-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.back-to-job {
  margin-bottom: 30px;
}

.application-header {
  text-align: center;
  margin-bottom: 40px;
}

.application-header h2 {
  color: #003777;
  margin-bottom: 15px;
  font-size: 2rem;
}

.application-header p {
  color: #666;
  font-size: 1.1rem;
}

.application-form {
  background: white;
  padding: 40px;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  min-height: 100vh;
}

.form-section {
  margin-bottom: 40px;
}

.form-section:last-child {
  margin-bottom: 0;
}

.form-section h3 {
  color: #003777;
  margin-bottom: 20px;
  font-size: 1.3rem;
  border-bottom: 2px solid #f0f8ff;
  padding-bottom: 10px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: #003777;
  font-weight: 600;
}

.upload-icon {
  font-size: 0.8rem;
  color: #003777;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  box-sizing: border-box;
}

.form-field input[type="date"] {
  min-height: 44px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #003777;
  box-shadow: 0 0 0 3px rgba(0, 119, 119, 0.1);
}

.form-field textarea {
  resize: vertical;
  min-height: 100px;
}

.file-upload-wrapper {
  margin-top: 10px;
}

.file-upload-area {
  border: 2px dashed #d0e7ff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8fbff;
}

.file-upload-area:hover {
  border-color: #003777;
  background: #f0f8ff;
}

.file-upload-area i {
  font-size: 2rem;
  color: #003777;
  margin-bottom: 10px;
}

.file-upload-area p {
  margin: 10px 0 5px 0;
  color: #003777;
  font-weight: 600;
}

.file-upload-area span {
  color: #666;
  font-size: 0.9rem;
}

.file-upload-feedback {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.9rem;
}

.file-upload-feedback.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.file-upload-feedback.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.checkbox-field {
  margin-bottom: 15px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: #555;
  line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #d0e7ff;
  border-radius: 4px;
  background: white;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #003777;
  border-color: #003777;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.checkbox-label a {
  color: #003777;
  text-decoration: underline;
}

.checkbox-label a:hover {
  color: #002244;
}

.submit-field {
  text-align: center;
  margin-top: 30px;
}

/* Responsive Design for Job Application Flow */
@media screen and (max-width: 768px) {
  .job-content {
    display: block;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .job-meta-detail {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .application-form {
    padding: 20px;
    min-height: 100vh;
  }
  
  .job-header {
    padding: 20px;
  }
  
  .job-main {
    padding: 20px;
  }
  
  .apply-card,
  .job-quick-info,
  .job-tags-section {
    padding: 20px;
  }
  
  .apply-section {
    padding: 25px;
    margin-top: 30px;
  }
  
  .apply-section h2 {
    font-size: 1.5rem;
  }
  
  .apply-section p {
    font-size: 1rem;
  }
  
  .btn-large {
    padding: 12px 30px;
    font-size: 1.1rem;
  }
  
  .application-form {
    padding: 20px;
  }
  
  .form-section {
    margin-bottom: 30px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  /* Job Cards Mobile Responsive */
  .job-card {
    padding: 1.2rem;
  }
  
  .job-labels {
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .job-title {
    font-size: 1.1rem;
  }
  
  .job-posting-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  
  .job-salary,
  .job-type {
    margin-bottom: 0.4rem;
  }
  
  .job-location {
    font-size: 0.85rem;
  }
}
