:root {
  --background-color: #090d18;
  --default-color: #bfbfbf;
  --heading-color: #ffffff;
  --surface-color: #0a0e19;
  --accent-color: #007bff;
  --contrast-color: #ffffff;
  --nav-color: #ffffff;
  --nav-hover-color: #d4af37;
  --nav-dropdown-background-color: rgba(9, 13, 24, 0.95);
  --nav-dropdown-color: #ffffff;
  --nav-dropdown-hover-color: #d4af37;
}

body {
  background-color: #090d18;
  color: #bfbfbf;
}

.header {
  background: rgba(1, 0, 0, 0.7);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(10px);
}

.header .logo-img {
  height: 56px;
  margin-right: 12px;
  transition: transform 0.3s ease;
}

.header .logo-img:hover {
  transform: scale(1.03);
}

.btn-getstarted,
.btn-get-started,
.btn-outline,
.cta-band .btn-get-started,
.company-card .stretched-link {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-get-started,
.btn-getstarted {
  background: linear-gradient(135deg, #007bff 0%, #d4af37 100%);
  color: #ffffff;
  border: none;
}

.btn-get-started:hover,
.btn-getstarted:hover {
  color: #ffffff;
  opacity: 0.9;
}

button,
.btn,
.btn-get-started,
.btn-getstarted,
.btn-outline,
.cta-band .btn-get-started,
.contact-form-wrapper button,
.newsletter-input button {
  border-radius: 999px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #d4af37;
  border: 1px solid rgba(212, 175, 55, 0.6);
  transition: all 0.3s ease;
}

.btn-outline:hover {
  color: #090d18;
  background: #d4af37;
}

.hero.section {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 80vh;
}

.hero.section img {
  object-fit: cover;
}

/* Force remove any overlay on hero backgrounds */
.hero:before {
  display: none !important;
}

.hero.section img {
  filter: none;
}

.hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6vh;
}

.hero .hero-copy {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero .hero-copy h1 {
  font-weight: 700;
  font-size: clamp(1.2rem, 2.0vw, 1.8rem);
  color: #bb2c08;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.hero .hero-copy p {
  color: #ff0000;
  font-size: clamp(0.85rem, 1.1vw, 1.0rem);
  margin-bottom: 22px;
}

.hero .cta-group {
  display: inline-flex;
  gap: 18px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.value-card {
  padding: 24px;
  background: rgba(1, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5);
}

.section.light-background {
  --background-color: #101624;
  --surface-color: rgba(9, 25, 48, 0.65);
  padding: 90px 0;
}

.section.section-alt {
  background: linear-gradient(140deg, rgba(0, 24, 54, 0.95), rgba(9, 13, 24, 0.95));
}

.section-title h2 {
  color: #ffffff;
}

.section-title p {
  color: #bfbfbf;
}

.company-card {
  background: linear-gradient(160deg, rgba(10, 14, 25, 0.85) 0%, rgba(7, 32, 64, 0.8) 65%, rgba(0, 123, 255, 0.25) 100%);
  border: 1px solid rgba(0, 123, 255, 0.25);
  border-radius: 18px;
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}


.company-card .logo-wrap {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 18px 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(13, 28, 54, 0.08);
  box-shadow: 0 14px 30px rgba(5, 12, 24, 0.14);
}

.company-card img {
  max-height: 78px;
  width: auto;
  transition: transform 0.3s ease;
}

.company-card:hover img {
  transform: scale(1.05);
}

.company-card h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.company-card p {
  color: #bfbfbf;
}

.company-card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 18px 38px rgba(0, 7, 14, 0.55);
}

.company-card .stretched-link {
  color: #d4af37;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.company-card:hover .stretched-link {
  color: #007bff;
}

.mission-vision {
  background: linear-gradient(140deg, rgba(1, 0, 0, 0.85), rgba(9, 13, 24, 0.9));
  padding: 100px 0;
}

.mission-card {
  padding: 40px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  height: 100%;
}

.mission-card h3 {
  color: #d4af37;
  margin-bottom: 16px;
}

.mission-card p {
  color: #ffffff;
  font-size: 1.05rem;
}

.values-banner {
  margin-top: 40px;
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.values-banner h4 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.values-banner p {
  color: #bfbfbf;
  margin: 0;
}

.cta-band {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.95), rgba(212, 175, 55, 0.95));
  color: #ffffff;
  padding: 60px 0;
  border-radius: 0;
}

.section-spotlight {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.32) 0%, rgba(26, 53, 96, 0.9) 43%, rgba(212, 175, 55, 0.28) 100%);
  padding: 100px 0;
}

