
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
  background: url('../images/cgs-bp-bkgrnd.jpeg') repeat;
  background-size: cover;
}

.logo-container {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4)),
              url('../images/flag-wave.png') center center / cover no-repeat;
  color: white;
  text-align: center;
  padding: 2rem;
}

.logo-img {
  max-width: 360px;
  height: auto;
  transition: transform 0.2s ease-in-out;
}

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

.navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  color: #ffffff !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #D50000 !important;
}

.navbar {
  background-color: transparent;
}

.sticky-top {
  z-index: 1030;
}

header.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.hero-section {
  position: relative;
  width: 100%;
  margin: 50;
  padding-bottom: 50px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: none;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.2rem;
  }

  .hero-logo {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}


.section-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #004568;
}

footer a:hover {
  color: #FFD700;
}

.custom-header {
  background: linear-gradient(135deg, #0A2342, #1C2E4A);
}

.footer-bg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url('../images/bluestarflag.jpg') center center / cover no-repeat;
  color: #ffffff;
}

.footer-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bg a:hover {
  color: #FFD700;
}

.social-icons a {
  display: inline-block;
  margin: 0 0.5rem;
}

.social-icon {
  width: 32px;
  height: 32px;
  filter: brightness(100%);
  transition: filter 0.3s ease;
}

.social-icon:hover {
  filter: brightness(1.5) sepia(1) hue-rotate(20deg) saturate(5);
}

.container.my-5:first-of-type {
  margin-top: 0 !important;
  padding-top: 1rem;
}

section.container:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Responsive: Mobile */
@media (max-width: 575.98px) {
  .logo-container .lead {
    display: none;
  }

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

/* Responsive: Tablet */
@media (min-width: 576px) and (max-width: 991.98px) {
  header.custom-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .logo-container {
    padding: 1rem 0;
  }

  .logo-img {
    max-width: 260px;
  }

  .logo-container .lead {
    font-size: 0.95rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .navbar {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .navbar-nav .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.95rem;
  }

  .hero-section {
    min-height: 320px;
    padding: 1rem 0;
    background-position: center top;
  }

  .hero-text {
    font-size: 1.1rem;
  }

  .map-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .map-section .section-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .map-section p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .footer-bg {
    padding: 1.25rem 0;
  }

  .footer-bg p,
  .footer-bg a {
    font-size: 0.9rem;
  }

  .social-icon {
    width: 28px;
    height: 28px;
  }
}

/* Responsive: Mobile */
@media (max-width: 767.98px) {
  header.custom-header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .logo-container {
    padding: 0.75rem 0 !important;
  }

  .logo-container .lead {
    font-size: 0.85rem;
    margin: 0.25rem 0;
  }

  .navbar {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .navbar-nav .nav-link {
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
    text-align: center;
  }

  header.shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  .hero-section {
    height: auto;
    min-height: 240px;
    padding: 0.5rem 0 !important;
    background-position: center top;
    margin-bottom: 1rem;
  }

  .hero-content {
    top: 6%;
    padding: 0 1rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .map-section {
    padding-top: 0.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .map-section .section-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .map-section p {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
  }

  .footer-bg {
    padding: 1rem 0 !important;
    background-size: cover;
    background-position: center;
  }

  .footer-bg p,
  .footer-bg a {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.3rem;
  }

  .social-icons {
    margin-top: 0.5rem;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }
}

/* Padding/margin around the entire row */
.section-features {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Optional: add spacing below images */
.section-features img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

/* Optional: center text in small screens */
@media (max-width: 768px) {
  .section-features {
    text-align: center;
  }
}
