
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

body {
  background: #ffffff;
  color: #0f172a;
  line-height: 1.6;
}


.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(8px);
}

.nav-container {
  max-width: 1300px;
  margin: auto;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.nav-links {
  display: flex;
}

.nav-links a {
  color: #e5e7eb;
  margin: 0 14px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #60a5fa;
}


.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  height: 3px;
  width: 25px;
  background: #ffffff;
  margin: 4px 0;
  transition: 0.4s;
}


.hero {
  background-image:
    linear-gradient(135deg, rgba(15,23,42,0.92), rgba(30,58,138,0.82)),
    url("https://images.unsplash.com/photo-1555949963-aa79dcee981c");
  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 1300px;
  margin: auto;
  padding: 180px 30px 100px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.hero-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #93c5fd;
  background: white;
}

.hero-social {
  margin-top: 18px;
  display: flex;
  gap: 16px;
}

.hero-social a {
  width: 44px;
  height: 44px;
  background: #e0e7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  transition: 0.3s;
}

.hero-social a:hover {
  background: #2563eb;
  color: white;
  transform: translateY(-3px);
}

.hero-text h1 {
  font-size: 56px;
  color: white;
}

.hero-text h2 {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.7;
  color: #e2e8f0;
}


.section {
  padding: 75px 30px;
}

.section.light {
  background: #f1f5f9;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.center {
  text-align: center;
}

.section-title {
  font-size: 30px;
  color: #1e3a8a;
  margin-bottom: 30px;
}


.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}


.logo-marquee {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  gap: 60px;
  animation: scroll 25s linear infinite;
}

.logo-track img {
  width: 160px;
  object-fit: contain;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.membership-logos {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.membership-logos img {
  width: 140px;
  opacity: 0.85;
  transition: 0.3s ease;
}

.membership-logos img:hover {
  opacity: 1;
  transform: scale(1.08);
}


.footer {
  background: #0f172a;
  color: white;
  text-align: center;
  padding: 20px;
}


@media (max-width: 900px) {

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #0f172a;
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 20px 0;
  }

  .nav-links a {
    margin: 14px 0;
  }

  .nav-links.active {
    display: flex;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 150px 20px 80px;
  }

  .hero-text h1 {
    font-size: 38px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .logo-track img {
    width: 120px;
  }

  .membership-logos img {
    width: 110px;
  }
}



:root {
  --navy-dark: #0f172a;
  --navy: #1e3a8a;
  --accent: #60a5fa;
  --bg: #ffffff;
}

footer, .footer {
  background: #0f172a !important;
  color: white !important;
  text-align: center !important;
  padding: 20px !important;
  font-size: 16px !important;
}

.navbar {
  background: rgba(15, 23, 42, 0.95) !important;
}

.nav-links a:hover,
.nav-links a.active {
  color: #60a5fa !important;
}


@media (min-width: 901px) {
  .nav-container, .navbar-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 18px 30px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
    min-height: 70px !important;
  }
}


/* Latest News Button - Professional & Subtle */
.news-btn-glow {
  display: inline-block;
  padding: 10px 20px;
  background: #3b82f6;
  color: #ffffff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.1);
  transition: all 0.3s ease;
  animation: subtle-pulse 3s infinite alternate;
}

.news-btn-glow:hover {
  background: #60a5fa;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.news-btn-glow:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
}

@keyframes subtle-pulse {
  0% {
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
  }
  100% {
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.4);
  }
}
