/* 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: 100vh;
}
.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 Menu Styling */
.hamburger {
    display: none;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
  }

 /* .containr{
     
    
    
    display: flex;
  
    
    justify-content: space-between;
    
}  */
#tag-line{
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-left: -560px;
     color: #e86c0d; 
     padding-top: 140px;
     text-shadow: 2px 2px 2px white;
      
     /*animation: fadeInZoom 2s ease-out, bounce 2s infinite;*/
    
} 
#tag-para{
    font-size: 60px;
    text-align: center;
     
     color: #e86c0d; 
     margin-left:10px;
     text-shadow: 2px 2px 2px white;
        position: absolute;
         padding-top:150px;
         /*animation: slideInLeft 2s ease-in-out;*/


}
@keyframes fadeInZoom {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}
@keyframes slideInLeft {
    0% { opacity: 0; transform: translateX(-100%); }
    100% { opacity: 1; transform: translateX(0); }
}
.wavebottom{
    position: absolute;
    bottom: -75px;
     
    /* display: block; */
    
}
        /* vidhya center of excellance section */
        .section-1 {
            display: flex;
             max-width: 1000px;
            /* width: 90%; */
            background: #002147;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.6s ease, box-shadow 0.6s ease;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            justify-content: center;
            align-items: center;
            margin-top: 500px;
            margin-left: 300px;
        }

        .section-1:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.5);
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
        }

        /* Image Section Styles */
        .image-section {
            flex: 1.2;
            overflow: hidden;
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .image-section img:hover {
            transform: scale(1.08);
        }

        /* Text Section Styles */
        .text-section {
            flex: 1;
            padding: 20px 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background:#002147;
        }

        h1 {
            font-size: 24px;
            color: #2c3e50;
            margin-bottom: 20px;
            transition: text-shadow 0.3s ease, color 0.3s ease;
        }

        h1:hover {
            /* text-shadow: 2px 2px 5px rgba(41, 128, 185, 0.7); */
            text-shadow: 2px 2px 5px rgb(253, 198, 50,0.7);
            color: #fdc632;
        }

        p {
            color: #ffffff;
            line-height: 1.6;
            transition: color 0.3s ease, text-shadow 0.3s ease;
        }

        p:hover {
            color:  #fdc632;
            text-shadow: 1px 1px 3px  rgb(253, 198, 50,0.5);
        }
        .wavebottom2{
            position: absolute;
            margin-top: -180px;
            width: 100%;
        
        }
        .section-3 {
            background-color: #fdc632;
              text-align: center;
              padding: 50px;
              margin-top:px;
          }
          /* ----unique programm--- */
          
          /* Title and Icon Styling */
          h1 {
              font-size: 2.5em;
              margin-bottom: 30px;
              color: #ffffff;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 10px;
          }
          
          h1 i {
              font-size: 1.5em;
              /* color: #ffcc00; Gold color for the icon */
              color: #002147;
          }
          .section-3:hover i {
             /* color:#fdc632; */
            text-shadow: 0px  7px 8px rgb(255, 255, 255,0.8), 0px  7px 8px rgb(253, 198, 50,0.8);
          }
          .section-3:hover h1{
            color: #002147;
          }
          
          /* Features Section */
          .features {
            margin-top: ;
              display: flex;
              justify-content: space-between;
              gap: 20px;
              flex-wrap: wrap; /* For responsiveness */
          }
          
          .feature {
              background-color: #ffffff;
              color: #0a2a43;
              padding: 10px;
              border-radius: 10px;
              width: 30%;
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
              text-align: left;
              transition: transform 0.3s ease, box-shadow 0.3s ease;
          }
          
          /* Hover Transition for Features */
          .feature:hover {
              transform: scale(1.05); /* Slight zoom effect */
              box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          }
          
          /* Image Styling */
          .feature img {
              width: 100%;
              height: auto;
              max-height: 150px;
              object-fit: contain;
              margin-bottom: 20px;
              border-radius: 8px;
          }
          
          /* Text Styling */
          .feature h2 {
              font-size: 1.5em;
              margin-bottom: 10px;
              color: #002147;
              transition: color 0.3s ease;
          }
          
          .feature h2 i {
              color: #ff6600; /* Icon color */
              margin-right: 8px;
          }
          
          .feature p {
              font-size: 1em;
              line-height: 1.5;
              color: #4a4a4a;
              transition: color 0.3s ease;
          }
          
          /* Hover Transition for Text */
          .feature:hover h2 {
              color: #ff6600; /* Change title color on hover */
          }
          
          .feature:hover p {
              color: #333333; /* Darker shade for the paragraph */
          }
          
    

        /* ----mission ,vission and value---- */
            /* section-2 to arrange the circles */
            #span{
                position: absolute; 
                
               margin-top:-500px;
               /
             }
             #span h1{
               color: #ffffff;
               font-size: 50px;
               text-align: center;
             }
    .section-2 {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 155px;
           background-color: #002147;  
        height:900px;
      }
  
      /* Outer circle styling */
      .outer-circle {
        width: 405px; /* Reduced size by an additional 50px */
        height: 405px; /* Reduced size by an additional 50px */
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        top: 100px;
        align-items: center;
        background: linear-gradient(45deg, #ff0000, #0072ff, #00c6ff, #ffa700);
        background-size: 300% 300%;
        animation: gradient-shift 5s infinite; /* Gradient shift animation */
        border: 10px solid transparent; /* Default border thickness */
        box-shadow: 0 15px 30px rgba(139, 137, 137, 0.3);
        transition: transform 0.8s ease, box-shadow 0.8s ease, border-width 0.5s ease;
      }
  
      @keyframes gradient-shift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
      }
  
      .outer-circle:hover {
        transform: rotate(360deg) scale(1.1); /* 360-degree rotation and scaling */
        border-width: 5px; /* Outer border becomes thinner */
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
      }
  
      /* Inner circle styling */
      .circle {
        width: 250px; /* Reduced size by an additional 50px */
        height: 250px; /* Reduced size by an additional 50px */
        border-radius: 50%;
        position: relative;
        text-align: center;
        padding: 40px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        transition: transform 0.6s ease, box-shadow 0.6s ease;
      }
  
      .circle:hover {
        transform: scale(1.1);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
      }
  
      /* Icon styling */
      .circle i {
        font-size:2rem;/* Icon size remains the same */
         color:#fdc632; 
        transition: transform 0.4s ease-in-out, color 0.4s ease ;
      }
  
      .circle:hover i{
        
        transform: rotate(30deg); 
         transform: scale(1.2);
        color: rgb(253, 198, 50); 
        /* Icon color transition */
        
      }
  
      /* Heading styling */
      .circle h2 {
        margin: 10px 0;
        font-size: 2rem;
        color: #002147;
        transition: transform 0.5s ease, color 0.5s ease;
      }
  
      .circle:hover h2  {
        transform: scale(1.2);
        color: #fdc632; /* Heading color on hover */
  
      }
  
      /* Paragraph styling */
      .circle p {
        font-size: 1.0rem;
        color: #555;
        margin-top: 20px;
        /* text-align: justify; */
        opacity: 0.8;
        transition: opacity 0.5s ease, transform 0.5s ease;
      }
  
      .circle:hover p {
        opacity: 1;
        transform: translateY(-10px);
      }
      /* 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;
}
.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.3s all;
}
.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;

}
/* footer */

  

