/* --- Custom Header & Hero Updates --- */

/* Header Reset & Transparent */
.header-layout2 {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-top: 5px solid var(--theme-color);

}

.header-layout2 .menu-area {
    background-color: transparent !important;
}

.header-layout2 .menu-area::before,
.header-layout2 .menu-area::after {
    display: none !important;
}

.sticky-wrapper.sticky .menu-area {
    background-color: var(--title-color) !important;
    padding: 10px 0;
}

.sticky-wrapper.sticky .header-layout2 {
    border-top: none;
}

.header-layout2 .header-logo {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    z-index: 100;
}

.logo-bg {
    background-color: #ffffff;
    padding: 20px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: -5px;
    position: relative;
    top: -5px;
}

.header-layout2 .main-menu>ul>li>a {
    color: #ffffff !important;
    font-weight: 500;
}

.header-layout2 .main-menu>ul>li>a:hover {
    color: var(--theme-color) !important;
}

.sticky-wrapper.sticky .main-menu>ul>li>a {
    color: #ffffff;
}

.header-layout2 .header-right {
    gap: 15px;
    display: flex;
    align-items: center;
}

.header-layout2 .icon-btn {
    background-color: #ffffff;
}

.header-layout2 .icon-btn:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

@media (min-width: 1200px) {
    /* .th-container4 {
        width: 100%;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        --main-container: 96%;
    } */

    .header-layout2 .main-menu>ul>li {
        margin: 0 9px;
    }
}

@media (min-width: 1400px) {
    /* .th-container4 {
        max-width: 1360px;
        --main-container: 1360px;
    } */

    .header-layout2 .main-menu>ul>li {
        margin: 0 11px;
    }

}

@media (min-width: 1600px) {
    /* .th-container4 {
        max-width: 1620px;
        --main-container: 1620px;
    } */

    .header-layout2 .main-menu>ul>li {
        margin: 0 18px;
    }
}


/* Full Screen Hero Slider */
.th-hero-wrapper.hero-2 {
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slider2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-slider2 .swiper-wrapper {
    height: 100%;
}

.hero-slider2 .swiper-slide {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.hero-slider2 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-slider2 .row {
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.hero-style2 {
    padding: 0 !important;
    position: relative;
    z-index: 6;
    margin-top: 5rem;
}

.hero-style2 .hero-title {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.1;
    color: #ffffff;
}

.hero-style2 .hero-text {
    font-size: 20px;
    max-width: 694px;
    margin-bottom: 40px;
    color: #ffffff;
}

.hero-style2 .btn-wrap {
    margin-top: 0;
}


/* Responsive Adjustments */
@media (max-width: 1199px) {
    .header-layout2 .menu-area {
        background-color: var(--title-color) !important;
        position: relative;
    }

    .th-header.header-layout2 {
        position: relative;
        background-color: var(--title-color) !important;
        border-top: none;
    }

    .th-hero-wrapper.hero-2 {
        height: auto;
        min-height: 700px;
        padding: 50px 0;
    }

    .hero-2 .hero-image {
        right: -40px;
        width: 58%;
    }

    .logo-bg {
        padding: 15px 20px;
        border-radius: 10px;
    }

    .hero-style2 .hero-title {
        font-size: 48px;
    }
}

@media (min-width:320px) and (max-width: 768px) {
    .hero-2 .hero-image {
        display: none !important;
    }
}

/* --- About Section Feature List --- */
.about-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
    margin-bottom: 30px;
}

.about-feature-list li {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-feature-list li i {
    font-size: 20px;
    /* color: var(--theme-color);  Using text-theme utility if avail, else explicit */
    color: #d3224d;
    /* Primary Red */
}

@media (max-width: 575px) {
    .about-feature-list {
        grid-template-columns: 1fr;
    }
}

/* --- ISGJ Campus Locations Section (Unique Classes) --- */
.ISGJ-location-card {
    border: 1px solid #222222;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    width: 244px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.ISGJ-flag-icon {
    margin-bottom: 25px;
}

.ISGJ-flag-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    /* Soft shadow for circle */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ISGJ-flag-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ISGJ-location-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--title-color);
    line-height: 1.3;
}

.ISGJ-location-address {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: var(--title-color);
    margin-bottom: 10px;
    line-height: 1.6;
}

.ISGJ-location-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.ISGJ-location-info a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}

.ISGJ-location-info a i {
    color: #8C8C8C;
    font-size: 16px;
}

.ISGJ-location-info a:hover {
    color: var(--theme-color);
}

