*{margin: 0;  padding: 0;text-decoration: none;box-sizing: border-box;list-style: none;} body,html{overflow-x: hidden; overflow-y: scroll; background: var(--bg); color: var(--text); font-family: candara;}

:root {
  --bg:        #0b0c0e;
  --surface:   #111316;
  --card:      #161820;
  --border:    #222530;
  --accent:    #e8c840;
  --accent2:   #ff4d4d;
  --muted:     #5a5f72;
  --text:      #e8eaf2;
  --subtext:   #9095a8;
  --tag-bg:    #1c1f2a;
}








nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgb(0, 29, 158); 
  z-index: 9999; 
  box-sizing: border-box;
}


.brand-name{
  display: flex;
  gap: 0;
  top: 10px;
  color: white;
  position: absolute; 
  white-space: nowrap;
  margin-right: auto;
}

.brand-name svg{ font-size: 2rem; flex-shrink: 0;  margin-right: -15px;}



.mid-brand-name{
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 600;
  color: gold;
  font-size: 3rem;
  line-height: 1;
  margin-top: 4px; 
}


.last-brand-name{
  font-family: monospace;
  font-weight:1000;
  font-size: 3rem;
  align-items: center;
  color: white; 
  margin-left: -2px;
}


nav ul{
  float: right;
  margin-right: 25px;  
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
 
}

nav ul li a{
  position: relative;
  color: white;
  font-size: 15px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bolder;
}

nav ul li a:hover{
  color: yellow;
}

nav ul li a::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s linear;
}


nav ul li a:hover::before{
  transform: scaleX(1);
  transform-origin: left;
}

label #btn,
label #cancel{
  color: rgb(255, 255, 255);
  font-size: 30px;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check{
  display: none;
}

.progress-container{
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background:rgba(0,0,0,0.08);
  z-index: 1;
 
}

.progress-bar{
  height: 100%;
  width: 0%;
  background:red;
  transition:width 0.1s ease;
   box-shadow:0 0 10px rgba(0,87,255,0.5);

}


@media (max-width: 1024px) {
  
  nav .brand-name{
   left: unset;
    top: 15px;
     
  }

  nav ul{
    float: right;
    margin-right: 10px;
  }

  nav ul li {
    margin: 0 8px;
  }

  nav ul li a{
      font-size: 10px;
  }
  
}

@media  (max-width: 680px) {
  label #btn{
      display: block;
  }

  .topbar-men ul{
   position: fixed ;
    width: 100%;
    height: 100vh;
    background: rgb(0, 29, 158);
    top: 80px;
    left: -100%;
    text-align: left;
    transition: all .5s;
    z-index: 3;
  }

  nav ul li{
      
      display: block;
      margin: 50px 50px 50px;
      line-height: 30px;
  }

  nav ul li a{
      font-size: 18px;

  }

  #check:checked ~ ul{
      left: 0;
  }

  #check:checked ~  label #btn{
      display: none;
  }

  #check:checked ~ label #cancel{
      display: block;
      
  }
  

}