.spotlight-intro {
  color: #ffffff;
  padding-right: 24px;
}

.spotlight-intro .overline {
  display: inline-block;
  color: #d4af37;
  letter-spacing: 3px;
  font-size: 0.75rem;
  margin-bottom: 16px;
}

.spotlight-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.spotlight-intro p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.cta-band h2 {
  color: #ffffff;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.85);
}

.footer {
  background: rgba(1, 0, 0, 0.9);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.footer .logo-img {
  height: 36px;
  margin-right: 10px;
}

.footer a {
  color: #bfbfbf;
}

.footer a:hover {
  color: #d4af37;
}

.newsletter-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(0, 123, 255, 0.06) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.15);
  transition: all 0.3s ease;
}

.newsletter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.newsletter-card:hover::before {
  left: 100%;
}

.newsletter-card:hover {
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.25);
  border-color: rgba(212, 175, 55, 0.5);
}

.newsletter-input-wrapper {
  display: flex;
  align-items: stretch;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
}

.input-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter-icon {
  position: absolute;
  left: 20px;
  color: rgba(212, 175, 55, 0.8);
  font-size: 1.2rem;
  z-index: 2;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.input-container input {
  width: 100%;
  padding: 16px 20px 16px 70px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.input-container input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.input-container input:focus {
  background: rgba(255, 255, 255, 0.05);
}

.input-container input:focus + .newsletter-icon {
  color: #d4af37;
}

.newsletter-icon {
  position: absolute;
  left: 20px;
  color: rgba(212, 175, 55, 0.8);
  font-size: 1.2rem;
  z-index: 2;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.newsletter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #007bff 0%, #d4af37 100%);
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 85px;
  flex-shrink: 0;
  margin-left: auto;
}

.newsletter-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d4af37 0%, #007bff 100%);
  transition: left 0.3s ease;
  z-index: 1;
}

.newsletter-btn:hover::before {
  left: 0;
}

.newsletter-btn span,
.newsletter-btn i {
  position: relative;
  z-index: 2;
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.newsletter-btn:active {
  transform: translateY(0);
}

.map-section {
  padding: 0 0 60px 0;
  background: #010000;
}

.map-section iframe {
  border-radius: 16px;
  filter: grayscale(20%) contrast(105%);
}

@media (max-width: 991px) {
  .newsletter-input-wrapper {
    flex-direction: column;
  }

  .newsletter-btn {
    min-width: auto;
    padding: 14px 20px;
    font-size: 0.9rem;
  }

  .input-container input {
    padding: 14px 20px 14px 50px;
    font-size: 0.95rem;
  }

  .newsletter-icon {
    left: 16px;
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .newsletter-card {
    border-radius: 16px;
  }

  .newsletter-input-wrapper {
    border-radius: 14px;
  }

  .newsletter-btn {
    padding: 12px 18px;
    font-size: 0.85rem;
  }

  .input-container input {
    padding: 12px 16px 12px 44px;
    font-size: 0.9rem;
  }

  .newsletter-icon {
    left: 14px;
    font-size: 1rem;
  }
}

/* Inner Pages */
.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff; /* Ensure text is white for better contrast */
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for better text contrast */
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  padding: 80px 0 60px; /* Slightly increased padding for better spacing */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.page-hero .hero-copy {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.page-hero .hero-copy span.overline {
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  font-size: 0.8rem;
}

.page-hero .hero-copy h1 {
  font-size: clamp(1.3rem, 2.2vw, 2.0rem);
  color: #ffffff; /* White text for better contrast */
  margin-bottom: 14px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Text shadow for better readability */
}

.page-hero .hero-copy p {
  color: #ffffff; /* White text for better contrast */
  font-size: clamp(0.85rem, 1.2vw, 1.0rem);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Text shadow for better readability */
}

.content-section {
  padding: 90px 0;
}

.content-section.light {
  background: linear-gradient(135deg, rgba(9, 25, 48, 0.7), rgba(0, 0, 0, 0.7));
}

.content-section.soft {
  background: rgba(0, 16, 36, 0.75);
}

.content-section h2.section-title-heading {
  color: #042d63;
  font-size: 2.3rem;
  margin-bottom: 24px;
}

.section-lead {
  max-width: 720px;
  color: #273042;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.story-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
}

.story-card h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.story-card p {
  color: #bfbfbf;
}

.milestones {
  border-left: 2px solid rgba(212, 175, 55, 0.35);
  padding-left: 28px;
  display: grid;
  gap: 22px;
}

.milestone {
  position: relative;
  padding-left: 20px;
}

.milestone::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -32px;
  width: 14px;
  height: 14px;
  background: #d4af37;
  border-radius: 50%;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.leader-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 123, 255, 0.2);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.leader-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.leader-card .leader-info {
  padding: 24px;
}

.leader-card h4 {
  color: #ffffff;
  margin-bottom: 6px;
}

.leader-card span {
  display: block;
  color: #d4af37;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.leader-card p {
  color: #bfbfbf;
}

.subsidiary-hero {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 18px 42px rgba(1, 8, 16, 0.55);
}

.subsidiary-hero img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.service-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 123, 255, 0.2);
  border-radius: 16px;
  padding: 22px;
  color: #bfbfbf;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.project-card {
  background: rgba(1, 15, 32, 0.82);
  border: 1px solid rgba(0, 123, 255, 0.25);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.project-card .card-body {
  padding: 24px;
  color: #bfbfbf;
}

.project-card h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.project-card:hover {
  transform: translateY(-8px);
}

@media (min-width: 992px) {
  .project-card {
    flex-direction: row;
    min-height: 260px;
  }

  .project-card img {
    width: 40%;
    height: auto;
    min-height: 100%;
  }

  .project-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
  }
}

.news-featured-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: stretch;
  gap: 32px;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.25), rgba(34, 52, 92, 0.85));
  border: 1px solid rgba(47, 123, 255, 0.35);
  box-shadow: 0 24px 45px rgba(7, 19, 36, 0.3);
}