/* Responsive Media Queries */
/* header,navbar and tagline medial query */
@media screen and (max-width: 1300px) {
    .wavebottom{
        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;
        
    }
    .header {
        text-align: center;
        width: 100%;
    }
    .header .icon{
        display: flex;
        margin-left: -px;
    }
    #tag-line {
       
        font-size: 40px;
        padding-top: 70px;
          /* margin-left:-90px; */
    }

    #tag-para {
        position: absolute;
        font-size: 25px;
        margin-left: -50px;
    }

    .contact-info {
        margin-left: 0;
    }
}
@media screen and (max-width:1024px) {
    .wavebottom{
        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;
    
    height: 500px;  
    width: 100%;
}
    .header {
        text-align: center;
        width: 100%;
    }
    .header .icon{
        display: flex;
        margin-left: -250px;
    }
    #tag-line {
        font-size: 40px;
        padding-top: 70px;
        margin-left: -180px;
    }

    #tag-para {
        position: absolute;
        font-size: 18px;
        margin-left:-150px;
    }

    .contact-info {
        margin-left: 0;
    }
    .nav-menu {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-left: -190px;
         
    }
    .nav-menu a {
        font-size: 16px;
        margin: 5px;
        padding: 8px;
    }
    .containr {
        flex-direction: column;
        align-items: center;
    }
    #tag-line {
        font-size: 40px;
        padding-top: 100px;
    } 
}


