.event-sec {
    background-image: url(/images/events-bg.webp?e568ecff96febe47dea6ec7ee3f3d8ae);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.date-icon {
    background: #0546a7;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.date-icon i {
}
.date-icons {
    color: #0546a7;
}
.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, #0546a7);
    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 #0546a7 !important;
    color: #0546a7;
    border-radius: 0px;
}
.nav-tabs li.nav-item button {
    color: #000 !important;
}

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

.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: #0546a7; /* 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: #004aad;
    color: white;
    font-size: 15px;
}
.table.program-table td {
    font-size: 14px;
    font-weight: 400;
}
.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;
}
ul.faq-list li {
    list-style: disc !important;
}
.marquee-container {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: linear-gradient(45deg, #011053, #0546a7);
    padding: 10px 0;
}

.marquee-content {
    display: flex;
    gap: 10px;
    animation: marquee-scroll 10s linear infinite;
    flex-shrink: 0;
}

/* Keyframes for infinite loop */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
.lb-container {
    width: 1140px;
    margin: auto;
}
.event-sec.home .nav-link.active {
    color: #ffffff !important;
}
.event-sec.home .nav-link {
    color: #333 !important;
}

.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;
    
}

.testimonial-thumb.active {
    border: 1px solid #000000 !important; /* Blue border for active thumbnail */
    opacity: 1;
}
a.btn.read-btn {
    color: #0546A7;
}
a.btn.read-btn:hover {
    color: #000000;
}
.table>thead {
    vertical-align: middle !important;
}

.recent-post img {
    height: 77px;
    -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: #A0C814;
    border-radius: 0px;
    left: 10px !important;
    top: 5px !important;
    padding: 3px;
    font-size: 12px;
}
.team-des {
    margin-top: -34px;
}


.event-card {
    transition: transform 0.3s ease-in-out;
}

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