.news-featured-content h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.news-meta-date {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffde89;
  margin-bottom: 12px;
}

.news-featured-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffde89;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-link::after {
  content: "\2192";
  font-size: 1rem;
}

.news-link:hover {
  color: #ffd262;
}

.news-featured-badge {
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
}

.news-featured-badge span {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: rgba(255, 222, 137, 0.15);
  border: 1px solid rgba(255, 222, 137, 0.5);
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #ffde89;
}

.news-main-row {
  align-items: flex-start;
}

.news-list {
  display: grid;
  gap: 24px;
}

.news-card {
  padding: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(47, 123, 255, 0.28);
  box-shadow: 0 18px 32px rgba(7, 19, 36, 0.25);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.news-card h3 {
  color: #ffffff;
  margin: 12px 0;
}

.news-card p {
  color: rgba(223, 231, 255, 0.9);
  margin-bottom: 18px;
}

.news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 222, 137, 0.45);
}

.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.press-card {
  padding: 26px;
  border-radius: 20px;
  background: rgba(14, 30, 56, 0.92);
  border: 1px solid rgba(47, 123, 255, 0.32);
  box-shadow: 0 20px 38px rgba(7, 19, 36, 0.28);
}

.press-card h3 {
  color: #ffde89;
  margin-bottom: 14px;
}

.press-card p,
.press-card li,
.press-card span {
  color: rgba(229, 237, 255, 0.85);
}

.press-contact-list,
.press-resource-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 10px;
}

.press-contact-list a {
  color: #ffde89;
}

.press-contact-list a:hover {
  color: #ffd262;
}

