.ul-detail {
    list-style: disc;
    margin-left: 35px;
}

.home-slider {
    overflow: hidden;
}

.home-slider .hero-slide {
    min-height: 70vh;
}

/* Fullscreen Video Logic */
.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-video-container iframe {
    width: 100vw;
    height: 56.25vw;
    /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cta-button {
    line-height: 1 !important;
}

.panel-group1 .panel1 {
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    position: relative;
}

.panel-group1 .panel-title1 {
    font-size: 13px;
}

.panel-group1 .panel-title1 a {
    background: var(--light-color);
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px 10px 48px;
    white-space: normal;
    border: 1px solid #ddd !important;
}

.panel-group1 .panel-title1 a.active {
    background: #16174f none repeat scroll 0 0 !important;
    border-bottom: 1px solid #d3d3d3 !important;
    color: var(--light-color);
}

.panel-group1 .panel-title1 a.active .open-sub:after {
    display: none;
}

.panel-group1 .panel-title1 a.active::after {
    color: var(--light-color);
    content: "\f068";
}

.panel-group1 .panel-title1 a::after {
    color: #888;
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    padding: 10px 14px;
    position: absolute;
    top: 0;
}

.panel-group1 .panel-title1.active.panel-group .panel-title:hover a,
.panel-group .panel-title1.active.panel-group .panel-title:focus a {
    color: #333333;
}

.panel-group1 .panel-title1 .open-sub {
    display: block;
    position: relative;
}

.panel-group1 .panel-title1 .open-sub:before,
.panel-group1 .panel-title1 .open-sub:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
}

.panel-group1 .panel-content {
    background: var(--light-color) none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
}

.panel-group1 .panel-content> :last-child {
    margin-bottom: 0;
}

.panel-group.white .panel-title1 a {
    background-color: var(--light-color);
}

.table thead tr th {
    background-color: var(--primary-color);
    color: var(--light-color);
    text-align: center;
}

.accordion {
    margin: 20px 0;
}

/* STATS */
.stats {
    padding: 20px !important;
    background-color: var(--off-primary-color);
}

.stats .container {
    padding: 0 !important;
}

.stat-item {
    text-align: center;
    padding: 10px;
}

.stat-item:not(:last-child) {
    border-right: 1px solid var(--dark-color);
}

.stat-num {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 4px;
}

/* SECTION HELPERS */
.section {
    padding: 68px 0;
}

/* ABOUT PILLS */
.about-pill {
    background: var(--bg-lighter);
    border: 1px solid var(--gray-color);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    margin-bottom: 20px;
}

.about-pill h6,
.about-pill .about-pill-title {
    margin: 0 0 6px;
    color: var(--primary-color);
}

.about-pill p {
    font-size: 14px;
    color: var(----text-color);
    margin: 0;
    line-height: 1.6;
}

@media (max-width:767px) {
    .about-pill {
        margin: 10px 0;
    }
}

.recruiter-logo {
    height: 42px;
    object-fit: contain;
    transition: all .2s;
}

/* ── INDUSTRIAL PARTNERS ── */
.partners-section {
    background: var(--off-light-color);
}

.partner-card {
    background: var(--light-color);
    border: 1px solid var(--gray-color);
    border-radius: 8px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: all .2s;
}

.partner-card:hover {
    box-shadow: 0 8px 25px rgba(240, 90, 40, .12);
    border-color: var(--primary-color);
}

.partner-card img {
    max-height: 54px;
    max-width: 160px;
    object-fit: contain;
}


/* ── RECRUITERS ── */
.recruiters-section {
    background: var(--light-color);
    padding: 60px 0 !important;
}

.recruiters-section .container {
    padding: 0 !important;
}

.recruiter-track-wrap {
    overflow: hidden;
}

.recruiter-marquee {
    overflow: hidden;
    width: 100%;
}

.recruiter-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: marquee 28s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.recruiter-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}


/* ── PLACEMENTS GALLERY ── */
.placements-section {
    background: var(--off-primary-color);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200px 200px;
    gap: 10px;
}

.gallery-grid .g-item {
    overflow: hidden;
    border-radius: 6px;
}

.gallery-grid .g-item:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.gallery-grid .g-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.gallery-grid .g-item:hover img {
    transform: scale(1.05);
}

@media (max-width:767px) {
    .gallery-grid {
        display: flex;
        flex-direction: column;
    }
}

/* Sidebar */
.sidebar-card {
    background: var(--light-color);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.sidebar-header {
    background: var(--off-primary-color);
    padding: 15px 20px;
}

.sidebar-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color);
}

.course-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border-block: 1px solid var(--border-color);
}

.course-list li {
    padding: 0 10px;
}

.course-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: var(--text-color);
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}

.course-list li a:hover {
    background: var(--off-primary-color);
    color: var(--primary-color);
    text-decoration: none;
}

.course-list li a svg {
    width: 17px;
    height: 17px;
    fill: var(--primary-color);
    flex-shrink: 0;
}

.sidebar-footer {
    padding: 10px;
}