.hero-block {
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
        max-width: 550px;
        text-align: left;
        z-index: 5;
    }
    .hero-title {
        font-size: clamp(1.6rem, 3vw, 3rem); 
        font-weight: 700;
        color: #0A1A44; 
        line-height: 1.3;
        margin-bottom: 18px;
    }
    
   
  
  .hero-subtitle {
      font-size: clamp(1rem, 1.4vw, 1.2rem);
      color: #3c3c3c; 
      margin-bottom: 25px;
      line-height: 1.55;
      font-weight: 500; 
  }
    .hero-btn {
        padding: 12px 28px;
        font-size: 1.05rem;
        border-radius: 6px;
    }
    
    .hero-slideshow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }
    .hero-slideshow img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: none; 
        opacity: 0;
        animation: fadeSlide 25s infinite;
    }
    .hero-slideshow::after {
      content: "";
      position: absolute;
      inset: 0;
      background: transparent;
      z-index: 1;
  }
    .hero-slideshow img:nth-child(1) { animation-delay: 0s; }
    .hero-slideshow img:nth-child(2) { animation-delay: 5s; }
    .hero-slideshow img:nth-child(3) { animation-delay: 10s; }
    .hero-slideshow img:nth-child(4) { animation-delay: 15s; }
    .hero-slideshow img:nth-child(5) { animation-delay: 20s; }
    @keyframes fadeSlide {
        0% { opacity: 0; }
        10% { opacity: 1; }
        30% { opacity: 1; }
        40% { opacity: 0; }
        100% { opacity: 0; }
    }
    .hero-slideshow img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: blur(2px) brightness(0.7); 
      opacity: 0;
      animation: fadeSlide 25s infinite;
      transition: opacity 1s ease-in-out;
  }
  
  .hero-slideshow::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.4); 
      z-index: 1;
      transition: opacity 1s ease-in-out; 
  }
  @keyframes fadeSlide {
      0% { opacity: 0; }
      10% { opacity: 1; }
      30% { opacity: 1; }
      40% { opacity: 0; }
      100% { opacity: 0; }
  }
    
    .carousel-caption,
    .hero-title,
    .hero-subtitle,
    .hero-btn {
        position: relative;
        z-index: 5 !important;
    }
    
    .carousel-item {
        height: 100vh;
        position: relative;
    }
    .carousel-item .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
        padding-top: 70px; 
    }
    .carousel-caption {
        z-index: 10 !important;
        position: relative;
    }
    @media (max-width: 768px) {
        .hero-block {
            left: 5%;
            top: 55%;
            max-width: 90%;
        }
    
        .hero-title {
            font-size: 1.6rem;
        }
    
        .hero-subtitle {
            font-size: 0.95rem;
        }
    
        .hero-btn {
            font-size: 1rem;
            padding: 10px 22px;
        }
    }
  
  .hero-btn-primary {
      background: #1A4FFF;   
      color: #fff;
      border-radius: 8px;
      padding: 12px 26px;
      font-weight: 600;
      border: none;
      transition: 0.3s ease;
  }
  
  .hero-btn-primary:hover {
      background: #0039d6;
      transform: translateY(-2px);
  }
  .hero-btn-secondary {
      background: rgba(255,255,255,0.10);
      color: #fff;
      border: 2px solid #ffffff;
      border-radius: 8px;
      padding: 12px 26px;
      font-weight: 500;
      transition: 0.3s ease;
  }
  
  .hero-btn-secondary:hover {
      background: #ffffff;
      color: #0A1A44;    
      transform: translateY(-2px);
  }
  
  .hero-side-box{
    background:#fff;
    color:#0A1A44;
    border-radius:12px;
    box-shadow:0 8px 22px rgba(0,0,0,0.15);
    padding: 1rem;              
    z-index:20;
    font-size: 0.95rem;         
    line-height: 1.45;
  }
  
  @media (min-width: 992px){
    .hero-side-box{
      position: absolute;      
      right: 3%;
      bottom: 6%;
      max-width: 430px;
      z-index: 999;            
    }
  }
  .hero-side-box .btn{
    padding: .35rem .75rem;
    font-size: .85rem;
  }
  @media (max-width: 991.98px){
    .carousel-caption{
      padding-bottom: 40px !important;
    }
  }

