* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family: "Lora", sans-serif;
}

body {
   font-family: "Lora", sans-serif;
    line-height: 1.6;
    max-width: 100%;
}

 .container {
            
            margin-left: 105px;
            margin-right: 105px;
        }

/* Top bar */

.top-bar {
    background-color: #003366;
    color: white;
    padding: 10px 4%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.top-bar .contact span {
    margin-right: 10px;
}
.top-bar a {
    color: white;
    text-decoration: none;
    margin-left: 5px;

    
}
.top-bar .payment-btn{
        background-color: #ffc107;
    padding: 14px 20px;
    margin-right: 40px;
    color: #003366;
}
.top-bar .payment-btn:hover{
    background-color: white;
    transition: 0.3s ease-in-out;
}
@media(max-width:800px){
   .contact {
        
        display: none;
    }
}
@media(max-width:800px){
   .top-bar .payment-btn {
        
        display: none;
    }
}
@media(max-width:800px){
   .top-bar  {
        justify-content: space-around;
        text-align: center;
    }
}
/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4%;
    background-color: white;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 80px;
}

.logo .text {
    margin-left: 10px;
}

.logo h1 {
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    margin: 0;
    line-height: 1.2;
}

.logo p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
}
/* Navigation */
.xl-flex{
    display: flex;

}
.nav-item{
    text-decoration: none;
    color:#003366;
    padding: 10px 20px;
    font-size: 19px;
}
.student-item{
    padding-top: 14px;
}
.program-item{
    padding-top: 14px;
}

.nav-item:hover{
    background-color: #003366;
    color: #ffffff;
    transition: 0.4s ease-in-out;
}
.items-center{
    align-items: center;
}
  .navigation-menu-wrapper {
    position: relative;
  }

 /*dropdown seciton css*/
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -100px;
    background-color:#003366;
    width: 800px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 10;
  }

  @media(max-width:1140px){
    .dropdown-menu {
        
       width: 700px;
       
    }
}
    .program-dropdown-menu {
    position: absolute;
    top: 100%;
    background-color: white;
    width: 1340px;
    height: 350px; 
    left: -680px;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 10;
  }
@media(max-width:1280px){
    .program-dropdown-menu {
       width: 1160px; 
       left: -580px;
        height: 300px;
        padding: 40px;
    }
}
@media(max-width:1140px){
    .program-dropdown-menu {
       width: 890px; 
       left: -480px;
       padding: 20px;
       height: 220px;
    }
}
 .dropdown-container{
    display: flex;
    gap: 20px;
    padding: 20px;
 } 
 .dropdown-box{
    background-color: #ffffff;
    text-align: center;
    color: #002f6c;
    padding: 30px;
 }

 .dropdown-box h3 {
    font-size: 25px;
    margin-bottom: 20px;
 }
 .dropdown-box p {
    font-size: 18px;
    margin-bottom: 20px;
 }
.dropdown-box button{
    color: #002f6c;
    background-color: #ffc107;
    font-size: 17px;
    padding: 15px 30px;
    border: 0;

}
.dropdown-box:hover.dropdown-box button { 
    color: #ffffff;
    background-color: #002f6c;
    transition: 0.3s ease-in-out;   
}
 .program-drop-section .program-img-flex{
    display: flex;
    gap: 40px;
 }
 @media(max-width:1140px){
    .program-drop-section .program-img-flex{
      gap: 20px;
    }
}
 .program-flexitem1 img{
    width: 286px;
    height: 60px;
 }
 @media(max-width:1280px){
 .program-flexitem1 img{
    width: 256px;
    height: 50px;
 }
}
@media(max-width:1140px){
 .program-flexitem1 img{
    width: 200px;
    height: 40px;
 }
}
  .program-flexitem2 img{
    width: 286px;
    height: 60px;
 }
 @media(max-width:1280px){
 .program-flexitem2 img{
    width: 256px;
    height: 50px;
 }
}
@media(max-width:1140px){
 .program-flexitem2 img{
    width: 200px;
    height: 40px;
 }
}
  .program-flexitem3 img{
    width: 283px;
    height: 124px;
 }
 @media(max-width:1280px){
  .program-flexitem3 img{
    width: 253px;
    height: 100px;
 }
}
@media(max-width:1140px){
  .program-flexitem3 img{
    width: 200px;
    height: 80px;
 }
}

  .program-flexitem4 img{
    width: 283px;
    height: 253px;
 }
