/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(images/bannerimg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}
.header {
    background-color: #002147;
    color: white;
    
     padding: 5px 0;
    text-align: center;
    
}
.header a {
    color: white;
    text-decoration: none;
    

      
    margin: 0 10px;
} */
/* .contact-info {
    display: flex;
    justify-content: center;
    margin-left: -600px;
    
     gap:10px;
}
.contact-info a  {
    color: white;
    text-decoration: none;
    

  
    
} */
/* .icon-manage{
    position: absolute;
    margin-top: -28px;
}
.logo {
    
    text-align: center;
    
}
.logo img {
    width: 130px;
    margin-left: 20px;
    
} */
 /* .nav-menu {
    
    text-align: center;
   
    padding: 10px 0;
    margin-top: 40px;
}
.nav-menu a {
    
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin:  15px;
    padding: 10px;
    font-size: 20px;
} */
/* .nav-menu a:hover {
     
    background-color: #fdc632;
    border-radius: 5px;
    
} */
.hamburger {
    display: none;
    padding: 50px;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
  }
/* .containr{
    display: flex;
    justify-content: space-between;
    
}  */
.wavebottom{
    position: absolute;
    bottom: -75px;
    /* display: block; */
    
}
 

 #tag-line{
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-left:-30px;
    padding-top:130px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #e86c0d;
    text-shadow: 2px 2px 2px white;

}
  /* ----map-section---- */
.map-container{
    display:inline-block;
width: 100%;
height: 600px;
  background-color:  #002147;

margin-top:350px;
}
.map {
 
 margin: 80px; 
    /* padding-top: 100px; */
    width: 90%;
    height: 500px;
    background-color:white;  
    box-shadow: 0px 0px 5px  5px  rgb(253, 198, 50,0.5) ;
     
}
 
.wavebottom2{
    position: relative;
    bottom:-370px;
    width: 100%;

}
 
        /* --form--- */
        .container {
          
            
         margin-left:450px;
            position: absolute;
            width: 40%;
     background-color: #002147;
    
            padding: 20px;
            border-radius: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            margin-top: 20px;
        }
        h2 {
            text-align: center;
            color: #fdc632
        }
        .form-group {
            margin-bottom: 15px;
        }
        label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
            color: #fdc632;
        }
        input{
            width: 95%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }
        textarea {
    pointer-events: auto !important;
    background-color: white !important;
     position: relative !important;
    z-index: 9999 !important;
    color: black !important;
    opacity: 1 !important;
    resize: vertical;
    /* user height badha sakta hai */
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}



        button {
            width: 100%;
            padding: 10px;
            background-color: #ffff;
            color: #002147;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            position: relative;
            z-index: 11;
            pointer-events: auto !important;
        }
        button:hover {
            background-color: #fdc632;
        }
 /* ---footer design------ */
 /* footer */
