/* Hero Banner (About Page) */
.about-hero {
    background: linear-gradient(135deg, rgba(11, 44, 138, 0.92) 0%, rgba(8, 31, 102, 0.88) 100%), url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center 35%;
    padding: 7rem 0 6rem;
    color: var(--text-on-dark);
}

.about-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
}

.breadcrumb-custom a {
    color: var(--accent-gold-light);
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    color: var(--white);
}

/* Founder Profile Section - New Design */
.founder-section {
    background: linear-gradient(135deg, #fff9f0 0%, #fff5e6 100%);
    position: relative;
    overflow: hidden;
}

.founder-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="10" y="30" font-size="80" opacity="0.03">🙏</text></svg>') repeat;
    pointer-events: none;
}

.founder-card {
    background: white;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s;
}

.founder-image-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-dark));
}

.founder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.founder-card:hover .founder-image {
    transform: scale(1.05);
}

.founder-quote {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 1rem;
    border-left: 4px solid var(--accent-gold);
}

.founder-quote p {
    margin: 0;
    font-size: 0.9rem;
    font-style: italic;
}

.founder-info {
    padding: 2rem;
}

.founder-name {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.founder-title {
    color: var(--primary-red);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--accent-gold);
}

.founder-bio {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-top: 1rem;
}

/* Mission Vision Cards */
.mv-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.mv-card:hover {
    transform: translateY(-5px);
    border-bottom: 4px solid var(--accent-gold);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: rgba(11, 44, 138, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.mv-icon i {
    font-size: 2.5rem;
    color: var(--primary-blue);
}

/* Values Grid */
.value-card {
    background: var(--white);
    border-radius: 1rem;
    padding: 1.8rem;
    text-align: center;
    transition: 0.3s;
    border: 1px solid var(--border-light);
    height: 100%;
}

.value-card:hover {
    box-shadow: var(--shadow-soft);
    border-color: var(--accent-gold-light);
}

.value-icon {
    font-size: 2.8rem;
    color: var(--primary-red);
    margin-bottom: 1rem;
}

/* Timeline / History */
.timeline-item {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
    border-left: 3px solid var(--accent-gold);
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

/* ========== FACULTY SLIDER/CAROUSEL STYLES ========== */
.faculty-slider-section {
    background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
    position: relative;
}

.faculty-carousel {
    position: relative;
    padding: 0 50px;
}

.faculty-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.faculty-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 1.5rem;
}

.faculty-slide {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: calc(33.333% - 1rem);
}

.leader-card {
    background: white;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid var(--border-light);
    height: 100%;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
    border-color: var(--accent-gold-light);
}

.leader-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}

.leader-info {
    padding: 1.5rem;
}

.leader-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: var(--text-primary);
}

.leader-title {
    color: var(--primary-red);
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.leader-qualification {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.leader-experience {
    font-size: 0.7rem;
    color: var(--accent-gold);
    font-weight: 600;
}

.badge-department {
    background: var(--off-white);
    color: var(--primary-blue);
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0.5rem;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    box-shadow: var(--shadow-soft);
}

.slider-btn:hover {
    background: var(--primary-red);
    transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-light);
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background: var(--primary-red);
    width: 25px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .faculty-slide {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .faculty-slide {
        flex: 0 0 calc(100% - 0rem);
        min-width: calc(100% - 0rem);
    }

    .faculty-carousel {
        padding: 0 40px;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
    }

    .founder-name {
        font-size: 1.5rem;
    }

    .founder-image-wrapper {
        min-height: 300px;
    }
}

/* Stats Section Light */
.stat-box {
    background: white;
    border-radius: 1.2rem;
    padding: 1.8rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-light);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-blue);
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.2rem;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 2rem;
    }
}