@media(max-width:1280px){
  .program-flexitem4 img{
    width: 200px;
    height: 200px;
 }

}
@media(max-width:1140px){
  .program-flexitem4 img{
    width: 200px;
    height: 160px;
 }

}
.program-flexitem1 a {
    margin-bottom: 10px;
   
}
.program-flexitem2 a {
    margin-bottom: 20px;
}
  .navigation-menu-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
    .program-menu:hover .program-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
 


  @media(max-width:1024px) {
.hidden{
    display:none;
}
  }
  .hamburger-menu {
            cursor: pointer;
            width: 30px;
            height: 25px;
            position: relative;
            margin-right: 15px;
            transition: all 0.3s;
            display: none;
            
        }
        @media (max-width:1024px) {
            .hamburger-menu{
                display: block;
            }
        }
        
        .hamburger-menu span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #333;
            border-radius: 3px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }
        
        .hamburger-menu span:nth-child(1) {
            top: 0px;
        }
        
        .hamburger-menu span:nth-child(2) {
            top: 10px;
        }
        
        .hamburger-menu span:nth-child(3) {
            top: 20px;
        }
        
        .hamburger-menu.open span:nth-child(1) {
            top: 10px;
            transform: rotate(135deg);
        }
        
        .hamburger-menu.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }
        
        .hamburger-menu.open span:nth-child(3) {
            top: 10px;
            transform: rotate(-135deg);
        }
        

        
        /* Menu Overlay */
        .menu-overlay {
            position: fixed;
            top: 0;
            right: 0;
            width: 30%;
            height: 100%;
            background-color: white;
            box-shadow: -2px 0 5px rgba(0,0,0,0.2);
            z-index: 100;
            overflow-y: auto;
            transform: translateX(100%);
            transition: transform 0.3s ease;
        }
        @media (max-width:800px){
          .menu-overlay{
            width: 50%;
         }
        }
        .menu-overlay.open {
            transform: translateX(0);
        }
        
        .menu-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: 1px solid black;
            padding: 5px;
        }
        
        .menu-list {
            padding: 30px;
            list-style-type: none;
            margin: 0;
        }
        
       
        
        .menu-item a {
            display: block;
            padding:10px;
            color:#002f6c;
            text-decoration: none;
            font-size: 18px;
        }
        
        .menu-item a.active {
            color: #ffcc00;
        }
        
        .menu-item a.has-submenu {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .menu-item a.has-submenu::after {
            content: '+';
            font-size: 20px;
            margin-right: 10px;
        }
        
        .submenu {
            padding-left: 20px;
            display: none;
            
        }
        
        .submenu.open {
            display: block;
        }
        .submenu-item{
            list-style-type: none;
        }
        .submenu-item a {
            padding: 12px 20px;
            font-size: 18px;
            color:#002f6c;
            border-bottom: 1px solid rgb(210, 210, 210);
        }
        
        
        
        .blue-button {
            display: block;
            
            padding: 15px;
            margin: 0px 20px 20px 20px ;
            background-color: #003366;
            color: white;
            text-align: center;
            border: none;
            font-size: 16px;
           
            text-decoration: none;
        }
        
        /* Overlay background */
        .overlay-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 99;
            display: none;
        }
        
        .overlay-bg.open {
            display: block;
        }
/* Search bar */
.search-container {
    background-color: #003366;
    padding: 15px 10%;
    display: flex;
    justify-content: center;
   
}

