 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Montserrat', sans-serif;
     overflow-x: hidden;
 }

 .navbar {
     background-color: rgb(200 200 200 / 38%);
     padding: 1rem 0;
 }

 .navbar.scrolled {
     background-color: rgba(120, 120, 120, 0.85);
     /* thora dark */
     transition: background-color 0.3s ease;
 }

 .navbar-brand {
     font-weight: bold;
     font-size: 23px;
     letter-spacing: 2px;
     color: #fff !important;
 }

 .navbar-nav .nav-link {
     color: white !important;
     font-weight: 500;
     margin: 8px;
     font-size: 13px;
     letter-spacing: 3px;
     padding: 0.5rem 0;
     position: relative;
     transition: all 0.3s ease;
 }

 .navbar-nav .nav-link.active {
     border-bottom: 2px solid #eee;
 }

 .navbar-nav .nav-link:hover {
     color: #000 !important;
 }

 .social-icons a {
     color: white;
     font-size: 1.2rem;
     margin-left: 1rem;
     transition: all 0.3s ease;
 }

 .social-icons a:hover {
     color: #000;
     transform: translateY(-3px);
 }

 .hero-section {
     min-height: 90vh;
     background: linear-gradient(to right, rgba(200, 200, 200, 0.8) 0%, rgba(200, 200, 200, 0.4) 50%, transparent 70%),
         url('Screenshot 2025-12-18 113556.png') center/cover no-repeat;
     display: flex;
     align-items: center;
     position: relative;
 }

 .hero-content {
     z-index: 2;
 }

 .hero-title {
     font-size: 7rem;
     font-weight: 900;
     line-height: 1;
     color: #000;
     margin-bottom: 0;
     text-transform: uppercase;
     letter-spacing: 5px;
 }

 .hero-title-1 {
     font-family: 'Montserrat', sans-serif;
     font-size: 99px;
     font-weight: 500;
     line-height: 1;
     color: #000;
     margin-bottom: -14px;
     text-transform: uppercase;
     letter-spacing: 5px;
 }

 .hero-subtitle {
     font-family: 'Montserrat', sans-serif;
     font-size: 34px;
     font-weight: normal;
     letter-spacing: 8px;
     color: black;
     text-transform: uppercase;
     margin-bottom: 0px;
 }

 .accent-line {
     width: 56px;
     height: 2px;
     background-color: #46d2ff;
 }


 .about-image img {
     width: 97%;
     height: 110vh;
     border-radius: 0;
     object-fit: cover;
 }

 .about-content {
     padding: 2rem 0;
 }

 .about-title {
     font-size: 3rem;
     font-weight: normal;
     color: #000;
     margin-bottom: 1rem;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
 }

 .title-underline {
     width: 60px;
     height: 2px;
     background-color: #89CFF0;
     margin: 1.5rem 0 2rem 0;
 }

 .about-text {
     font-size: 1.05rem;
     line-height: 38px;
     color: #888;
     margin-bottom: 1.5rem;
     font-family: Georgia, 'Times New Roman', serif;
     font-weight: 300;
     letter-spacing: 0.3px;
 }

 .btn-custom {
     background-color: #89CFF0;
     color: #fff;
     padding: 12px 30px;
     border: none;
     border-radius: 0;
     font-size: 0.9rem;
     text-decoration: none;
     display: inline-block;
     transition: all 0.3s ease;
     font-family: Georgia, 'Times New Roman', serif;
     font-weight: 300;
     letter-spacing: 0.5px;
 }

 .btn-custom:hover {
     background-color: #6bb5d8;
     color: #fff;
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(137, 207, 240, 0.3);
 }


 .section-box {
     margin-top: 100px;
 }

 .section-box h3 {
     font-family: 'Playfair Display', serif;
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 40px;
 }

 .section-box p {
     font-family: 'Open Sans', sans-serif;
     color: #9b9b9b;
     line-height: 2.5;
     letter-spacing: 2px;
     font-size: 15px;
 }

 .event-item {
     display: flex;
     margin-bottom: 25px;
 }

 .event-item img {
     width: 66px;
     height: 64px;
     object-fit: cover;
     border-radius: 6px;
     margin-right: 15px;
 }

 .event-item h6 {
     font-size: 20px;
     margin-bottom: 5px;
     font-weight: 500;
 }

 .event-item span {
     font-size: 13px;
     color: #b3b3b3;
     font-family: 'Open Sans', sans-serif;
 }
.section-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav-arrows {
    position: static;
    display: flex;
}
.nav-arrows {
    display: flex;
    gap: 28px;            
}