@media screen and (max-width: 768px) {

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;
    
    height: 500px;  
    width: 100%;
}
    .header {
        display: none;
        text-align: center;
        width: 100%;
    }
    .header .icon{
        display: flex;
        margin-left:-450px;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
         background:#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: 40px;
         margin-top: 150px;
         margin-left: 20px;
    }

    #tag-para {
        position: absolute;
        font-size: 25px;
    margin-top: -35px;
    }

    .wavebottom {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    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;
        
    }
    .header {
        display: none;
        text-align: center;
        width: 150%;
    }
    .header .icon{
        display: flex;
        flex-direction: row-reverse;
        margin-left:-450px;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
        background: #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: 25px;
        margin-top: 150px;
        padding-top:70px;
         
    }

    #tag-para {
        /* position: absolute; */
        font-size:15px;
        margin-left: -50px;
        /* margin-top: 150px; */
        padding-top: 100px;
    }

    .logo img {
        width: 80px;
    }

    .wavebottom {
    display: none;
    }
}
/* ----section-1---- */


/* Responsive Media Queries */
@media screen and (max-width: 1024px) {
    .section-1 { 
        max-width: 90%;  
         justify-content: center;
         align-items: center;
         margin-top: 30px;
         padding: 20px;
         /* margin-top: -800px; */
          
    }
    .image-section img{
        width: 100%;
        height: auto;
    }

    .text-section {
        padding: 15px 20px;
    }

    h1 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }
    .wavebottom2{
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    .section-1 {
        
        max-width: 60%;
         /* margin: 30px auto;  */
         margin: 700px auto;
    }

    .text-section {
        padding: 15px 20px;
    }

    h1 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }
    .wavebottom2{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .section-1 {
        flex-direction: column;
        width: 100%;
        margin-top:900px;
 
    }

    .image-section {
        flex: none;
        width: 100%;
    }

    .image-section img {
        height: auto;
    }

    .text-section {
        padding: 10px 15px;
    }

    h1 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }
    .wavebottom2{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .section-1 {
        margin-top: 500px;
        flex-direction: column;
        width: 100%;
        /* margin:px auto; */
    }

    .image-section {
        flex: none;
        width: 100%;
    }

    .image-section img {
        height: auto;
    }

    .text-section {
        padding: 10px;
    }

    h1 {
        font-size: 18px;
    }

    p {
        font-size: 12px;
    }
    .wavebottom2{
        display: none;
    }
}
/* ----mission vission and value---- */
/* Mission, Vision, and Values Section Base Style */
 
/* Responsive Media Queries */
@media (max-width:1024px) {
    .section-2{
         display: flex ; 
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height:auto;
        padding:100px 0;
        gap: 10px;
        

    }
    

    #span h1 {
        font-size: 2.2em;
        text-align: center;
         margin-top: -220px;
     
       
    }

    .outer-circle {
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
         
        /* width: 280px;
        height: 280px; */
    }

    .circle {
        width: 85%;
        height: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* text-align: center; */
    }

    .circle h2 {
        font-size: 1.5rem;
    }

    .circle p {
        font-size: 0.9rem;
    }
}


