/* 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;
    width: 100%;
     padding: 5px 0;
    text-align: center;
    
}
.header a {
    color: white;
    text-decoration: none;
    

     /* padding-top: 15px;  
    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: px;
     
}  */
 /* .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;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
  } 

 /* .containr{
    
    
    
    display: flex;
     
    
    justify-content: space-between;
    
} */

/*  #tag-line{*/
/*    font-size: 50px;*/
/*    font-family: Georgia, 'Times New Roman', Times, serif;*/
/*    text-align:center ;*/
/*    margin-left:-380px;*/
/*    color:  #e86c0d;*/
    /* color:  #f28633; */
    /* text-shadow: 2px 2px 2px #fdc632; */
/*    text-shadow: 2px 2px 2px white;*/
/*     padding-top: 150px;*/
     /*animation: fadeIn 2s ease-in-out; */
/*     transform: translate(-3%, -3%);*/
    /*animation: fadeInZoom 2s ease-out; */
 /* text-shadow:  0 0 20px rgb(253, 198, 50)   */
/*}  @keyframes fadeInZoom {*/
/*            from {*/
/*                opacity: 0;*/
/*                transform: translate(-3%, -3%) scale(0.5);*/
/*            }*/
/*            to {*/
/*                opacity: 1;*/
/*                transform: translate(-3%, -3%) scale(1);*/
/*            }*/
/*        } */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Main container */
.images-section {
    /*width: 100%;*/
    /*padding: 40px 20px;*/
     position: relative;
    margin-top: 600px;    /* 🔴 aa value increase/decrease kari sakho */
    padding: 60px 20px;
    background: #fff;
    z-index: 2;
}

/* Images container */
.images-container {
    display: flex;
    flex-direction: row;          /* 🔴 vertical mathi horizontal */
    justify-content: center;
    align-items: stretch;
    gap: 30px;                    /* cards vachche gap */
    flex-wrap: wrap;              /* mobile ma niche aavse */
}

/* Individual slogan card */
.images-container > div {
    width: 300px;                 /* card width */
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.images-container > div:hover {
    transform: translateY(-8px);
}

/* Image styling */
.images-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;            /* image stretch na thai */
}

/* Text styling */
.images-container h3 {
    padding: 15px;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
    text-align: center;
}

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #tag-line{
    font-size: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-left: -560px;
     color: #e86c0d; 
     padding-top: 135px;
     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:-350px;
     text-shadow: 2px 2px 2px white;
        position: absolute;
         padding-top:70px;
         /*animation: slideInLeft 2s ease-in-out;*/


}

.wavebottom{
    position: absolute;
    bottom: -75px;
    /* display: block; */
    
}
 
    
/* we do section  */


.content {
/* background-color: #fdc632; */
text-align: center;
padding: 50px;
margin-top:30% ;
}

.title h1  {
text-align: center;
font-size: 36px;
font-weight: bolder;
color: #002147;
margin-bottom: 50px;
padding: 15px;
}

.section {
    
display: flex;
justify-content: center;
gap: 50px;
}
.wave2{
    display: block;
    margin-top:-180px;
    position: absolute;
    left: 0;
}

.card {
background-color: #ffffff;
border: px solid #e0e0e0;
border-radius: 5px;
text-align:justify;
padding: 20px;
margin: 20px;
width: 420px;
height: 500px;
transition: box-shadow 0.3s ease-in-out;
box-shadow: 3px 3px  8px 9px rgba(0, 0, 0, 0.1);
transform: transform 0.3s ,box-shadow 0.3s ,border-radius 10px;
}
.card:hover{
    box-shadow:  0 0 20px #fdc632;
    background-color: white;
    transform: scale(1.1);
    margin: 10px;

}
.card:hover h2{
    color: #fdc632;

}
.card img{
    height: 250px;
    width: 100%;
    margin-top: 0px;
}
/* #img{
    height:100px;
    width: 100px;
    margin-top:-80px;
    margin-left: 150;
} */

/* .card:hover {
box-shadow: 3px 3px  8px 9px rgba(0, 0, 0, 0.1);
} */

h2 {
font-size: 24px;
color: #002147;
text-align: center;


}

 #para {