.nav-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 42px;
    color: #b5b5b5;
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s ease, transform 0.25s ease;
}

.nav-btn:hover {
    color: #000;
    transform: translateY(-2px);
}

.nav-btn:focus {
    outline: none;
    box-shadow: none;
}


@media (max-width: 768px) {
    .event-item h6 {
        font-size: 16px;
    }
    .section-title {
        font-size: 29px;
    }
}


 .program-card {
     background: #fff;
     overflow: hidden;
     transition: all 0.3s ease;
     height: 100%;
 }



 .program-card img {
     width: 100%;
     height: 229px;
     object-fit: cover;
     border-radius: 6px;
 }

 .card-body {
     padding: 28px 3px 32px;
 }

 .card-title {
     font-size: 1.65rem;
     font-weight: 400;
     color: #000;
     margin-bottom: 10px;
     letter-spacing: -0.3px;
 }

 .card-stats {
     font-size: 0.88rem;
     color: #aaa;
     margin-bottom: 24px;
     letter-spacing: 0.3px;
 }

 .card-text {
     font-family: 'Poppins', sans-serif;
     font-size: 17px;
     color: #888;
     line-height: 2.1;
     font-weight: 300;
     margin-bottom: 0;
     letter-spacing: 2px;
 }

 .footer {
     background: #9ccbf3;
     color: #fff;
     padding: 60px 0 30px;
     position: relative;
 }

 .footer a {
     color: #fff;
     text-decoration: none;
 }

 .footer a:hover {
     text-decoration: underline;
 }

 .footer h5 {
     font-weight: 600;
     margin-bottom: 20px;
 }

 .footer .scroll-top {
     position: absolute;
     top: -25px;
     left: 50%;
     transform: translateX(-50%);
     background: #fff;
     color: #9ccbf3;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }

 .footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, 0.3);
     margin-top: 40px;
     padding-top: 20px;
     font-size: 14px;
     text-align: center;
 }
 button.nav-btn {
    position: relative;
    top: -14px;
}

 @media (max-width: 991px) {
     .navbar {
         padding: 10px 0;
     }
     
     .navbar-collapse {
        background-color: #6d6969d4;
     }
       .event-item h6 {
        font-size: 14px;
    }
    .section-box p {
        font-size: 13px;
    }
    
     .align-items-center {
        flex-direction: column-reverse;
     }

     .navbar-nav {
         margin-left: 0 !important;
     }
     .navbar-toggler:focus {
  box-shadow: none;
}

     .navbar-nav .nav-link {
         padding: 10px 0;
         font-size: 12px;
         letter-spacing: 2px;
     }

     .social-icons {
         justify-content: center;
         margin-bottom: 10px;
     }
      .programs-section {
         margin-top: 22px;
     }
 }

 @media (max-width: 768px) {


     .hero-content {
         margin: auto;
     }
      .programs-section {
         padding-top: 0px;
     }


 }

 @media (max-width: 991px) {
     .about-image img {
         height: auto;
         width: 100%;
     }
     
 }

 @media (max-width: 768px) {
     .section-box {
         margin-top: 0px;
     }
    
     .section-title {
        font-size: 26px;
     }
     
   
    

     .event-item img {
         width: 60px;
         height: 60px;
     }
 }

 @media (max-width: 575px) {
     .program-card img {
         height: 200px;
     }

     .hero-title {
         font-size: 74px;
     }

     .hero-title-1 {
         font-size: 77px;
     }

     .hero-subtitle {
         font-size: 19px;
     }

     .card-text {
         font-size: 14px;
         letter-spacing: 1px;
         line-height: 1.9;
     }

     .card-stats {
         font-size: 12px;
     }
      .programs-section {
         padding-top: 0px;
     }
 }

 @media (max-width: 768px) {
    

     .footer .col-md-4 {
         margin-bottom: 30px;
     }

     .footer p {
         width: 100% !important;
     }
 }

 @media (max-width: 430px) {
     .hero-title {
         font-size: 54px;
     }

     .hero-title-1 {
         font-size: 57px;
     }

     .hero-subtitle {
         font-size: 16px;
     }

     .hero-title-1 {
         margin-bottom: 0px;
     }
 }

 @media (min-width: 576px) {

     .container,
     .container-sm {
         max-width: 95%;
     }
 }

 @media (min-width: 575px) {
     .hero-title {
         font-size: 91px;
     }

     .hero-subtitle {
         font-size: 26px;
     }
      .programs-section {
         padding-top: 30px;
     }

 }

 
 
 