.ISGJ-location-info a:hover i {
    color: var(--theme-color);
}

@media (max-width: 1400px) {
    .ISGJ-location-card {
        height: auto;
        width: auto;
    }

}

/* Active Menu Item */
.main-menu ul li.active>a {
    color: var(--theme-color) !important;
}

/* Mission Vision Section */
.mission-vision-area {
    position: relative;
    background-color: #fff;
}

.mission-vision-content .sec-title {
    margin-bottom: 20px;
}

.mission-vision-content .sec-text {
    margin-bottom: 30px;
}

.mission-box {
    margin-bottom: 30px;
}

.mission-box .box-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-box .box-icon i {
    font-size: 24px;
    color: var(--theme-color);
}

.mission-box .box-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.mission-box .box-text {
    margin-bottom: 0;
}

.mission-vision-img .img-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.mission-vision-img .img-box img {
    border-radius: 10px;
    /* Or custom shape if needed */
    max-width: 100%;
}

/* Shape approximation if no image mask is available, or use clip-path */
/* Shape approximation if no image mask is available, or use clip-path */
/* .mission-vision-img .img-box {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); 
} */

/* Button styling adjustment */
.th-btn.style-border3 {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--title-color);
    padding: 15px 30px;
}

.th-btn.style-border3:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.th-btn.style-border3:not(:last-child) {
    margin-right: 20px;
}

/* --- Course Outcome Section --- */
.course-outcome-card {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.course-outcome-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(211, 34, 77, 0.1);
    /* Theme color shadow */
    border-color: var(--theme-color);
}

.course-outcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--theme-color);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.course-outcome-card:hover::before {
    transform: scaleY(1);
}

.course-outcome-card .box-number {
    font-size: 40px;
    font-weight: 800;
    color: var(--theme-color);
    opacity: 0.1;
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 1;
}

.course-outcome-card .box-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff6f8;
    /* VAR(--smoke-color) equivalent */
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.course-outcome-card:hover .box-icon {
    background-color: var(--theme-color);
}

.course-outcome-card .box-icon img {
    width: 30px;
    transition: all 0.4s ease;
}

.course-outcome-card:hover .box-icon img {
    filter: brightness(0) invert(1);
}

.course-outcome-card .box-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
    font-family: var(--title-font);
}

.course-outcome-card .box-text {
    font-size: 16px;
    color: var(--body-color);
    margin-bottom: 0;
    line-height: 1.6;
}

/* --- Career Pathways Section --- */
.career-pathways-list {
    margin-top: 30px;
    /* Grid removed for Swiper */
}

.career-pathway-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 20px;
    /* Increased vertical padding */
    background-color: #f8fafe;
    /* var(--smoke-color2) */
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    min-height: 100px;
    /* Force minimum height */
}

.career-pathway-item:hover {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--th-border-color);
    transform: translateX(5px);
}

/* Swiper specific adjustments */
.career-pathways-section .swiper-slide {
    height: auto;
    padding: 5px;
    /* Add padding to prevent shadow clipping */
}

.career-pathway-item .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    /* Prevent squishing */
    min-height: 40px;
    /* Prevent squishing */
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    /* Critical for flex containers */
}

.career-pathway-item:hover .icon {
    background-color: var(--theme-color);
    color: #fff;
}

.career-pathway-item .text {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    line-height: 1.4;
}

/* --- Field Visits Grid Layout --- */
#visit-list,
.fieldvisit-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#visit-list .event-card,
.fieldvisit-card-wrap .event-card {
    margin-bottom: 0;
    /* Clear default margins if any */
}

