.date-icon {
    color: #3a3285 !important;
    font-size: 14px;
}
.date-icon i {
    background: #3a3285;
}
.event-card-title {
    color: #000000;
}
.faculty-item img {
    background-color: #f6f6f6 !important;
}
.team-des {
    margin-top: -34px;
}

/* contact */
.light-bg {
    width: 70px;
    background: linear-gradient(to right, #011053, #3a3285);
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-border {
    width: 80px;
    background: #3094c0;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
}
.card.contact-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    font-size: 28px;
    font-weight: 700;
}

.contact-form h2 span {
    color: #0056b3; /* Blue color */
    font-weight: normal;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

.form-group textarea {
    resize: none;
    height: 100px;
}

/* program-tab */
.program-tab .nav.nav-tabs .nav-item .nav-link {
    border: 0px;
    border-bottom: 1px solid #ffffff;
    color: #5c5c54;
    font-weight: 400;
}
.program-tab .nav.nav-tabs .nav-item .nav-link.active {
    border: 0px;
    border-bottom: 1px solid #3a3285 !important;
    color: #3a3285;
    border-radius: 0px;
}

.program-tab .nav.nav-tabs .nav-item {
    border: 0px;
    border-right: 1px solid rgb(139 139 139 / 31%);
}

.custom-table-container {
    width: 100%;
    overflow-x: auto; /* Scroll for small screens */
}

.custom-table {
    width: 100%;
    /* Limit table width */
    margin: 0 auto; /* Center align */
    border-collapse: collapse; /* Merge borders */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Light shadow for table */
}
.custom-table th {
    color: #fff !important;
}
.custom-table thead {
    background-color: #3a3285; /* Blue header background */
    color: white !important; /* White text in header */
}

.custom-table th,
.custom-table td {
    padding: 10px; /* Add padding */
    border: 1px solid #ddd; /* Add border */
}
.key-scholarship ul.nav-tabs {
    width: 70%;
}
/* .custom-table tbody tr:last-child td {
    font-weight: bold;
  } */

.custom-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9; /* Light gray for odd rows */
}

.custom-table tbody tr:nth-child(even) {
    background-color: white; /* White for even rows */
}
.faq .accordion-button::before {
    float: right !important;
    font-family: "Font Awesome 5 Free"; /* Ensure this matches the Font Awesome 5 family */
    font-weight: 900; /* Font Awesome 5 requires this for solid icons */
    content: "\f068"; /* Minus icon */
    padding-right: 5px;
    right: 13px;
    position: absolute;
}
.faq .accordion-button.collapsed::before {
    content: "\f067";
    right: 0px;
    position: absolute; /* Plus icon */
}
.faq .accordion-button::after {
    display: none !important;
}
.faq h6 .accordion-button {
    color: #333333;
    font-size: 14px;
}
.table.program-table thead th {
    background-color: #3a3285;
    color: white;
    font-size: 15px;
    text-align: left;
    padding: 10px;
}
.table.program-table td {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 10px;
}
.table.program-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}
.note {
    font-style: italic;
    font-size: 14px;
    color: #555;
}
.faq-tab img {
    width: 80px;
}
ul.faq-list {
    list-style: disc !important;
}
.map-sec input.form-control {
    background: #eaeaea;
}
select.form-select {
    background: #eaeaea;
}
textarea.form-control {
    background: #eaeaea;
}
.event-sec.home .event-card img {
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
}
.event-sec.home .nav-link.active {
    color: #ffffff !important;
}
.event-sec.home .nav-link {
    color: #333 !important;
}
.image-item {
    height: 100%;
}
.media-image img {
    height: 271px !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.btn.tab-btn {
    color: #fff;
    top: 9px;
    position: absolute;
    height: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 20px;
    font-size: 10px;
    background: linear-gradient(to right, #011053, #0546a7);
}
.left-btn{
    left: -10px;

}
.right-btn{
    right: -10px;
    
}

.table>thead {
    vertical-align: middle !important;
}

.recent-post img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}
.recent-post .blog-btn{
    font-size: 14px;
    color: #000;
}
.date-text {
    color: #667085;
    font-size: 14px;
}
.blog-tag {
    background-color: #3A3285;
    border-radius: 0px;
    left: 10px !important;
    top: 10px !important;
    padding: 7px;
    font-size: 12px;
    color: #fff;
}
.event-card {
    transition: transform 0.3s ease-in-out;
}

.event-card:hover {
    transform: scale(1.05);
}
