*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    min-height: 100dvh;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.navbar 
{
    background-color: white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.navbar .logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    gap: 12px;
}

.logo img {
    width: 58px;
    height: auto;
    max-height: 58px;
}

.logo span 
{
    color: #0080b8;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.navbar .nav-links,
.navbar .nav-links-mobile {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.nav-links li,
.nav-links-mobile li {
    height: 50px;
}

.nav-links li a,
.nav-links-mobile li a {
    display: flex;
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    align-items: center;
    color: black;
    /*
    font-size: 1rem;
    line-height: 50px;
    */
}
nav a:hover
{
    color:black;
    transition: 0.3s ease-in-out;
    background-color: #1285b6;
    border-radius: 35px 0 0 0;
}

/* Hamburger menu button */
.hamburger 
{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span 
{
    width: 28px;
    height: 3px;
    background-color: #0080b8;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s ease;
}

.nav-links-mobile
{
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.544);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: right 0.3s ease;
}

.nav-links-mobile.active
{
    right: 0;
}

.nav-links-mobile li
{
    
    width: 100%;
    
}
.nav-links-mobile a
{
    width: 100%;

    
}

/* ── ABOUT SECTION ── */
  #about 
  {
    background-color: #F5F5F0;
    padding: 96px 80px 80px;
  }
 
  .about-grid 
  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1280px;
    margin: 0 auto;
  }
  /* LEFT COLUMN */
  .about-left {}
 
  .about-tag 
  {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0080b8;
    margin-bottom: 16px;
  }
 
  .about-title 
  {
    font-family: 'Merriweather', Georgia, serif;
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 32px;
  }
 
  .about-title .gold 
  {
    color: #0080b8;
    font-style: italic;
  }
 
  .about-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--text-body);
    margin-bottom: 20px;
  }
 
  /* Mission / Vision Cards */
  .mv-grid 
  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
  }
 
  .mv-card 
  {
    background-color: white;
    border: 1px solid #0080b8;
    border-radius: 8px;
    padding: 28px 24px;
    transition: box-shadow 0.2s;
  }
 
  .mv-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
 
  .mv-label 
  {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0080b8;
    margin-bottom: 12px;
  }
 
  .mv-text {
    font-size: 15px;
    line-height: 1.75;
    color: #4a5568;
    font-weight: 400;
  }
  
  /* RIGHT COLUMN — Core Values */
  .about-right {}
 
  .values-title 
  {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 24px;
  }
 
  .values-list 
  {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
 
  .value-card 
  {
    background: #ffffff;
    border: 1px solid #0080b8;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: box-shadow 0.2s, transform 0.2s;
  }
 
  .value-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateX(4px);
  }
 
  .value-icon 
  {
    width: 48px;
    height: 48px;
    background: #053144;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .value-icon svg 
  {
    width: 22px;
    height: 22px;
    stroke: #F5F5F0;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .value-text-wrap {}
 
  .value-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 3px;
  }
 
  .value-desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
  }

  /* ── STATS STRIP ── */
  #stats 
  {
    background: #053144;
    padding: 72px 80px;
  }
 
  .stats-grid 
  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
  }
 
  .stat-item 
  {
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.2s;
  }
 
  .stat-item:last-child { border-right: none; }
  .stat-item:hover { transform: translateY(-4px); }
 
  .stat-num 
  {
    font-family: 'Merriweather', serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 900;
    color: #0199da;
    line-height: 1;
    margin-bottom: 12px;
  }
 
  .stat-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.829);
  }

  
 
  
  /* ── RESPONSIVE ── */
  @media (max-width: 960px) 
  {
    #about { padding: 72px 32px; }
    .about-grid { grid-template-columns: 1fr; gap: 56px; }
    #stats { padding: 56px 32px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .stat-item { border-right: none; }
  }
 
  @media (max-width: 520px) 
  {
    .mv-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat-num { font-size: 40px; }
  }
 
  
 
  


/* Responsive styles */
@media (max-width: 768px) 
{
    .nav-links {
        display: none;
    }
    .hamburger {
        display: flex;
    }
}


/* Show hamburger on mobile */
@media (max-width: 900px) 
{
    .hamburger {
        display: flex;
    }
    .navbar .nav-links {
        display: none;
    }
}

/* Desktop only */
@media (min-width: 901px) 
{
    .hamburger {
        display: none;
    }
    .navbar .nav-links-mobile {
        display: none;
    }
}
