
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family: 'Times New Roman', serif;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
   
   max-width: 100vw;
}

/* 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:900px){
   .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: -740px;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 10;
  }
@media(max-width:1200px){
    .program-dropdown-menu {
       width: 1150px; 
       left: -580px;
        height: 300px;
    }
}
@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:1200px){
 .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:1200px){
 .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:1200px){
  .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:1200px){
  .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;
}
/* Hero Section */
.hero {
            position: relative;
            height: 500px;
            overflow: hidden; 
                  
        }
        .hero-slide {
           
            background-size: cover;
            background-position: center;
            height: 100%;
            display: none;
            align-items: center;
           
            transition: background-image 1.2s ease-in-out;
        }
        .hero-slide.active {
            display: flex;
        }
        .hero-1{
             background-image: url("uploads/hero/young-student-2-1.jpg");
        }
        .hero-2{
             background-image: url("uploads/hero/-young-attractive-girl-eduction.jpg");
        }
        .hero-3{
             background-image: url("uploads/hero/bg_2.jpg-1.jpg");
        }

        @media(max-width:500px){
             .hero-1{
             background-image: url("uploads/hero/young-student-mv.jpg");
        }
        }
        @media(max-width:500px){
             .hero-2{
             background-image: url("uploads/hero/-young-attractive-girl-eduction-mv.jpg");
        }
        }
        @media(max-width:500px){
             .hero-3{
             background-image: url("uploads/hero/bg_2.jpg-1-mv.jpg");
        }
        }


        .hero-bg{
            background-color: #2222224f;
            width: 100%;
           
            height: 100%;
        }
     
        .hero-content {
            position: relative;
            top:150px;
            padding-left: 150px;
            border-radius: 10px;
            max-width: 850px;
            color: white;
            opacity: 0;
            transform: scale(0.9);
            filter: blur(5px);
            animation: zoomBlurFadeIn 0.5s ease-in-out forwards;
            animation-delay: 0.0s;
        }
        @keyframes zoomBlurFadeIn {
            0% {
                opacity: 0;
                transform: scale(0.9);
                filter: blur(5px);
            }
            100% {
                opacity: 1;
                transform: scale(1);
                filter: blur(0);
            }
        }
        @media(max-width:800px){
            .hero-content{
                padding-left: 60px;
            }
        }
        @media(max-width:500px){
            .hero-content{
                padding-left: 40px;
                max-width: 350px;
                top:230px
            }
        }
        .hero-slide.active .hero-content {
            animation: zoomBlurFadeIn 1.2s ease-in-out forwards;
        }
        .hero-content h1 {
            margin: 0 0 10px;
            font-size: 38px;
        }
         @media(max-width:800px){
            .hero-content h1{
               font-size: 30px;
            }
        }
        @media(max-width:500px){
            .hero-content h1{
               font-size: 25px;
            }
        }
        .hero-content p {
            margin: 0 0 30px;
            font-size: 25px;
        }
         @media(max-width:800px){
            .hero-content p{
               font-size: 20px;
            }
        }
        @media(max-width:500px){
            .hero-content p{
               font-size: 18px;
            }
        }
        .hero-content button {
            background-color: #002f6c;
            color: white;
            padding: 15px 35px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-size: 20px;
        }
         @media(max-width:500px){
            .hero-content button {
            background-color: #002f6c;
            color: white;
            padding: 10px 22px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-size: 18px;
        }
        }
        .hero-content button:hover {
            background-color: #ffc107;
            color: #002f6c;
            transition: 0.4s ease-in-out;;
        }
/* Diploma Courses */
.diploma-section {
    padding: 57px 4%;
    background-color: #003366;
    color: white;
}

.diploma-title {
    text-align: center;
    margin-bottom: 26px;
    font-size: 2rem;
  
}


.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.course-card {
    background-color: white;
    border:2px solid #ffc107;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
   text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.course-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.course-content {
    
    text-align: center;
}

.course-title {
    color: #003366;
    font-size: 2rem;
    font-family:  'sans-serif';
    margin-bottom: 10px;
    font-weight: bold;
    line-height:35px;
}

.enroll-btn {
    background-color: #003366;
    color: white;
    padding: 15px 85px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    
    position: relative;
    z-index: 1;
    top: -30px;
    
    border-radius: 10px;
}
.enroll-btn:hover {
    background-color: #ffc107;
    color: #003366;
    transition: 0.4s ease-in-out;
}

.star-rating {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Certification Courses */
.certification-section {
    padding: 57px 4%;
    background-color: #ffc107;
}
.certification-title{

     text-align: center;
    margin-bottom: 26px;
    font-size: 2rem;
    color: #003366;

}
/* Knowledge Portal */
.knowledge-portal {
    padding: 56px 7%;
    background-color: white;
    text-align: center;
}
.knowledge-portal-title {
    text-align: center;
    color: #003366;
    font-size: 2rem;
    font-family: "Lora", 'sans-serif';
    margin: 0;
}
.knowledge-portal-subtitle {
    margin: 10px auto 0;
    color: #5d6875;
    font-size: 15px;
}
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.video-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 51, 102, 0.08);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 51, 102, 0.14);
}
.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef2f6;
}
.video-thumbnail-link {
    display: block;
    text-decoration: none;
}
.video-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.video-card:hover .video-frame img {
    transform: scale(1.03);
}

.video-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
}
.video-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #003366;
}
.youtube-watch-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 7px;
    background: #003366;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.25s ease, transform 0.25s ease;
}
.youtube-watch-btn:hover {
    background-color: #ffc107;
    color: #003366;
    transform: translateY(-1px);
}
@media (max-width: 900px) {
    .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .knowledge-portal {
        padding: 45px 18px;
    }
    .video-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }
    .video-card-content {
        padding: 12px 13px;
    }
    .youtube-watch-btn {
        padding: 7px 10px;
        font-size: 11px;
    }
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*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;
    
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: relative;
    top: 25px;
}
.social-icon img{
    width: 35px;
    height: 35px;
}
.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;
}