@media (max-width: 991px) {

    #visit-list,
    .fieldvisit-card-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* --- Field Visit Card Design --- */
.field-visit-card {
    display: flex;
    flex-direction: column;
    /* Image on top, content below */
    background: transparent;
    /* No shadow/border by default or as requested */
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.field-visit-card .event-card-img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.field-visit-card .event-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

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

.field-visit-card .event-content {
    /* Padding removed or minimal since border is gone */
    padding: 0;
}

/* Reuse existing typography */
.field-visit-card .box-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.field-visit-card .box-text {
    margin-bottom: 15px;
    color: var(--body-color);
}

.field-visit-card .blog-meta {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.field-visit-card .blog-meta a {
    font-size: 14px;
    color: var(--body-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.field-visit-card .btn-wrap {
    margin-top: auto;
}

/* --- CTA Widget for Field Visits --- */
.cta-widget {
    background-color: var(--title-color);
    /* Dark blue background */
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.cta-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(8, 25, 51, 0.3);
    border-color: var(--theme-color);
}

.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.cta-widget:hover .cta-icon {
    background: var(--theme-color);
    transform: scale(1.1);
}

.cta-icon img {
    width: 40px;
    filter: brightness(0) invert(1);
    animation: cta-icon-float 3s ease-in-out infinite;
}

.cta-widget .widget_title {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.cta-widget p {
    color: rgba(255, 255, 255, 0.8) !important;
    position: relative;
    z-index: 2;
}

.cta-widget .th-btn {
    width: 100%;
    justify-content: center;
}

/* Floating animation */
@keyframes cta-icon-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* --- Line Animation CTA Widget --- */
.cta-widget-lines {
    background-color: var(--title-color);
    /* Dark blue #081933 */
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 20px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.cta-widget-lines:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(8, 25, 51, 0.3);
    border-color: var(--theme-color);
}

.cta-lines-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);

    background-size: 40px 40px;
}

/* --- Voice of Industry (Creative Overhaul) --- */

/* 1. Industry Collaboration Features */
.voi-features-area {
    position: relative;
    background: #fff;
}

.voi-feature-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.4s ease;
    height: 100%;
}

.voi-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(211, 34, 77, 0.1);
    border-color: rgba(211, 34, 77, 0.1);
}

.voi-feat-icon {
    width: 70px;
    height: 70px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(211, 34, 77, 0.3);
    transition: all 0.4s ease;
}

.voi-feature-box:hover .voi-feat-icon {
    transform: rotateY(180deg);
}

.voi-feat-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.voi-feat-text {
    font-size: 16px;
    color: var(--body-color);
    margin-bottom: 0;
    line-height: 1.6;
}

/* 2. Modern Overlay Cards */
.voi-modern-card {
    position: relative;
    margin-top: 40px;
    /* Space for image break-out */
    transition: all 0.4s ease;
}

.voi-modern-img {
    height: 300px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background-color: #f0f0f0;
    transition: all 0.5s ease;
}

.voi-modern-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.voi-modern-content {
    background: #fff;
    padding: 120px 30px 40px 30px;
    /* Top padding for image overlap */
    border-radius: 20px;
    margin-top: -100px;
    /* Pull content up */
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all 0.4s ease;
}

/* Hover Effects */
.voi-modern-card:hover .voi-modern-img {
    transform: translateY(-10px);
}

.voi-modern-card:hover .voi-modern-img img {
    transform: scale(1.1);
}

.voi-modern-card:hover .voi-modern-content {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-bottom-color: var(--theme-color);
}

.voi-quote-modern {
    position: absolute;
    top: 110px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}

.voi-modern-card:hover .voi-quote-modern {
    opacity: 1;
    transform: scale(1);
}

.voi-modern-msg {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--body-color);
    margin-bottom: 25px;
    line-height: 1.6;
}

.voi-modern-info {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
}

.voi-modern-name {
    font-size: 22px;
    margin-bottom: 5px;
}

.voi-modern-role {
    font-size: 14px;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* 3. CTA Section */
.voi-cta-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 80px 20px;
    color: #fff;
}

.voi-cta-bg {
    position: absolute;
    inset: 0;
    background-color: #1a1a1a;
    /* Fallback */
    /* background-image: url('...'); handled by data-bg-src js */
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
    transition: transform 1s ease;
}

.voi-cta-box:hover .voi-cta-bg {
    transform: scale(1.05);
}

.voi-cta-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
}

.voi-cta-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .voi-cta-title {
        font-size: 32px;
    }
}


.cta-widget-lines .moving-grid-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.cta-widget-lines .moving-grid-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #D3224D, transparent);
    animation: gridLineDrop 4s infinite linear;
    filter: drop-shadow(0 0 5px #D3224D);
}

.cta-widget-lines .moving-grid-line:nth-child(2) {
    left: 20%;
}

.cta-widget-lines .moving-grid-line:nth-child(2)::after {
    animation-delay: 0.5s;
}

.cta-widget-lines .moving-grid-line:nth-child(3) {
    left: 50%;
}

.cta-widget-lines .moving-grid-line:nth-child(3)::after {
    animation-delay: 2s;
}

.cta-widget-lines .moving-grid-line:nth-child(4) {
    left: 80%;
}

.cta-widget-lines .moving-grid-line:nth-child(4)::after {
    animation-delay: 1.2s;
}

