/*.admission-banner-main.plp .admissions-content h1 {*/
/*    max-width: unset;*/
/*}*/

.admission-banner-main.plp p {
    max-width: 900px;
}

.admission-overview-main.plp .title-text {
    margin-bottom: 0;
}

.admission-overview-main.plp .title-text p{
    max-width:unset;
}

.admission-banner-main.plp .app-btn span::before{
    background-image:url(../images/long-arrow.svg);
    background-size: contain;
    transform: rotate(-40deg);
    right: -6px;
    top: 4px;
}

/*acx*/

/* ==========================================
   EXPLORE PROGRAMMES (FIGMA MATCH v2.1)
========================================== */

.ep-wrapper {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    position: relative;
}

.ep-wrapper,
.ep-wrapper * {
    box-sizing: border-box;
}

/* ---------- Search ---------- */
.ep-search-wrap {
    display: flex;
    gap: 16px;
    margin: 10px 0 30px 0px;
}

.ep-search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 18px;
    min-height: 56px;
}

.ep-search-ico {
    width: 20px;
    height: 20px;
}

#ep-search {
    border: none !important;
    outline: none !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 16px;
    background: transparent !important;
    color: #111;
}

#ep-filter-toggle {
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ep-filter-toggle img {
    width: 22px;
    height: 22px;
}

/* ---------- Filter Panel (dropdown, NOT popup) ---------- */
.ep-filter-panel {
    display: none;
    margin-bottom: 24px;
}

.ep-filter-panel.is-open {
    display: block;
}

.ep-filter-box {
    background: #fff;
    width: 100%;
    /* border-radius: 10px; */
    overflow: hidden;
}

.ep-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    border-top: 3px solid #254BB7;
}

.ep-filter-title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.ep-filter-close {
    border: none;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #111;
}

/* body */
.ep-filter-body {
    padding: 22px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background-color: var(--gray-color);
}

.ep-filter-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ep-filter-label {
    font-size: 20px;
    font-weight: 600;
    color: #1a2b4c;
}

.ep-filter-group-toggle {
    display: none;
    /* only in mobile */
    border: none;
    background: transparent;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    cursor: pointer;
}

.ep-filter-group-toggle img {
    width: 22px;
    height: 22px;
}