.search-box {
    display: flex;
    width: 100%;
    max-width: 850px;
    border-radius: 5px;
}

.search-box input {
    width: 80%;
    padding: 15px;
    font-size: 18px;
    border: none;
    outline: none;
}

.search-box button {
    width: 20%;
    background-color: #ffc107;
    border: none;
    color: white;
    cursor: pointer;
}
.search-box button:hover {
    background-color: #3a7bc8;
    transition: 0.3s ease-in-out;
}

        
        /* Header Library Image */
        .header-image {
            width: 100%;
            
            background-color: #0a1e44;
            background-image: linear-gradient(rgba(10, 30, 68, 0.8), rgba(10, 30, 68, 0.8)), url("../../uploads/about-us images/aboutus.head.jpg");
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

        .header-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .blue-line{
            width: 100%;
            height: 20px;
            background-color: rgb(38 75 123);
        }
       
        /* Vision & Mission Section */
        .vision-mission {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            padding:60px 0px 60px 0px;
        }
         @media(max-width:800px){
            .vision-mission {
                flex-wrap: wrap;
            }
        }
          .vm-container{
                margin-left: 105px;
                margin-right: 105px;
             }
        @media(max-width:500px){
              .vm-container{
                margin-left: 40px;
                margin-right: 40px;
             }
        }
       
         
        .vision{
            width: 39%;
        }
        @media(max-width:800px){
            .vision {
               width: 80%;
            }
        }
        .mission {
            width: 58%;
        }
        @media(max-width:800px){
            .mission {
               width: 100%;
            }
        }
        .vision, .mission {
            background-color: #0a1e44e6;
            color: #fff;
            padding: 50px;
            
            text-align: left;
        }
        
        .vision h2, .mission h2 {
            font-size: 2rem;
            
            color: #f2be22;
        }
        
        .vision p, .mission p {
            font-size: 17px;
        }
        
        /* Leadership Section */
        .leadership-section{
             background-color: #0a1e44;
        }
        .leadership { 
            padding: 84px 0px 84px 0px;
            display: flex;
            justify-content: center;
        }
        @media(max-width:1240px){
            .leadership {
                flex-wrap: wrap;
                gap: 60px;
            }
        }
        @media(max-width:800px){
            .leadership {
                flex-wrap: wrap;
                gap: 60px;
            }
        }
       
        .leader {
            width: 318px;
            text-align: center;
            background-color: #ffffff;
            border-radius: 113px 113px 113px 113px;
                margin: 0px 26px 0px 35px;
        }
        @media(max-width:1024px){
             .leader {
                width: 480px;
            }
        }
         @media(max-width:800px){
             .leader {
                width: 480px;
            }
        }
        .leadership-container{
                margin-left: 105px;
                margin-right: 105px;
             }
        @media(max-width:500px){
             .leadership-container{
                margin-left: 20px;
                margin-right: 20px;
             }
        }
        .leader img {
            width: 100%;
            height: auto;
            filter: brightness(100%) contrast(100%) saturate(74%) blur(0.1px) hue-rotate(0deg);
            border-radius: 110px 110px 0px 0px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            margin-bottom: 10px;
        }
        
        .leader h3 {
            color: #002b64;
            margin-bottom: 5px;
            font-size:1.7rem;
        }
        
        .leader p {
            color: #002b64;
            font-size: 1.25rem;
            margin-bottom: 80px;
        }
        
        .leader .quote {
            
            color: #002b64;
           
                padding: 0 5px;
                font-size: 21px;
                font-weight: 400;
               margin: 0px 35px 0px 35px;
}
        
        
        /* Expert Panel Section */
        .expert-panel {
            
            margin-bottom: 10px;
            text-align: center;
        }
         @media(max-width:500px){
              .expert-panel {
            display: none;
        }
        }
        .expert-text{
            padding: 80px 0px 20px 0px;
            background-color: #dcdcea;
        }
        .expert-text h2 {
            color: #0a1e44;
            
            font-size: 2rem;
        }
        
        .experts-image img{
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        /* About Founder Section */
        .founder {
            background-color: white;
            padding: 40px 0px;
            margin-bottom: 10px;
            display: flex;
            gap: 20px;
        }
        @media(max-width:800px){
            .founder {
                flex-wrap: wrap;
            }
        }
        .founder-container{
                margin-left: 105px;
                margin-right: 105px;
             }
        @media(max-width:500px){
              .founder-container{
                margin-left: 40px;
                margin-right: 40px;
             }
        }
        .founder-image {
            width: 354px;
            height: auto;
            flex-shrink: 0;
            border: 5px solid white;
            box-shadow: 0px 0px 5px 5px rgb(200, 200, 200);
        }
          @media (max-width:900px){
            .founder-image{
               width:300px;
            }
            
        }
        @media (max-width:500px){
            .founder-image{
               width:250px;
            }
            
        }
         @media (max-width:350px){
            .founder-image{
               width:200px;
            }
            
        }
        .founder-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: 1px solid #ccc;
        }
        
        .founder-info {
            flex-grow: 1;
        }
        
        .founder-info-header {
            background-color: #0a1e44;
            color: white;
            padding: 33px;
            margin: 30px 0px;
            border: 2px solid #ffcc01;
            box-shadow: 0px 0px 5px 5px rgb(200, 200, 200);
            
        }
        
        .founder-info-header h3 {
            color: white;
            font-size: 2rem;
            font-weight: 600;
            font-family: "Lora", sans-serif;
            line-height: 1;
        }
        .founder-info-header h4 {
            color: white;
            font-size: 1.25rem;
            font-weight: 600;
            font-family: "Lora", sans-serif;
        }
        
        .founder-info-header p {
                text-align: justify;
               color: #FFFFFF;
               font-family: "Lora", Sans-serif;
               font-weight: 400;
               font-size: 1rem;
               margin-top: 10px;
           }
        
        
      
        
        /* Tagline Section */
        .tagline {
            background-color: white;
            padding: 20px;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .tagline h2 {
            color: #0a1e44;
            font-size: 40px;
            word-spacing: 10px;
        }
        
        /* Stats Section */
        .stats-background{
            background-color: #002f6c;
        }
        .stats {
            display: flex;
            justify-content: space-around;
            padding: 25px 0px 30px 0px;
            
        }
        @media(max-width:800px){
            .stats {
                flex-wrap: wrap;
            }
        }
        .stat {
            text-align: center;
        }
        
        .stat h3 {
            color: #f2be22;
            font-size: 50px;
            font-weight: bold;
        }
        
        .stat p {
            font-size: 1.5rem;
            color: #ffffff;
        }
        
        /* Testimonials Section */
        .testimonials-section {
            padding: 30px 0px 30px 0px;
            background-color: rgb(50 50 50);
            color: white;
            overflow: hidden;
            background-image: url("../../uploads/about-us images/testimonial-bg.png");
            background-size: cover;
            background-position: center;
            background-blend-mode: overlay;
        }
         .testimonials-section-container{
                margin-left: 105px;
                margin-right: 105px;
             }
        @media(max-width:500px){
              .testimonials-section-container{
                margin-left: 20px;
                margin-right: 20px;
             }
        }
        .testimonials-section h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 28px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .testimonial-wrapper {
            overflow: hidden;
            width: 100%;
            margin-bottom: 30px;
        }
        
        .testimonial-container {
            display: flex;
            gap: 30px;
            width: max-content;
            
            animation: scrollTestimonials 30s linear infinite;
        }
        
        @keyframes scrollTestimonials {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        .testimonial-container:hover {
            animation-play-state: paused;
        }
        
        .testimonial-box {
            background-color: rgb(20 20 20 / 39%);
            border: 1px solid white;
            border-radius: 40px;
            padding: 100px 30px 30px 30px;
            width: 300px;
            
            position: relative;
            text-align: center;
          
            flex-shrink: 0;
        }
        
        .testimonial p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 60px;
            font-weight: 300;
        }
        
        .testimonial-footer {
            position: relative;
            margin-top: 40px;
            text-align: center;
        }
        
        .testimonial-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 0 auto;
            border: 4px solid white;
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            overflow: hidden;
            background-color: white;
        }
        
        .testimonial-image img {
            width: 70px;
            height: 70px;
            object-fit: cover;
        }
        .testimonial-detail{
            text-align: center;
        }
        .testimonial-name {
            margin-top: 40px;
            color: white;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .testimonial-title {
            color: #f2be22;
            font-size: 14px;
            font-style: italic;
        }
        
        .quote-mark {
            font-size: 100px;
            opacity: 0.4;
            line-height: 0;
            font-family: Georgia, serif;
            position: absolute;
        }
        
        .left-quote {
            top: 40px;
            left: 30px;
        }
        
        .right-quote {
            top: 80px;
            right: 130px;
        }
        
        
        /*Affiliation section*/
.affiliation-section{
        padding: 56px 4%;
    background-color: white;
}
/* Affiliation Logos Animation */
@keyframes slideLogosLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.affiliation-title{
    text-align: center;
    color: #003366;
    font-size: 2rem;
    font-family: "Lora",'sans-sarif';
}
.affiliation-logos-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 35px 0px;
    
}

.affiliation-logos-track {
    display: inline-flex;
    animation: slideLogosLeft 30s linear infinite;
    white-space: nowrap;
}

.affiliation-logos-track:hover {
    animation-play-state: paused;
}

.affiliation-logos-track img {
    height: 100px;
    margin: 10px 50px;

}



/* Digital Marketing Banner */
.digital-marketing-banner {
    background-color: #003366;
    color: white;
    padding: 35px 17%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:800px){
    .digital-marketing-banner {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}
.banner-content {
    display: flex;
    align-items: center;
}
@media(max-width:800px){
    .banner-content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.banner-icon {
    background-color: #ffc107;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.banner-info h3 {
    font-size: 30px;
   
}
@media(max-width:800px){
    .banner-info h3 {
    font-size: 20px;
   margin-top: 15px;
}
}
.banner-info p {
    font-size: 17px;
}
@media(max-width:800px){
   .banner-info p {
    font-size: 15px;
    margin: 15px 0px;
}
}

.register-btn {
    background-color:#003366;
    color: #003366;
    border: 4px solid #ffc107;
    padding: 15px 40px;
    border-radius: 30px;
    color: #ffc107;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}



/* Footer */
footer {
    background-color: #ffffff;
    padding: 80px 10% 0px 10%;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.footer-column{
    border: 1px solid black;
    padding: 30px;
}
.footer-column h4 {
    color: #003366;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #003366;
    width: 200px;
    padding-bottom: 5px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color:#003366;
    text-decoration: none;
    font-size: 18px;
}
.footer-column ul li a:hover {
    color: #ffc107;
    
    transition: 0.2s ease-in-out;
}
.footer-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;

}

.footer-partners img {
    height: 75px;
    object-fit: contain;
    margin: 0px 40px;
}
@media(max-width:1125px){
    .footer-partners img{
        height: 60px;
    }
}
@media(max-width:900px){
    .footer-partners img{
        height: 50px;
    }
}
@media(max-width:745px){
    .footer-partners img{
        
        display: none;
    }
}
.copyright {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;

    font-size: 17px;
    color:#003366;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.social-icon {
    width: 30px;
    height: 30px;
    background-color: #003366;
    border:2px solid white;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: relative;
    top: 25px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.copyright-text{
    background-color: #003366;
    padding: 50px 5%;
    text-align: center;
    color: white;
    font-size: 18px;
}