@media (max-width:1300px) {
    .section-2{
        height:1000px;
         margin-left: -70px;
         margin-top: -600px;
         
    }
    

    #span h1 {
        font-size: 3em;
      
    }

    .outer-circle {
        
        width: 300px;
        height: 300px;
    }

    .circle {
        
        width: 80%;
        height: 80%;
    }

    .circle h2 {
        font-size: 1.5rem;
    }

    .circle p {
        font-size: 0.9rem;
    }
}

@media  (max-width: 768px) {
    .section-2 {
        margin-top: -550px;
        flex-direction: column;
        gap: 30px;
        height: 1200px;
    }

    #span h1 {
        font-size: 2em;
        /* margin-top: -150px; */
    }

    .outer-circle {
        width: 250px;
        height: 250px;
    }

    .circle {
        width: 85%;
        height: 85%;
        padding: 15px;
    }

    .circle h2 {
        font-size: 1.3rem;
    }

    .circle p {
        font-size: 0.8rem;
    }
}

@media  (max-width: 480px) {
    .section-2 {
        flex-direction: column;
        padding: 10px;
        height:950px;
        margin-top: -560px;
        
    }

    #span h1 {
         padding-top: 15px;
        font-size: 1.8em;
       
        
    }

    .outer-circle {
        width: 200px;
        height: 200px;
    }

    .circle {
        width: 90%;
        height: 90%;
        padding: 10px;
    }

    .circle h2 {
        font-size: 1rem;
    }

    .circle p {
        font-size: 0.7rem;
    }
}
/* unique programme */
 

/* Responsive Media Queries */
@media screen and (max-width: 1024px) {
    .section-3{
          
         /* margin: 40px auto;  */
         margin-top: -500px;
        
        

    }
    
    .features{
         margin-top: 20px;
        flex-direction: column;
        align-items: center;
    
    }
    .feature {
        width: 80%;
        text-align: center;
        margin-bottom: 20px;
        /* justify-self: center; */
         
        /* width: 45%;   */
    }
}
@media screen and (max-width: 1300px) {
    .section-3{
        margin-top: 40px;
         

    }
    .features{
        gap: 5px;
        margin: -20px;
    }
    .feature {
         
        width: 35%; /* Adjusted width for better alignment on medium screens */
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .features {
        flex-direction: column; /* Stack feature boxes vertically */
    }

    .feature {
        width: 100%; /* Full width for smaller screens */
        padding: 15px;
    }

    h1 {
        font-size: 2em; /* Reduced size for titles */
    }

    .feature h2 {
        font-size: 1.3em;
    }

    .feature p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    .features {
        gap: 15px;  
    }

    h1 {
        font-size: 1.8em;
    }

    .feature {
        width: 100%;
        padding: 10px;
    }

    .feature h2 {
        font-size: 1.1em;
    }

    .feature p {
        font-size: 0.8em;
    }
}
/* footer */
/* General Footer Styles */

.footerwave {
    display: block;
    position: absolute;
    margin-top: -200px;
    width: 100%;
}

/* Responsive Media Queries */
@media screen and (max-width: 1200px) {
    .footerwave{
        display: none;
    }
    .footer-container {
        /* justify-content: space-evenly; */
        flex-direction: column; 
           align-items: center;
          
           
    }

    .footer-section {
        width: 45%; /* Adjust to fit smaller screens */
    }
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column; /* Stack sections vertically */
        align-items: center;
    }

    .footer-section {
        width: 90%; /* Full-width for better alignment */
        text-align: center;
    }

    .footer-section h3 {
        font-size: 1.1em; /* Reduce size for smaller screens */
    }
    .footer-bottom p {
        font-size: 1em; /* Adjust font size for smaller screens */
    }

    .footerwave {
        display: none; /* Hide the footer SVG wave on tablets and smaller devices */
    }
}

@media screen and (max-width: 480px) {
    .footer-container {
        padding: 10px;
    }

    .footer-section {
        width: 100%; /* Full-width on mobile devices */
    }

    .footer-section h3 {
        font-size: 1em;
    }

    .footer-bottom p {
        font-size: 1em; /* Adjust font size for smaller screens */
    }

    .footerwave {
        display: none; /* Ensure SVG wave stays hidden on mobile phones */
    }
}


    
       