
      /* RESET */
      @font-face {
    font-family: 'SportsWorld';
    src: url('Sports World-Regular.ttf') format('truetype');
   }
    @font-face {
        letter-spacing: 3px;
    font-family: 'RetroFloral';
    src: url('Retro Floral.ttf') format('truetype');
   }
      *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
       
      }

      /* Chrome, Edge, Safari */
      body::-webkit-scrollbar {
          
        width: 0px;
        background: transparent;
      }

      /* Firefox */
      html {
  font-size: calc(0.15vw + 0.15vh + 10px);  
        scrollbar-width: none;
         font-family: Arial, sans-serif;
      }

      /* Internet Explorer / old Edge */
      body {
             
 overflow-x: clip;
        -ms-overflow-style: none;

      }

      /* SPLASH SCREEN */
      #splash {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1a3d2b ;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        animation:
          disapear 0.25s ease forwards 0.75s;
      }

      #logo {
        font-size: 1rem;
        font-weight: bold;
        animation: breathe 0.5s ease-in-out;
      }
      

      @keyframes disapear {
        to {
          top:-100%;
        }
      }

      @keyframes breathe {
        0% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.15);
        }
        100% {
          transform: scale(1);
        }
      }

      /* HERO / SLIDESHOW */
      #hero {
        position: relative;
        width: 100%;
        height: 100vh;
          overflow: hidden;
      }

      .slides {
        display: flex;
        width: 300%;
        height: 100%;
        transition: transform 0.8s ease;
      }

      .slide {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
      }

      /* DARK TINT */
      .slide::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
      }

      /* TEXT */
      .hero-text {
          pointer-events:none;
        font-family: "SportsWorld";
        mix-blend-mode: exclusion;
        position: absolute;
        z-index: 2;
        color: rgb(255,120,70);
        font-size: calc(4vw + 16px);
        text-align: center;
        top: 50%;
        left: 50%;
        opacity: 0.5;
        transform: translate(-50%, -50%);
      }
       .hero-text.top {
        mix-blend-mode: normal;
        z-index: 3;

        opacity: 0.5;

      }

      /* NAV BUTTONS */
      .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 2.5rem;
        padding: 10px 18px;
        cursor: pointer;
      }

      #prev {
        left: 20px;
      }
      #next {
        right: 20px;
      }

      .nav-btn:hover {
        background: rgba(0,0,0 0.8);
      }
      .navbar {
        position: sticky;
        top: 0;
        transition: all 0.3s ease;
        width: 100%;
        height: 70px;
        background:#1a3d2b ;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        z-index: 100;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      }


.navbar.shrink {
  padding: 0 30px;

  height:60px ;
}

.logo {
  height: 50px;
  transition: all 0.3s ease;
}


      /* LEFT */
      .logo {
        height: 40px;
      }

      /* CENTER */
      .nav-center {
          
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
      }

      .nav-link {
        text-decoration: none;
        color: black;
        font-weight: 500;
        font-size: 1.2rem;
      }

      /* RIGHT */
      .nav-right {
        position: relative;
      }

      .menu-btn {
        background: none;
        border: none;
        color:rgb(255,120,70);
        font-size: 28px;
        cursor: pointer;
      }

      /* DROPDOWN */
      .dropdown {
          background: #1a3d2b;
        position: absolute;
        right: 0;
        top: 60px;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        display: none;
        flex-direction: column;
        min-width: 160px;
        overflow: hidden;
      }

      .dropdown a {
          
        padding: 12px 16px;
        text-decoration: none;
        color: white;
        white-space: nowrap;
      }

      .dropdown a:hover {
        background: rgb(30, 70, 50);
      }

      /* MOBILE */

      .intro {
        padding: 100px 20px ;
        background:rgb(26, 61, 43);
        display: flex;
        justify-content: center;
        color:rgb(255,120,70);
        
      }

      .intro-content {
        max-width: 800px;
        text-align: center;
      }
       .leader-grid a div {
           height: 100%;
       }
      .intro h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
        font-family: "SportsWorld";
        letter-spacing: 0.1rem;
         font-weight: bold;
      }

      .intro p {
        font-size: 1.2rem;
        line-height: 1.7;
        color:rgb(255,120,70);
        margin-bottom: 16px;
      }
      .leaders {
        padding: 100px 20px 30px;
        background: rgb(40, 80, 50);
        color:rgb(255,120,70);
        text-align: center;
        
      }

      .leaders h2 {
        font-size: 2.5rem;
        margin-bottom: 50px;
        font-family: SportsWorld;
       letter-spacing: 0.1rem;
      }

      .leader-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 30px;
        max-width: 1000px;
        margin: 0 auto;
      }
