.p-5{
    font-size: 1.5rem; /* Adjust the size as needed */
    line-height: 1.2;  /* Adjust the line height as needed */
  }
  /*section content*/
.container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}
.title{
    text-align: center;
    margin-bottom: 50px;
    background-color: #f8fdff;
    color: #00529b;
    font-weight: bolder;
    gap: 6px;
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    padding: 40px 20px;
    text-align: center;
    background-color: #f8fdff;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.feature-card {
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    color: violet;
    color: whitesmoke;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.icon svg {
    width: 100%;
    height: 100%;
    fill: #00529b;
    color: #00529b;
}

.fa-solid {
    font-size: 60px;
    size: 200px;
    
}
.fontawes-icon {
    
    fill: #00529b;
    color: #00529b;
   
}

.active .icon svg {
    fill: white;
}

.feature-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.active .feature-title {
    color: white;
}

.feature-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
}

.active .feature-description {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1024px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features {
        grid-template-columns: 1fr;
    }
}


/*admission form css*/

.admission-page{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9;
    padding: 20px;
    margin-top: 150px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
    min-height: 100vh;
    
}
.admission-form{
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
}
.admission-form h2{
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}
.admission-form fieldset{
    margin-bottom: 15px;


}
.admission-form legend{
    font-weight: bold;
    margin-bottom: 10px;
    color: #555;
}
.admission-form label{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}
.admission-form input, .admission-form select{
    width: 70%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;

}
.admission-form button{
    width: 50%;
    padding: 10px;
    background-color: #00bcd4;
    color: whitesmoke;
    border-radius: 8px;
    font-size: 16px;
    border: none;

}
.admission-form button:hover{
    background-color: #00529b;
    border: none;
}
/*about page*/
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 1500"><rect fill="%23003399" width="2000" height="1500"/><defs><radialGradient id="a" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23ffffff"/><stop offset="1" stop-color="%23003399"/></radialGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="0" y1="750" x2="1550" y2="750"><stop offset="0" stop-color="%23809acc"/><stop offset="1" stop-color="%23003399"/></linearGradient></defs><path fill="url(%23a)" d="M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z"/><g fill="%23FFF" fill-opacity="0.5"><circle cx="500" cy="500" r="40"/><circle cx="1000" cy="500" r="40"/><circle cx="1500" cy="500" r="40"/></g></svg>');
    color: white;
    padding: 100px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.value-card {
    border: none;
    transition: transform 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #003399;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.emphasis-box {
    background-color: #f8f9fa;
    border-left: 5px solid #003399;
    padding: 20px;
    margin: 20px 0;
}

.section-heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #003399;
}

.curriculum-item {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.section-heading text-center mt-5::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #00529b;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;
}
/*button*/
.btn-primary:hover {
    background-color: #0056b3 !important;
    transform: translateY(-2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-primary:focus {
    outline: none;
    box-shadow: 0px 0px 6px rgba(0, 123, 255, 0.8);
}
/*application form*/
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 50px;
  }
  .form-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .form-label {
    font-weight: bold;
  }
  .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  .btn-submit {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .btn-submit:hover {
    background-color: #0056b3;
  }
  /*header styles*/
        .page-header {
          background-image: url('images/grad\ cap.jpg'); 
          background-size: cover; 
          background-position: center;
          background-repeat: no-repeat; 
          position: relative; 
        }
        .page-header::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.7); 
        }
        .page-header .container {
          position: relative; 
          z-index: 1;
        }
        /*contact form*/
        