.ep-filter-options {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.ep-filter-pill {
    border: none;
    background: var(--white-color);
    color: #5a6470;
    padding: 12px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
}

.ep-filter-pill.active {
    background: #1E66D0;
    color: #fff;
}

.ep-filter-pill--big {
    width: 170px;
    text-align: center;
}

/* footer */
.ep-filter-footer {
    padding: 18px 28px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.ep-filter-apply {
    background: #254BB7;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
    min-width: 340px;
}

.ep-filter-clear {
    border: none;
    background: transparent;
    color: #254BB7;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}

/* ---------- Discipline accordion ---------- */
.ep-discipline {
    margin-bottom: 22px;
}

/* prevent theme active bg */
.ep-wrapper .ep-discipline-header,
.ep-wrapper .ep-discipline.active .ep-discipline-header {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.ep-discipline.active .ep-divider {
    opacity: 0;
}

.ep-discipline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 10px;
}

.ep-discipline-title {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ep-discipline-bar {
    width: 2px;
    height: 32px;
    background: #000;
    display: inline-block;
}

.ep-discipline.active .ep-discipline-bar {
    background: #FDCA00;
}

.ep-discipline.active .ep-discipline-title {
    color: #FDCA00;
}

.ep-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-arrow-icon {
    width: 46px;
    height: auto;
    display: none;
}

.ep-discipline.active .ep-arrow-icon-expand {
    display: block;
}

.ep-discipline:not(.active) .ep-arrow-icon-collapse {
    display: block;
}

.ep-divider {
    height: 1px;
    width: 100%;
    background: var(--white-color);
    margin-top: 8px;
}

/* grid collapsible area */
.ep-programmes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: 80px;
    justify-content: flex-start;

    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: 0;

    transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.ep-discipline.active .ep-programmes {
    opacity: 1;
    margin-top: 40px;
}

.ep-card {
    background: #fff;
    color: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
    max-width: 360px;
}

.ep-card-body {
    padding: 22px 22px 12px;
}

.ep-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

.ep-card-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #000000;
}

.ep-card-img {
    padding: 0 22px;
}

.ep-card-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover;
    aspect-ratio: 330 / 264;
}

.ep-btn {
    margin: 16px 22px 22px;
    text-align: center;
    background: #254BB7;
    color: #fff;
    padding: 7px 10px;
    border-radius: 0;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
}

.ep-btn:hover {
    opacity: 0.92;
    color: #fff;
}

/* 	all card same size solution */

.ep-card-desc {
    min-height: 60px;
}

.ep-wrapper {
    background-color: var(--black-color);
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}

.ep-wrapper .title-text {
    margin-bottom: 70px;
}

.ep-wrapper .title-text h2 {
    margin-bottom: 15px;
}

.ep-wrapper .title-text h2,
.ep-wrapper .title-text p {
    color: var(--white-color);
}

.ep-wrapper .title-text p {
    font-size: 20px;
    font-style: italic;
}

.ep-filter-options--discipline {
    gap: 0;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;

}

.ep-filter-options--discipline .ep-filter-pill {
    border-radius: 0;
    width: 100%;
    text-align: left;
}

.ep-filter-options--discipline .ep-filter-pill:hover {
    background-color: #1E6ADB;
    color: var(--white-color);
}

.experience-student-life .sogs-advantage-heading h2{
    max-width:1200px;
}


/*28-01*/
.sogs-advantage-main.experience-student-life .sogs-advantage-heading h2 {
    max-width: 750px;
    margin-bottom: 10px;
}
.sogs-advantage-main.experience-student-life .sogs-advantage-heading p{
     max-width: 950px;
}

   

.faq-main.plp {
    padding-top: 0;
}

.sp-list li,
.sogs-advantage-main.experience-student-life ul li{
    font-weight: 500 !important;
    color: var(--black-color) !important;
    border-left: 2px solid var(--yellow-color);
    padding-left: 15px !important;
     padding-top: 0 !important;
    margin-top: 15px;
}

.sogs-advantage-main.experience-student-life .sogs-advantage-boxes-block-heading p{
        max-width: 500px;
}

.sogs-advantage-main.experience-student-life ul {
     padding-left: 0px !important;
}

.sogs-advantage-main.experience-student-life ul li{
    font-size:20px;
    font-weight: 400 !important;
    list-style-type: none;
    
}

.sogs-advantage-main.experience-student-life ul li span{
    color:var(--black-color);
    font-weight: 700 !important;
}

.sogs-advantage-main.experience-student-life .sogs-advantage-boxes-block{
        padding-top: 55px;
}

/* ---------- responsive ---------- */

@media(max-width:1024px) {
    .ep-programmes {
        grid-template-columns: repeat(2, minmax(0, 360px));
    }
}

@media(max-width:768px) {
    .ep-search-wrap {
        gap: 12px;
        margin-bottom: 16px;
    }

    .ep-search-input-wrap {
        min-height: 50px;
        padding: 12px 14px;
    }

    #ep-filter-toggle {
        width: 50px;
        height: 50px;
    }

    .ep-programmes {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ep-card {
        width: 100%;
        max-width: 100%;
    }

    .ep-discipline-title {
        font-size: 20px;
        gap: 12px;
    }

    .ep-divider {
        border-bottom: 1px solid #646464;
    }

    .ep-discipline-bar {
        height: 26px;
    }

    /* mobile filter design */
    .ep-filter-header {
        border-bottom: none;
        padding: 18px 18px;
    }

    .ep-filter-title {
        font-size: 22px;
    }

    .ep-filter-body {
        padding: 18px 18px 22px;
        max-height: 62vh;
        overflow: auto;
    }

    .ep-filter-group-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* mobile accordion for filter groups */
    .ep-filter-group .ep-filter-options {
        display: none;
    }

    .ep-filter-group.is-open .ep-filter-options {
        display: flex;
    }

    /* discipline list style */
    /* .ep-filter-options--discipline {
        flex-direction: column;
        gap: 0;
        border-radius: 12px;
        overflow: hidden;
        background: #f5f5f5;
    } */

    /* .ep-filter-options--discipline .ep-filter-pill {
        width: 100%;
        border-radius: 0;
        text-align: left;
        padding: 14px 16px;
        background: transparent;
    } */

    .ep-filter-options--discipline .ep-filter-pill.active {
        background: #1E66D0;
        color: #fff;
    }

    .ep-filter-footer {
        flex-direction: column-reverse;
        gap: 14px;
        align-items: stretch;
        padding: 0;
        background-color: var(--gray-color);
        position: relative;
    }

    .ep-filter-clear,
    .ep-filter-apply {
        padding: 18px;
    }

    .ep-filter-apply {
        width: 90%;
        min-width: 0;
        margin: 18px;
        position: relative;
        z-index: 10;
    }

    .ep-filter-footer::before {
        position: absolute;
        content: "";
        background-color: var(--white-color);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 95px;
        pointer-events: none;
    }

    .ep-filter-clear {
        text-align: left;
    }

}

@media(max-width:600px) {
    .ep-wrapper .title-text {
        margin-bottom: 30px;
    }

    .ep-arrow-icon {
        width: 23px;
    }

    .ep-discipline.active .ep-programmes {
        margin-top: 15px;
    }

    .ep-discipline-header {
        padding: 0;
    }

    .admission-banner-main.plp .admissions-content {
        justify-content: center;
    }

    .admission-banner-main.plp .ucam-global {
        margin-bottom: 60px;
    }

    .admission-overview-main.plp {
        padding-bottom: 50px;
    }

    .ep-filter-group-toggle img {
        width: 22px;
        height: auto;
    }

    .ep-filter-body {
        max-height: 100%;
    }

    .ep-wrapper {
        padding-bottom: 50px;
    }

    .ep-filter-options--discipline {
        flex-flow: column;
    }

    .ep-filter-group.is-open button.ep-filter-group-toggle {
        transform: rotate(180deg);
    }

    .ep-filter-group--mode .ep-filter-pill,
    .ep-filter-group--degree .ep-filter-pill {
        padding: 12px 8px;
    }

    .ep-filter-group--mode .ep-filter-options,
    .ep-filter-group--degree .ep-filter-options {
        gap: 8px;
    }

    .ep-filter-pill--big {
        width: 130px;
    }
    
    .sogs-advantage-main.experience-student-life .sogs-advantage-boxes-block{
        padding-top: 15px;
    }
    
    .sogs-advantage-main.experience-student-life ul li{
        font-size:18px;
    }
    
    .sogs-advantage-main.experience-student-life ul{
                padding-top: 0px;
    }
}