.page-header.page-header-president::before{
  content:"";
  position:absolute;
  inset:0;
 
}
.page-header.page-header-president h1{
  position: relative;
  z-index: 2;
  margin: 0;

  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);

  font-size: clamp(1.9rem, 6vw, 3.1rem);
  line-height: 1.1;
}
@media (max-width: 991.98px){
  .page-header.page-header-president{
    height: 220px;
  }
}
  @media (max-width: 991.98px){
    .hero-side-box{
      position: static;
      max-width: 100%;
      margin-top: 1.25rem;
    }
  
    .carousel-item .carousel-caption{
      top: 0 !important;
      transform: none !important;
      padding-top: var(--header-offset) !important;
      padding-bottom: 20px;
    }
  }
  @media (max-width: 991.98px){
    .carousel-item{
      height: auto !important;     
      min-height: 100vh;           
      padding-bottom: 24px;        
    }
  }
  
  @media (max-width: 991.98px){
    .hero-wrap{
      margin-bottom: 12px !important; 
    }
    .mobile-about{
      margin-top: 12px !important;    
    }
  }
  @media (max-width: 991.98px){
    #about-details-desktop{ display:none !important; }
  }
  .section-divider{
    display: block;
    width: 140px;                 
    height: 4px;                  
    border-radius: 999px;         
    background: rgba(10,26,68,.18);
  }
  .why-box{
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(10,26,68,.12);
    border-radius: 12px;
    padding: 16px 18px;
  }
  
  .why-box-title{
    font-weight: 700;
    color: #0A1A44;
    margin-bottom: 10px;
  }
  
  .why-list{
    margin: 0 0 12px 18px;
  }
  
  .why-list-strong{
    list-style: none;
    padding-left: 0;
  }
  
  .why-list-strong li{
    padding: 8px 0;
  }
  .simple-frame{
    border: 2px solid rgba(10,26,68,.15);
    border-radius: 18px;
    padding: 26px;
    background: #fff;
  }
  
  @media (max-width: 991.98px){
    .simple-frame{
      padding: 18px;
      border-radius: 14px;
    }
  }
  .card-img-top{
    height: 230px;
    object-fit: cover;
  }
  
  .card{
    border-radius: 12px;
    overflow: hidden;
  }
  
  .card-body{
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-sep{
    display: flex;
    justify-content: center;
    margin: 48px 0;              
  }
  
  .section-sep span{
    width: 140px;                
    height: 4px;                 
    border-radius: 999px;        
    background: rgba(10,26,68,.16);
  }
  
  @media (max-width: 991.98px){
    .section-sep{
      margin: 28px 0;            
    }
    .section-sep span{
      width: 110px;
      height: 4px;
    }
  }

  

@media (max-width: 991.98px){
  .container-fluid.fixed-top{
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    z-index: 2000;
  }
  .navbar{
    background: #fff !important;
    z-index: 10000;
  }

.navbar-brand{ margin-right: 8px; }
}

@media (max-width: 991.98px){
  .container-fluid.fixed-top{ box-shadow: none; }
  .container-fluid.fixed-top.is-scrolled{
    background:#fff !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
  }
}

.page-header.page-header-zone::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(220,220,220,0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.page-header.page-header-zone h1{
  position: relative;
  z-index: 2;
  margin: 0;
  color:#0A1A44;
  font-weight: 800;
}
@media (max-width: 768px){
  .page-header.page-header-zone{ height: 220px; }
  .page-header.page-header-zone h1{ font-size: 2rem; }
}
.dropdown-menu .dropdown-item{
  color: #000 !important;
  transition: color 0.2s ease, background 0.2s ease;
}

.dropdown-menu .dropdown-item:hover{
  color: var(--bs-primary) !important;
  background: rgba(13,110,253,0.08); 
}

main.page-content{
  padding-top: 120px; 
}

@media (min-width: 992px){
  main.page-content{
    padding-top: 170px; 
  }
}
.president-name{
  color: #1A4FFF;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.1;
}

.president-title{
  color:#333;
  font-size: 1rem;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  padding: 0 8px;
}
@media (max-width: 991.98px){
  .president-body p,
  .president-body .lead{
    text-align: left !important;
    line-height: 1.85;
  }
}

   .page-header{
  position: relative;
  height: 320px;
  width: 100%;
  background: url("../../img/Sign Mockup.png") center center / cover no-repeat;
  background-image: image-set(url("../../img/Sign Mockup.webp") type("image/webp"), url("../../img/Sign Mockup.png") type("image/png"));
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  margin-top: var(--header-offset); 
}

.page-header.page-header-president{
  background: url("../../img/Sign Mockup.png") center center / cover no-repeat;
  background-image: image-set(url("../../img/Sign Mockup.webp") type("image/webp"), url("../../img/Sign Mockup.png") type("image/png"));
}
.page-header::before{
  content:"";
  position:absolute;
  inset:0;
  
  
}

.page-header .container,
.page-header h1{
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px){
  .page-header{
    margin-top: var(--header-offset);
    height: 220px;
  }
  .page-header h1{
    font-size: 2rem;
  }
}

.page-header h1{
  position: relative;
  z-index: 2;
  margin: 0;
  color: #0A1A44;            
  font-weight: 900;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.1;

  max-width: 100%;
  white-space: normal;
}

   .page-header-president{
  background-image: image-set(url("../../img/Sign Mockup.webp") type("image/webp"), url("../../img/Sign Mockup.png") type("image/png"));
}

.page-header.page-header-president{
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-header.page-header-president h1{
  font-size: clamp(2.4rem, 6vw, 3.8rem); 
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px){
  .page-header.page-header-president{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-header.page-header-president h1{
    font-size: 2.1rem;
  }
}

.president-pro{
  padding: 100px 0 80px;
  background: #ffffff;
}
.president-pro-box{
  background: #2f3235;
  padding: 56px 54px;
  color: #e6e6e6;
}
.president-pro-title{
  font-size: 1.9rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 28px;
}
.president-pro-lead{
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 22px;
  color: #f2f2f2;
}
.president-pro-box p{
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #dcdcdc;
}
.president-pro-sign{
  margin-top: 36px;
}

.president-pro-sign strong{
  display: block;
  font-size: 1.05rem;
  color: #ffffff;
}

.president-pro-sign span{
  font-size: 0.9rem;
  color: #cfcfcf;
}
.president-pro-image{
  max-height: 600px;
  width: auto;
  object-fit: contain;
}

.president-pro-profile{
  padding: 60px 0 90px;
  background: #ffffff;
}
.profile-line{
  border-top: 1px solid rgba(10,26,68,.15);
  border-bottom: 1px solid rgba(10,26,68,.15);
}
.profile-item{
  padding: 28px 26px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #0A1A44;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid rgba(10,26,68,.12);
}

.profile-item:last-child{
  border-right: none;
}

@media (max-width: 991.98px){

  .president-pro{
    padding: 70px 0;
  }

  .president-pro-box{
    padding: 34px 26px;
  }

  .president-pro-title{
    font-size: 1.6rem;
  }

  .president-pro-image{
    max-height: 380px;
    margin-top: 20px;
  }

  .profile-item{
    border-right: none;
    border-bottom: 1px solid rgba(10,26,68,.12);
  }

  .profile-item:last-child{
    border-bottom: none;
  }
}

.president-pro{
  padding-bottom: 40px; 
}
.president-pro-profile{
  padding-top: 20px;   
  padding-bottom: 60px;
}
.profile-line{
  margin-top: 0;
}

.president-pro-title{
  font-size: 1.7rem; 
  margin-bottom: 22px;
}
.president-pro-lead{
  font-size: 1rem;   
  line-height: 1.7;
  margin-bottom: 18px;
}
.president-pro-box p{
  font-size: 0.95rem; 
  line-height: 1.7;
  margin-bottom: 14px;
}
.president-pro-sign{
  margin-top: 28px;
}

.president-pro-sign strong{
  font-size: 1rem;
}

.president-pro-sign span{
  font-size: 0.85rem;
}
.president-pro-image{
  max-height: 540px; 
}

.animate-left,
.animate-right{
  opacity: 0;
  transition: all 0.9s ease;
}
.animate-left{
  transform: translateX(-40px);
}
.animate-right{
  transform: translateX(40px);
}
.animate-left.is-visible,
.animate-right.is-visible{
  opacity: 1;
  transform: translateX(0);
}