/* .footer {
    background-color: white;
    color: #002147;
    padding: 20px 0;
    text-align: center;
}
.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
}
.footer-section {
    width: 30%;
}
.footer-section h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #002147;
}
.footer-section p,
.footer-section ul,
.footer-section a {
    color: #002147;
    text-decoration: none;
    cursor:pointer;
}
.footer-section ul {
    list-style-type: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section a:hover {
    color: #fdc632;
}
.footer-section i {
    color: #002147;
    margin: 5px;
    transition: transform 0.5s; 
}
.footer-section i:hover {
     transform: scale(1.2); 
    color: #fdc632;
}
 .footer-bottom  p{
    margin-top: 20px;
    font-size: 1.2em;
    color: #002147;
    animation: fadeIn 2s ease-in-out, colorChange 5s infinite;
    text-align: center;
}
@keyframes colorChange {
    0% { color: #002147; }
    50% { color: #fdc632; }
    100% { color: #002147; }
} */
.footerwave{
    display: block;
    position: absolute;
    margin-top: -200px;

}
/* 

RESPONSIVE */
/* Responsive Styles */
@media (max-width: 1208px) {
    /* Remove SVG Waves */
    .wavebottom,
    .wavebottom2,
    .footerwave {
        display: none;
    }
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50vh;
    }
    /* Header Adjustments */
    .header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-info {
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .icon-manage {
        /* margin-top: 10px; */
        margin-left:-150px;
        position: relative;
        display: flex;
    }

    /* Navigation Menu */
    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-menu a {
        font-size: 14px;
         padding: 8px; 
        margin: 5px; 
        
    }

    /* Tag Line */
    #tag-line {
        font-size: 30px;
        padding-top: 60px;
    }

    /* Map Section */
    .map-container {
        margin-top: 500px;
        height: auto;
        padding: 10px;
    }
    .map {
        width: 95%;
        height: auto;
        margin: 10px auto;
    
    }

    /* Form Adjustments */
    .container {
        width: 90%;
        margin: 20px auto;
        padding: 15px;
    }

    /* Footer Adjustments */
    .footer-container {
         
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-section {
        
        width: 90%;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    /* Remove SVG Waves */
    .wavebottom,
    .wavebottom2,
    .footerwave {
        display: none;
    }
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50vh;
    }
    /* Header Adjustments */
    .header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-info {
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .icon-manage {
        /* margin-top: 10px; */
        margin-left:-150px;
        position: relative;
        display: flex;
    }

    /* Navigation Menu */
    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-menu a {
        font-size: 14px;
        padding: 8px;
        margin: 5px;
    }

    /* Tag Line */
    #tag-line {
        font-size: 30px;
        padding-top: 60px;
    }

    /* Map Section */
    .map-container {
        margin-top: 500px;
        height: auto;
        padding: 10px;
    }
    .map {
        width: 95%;
        height: auto;
        margin: 10px auto;
    
    }

    /* Form Adjustments */
    .container {
        width: 90%;
        padding-left: 50px;
        margin: 20px auto;
        padding: 15px;
    }

    /* Footer Adjustments */
    .footer-container {
         flex-direction: column; 
        align-items: center;
        
       
        
        gap: 20px;
    }
    .footer-section {
        width: 90%;
         
    }
    
}

@media (max-width: 768px) {
    /* Remove SVG Waves */
    .wavebottom,
    .wavebottom2,
    .footerwave {
        display: none;
    }

    /* Header Adjustments */
    .header {
        display: none;
         
    }
    

    /* Navigation Menu */
    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #002147; 
        
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
      }
    
      .nav-menu.active {
        display: flex;
      }
    
      .hamburger {
        display: block;
      }
    

    /* Tag Line */
    #tag-line {
        font-size: 30px;
        padding-top: 60px;
        margin-left:-50px;
    }

    /* Map Section */
    .map-container {
        margin-top: 900px;
        height: auto;
        padding: 10px;
    }
    .map {
        width: 95%;
        height: auto;
        margin: 10px auto;
    
    }

    /* Form Adjustments */
    .container {
        margin-top: 450px;
        width: 90%;
        /* margin: 20px auto; */
        padding: 15px;
    }

    /* Footer Adjustments */
    .footer-container {
        flex-direction: column;
        align-items: center;
        
        gap: 20px;
    }
    .footer-section {
        width: 90%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    /* Further Adjustments for Smaller Screens */
   
    .header {
         display: none;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #002147; 
        
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
      }
    
      .nav-menu.active {
        display: flex;
      }
    
      .hamburger {
        display: block;
      }
     
    #tag-line {
        font-size: 30px;
        margin-top: 100px;
        margin-left: -30px;
    }
    .map-container{
        margin-top: 900px;
    }
    .map {
        margin-top: 30;
        height: auto;
    }
    .container {
        margin-top:400px;
        padding: 10px;
    }
    .footer-section h3 {
        text-align:center;
        font-size: 1em;
    }
    .footer-section p,
    .footer-section a {
        text-align: center;
        font-size: 12px;
    }
    .icon-manage {
        /* margin-top: 10px; */
        margin-left:-550px;
        position: relative;
        display: flex;
    }
}
 /* @media (max-width:1400px) {
    .wavebottom,.wavebottom2,.footerwave{
        display: none;
    }
     
} */



 