.footer {
    background-color: #125db9;
    width: 100%;
    height: auto;
    color: white;
    line-height: 24px;
    display: flex;
    justify-content: center;
    gap: 100px;
    padding-top: 20px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.footer h2{
    color:white
}

.footer p {
    font-size: 16px;

}
.footer-neet p{
    color:white
}

.footer-neet h2 {
    margin-top: 20px;
}

.footer-neet>:nth-child(4) {
    margin-top: 30px;
}


.footer-neet img{
    width:100%;
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer-neet-2 h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-neet-2 a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.footer-neet-2 a:hover{
    color:#7373df;
}

.footer-neet-3 a:hover{
    color:#7373df;
}

.footer-neet-2 p {
    margin-top: 10px;
}

.footer-neet-3 a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
    position: relative;
    top:10px
}


  
  .connect-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  
  .connection {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  

  .connection i {
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 32px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
  }
  
  .connection img {
    object-fit: contain;
    width:34px;
  position: relative;
  top:7px
  }
  
  .connection img:hover,
  .connection i:hover {
    transform: scale(1.15);
    opacity: 0.8;
  }
  


.footer-neet-3>:nth-child(5) {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-neet-3 p {
    margin-top: 10px;
}

.footer-neet-3>:nth-child(1) {
    padding-top: 20px;
}


.copyright {
    background-color: #002e66;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright h4 {
    text-align: center;
    color: white;

}

.copyright h4 a {
    color: #d8d8d8;
}





@media screen and (max-width:500px) {
    .footer {
        justify-content: start;
        padding-left: 20px;
        padding-right: 10px;
        gap: 50px
    }

    .copyright h4 {
        font-size: 12px;
    
    }
    
    
    .copyright h4 a {
        font-size: 12px;;
    }
}




@media screen and (max-width:375px){
    .copyright h3{
        font-size:12px
        }
}