.cta-widget-lines .cta-content {
    position: relative;
    z-index: 2;
}

/* Reusing cta-icon from previous step if needed, or keeping it compatible */
.cta-widget-lines .cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    /* Glassmorphism bg */
    border-radius: 50%;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-widget-lines .cta-icon img {
    width: 40px;
    filter: brightness(0) invert(1);
    /* No float animation for icon if line animation is the focus, or keep it subtle */
}

/* --- Alumni Grid Section --- */
.alumni-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1400px) {
    .alumni-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .alumni-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .alumni-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.alumni-card {
    text-align: center;
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alumni-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.alumni-img-box {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #f0f0f0;
}

.alumni-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.alumni-card:hover .alumni-img-box img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.alumni-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 0;
    letter-spacing: 1px;
    margin-top: auto;
}

/* --- Alumni Detail Modal --- */
#alumniModal .modal-content {
    background-color: #ffffff !important;
    border-radius: 20px;
    border: none;
    overflow: hidden;
}

#alumniModal .modal-body {
    padding: 0;
}

.alumni-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000000;
}

.alumni-modal-close:hover {
    background-color: var(--theme-color);
    color: #ffffff;
    transform: rotate(90deg);
}

.alumni-modal-close i {
    font-size: 16px;
    line-height: 1;
}

#alumniModal .modal-img-col {
    background: #f8f8f8;
    min-height: 400px;
}

#alumniModal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#alumniModal .modal-content-col {
    background-color: #ffffff;
}

#alumniModal .box-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--body-color);
}

/* --- Academic Policy Section (Sidebar Layout) --- */

/* Sidebar */
.policy-sidebar {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 120px;
    /* Adjust based on header height */
    overflow: hidden;
    /* Clean edges */
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--theme-color);
}

.policy-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.policy-nav li {
    margin-bottom: 8px;
    /* Slightly tighter for pill look */
}

.policy-nav li:last-child {
    margin-bottom: 0;
}

.policy-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    padding: 12px 20px;
    border-radius: 50px;
    /* Pill Shape */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border: 1px solid transparent;
    /* Prevent layout shift */
}

/* Hover State */
.policy-nav a:hover {
    background: rgba(211, 34, 77, 0.05);
    /* Very light theme color tint */
    color: var(--theme-color);
    padding-left: 25px;
    /* Subtle slide */
}

/* Active State (Premium Pill) */
.policy-nav a.active {
    background: linear-gradient(90deg, var(--theme-color) 0%, #aa193d 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(211, 34, 77, 0.3);
    padding-left: 25px;
}

/* Add a small arrow for active state */
.policy-nav a.active::after {
    content: '\f061';
    /* Arrow Right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}

/* Content Sections */
.policy-section {
    background: #fff;
    padding: 0 0 50px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    scroll-margin-top: 140px;
    /* Fix for sticky header + spacing */
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.policy-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

/* Gradient Icon Circle */
.policy-icon-main {
    font-size: 24px;
    color: #fff;
    /* White icon */
    background: linear-gradient(135deg, var(--theme-color) 0%, #aa193d 100%);
    /* Gradient BG */
    width: 60px;
    height: 60px;
    min-width: 60px;
    /* Prevent shrink */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(211, 34, 77, 0.25);
}

.policy-main-title {
    font-size: 32px;
    /* Larger title */
    font-weight: 800;
    /* Bolder */
    margin: 0;
    color: var(--title-color);
    letter-spacing: -0.5px;
}

.policy-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--body-color);
    margin-bottom: 30px;
    margin-left: 80px;
    background: var(--smoke-color);
    /* Subtle highlight box for intro */
    padding: 20px;
    border-radius: 10px;
    border-left: 3px solid var(--theme-color);
}

@media (max-width: 768px) {
    .policy-desc {
        margin-left: 0;
    }
}

.policy-doc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 80px;
}

@media (max-width: 768px) {
    .policy-doc-list {
        margin-left: 0;
    }
}

.policy-doc-list li {
    position: relative;
    padding-left: 30px;
    /* More space for bullet */
    margin-bottom: 12px;
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.6;
    transition: transform 0.3s ease;
    /* Micro-interaction */
    cursor: default;
}

/* List Item Hover Effect */
.policy-doc-list li:hover {
    transform: translateX(5px);
    color: var(--title-color);
}

.policy-doc-list li::before {
    content: '\f058';
    /* Check Circle (Solid) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--theme-color);
    /* Theme color check */
    font-size: 16px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}