/* ------------------------------
   BASE STYLES
--------------------------------*/
html {
  font-size: 16px; /* 1rem = 16px */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #0a2a52;
}

img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
   HEADER
--------------------------------*/
.header {
  background: #002b64;
  color: white;
}

.header-container {
  max-width: 75rem; /* 1200px */
  margin: auto;
  padding: 0.9375rem 1.25rem; /* 15px 20px */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 6.25rem; /* 100px */
}

.nav-links {
  display: flex;
  gap: 1.5625rem; /* 25px */
  list-style: none;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem; /* 16px */
}

/* MOBILE MENU BUTTON */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.75rem; /* 28px */
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #002b64;
  padding: 1.25rem; /* 20px */
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 0.625rem 0; /* 10px */
  font-size: 1rem;
}

.mobile-menu.open {
  display: flex;
}

.mobile-btn {
  display: block !important;
  margin-top: 0.9375rem; /* 15px */
  text-align: center;
  font-size: 1rem;
}

/* BUTTON */
.btn-primary {
  background: #1ea0ff;
  padding: 0.625rem 1rem; /* 10px 16px */
  border-radius: 0.25rem; /* 4px */
  color: white !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

/* ------------------------------
   HERO
--------------------------------*/
.hero {
  background: #002b64;
  text-align: center;
  padding: 0;
}

.hero-img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* ------------------------------
   INTRO
--------------------------------*/
.intro-section {
  background: #f5f5f5;
  padding: 3.75rem 1.25rem; /* 60px 20px */
}

.intro-container {
  max-width: 50rem; /* 800px */
  margin: auto;
  text-align: center;
}

.intro-container h2 {
  font-size: 2rem; /* 32px */
}

.intro-container p {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
}

/* ------------------------------
   TRUSTED
--------------------------------*/
.trusted {
  background: #0182ff;
  color: white;
  font-weight: bold;
  padding: 3.75rem 1.25rem; /* 60px 20px */
  text-align: center;
}

.icon-row {
  display: flex;
  justify-content: center;
  gap: 2.5rem; /* 40px */
  flex-wrap: wrap;
  margin-top: 2.5rem; /* 40px */
}

.icon-card {
  text-align: center;
  background: rgb(222, 216, 216); /* subtle background */
  padding: 1rem;
  color: #0a2a52;
  /* border-radius: 0.5rem; slightly rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* soft shadow */
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 4.375rem; /* 70px */
  height: 4.375rem;
  background: #0a2a52;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem; /* 30px */
  margin: 0 auto 0.625rem; /* 10px */
}


/* ------------------------------
   SERVICES
--------------------------------*/
.services-section {
  background: #003a78;
  color: white;
  padding: 3.75rem 1.25rem; /* 60px 20px */
}

.services-container {
  max-width: 68.75rem; /* 1100px */
  margin: auto;
  display: grid;
  gap: 2.5rem; /* 40px */
  grid-template-columns: 1fr 1fr 18.75rem; /* 300px */
}

.services-left p {
  line-height: 1.5rem; /* 24px */
  font-size: 1rem;
}

.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.875rem; /* 12px 30px */
  font-weight: 600;
  font-size: 1rem;
  align-content: start;
}

.services-list div {
  margin-bottom: 0.5rem; /* 8px */
}

/* ------------------------------
   STATS
--------------------------------*/
.stats-section {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.stat {
  flex: 1;
  padding: 3.75rem 1.25rem; /* 60px 20px */
  font-size: 1.625rem; /* 26px */
  font-weight: bold;
}

.stat-blue {
  background-color: #0182ff;
  color: white;
}

.stat-light {
  background-color: #f5f5f5;
  color: #0a2a52;
}

.stat-dark {
  background-color: #002b64;
  color: white;
}
/* ------------------------------
   FOOTER
--------------------------------*/
.footer {
  background: #002b64;
  color: white;
  padding: 3.75rem 1.25rem; /* 60px 20px */
}

.footer-container {
  max-width: 68.75rem; /* 1100px */
  margin: auto;
  display: grid;
  grid-template-columns: 21.875rem 1fr; /* 350px */
  gap: 3.125rem; /* 50px */
  align-items: start;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-left .logo {
  width: 9.375rem; /* 150px */
  margin-bottom: 1.25rem; /* 20px */
}

.footer-img {
  width: 100%;
  max-width: 18.75rem; /* 300px */
  border: 0.3125rem solid #0182ff; /* 5px */
  margin-bottom: 1.25rem; /* 20px */
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 1.3rem; /* 16px */
  display: block;
  margin-bottom: 0.625rem; /* 10px */
}

.footer-right p {
  margin-top: 1.875rem; /* 30px */
  opacity: 0.8;
}
/* ------------------------------
   RESPONSIVE BREAKPOINTS
--------------------------------*/
@media (max-width: 900px) {
  .services-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .services-img {
    margin: auto;
  }
}

@media (max-width: 700px) {
  .nav-links,
  .btn-primary {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .intro-container h2 {
    font-size: 1.625rem; /* 26px */
  }

  .services-container {
    grid-template-columns: 1fr;
  }

  .stats-section {
    flex-direction: column;
  }

  .services-list {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .footer-left {
    align-items: center;
  }

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

  .footer-img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #f5f5f5;
  margin: 5% auto;
  padding: 1.25rem;
  border-radius: 0.25rem;
  width: 90%;
  max-width: 600px;
  height: 70%;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
}

.close-btn {
  color: #333;
  float: right;
  font-size: 2rem;
  cursor: pointer;
}

.tcIndent {
    padding-left: 10px;
}