.press-note {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.press-newsletter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.press-newsletter input {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(47, 123, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.press-newsletter button {
  align-self: flex-start;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f7bff 0%, #ffde89 100%);
  color: #0b1d3a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.press-newsletter button:hover {
  filter: brightness(1.05);
}

.career-openings {
  display: grid;
  gap: 24px;
}

.career-card {
  padding: 28px;
  border-radius: 18px;
  background: rgba(0, 18, 40, 0.82);
  border: 1px solid rgba(0, 123, 255, 0.25);
}

.career-card h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.career-card span.meta {
  display: block;
  color: #d4af37;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.career-card p {
  color: #bfbfbf;
  margin-bottom: 0;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contact-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  border: 1px solid rgba(0, 123, 255, 0.25);
}

.contact-card--highlight {
  text-align: center;
  padding: 36px 32px;
  box-shadow: 0 18px 34px rgba(7, 19, 36, 0.18);
}

.contact-info-group .contact-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-card--highlight ul {
  font-size: 1rem;
}

.contact-card h3 {
  color: #ffffff;
  margin-bottom: 16px;
}

.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bfbfbf;
  word-break: break-word;
}

.contact-card ul li + li {
  margin-top: 10px;
}

.contact-form-wrapper {
  padding: 32px;
  background: rgba(1, 9, 20, 0.85);
  border-radius: 20px;
  border: 1px solid rgba(0, 123, 255, 0.25);
}

.contact-form-wrapper label {
  color: #ffffff;
  margin-bottom: 6px;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper textarea {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: rgba(0, 17, 36, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 18px;
  padding: 26px;
  color: #bfbfbf;
}

.testimonial-card h4 {
  color: #ffffff;
  margin-bottom: 6px;
}

.testimonial-card span {
  display: block;
  color: #d4af37;
  margin-bottom: 14px;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-item {
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
}

.faq-item h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

.faq-item p {
  color: #bfbfbf;
  margin: 0;
}

@media (max-width: 767px) {
  .hero .cta-group,
  .cta-band .row,
  .page-hero .hero-copy {
    text-align: center;
  }

  .hero .cta-group {
    flex-direction: column;
    width: 100%;
  }

  .hero .cta-group a {
    width: 100%;
  }

  .service-list,
  .story-cards,
  .gallery-grid,
  .project-grid,
  .leadership-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .project-sidebar {
    gap: 20px;
  }

  .contact-grid {
    gap: 32px;
  }
}

/* === Light theme refinements === */
:root {
  --background-color: #f2f5fa;
  --default-color: #273042;
  --heading-color: #0b1d3a;
  --surface-color: #ffffff;
  --accent-color: #2f7bff;
  --contrast-color: #ffffff;
  --nav-color: #1c2a44;
  --nav-hover-color: #2f7bff;
  --nav-dropdown-background-color: rgba(255, 255, 255, 0.98);
  --nav-dropdown-color: #1c2a44;
  --nav-dropdown-hover-color: #2f7bff;
}

body {
  background-color: var(--background-color);
  color: var(--default-color);
}

.header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(31, 64, 117, 0.08);
  backdrop-filter: blur(14px);
}

.header .logo-img {
  height: 56px;
  margin-right: 12px;
  transform-origin: center;
  transform-style: preserve-3d;
  animation: logo-spin 8s linear infinite;
}

@keyframes logo-spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.hero .hero-copy p {
  color: rgba(255, 255, 255, 0.94);
}

.page-hero::before {
  display: none;
}

.values-grid {
  gap: 24px;
}

.value-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(47, 123, 255, 0.15);
  box-shadow: 0 6px 18px rgba(15, 37, 76, 0.08);
}

.value-card:hover {
  border-color: rgba(47, 123, 255, 0.35);
  box-shadow: 0 18px 35px rgba(15, 37, 76, 0.16);
}

.value-card h4 {
  color: var(--heading-color);
}

.value-card p {
  color: var(--default-color);
}

.section.light-background {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(233, 240, 255, 0.92));
}

.section.section-alt,
.mission-vision,
.section-spotlight {
  background: linear-gradient(135deg, rgba(20, 42, 74, 0.92), rgba(21, 52, 92, 0.88), rgba(34, 83, 136, 0.82));
}

.section-title h2,
.spotlight-intro h2,
.mission-card h3,
.story-card h3,
.project-card h3,
.news-item h3,
.career-card h3,
.contact-card h3,
.testimonial-card h4,
.faq-item h4 {
  color: var(--heading-color);
}

.section-title p,
.spotlight-intro p,
.mission-card p,
.story-card p,
.project-card .card-body,
.news-item p,
.career-card p,
.contact-card ul,
.testimonial-card p,
.faq-item p {
  color: rgba(229, 237, 255, 0.88);
}

.spotlight-intro .overline,
.mission-card h3,
.news-item span,
.career-card span.meta,
.leader-card span,
.testimonial-card span {
  color: var(--accent-color);
}

.company-card {
  background: linear-gradient(160deg, rgba(18, 35, 58, 0.92) 0%, rgba(24, 52, 91, 0.88) 60%, rgba(46, 109, 185, 0.78) 100%);
  border: 1px solid rgba(47, 123, 255, 0.28);
  box-shadow: 0 18px 36px rgba(10, 20, 40, 0.22);
}

.company-card h3 {
  color: #f5f8ff;
}

.company-card p {
  color: rgba(231, 238, 255, 0.9);
}

.company-card .stretched-link {
  color: #ffde89;
}

.company-card:hover {
  border-color: rgba(255, 222, 137, 0.65);
  box-shadow: 0 24px 44px rgba(10, 20, 40, 0.28);
}

.mission-card {
  background: rgba(14, 30, 56, 0.92);
  border: 1px solid rgba(47, 123, 255, 0.32);
  box-shadow: 0 18px 36px rgba(7, 19, 36, 0.25);
}

.values-banner {
  background: rgba(23, 45, 78, 0.88);
  box-shadow: 0 20px 46px rgba(7, 19, 36, 0.28);
}

.story-card,
.service-item,
.leader-card,
.project-card,
.news-item,
.career-card,
.contact-card,
.testimonial-card,
.faq-item {
  background: linear-gradient(155deg, rgba(18, 35, 58, 0.94), rgba(21, 52, 92, 0.92));
  border: 1px solid rgba(47, 123, 255, 0.28);
  box-shadow: 0 18px 40px rgba(7, 19, 36, 0.25);
}

.milestones {
  border-left: 2px solid rgba(47, 123, 255, 0.25);
}

.milestone::before {
  background: var(--accent-color);
}

.leader-card p {
  color: rgba(229, 237, 255, 0.9);
}

.gallery-grid img {
  border: 1px solid rgba(47, 123, 255, 0.35);
}

.cta-band {
  background: linear-gradient(135deg, rgba(24, 52, 92, 0.92), rgba(255, 214, 122, 0.88));
}


.footer {
  background: rgba(9, 13, 24, 0.96);
  border-top: 1px solid rgba(255, 222, 137, 0.2);
  color: rgba(223, 231, 255, 0.85);
  padding-top: 40px;
  padding-bottom: 32px;
}

.footer .footer-top {
  padding: 0;
}

.footer a {
  color: rgba(223, 231, 255, 0.78);
}

.footer a:hover {
  color: #ffde89;
}

.newsletter-input {
  border: 1px solid rgba(47, 123, 255, 0.32);
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.94), rgba(232, 239, 255, 0.88));
  box-shadow: 0 14px 26px rgba(23, 41, 78, 0.16);
}