@media (max-width: 510px) {
  .secratary {
    display: grid;
    grid-template-areas:
      "b"
      "a";
  }

  .secratary .a { grid-area: a; }
  .secratary .b { grid-area: b; }
}

@media (min-width: 510px) {
  .secratary {
    grid-template-areas: "a b";
  }
}

@media (max-width: 750px) {
.hero-text {
    font-size: 10vw;
    width:100vw;
}
.nav-btn{
    display: none;
}
}
      .leader-card {

        border-radius: 16px;
        padding: 30px 20px;
        transition:
          transform 0.3s ease,
          box-shadow 0.3s ease;
          background: rgb(26, 61, 43)
  


      }
.leader-grid a , .role-cards a {
  text-decoration: none;
  color: inherit;
}
      .leader-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      }

      .leader-card img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
      }

      .leader-card h3 {
        font-size: 1.5rem;
        margin-bottom: 6px;
      }

      .leader-card span {
        color: #666;
        font-size: 1.2rem;
      }
    .site-footer {position: relative;
            z-index: 3;
  background: rgb(36, 61, 53);
  border-top: 1px solid rgb(26, 61, 43);
  padding: 40px 40px;
  color:rgb(255,120,70); margin-top: auto;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.footer-logo {
  height: 50px;
}

.footer-top h2 {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.footer-main {

  display: flex;
  margin-bottom: 25px;
  
}

.footer-left {
  width: 25%;
  margin-right:5%;
  font-size: 0.9rem;
   color: #777;
     word-wrap: break-word; 
}

.footer-right {
  width: 70%;
}

.footer-right h1 {
  font-size: 1.6rem;
  font-weight: 500;
}

.footer-motto {
  text-align: center;
  font-style: italic;
  margin: 30px 0;
  color:rgb(255,70,70);
   
  /*word-wrap: break-word;    */

}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: #777;
}
.role-section {
     display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 30px;
        max-width: 1000px;
        margin: 0 auto;
}

.role-cards {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.role-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.role-section + .role-section,
.leader-grid + .leader-grid,
 .leader-grid {
  border-bottom:  1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
    p a {
    text-decoration: none;color:rgb(255, 120, 70)
}
.finance-section {

   justify-content: center;

      background: rgb(40, 80, 50);
      width: 100%;
padding:auto;
            padding: 36px calc(50vw - min((80vw/2) , 600px)) 70px;
    }
 .finance-section h2{
                font-size: 2.5rem;
        margin-bottom: 50px;
        font-family: SportsWorld;
       letter-spacing: 0.1rem;
       color:rgb(255,120,70);
       width:100%;
       text-align: center;
    }
  .summary-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center; /* centers the orphan items */
}

.summary-grid > * {
  flex: 0 1 300px;   /* min width 200px, can grow */
  max-width: 100%;   /* prevents overflow */
}

    .summary-card {
      background: #1e3d2f;
      border-radius: 12px;
      padding: 18px 20px;
      border: 1px solid rgba(255,120,70,0.15);
    }

    .summary-card .label {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: rgba(255,120,70,0.8);
      margin-bottom: 8px;
    }

    .summary-card .value {
      font-size: 1.1rem;
      font-weight: 600;
      color: rgb(255,120,70);
    }

    .summary-card .sub {
      font-size: 0.95rem;
      font-weight: 600;
      color: rgba(255,120,70,0.7);
      margin-top: 4px;
    }
 .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: none; /* IMPORTANT: we control it manually */
  will-change: transform, opacity;
}
   