/* Placeholder styles for images */
.placeholder-image {
    background: linear-gradient(45deg, #002147, #003a7a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
    display: none;
}

.hero-placeholder {
    min-height: 400px;
    border-radius: 8px;
}

.logo-placeholder {
    height:auto;
    border-radius: 8px;
    font-size: 1rem;
    padding: 0.5rem;
}

/* Favicon placeholder will be a 32x32 colored square */
.favicon {
    width: 32px;
    height: 32px;
    background: #002147;
    border-radius: 4px;
}

/* Custom button styles */
.btn-primary {
    background-color: #001a38 !important;
    border-color: #001a38 !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(102 125 159) !important;
    
}
.btn-primary:hover {
    background-color: #001a38 !important;
    border-color: #001a38 !important;
}

.program-code {
    background-color: #dc4426 !important;
}

.text-primary {
    color: rgb(3, 17, 38) !important;
}
i.bi {
    color: #dc4426 !important;
}

.timeline-item::before {
    background: #dc4426 !important;
}

.bg-primary.text-white.rounded-circle {
    background-color: #e35335 !important;
    border-color: #dc4426 !important;
    border-width: 4px !important;
}

section.cta-section.py-5.bg-primary.text-white.text-center {
    background-color: #dc4426 !important;
}
.mt-5 {
    margin-top: 0rem !important;
}

.section-padding {
    padding: 60px 0;
}

.faculty_card {
    padding: 15px;
    width: 100%;
    margin: 30px auto auto;
    position: relative;
    z-index: 1;
    background: #fff;
    min-height: 400px;
}

.faculty_card p{
font-size: 16px;
}