* {
    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%;
}

/* 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;
}

        
        .heading {
            background-image: url("../../uploads/contact-us-images/contact-us-bg.jpg") ;
            background-size: cover;
            
            color:#183869;
            padding: 120px 120px;
            position: relative;
            overflow: hidden;
        }
        @media(max-width:1024px){
             .heading {
            
            
            color:#183869;
            padding: 80px 80px;
           
        }
        }  
         @media(max-width:800px){
             .heading {
            
            
            color:#183869;
            padding: 40px 40px;
           
        }
        }   
        @media(max-width:500px){
             .heading {
            
            
            color:#183869;
            padding: 20px 20px;
           
        }
        }   
        .heading h1 {
            font-size: 80px;
            font-weight: bold;
            position: relative;
            z-index: 2;
        }
        
         @media(max-width:800px){
           .heading h1 {
            font-size: 60px;
           
        }
        
        }  
        @media(max-width:500px){
           .heading h1 {
            font-size: 40px;
           
        }
        
        }  
        .blue-line{
            width: 100%;
            height: 60px;
            background-color: #183869;
        }
         @media(max-width:800px){
          .blue-line{
            width: 100%;
            height: 40px;
            background-color: #183869;
        }
    }
         @media(max-width:500px){
          .blue-line{
            width: 100%;
            height: 20px;
            background-color: #183869;
        }
        
        } 
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        @media(max-width:1240px){
            .container {
            max-width: 1020px;
            margin: 0 auto;
            padding: 20px;
        }
        }
        @media(max-width:1020px){
            .container {
            max-width: 780px;
            margin: 0 auto;
            padding: 20px;
        }
        }
        .contact-flex{
            display: flex;
            
        }
        @media(max-width:800px){
            .contact-flex{
            flex-wrap: wrap;
            justify-content: center;
            
        }
        }
        .info-section{
             max-width: 50%;
             margin-right: 40px;
        }
        @media(max-width:800px){
           .info-section{
             max-width: 75%;
             margin-right: 0px;
             margin-bottom: 40px;
        }
        }
        .info-box {
            border: 1px solid #ccc;
            margin-bottom: 2px;
            background-color: white;
           
        }
        
        .info-content {
            padding: 20px;
        }
        
        .info-title {
            color: #183869;
            font-size: 28px;
            margin-bottom: 15px;
        }
        
        .address-item {
            margin-bottom: 15px;
            color: #666;
            font-size: 16px;
            line-height: 1.5;
        }
        
        .email, .phone {
            color: #666;
            font-size: 16px;
        }
        
        .social-icons {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }
        
        .social-icon-box {
            width: 30px;
            height: 30px;
            background-color: #183869;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-decoration: none;
        }
        

        /* form section*/
        .contact-form-section{
          width:75%;
         }
        .form-box{
            
            background: #003366;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
          }
         
        .form-container {
            
             padding: 0px 60px 30px 60px;
     
        }

        .form-box h1 {
            text-align: center;
            color: #003366;
            background-color: #ffc107;
            margin-bottom: 30px;
            margin-top: 0px;
            text-align: left;
            padding: 10px 0px 10px 60px;
        }
          @media(max-width:500px){
            .form-box h1 {
           font-size: 20px;
        }
        }
        .form-group {
            margin-bottom: 20px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }

        input, textarea, select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            ;
            box-sizing: border-box;
            font-size: 16px;
            transition: border 0.3s;
        }

        input:focus, textarea:focus, select:focus {
            
            outline: none;
            box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
        }

        button {
            background-color: #003366;
            color: #ffc107;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            border: 2px solid #ffc107;
            
            cursor: pointer;
            
            transition: background-color 0.3s;
        }

        button:hover {
            background-color: #3a7bc8;
        }

        .error {
            color: var(--error-color);
            font-size: 14px;
            margin-top: 5px;
        }

        .success-message {
            background-color: #2ecc71;
            color: white;
            padding: 15px;
            border-radius: 4px;
            margin-bottom: 20px;
            display: none;
            text-align: center;
        }

        .required::after {
            content: "*";
            color: #e74c3c;
            margin-left: 4px;
        }

        @media (max-width: 650px) {
            .form-container {
                margin: 20px 10px;
                padding: 15px;
            }
        }
        /*lociation section*/


        .location-section {
            display: flex;
            
            gap: 20px;
            margin-top: 20px;
        }
        @media(max-width:800px){
            .location-section {
            flex-wrap:wrap;
            flex-direction:column;
            justify-content: center;
            margin: 0px 40px;
        }
        }
          @media(max-width:500px){
            .location-section {
            
            margin: 0px 40px;
        }
        }
        .location-map {
            flex: 1;
            min-width: 300px;
        }
        @media(max-width:500px){
            .location-map {
            flex: 1;
            min-width: 250px;
        }
        }
        .location-title {
            color: #183869;
            font-size: 24px;
            margin-bottom: 15px;
        }
        
        .map-container {
            border: 1px solid #ccc;
            height: 300px;
            overflow: hidden;
        }
        
        .map-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
 /* 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;
}