/* DARK MODE BUTTON!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* ── Dark mode overrides ── */
    body.dark-mode {
      background-color: #121212;
      color: lightgray;
    }
    
    body.dark-mode nav ul li a {
      color:grey;
    }
    body.dark-mode .webpage-header a {
      color: #b0aeff;
    }
    body.dark-mode .google-btn{background-color: #111110;}  body.dark-mode .google-btn__icon{background-color: #111110;}

    body.dark-mode .google-btn__text{color: grey;}


    body.dark-mode h1{
      color: grey;
    }
    body.dark-mode h2{
      color: green;
    }

    body.dark-mode p{
      color:lightgrey;
    }

    body.dark-mode .deck {
      color: #b0aea6;
      border-left-color: #7F77DD;
    }
    body.dark-mode .ads-for-web {
      background-color: rgba(255,255,255,0.08);
    }
    body.dark-mode .recommended-story {
      background-color: #252523;
      border-color: rgba(255,255,255,0.08);
    }
    body.dark-mode .recommended-story a {
      color: #c8c6be;
    }
    body.dark-mode footer {
      background-color: #111110;
      color: #c8c6be;
    }
    body.dark-mode footer a {
      color: #b0aeff;
    }
    body.dark-mode .article-body-for-web {
      background-color: #1c1c1a;
    }
    
    body.dark-mode .highlight-box {
      background-color: #252523;
      border-color: #534AB7;
    }
    body.dark-mode .key-point {
      background-color: #252523;
    }
    body.dark-mode .web-stories {
      background-color: #11111010;
    }
    body.dark-mode .related {background-color: rgba(255,255,255,0.1); } 
    body.dark-mode .related a {color: #888782;}

    body.dark-mode .read-more{background-color: #252523}  body.dark-mode .read-more a{ color: #c8c6be;}
    

    
    body.dark-mode .details,
    body.dark-mode .imgadd {
      color: #888782;
    }

    body.dark-mode #ihf-wa-popup { background: #0a0c07; }
    body.dark-mode #ihf-wa-popup::before {
      background: radial-gradient(circle, rgba(37,211,102,0.10) 0%, transparent 70%);
    }

    /* ── Dark mode toggle button ── */
    .dark-toggle-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
     
    }
    .dark-toggle-label {
      font-size: 15px;
      color: inherit;
      opacity: 0.6;
      transition: opacity 0.3s;
      white-space: nowrap;
      color: white;
      font-weight: bold;
      
      margin: 5px 10px;
    }
    .dark-toggle-label.active {
      opacity: 1;
      font-weight: bold;
    }
    .dark-toggle-track {
      position: relative;
      width: 48px;
      height: 26px;
      border-radius: 100px;
      background: #d0cfc6;
      border: none;
      cursor: pointer;
      padding: 0;
      outline: none;
      transition: background 0.35s;
      flex-shrink: 0;
    }
    .dark-toggle-track:focus-visible {
      box-shadow: 0 0 0 3px rgba(83,74,183,0.4);
    }
    body.dark-mode .dark-toggle-track {
      background: #534AB7;
    }
    .dark-toggle-thumb {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
    }
    body.dark-mode .dark-toggle-thumb {
      transform: translateX(22px);
    }
    .toggle-icon-sun,
    .toggle-icon-moon {
      position: absolute;
      transition: opacity 0.2s, transform 0.2s;
      color: #888;
      line-height: 1;
    }
    .toggle-icon-sun  { opacity: 1;  transform: scale(1);   }
    .toggle-icon-moon { opacity: 0;  transform: scale(0.6); }
    body.dark-mode .toggle-icon-sun  { opacity: 0;  transform: scale(0.6); }
    body.dark-mode .toggle-icon-moon { opacity: 1;  transform: scale(1); color: #7F77DD; 
  }

  /* START HERE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1 */

  /* ── HERO ── */
    .hero {
      position: relative;
      padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem) clamp(2rem, 5vw, 3.5rem);
      border-bottom: 1px solid var(--border);
      overflow: hidden;
    }
 
    .hero-bg-text {
      position: absolute;
      top: -10px;
      right: -20px;
      font-family: 'Playfair Display', serif;
      font-size: clamp(6rem, 18vw, 18rem);
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px rgba(232,200,64,.07);
      line-height: 1;
      pointer-events: none;
      user-select: none;
      white-space: nowrap;
    }
 
    .hero-label {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      font-family: 'DM Mono', monospace;
      font-size: .72rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 1.2rem;
    }
 
    .hero-label::before {
      content: '';
      display: block;
      width: 28px;
      height: 2px;
      background: var(--accent);
    }
 
    .hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 6vw, 5rem);
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: -.03em;
      max-width: 640px;
    }
 
    .hero h1 em {
      font-style: italic;
      color: var(--accent);
    }
 
    .hero-desc {
      margin-top: 1.5rem;
      max-width: 560px;
      color: var(--subtext);
      font-size: 1rem;
      line-height: 1.75;
    }
 
    .hero-stats {
      display: flex;
      gap: 2.5rem;
      margin-top: 2.5rem;
      flex-wrap: wrap;
    }
 
    .stat {
      display: flex;
      flex-direction: column;
      gap: .2rem;
    }
 
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      font-weight: 700;
      color: var(--text);
      line-height: 1;
    }
 
    .stat-label {
      font-size: .73rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--muted);
    }
 
    .hero-divider {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, var(--accent) 0%, transparent 60%);
      margin-top: 3rem;
      opacity: .35;
}

.leadership {margin-bottom: 6rem;}
        
.leadership .team-grid { grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); }

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
        
.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
        
.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: red;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}
        
.team-card {
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #222;
}
        
.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  border-color: var(--primary);
}
        
.team-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
        
.team-card:hover img {
  transform: scale(1.05);
}
        
.card-content {
  padding: 1.8rem;
}
        
.role {
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
        
.name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: white;
}
        
.bio {
  color: #bbb;
  margin-bottom: 1.5rem;
  font-size: 1.02rem;
}
        
.expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}
        
