.btn-message {
    background-color: #135e9e;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-message:hover {
    background-color: #ed8e3b;
    color: white;
}



.acadmic-h2 {
    font-size: 40px;
    text-align: center;
}

.acadmic-content {
    text-align: left;
    width: 80%;
    color: #6a6363;
    font-family: inherit;
    padding: 57px 0px 25px 103px;
}

.acadmic-li {
    margin: 5px 0px;
    font-size: 20px;
}  


.event-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin: 10px 0px;
}
    .event-card:hover {
      transform: scale(1.02);
    }
    .event-img {
    border: none;
    border-radius: 20px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    }
    
    .admission-img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
      margin:4px 0px;
    } 
   .learn-btn {
    border: 2px solid #fdb813;
    color: #FF7001;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: transparent;
}
    .learn-btn:hover {
      background-color: #FF7001;
      color: white;
    }

 

.admission-h2 {
    font-size: 45px;
}



.admission-content {
    text-align: center;
    margin: 0px 0px 0px;
    padding: 43px 23px 13px 29px;
}

.adminssion-p {
    font-size: 18px;
    line-height: 33px;
}

.download-link {
    color: #04719d;
}
.download-link:hover {
    color: #ff0050;
}
    