.newsletter-input input {
  color: var(--default-color);
}

.newsletter-input button {
  background: linear-gradient(135deg, #2f7bff 0%, #ffde89 100%);
  color: #0b1d3a;
}

.newsletter-input button:hover {
  background: linear-gradient(135deg, #2464d6 0%, #ffd262 100%);
}

.map-section {
  background: #eef3ff;
}

.map-section iframe {
  filter: grayscale(5%) contrast(102%);
}

.contact-form-wrapper {
  background: linear-gradient(155deg, rgba(18, 35, 58, 0.94), rgba(21, 52, 92, 0.92));
  border: 1px solid rgba(47, 123, 255, 0.32);
  box-shadow: 0 24px 50px rgba(7, 19, 36, 0.3);
}

.contact-form-wrapper label {
  color: #ffde89;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper textarea {
  background: rgba(14, 30, 56, 0.85);
  border: 1px solid rgba(47, 123, 255, 0.32);
  color: rgba(229, 237, 255, 0.9);
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper textarea:focus {
  border-color: rgba(255, 222, 137, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(255, 222, 137, 0.18);
}

.contact-form-wrapper button {
  background: #ffde89;
  border: none;
}

.contact-form-wrapper button:hover {
  background: #ffd262;
}

.contact-map {
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  border: 1px solid rgba(0, 123, 255, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-map h3 {
  color: #ffffff;
  margin-bottom: 0;
}

.contact-map .ratio {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(7, 19, 36, 0.25);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.testimonial-card {
  color: var(--default-color);
}

.faq-item {
  color: var(--default-color);
}

.map-section + .footer {
  background: rgba(255, 255, 255, 0.95);
}