.tag {
  background: #1f1f1f;
  color: #aaa;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}
        
.social-links {
  display: flex;
  gap: 1rem;
}
        
.social-links a {
  color: #888;
  font-size: 1.4rem;
transition: all 0.3s;
}
        
.social-links a:hover {
  color: var(--primary);
  transform: translateY(-3px);
}

.standards {
      padding: 3rem clamp(1rem, 5vw, 4rem);
      background: var(--surface);
      border-bottom: 1px solid var(--border);
    }
 
    .standards-inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
    }
 
    .standard-item { display: flex; flex-direction: column; gap: .5rem; }
 
    .standard-icon {
      font-size: 1.4rem;
      line-height: 1;
      margin-bottom: .3rem;
    }
 
    .standard-title {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-weight: 700;
    }
 
    .standard-desc {
      font-size: .78rem;
      color: var(--subtext);
      line-height: 1.65;
    }
 
    /* ── FOOTER STRIP ── */
    .footer-strip {
      padding: 1.4rem clamp(1rem, 5vw, 4rem);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .team-card img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .team-card:hover img {
            transform: scale(1.05);
        }
        
        .card-content {
            padding: 1.8rem;
        }






 

  


/* NEW CTA BOX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */




  .section-for-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #121212;
    bottom: 0;
    min-height: 100vh; 
   
  }

  .section-for-footer p{
    color: grey;
  }

  .footer-brand-name{
    display: flex;
    gap: 0;
    white-space: nowrap;
    margin-right: auto; 
  }

  .footer-brand-name .mid-brand-name{
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: 600;
    color: gold;
    font-size: 3rem;
    line-height: 1;
    margin-top: 10px; 
  }

  .footer-brand-name svg{ font-size: 2rem; flex-shrink: 0;  margin-right: -12px;}

  .first-content-footer{
    width: 40%;
    margin: 20px;
  }


 .second-content-footer{
  width: 60%;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
 } 

 .second-content-sub-one{
    padding-right:200px;

 }

 .second-content-sub-one ul li a{
  line-height: 40px;
  color: grey;
  margin: 0 5px;
  transition: all 0.3s ease;
  white-space:nowrap;
  
 }



 .second-content-sub-one i{
  margin-right: 5px;
 }

 .second-content-sub-one ul li a:hover{
  color:rgb(0, 140, 255); transform: translateY(-3px);
 }


 
 .footer-more{
  margin: 0;
  color: white;
  flex-direction: column;
  font-weight: bold;
 }

 .footer-more::after{
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, lightblue, rgb(0, 140, 255), purple);
  margin-top: 5px;

 }
 .before-section{
  content: '';
  position: absolute;
  width: 98%;
 
  height: 2px;
  background: linear-gradient(to right, #22d3ee, #a855f7);
 }


 .last-footer-section{
  display: flex;
  flex-direction: row;
  background-color: #121212;
 
 }

 .footer-socials{
  margin: 20px;
  
 }

 .footer-socials  i {
  margin-right: 30px;
  font-size: 1.3rem;
  color: grey;
  transition: all 0.3s ease;
  
 } .footer-socials i:hover{color: white; transform: translateY(-3px);}



 .rights-reserved{
  display:flex;
  gap: 10px;
  margin: 20px;
  font-size: 1rem;
  justify-content: center;
  margin-left:350px ;
  color: #BAC4C8;
 }

 .rights-reserved a{
  color:#BAC4C8 ;
  text-decoration: underline;
  font-weight: bold;
 }

 

 .footer-links{
  display: flex;
  text-align: center;
  gap: 20px;
  margin: 20px;
  margin-left: auto;
 }

 .footer-links a{
  color: #BAC4C8; transition: all 0.3s ease;
 }

 .footer-links a:hover{color: white; }




 

 


 


@media(max-width:680px){

 
  body.dark-mode nav ul {
    background-color: black;
  }

  .hero { padding: 3rem 1rem 2rem; }
    .page-body { padding: 2rem 1rem 4rem; }
    nav { padding: 0 1rem; }

 

  .footer-line p{
    width: 100%;
    color: rgb(255, 255, 255);
  font-size: 0.7rem;
  font-weight: bolder;
  text-align: center;
  }
  .section-for-footer{ 
    flex-direction: column;
  }

  .first-content-footer{
    width: fit-content;
  }

  .second-content-footer{
    width: 100%;margin:20px; flex-direction: column;
  }
  .second-content-sub-one{margin-bottom: 30px;}

  .last-footer-section{display: flex; flex-direction: column;}

  .footer-socials{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rights-reserved{
   margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 10px  ;
    gap: 20px;
    white-space: nowrap;
   
  }
  
}

@media(max-width:480px){

  .rights-reserved{
   margin: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: small;
  }

  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 10px  ;
    gap: 20px;
    white-space: nowrap;
    font-size: small;
   
  }

}