font-size: 16px;
color: #555555;
line-height: 1.5;
margin-top: 80PX;
}
/* our deliverable section */
.deliverables-section {
    text-align: center;
    padding: 50px 20px;
     background-color:#002147; 
    /* background-image: linear-gradient(45deg, rgb(253, 198, 50),%,rgb(0, 35, 71)); */
}

.deliverables-section h2 {
    font-size: 2em;
    color: #f8f1f1;
    margin-bottom: 40px;
}

.deliverables-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.deliverable {
 

    /* background-blend-mode:multiply; */
    background-repeat: no-repeat;
    background-size:cover;
    
    background-color: #fafafa;
    padding: 40px;
    /* border-radius: 8px; */
    width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}

.deliverable h3 {
    font-size: 1.5em;
    color: #1a1a1a;
    /* font-weight: bolder; */
    margin-bottom: 10px;
}

.deliverable p {
    font-size: 1.1em;
      color: #4a4a4a; 
     /* font-weight: bolder;  */
      /* color: white; */
}
 
.deliverable img{
    
    width: 100%;
}

/*  Hover Effect */
.deliverable:hover {
    /* transform: translateY(-10px); */
    
    box-shadow:  0 0 20px  #fdc632;
    background-color:white;
    transform: scale(1.1);
    margin: 10px;

}

.deliverable:hover h3 {
    color:#fdc632;
}
.deliverable-1 {
    
    background-color: #fafafa;
    padding: 40px;
    /* border-radius: 8px; */
    width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}

.deliverable-1 h3 {
    font-size: 1.5em;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.deliverable-1 p {
    font-size: 1.1em;
    color: #4a4a4a;
}
.deliverable-1 img{
    height: auto;
    width: 100%;
}

/*  Hover Effect */
.deliverable-1:hover {
    /* transform: translateY(-10px); */
    box-shadow:  0 0 20px  #fdc632;
    background-color:white;
    transform: scale(1.1);
    margin: 10px;
}

.deliverable-1:hover h3 {
    color:#fdc632;
}
/* 3 */
.deliverable-2 {
    
    background-color: #fafafa;
    padding: 40px;
    /* border-radius: 8px; */
    width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}
.deliverable-2  img{
height:auto;
width: 100%;

}



.deliverable-2 h3 {
    font-size: 1.5em;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.deliverable-2 p {
    font-size: 1.1em;
    color: #4a4a4a;
}

/*  Hover Effect */
.deliverable-2:hover {
    /* transform: translateY(-10px); */
    /* box-shadow: 2px 4px 8px 9px rgba(0, 0, 0, 0.1); */
    box-shadow:  0 0 20px  #fdc632;
    background-color:white;
    transform: scale(1.1);
    margin: 10px;
}

.deliverable-2:hover h3 {
    color:#fdc632;
}
.wave3{

    display: block;
    margin-top:-150px;
    position: absolute;
    left: 0;



}
/* WE TITLE CHANGES */
@keyframes grow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@keyframes colorChange {
    from {
        color: black;
    }
    to {
        color: blue;
    }
}

 /*Basic styles */
.WE-container {
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50PX;
    cursor: pointer; /* Makes elements interactive 
    flex-wrap: wrap; /* Allows wrapping for smaller screens 
}







.we, .lines, .secondtxt {
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(2vw + 20px); /* Responsive font size */
}

.we {
    color: black;
}

.we:hover {
    transform: scale(1.2); /* Enlarges text on hover */
    color: #002147; /* Changes color */
}

.lines {
    color: #fdc632 ;
    margin: 0 10px;
}

.lines:hover {
    transform: scale(1.5); /* Enlarges lines on hover */
    color: orange; /* Changes color */
}

.secondtxt {
    color: black;
    font-weight: bolder;
    position: relative;
}

.secondtxt:hover {
    transform: scale(1.2); /* Enlarges text on hover */
    color: #002147; /* Changes color */
}
   

 

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .WE-container {
        flex-direction: row; /* Ensures elements are side-by-side */
    }

    .we, .lines, .secondtxt {
        font-size: calc(2.5vw + 15px); /* Adjust font size for screens around 1024px */
    }

    .lines {
        margin: 5px 10px; /* Adjust margins for medium screens */
    }
}

@media (max-width: 768px) {
    .WE-container {
        flex-direction: column; /* Stack elements vertically for smaller screens */
    }

    .we, .lines, .secondtxt {
        font-size: calc(3vw + 15px); /* Adjust font size for tablets and mobile */
    }
}

@media (max-width: 480px) {
    .we, .lines, .secondtxt {
        font-size: calc(4vw + 10px); /* Further reduce font size for very small screens */
    }

    .lines {
        margin: 5px 0; /* Reduce margin for small screens */
    }
}


/* 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;

}

  
@media (max-width: 1300px) {
   
    body{
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 80vh;
        width: 100%;
    }
    .header {
        text-align: left;
        padding: 10px;
        width: 100%;
        
    }
    .icon-manage{
        position: absolute;
        display:flex;
        margin-left: -300px;
        width: 30px;
        height: 30px;
          
    }
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        gap: 5px;
    }
    /* .icon-manage {
        position: relative;
        margin-top: 10px;
    } */
    .nav-menu {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .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;
    } 
    .wavebottom, .wave2, .footerwave {
        display: none;  
    
    } 
    .section {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 90%;
        height: auto;
    }
    .card img {
        height: auto;
        width: 100%;
    }
    .deliverables-container {
        flex-direction: column;
        gap: 20px;
    }
    .deliverable, .deliverable-1, .deliverable-2 {
        width: 90%;
        padding: 20px;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
}




@media (max-width: 1024px) {
   
    body{
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 80vh;
        width: 100%;
    }
    .header {
        text-align: left;
        padding: 10px;
        width: 100%;
        
    }
    .icon-manage{
        position: absolute;
        display:flex;
        margin-left: -300px;
        width: 30px;
        height: 30px;
          
    }
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        gap: 5px;
    }
    /* .icon-manage {
        position: relative;
        margin-top: 10px;
    } */
    .nav-menu {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .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;
        margin-left: -110px;
    } 
    .wavebottom, .wave2, .footerwave {
        display: none;  
    
    } 
    .section {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 90%;
        height: auto;
    }
    .card img {
        height: auto;
        width: 100%;
    }
    .deliverables-container {
        flex-direction: column;
        gap: 20px;
    }
    .deliverable, .deliverable-1, .deliverable-2 {
        width: 90%;
        padding: 20px;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    body{
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 70vh;
        width: 100%;
    }
    
    .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;
        padding-top: 250px;
        margin-left:60px ;
    }
    /* .nav-menu a {
        font-size: 14px;
    } */
    .contact-info {
        flex-direction: column;
        text-align: left;
    }
    .content{
        margin-top: 400px;
    }
    .title h1 {
        font-size: 24px;
        padding: 10px;
    }
    .card {
        width: 95%;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
    .deliverables-container {
        width: 100%;
        height: auto;
    }
    .deliverables-section h2 {
        font-size: 1.5em;
    }
    .footer-section h3 {
        font-size: 1em;
    }
    .footer-bottom p {
        font-size: 1em;
    }
    .wavebottom, .wave2, .footerwave {
        display: none;  
    
    }
}

@media (max-width: 480px) {
    body{
        background-image: url(images/graduationcap.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        width: 100%;
        z-index: 1000;
    }
    
     .header {
        display: none;
        text-align: left;
        padding: 10px;
        width: 100%;
        
    } 
    /* .icon-manage{
        position: absolute;
        display:f;
        margin-left: -550px;
        width: 50px;
        
          
    } */
    .nav-menu {
        display: none;
        flex-direction:column;
       
     background-color: #002147; 
        position: absolute;
        top: 100px;
        right: 20px;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
      }
    
      .nav-menu.active {
        display: flex;
      }
    
      .hamburger {
        display: block;
      }
      .content{
        margin-top: 200px;
    }

     
    
    /* .header {
        padding: 5px;
    } */
    /* .contact-info a, .nav-menu a {
        font-size: 12px;
    } */
    #tag-line {
        font-size: 20px;
        padding-top:250px;
    }
    .card {
        padding: 10px;
    }
    p {
        font-size: 12px;
    }
    h2 {
        font-size: 18px;
    }
    .footer-section h3 {
        font-size: 0.9em;
    }
    .footer-bottom p {
        font-size: 0.9em;
    }
    .wavebottom, .wave2, .footerwave {
        display: none; 
    
    }
} */

 







    






  
