/*--------------- Global Styles ---------------*/
.page-degree-new-template main>.blocks--wrapper {
    padding: 0;
    overflow: unset;
}

.contains-background {
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-degree-new-template {
    overflow-x: hidden;
}

.page-degree-new-template #main {
    margin-top: 80px;
    background: var(--color-white);
}

.page-degree-new-template.logged-in #main {
    margin-top: 112px;
}

.page-degree-new-template main>.blocks--wrapper> :first-child.contains-background {
    margin-top: 0 !important;
}

.contains-background * {
    color: var(--color-white);
}

.page-degree-new-template main>.blocks--wrapper>div {
    min-width: unset;
    max-width: 120rem !important;
    padding-right: 5vw;
    padding-left: 5vw;
    margin: 8rem auto 0 !important;
}

.page-degree-new-template main>.blocks--wrapper>.contains-background,
.page-degree-new-template main>.blocks--wrapper>.fullwidth {
    max-width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}

.page-degree-new-template main>.blocks--wrapper>.contains-background>div,
.page-degree-new-template main>.blocks--wrapper>.fullwidth>div {
    max-width: 120rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 5vw;
    padding-left: 5vw;
}

.contains-background>div {
    position: relative;
}

.page-degree-new-template main h1 {
    font-size: clamp(3.25rem, 3.075rem + 0.875vw, 4.125rem) !important;
    line-height: 1.1;
}

.page-degree-new-template main .blocks--wrapper div :is(strong, span, h1, h2, h3, h4, h5, h6) {
    color: var(--color-gray-900);
}

.page-degree-new-template main .blocks--wrapper div p,
.page-degree-new-template main .blocks--wrapper div li {
    font-size: 1.125rem;
    color: #404040;
    font-weight: normal;
}

.page-degree-new-template main .blocks--wrapper div span {
    color: #404040;
}

.page-degree-new-template main .blocks--wrapper .contains-background :is(p, strong, span, li, h1, h2, h3, h4, h5, h6) {
    color: var(--color-white);
}

.page-degree-new-template main h2 {
    font-size: clamp(2.75rem, 2.65rem + 0.5vw, 3.25rem);
    line-height: 1.13;
    padding-bottom: 4.4rem;
}

.page-degree-new-template main#main h3 {
    font-size: 2.25rem !important;
}

.page-degree-new-template main .blocks--wrapper div img {
    display: block;
}

.page-degree-new-template main#main .feature-card h3,
.page-degree-new-template main#main .content-grid h3,
.page-degree-new-template main#main .semester-grid h3,
.page-degree-new-template main#main .requirements-grid h3 {
    font-size: 1.75rem !important;
}

body.page-degree-new-template.is-using-fullscreen-takeover .nu-takeover-nav-search .sitesearch-container {
    transform: translateX(-75%);
    opacity: 0;
    transition: all .3s ease-in-out !important;
}

body.page-degree-new-template.is-using-fullscreen-takeover .nu-takeover-nav-search .nu-takeover-nav-search-button.has-revealed-searchform+.sitesearch-container {
    opacity: 1;
}

.page-degree-new-template #main .wp-block-group.alignfull.prefooter {
    margin-top: 8rem;
}

.page-degree-new-template .swiper-pagination-bullets span {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 2px solid var(--color-gray-900);
    background: transparent;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.page-degree-new-template .swiper-pagination-bullets span:hover,
.page-degree-new-template .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: var(--color-primary-red);
    border-color: var(--color-primary-red);
}

.page-degree-new-template ul {
    padding-top: 1.3rem;
    padding-left: 1.5rem;
}
.course-overview-block .bottom-section>ul:first-child {
    padding-top: 0;
}
.fw-padding {
    background: var(--color-off-white);
    padding: 8rem 0;
}
.faculty-wrapper .swiper-wrapper:not(:has(> *:nth-child(4))) {
    justify-content: center;
}
.page-degree-new-template main .wp-block-group.alignfull.prefooter {
    overflow-x: hidden;
}


/*--------------- Global Btn CSS ---------------*/

.page-degree-new-template .btn {
    font-size: 16px;
    border: 2px solid;
    display: inline-block;
    padding: 17px 20px;
    border-radius: 50px;
}

.page-degree-new-template .btn.white {
    background: var(--color-white);
    color: var(--color-gray-900);
    border-color: var(--color-white);
}

.page-degree-new-template .btn.white i {
    color: var(--color-gray-900);
}

.page-degree-new-template .btn i {
    padding-left: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
}

.page-degree-new-template .btn.white-border {
    color: var(--color-white);
}

.page-degree-new-template .btn.white:hover,
.page-degree-new-template .btn.white-border:hover,
.page-degree-new-template .btn.black:hover,
.page-degree-new-template .btn.black-border:hover {
    background: var(--color-primary-red);
    border-color: var(--color-primary-red);
    color: var(--color-white);
}

.page-degree-new-template .btn.white:hover i {
    color: var(--color-white);
}

.page-degree-new-template .btn:focus-within {
    outline: -webkit-focus-ring-color auto 1px;
}

.cta-buttons {
    gap: 1.5rem;
    display: flex;
    flex-flow: row wrap;
    margin-top: 2rem;
}

.page-degree-new-template .btn.black {
    background: var(--color-gray-900);
    color: var(--color-white);
    border-color: var(--color-gray-900);

}

.page-degree-new-template .btn.black-border {
    background: transparent;
    color: var(--color-gray-900);
    border-color: var(--color-gray-900);

}

/*--------------- Banner CSS ---------------*/
.logged-in .course-hero-section {
    height: calc(100vh - 112px);
}

.course-hero-section {
    height: calc(100vh - 80px);
}

.page-degree-new-template main>.blocks--wrapper .banner-image {
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 100%;
    max-width: 100% !important;
}

.page-degree-new-template main>.blocks--wrapper .banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.course-hero-section::before,
.call-to-action::before {
    content: '';
    background: linear-gradient(90deg, #111111 13%, rgb(17 17 17 / 0%) 100%);
    position: absolute;
    height: 100%;
    width: 55%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content {
    z-index: 1;
}

.hero-content .cta-buttons {
    margin: 0;
    max-width: 100%;	
}

.hero-content>div {
    max-width: 540px;
}
.hero-content .hero-heading {
    max-width: 650px;
}
.course-hero-section>div {
    gap: 3.3rem;
    padding: 4rem 0;
}

.course-hero-section .degree-type {
    font-size: 1.25rem !important;
    padding-bottom: 1.3rem;
    letter-spacing: 1px;
}

.course-hero-section .program-details {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
}

.course-hero-section .program-details span {
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
}

.program-details .program-items {
    display: flex;
    flex-flow: row wrap;
    gap: 2.5rem;
}

.page-degree-new-template main>.blocks--wrapper>.contains-background .uni-buddy {
    position: fixed;
    top: calc(100vh - 85px);
    z-index: 999999;
    height: auto;
    padding: 0;
    right: 20px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px #00000021;
}

.uni-buddy img {
    height: 65px;
    width: 65px;
}


/*--------------- Sticky section CSS ---------------*/
.logged-in div#course-sticky-nav {
    top: 112px;
}
div#course-sticky-nav {
    margin: 0 !important;
    background: var(--color-gray-900);
    max-width: 100% !important;
    height: 78px;
    padding: 0 2rem 0 0;
    position: sticky;
    top: 80px;
    z-index: 99;
}

div#course-sticky-nav>div {
    max-width: 100%;
	height: 100%;	
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-nav-dropdown .course-dropdown-menu {
    position: absolute;
    background: var(--color-off-white);
    z-index: 1000000;
    width: 100%;
    top: 82px;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px #0000000f;
}

.course-nav-dropdown .course-dropdown-menu.active {
    top: 78px;
    opacity: 1;
    visibility: visible;
}

.course-nav-dropdown .course-dropdown-menu .mobile-only {
    display: none;
}

.course-desktop-cta-buttons.desktop-only a {
    color: var(--color-white);
    padding: 30px 20px;
    display: inline-block;
}

button.course-dropdown-toggle span {
    color: var(--color-white) !important;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;	
}

div#course-sticky-nav i {
    margin-left: 5px;
}

button.course-dropdown-toggle {
    background: transparent;
    border: none;
    color: var(--color-white);
    padding:20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: left;	
    height: 100%;
    align-items: center;	
}

button.course-dropdown-toggle:hover,
button.course-dropdown-toggle[aria-expanded="true"] {
    background: var(--color-primary-red);
}

.course-nav-dropdown {
    width: 270px;
    position: relative;
    height: 100%;	
}

.course-nav-dropdown .course-dropdown-menu>div,
.course-nav-dropdown .course-dropdown-menu>nav {
    padding: 2rem;
}

.course-nav-dropdown .course-dropdown-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 3px;
}

.course-nav-dropdown .course-dropdown-menu ul a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-weight: normal;
}

.course-nav-dropdown .course-dropdown-menu ul a:hover,
.course-nav-dropdown .course-dropdown-menu ul a.active {
    color: var(--color-primary-red);
}

div#course-sticky-nav * {
    font-size: 16px;
}

/*--------------- Related Course Slider CSS ---------------*/
.related-course-block.wp-block-group.slider-wrapper.is-layout-constrained {
    overflow: hidden;
}



/*--------------- Key Information CSS ---------------*/
.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	position: relative;
}
.info-grid .lines {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: 100%;
    top: 0;
}

.lines > span {
    border-left: 2px solid var(--color-primary-red);
}
.info-item {
    padding: 0 1.25rem 4.2rem;
    position: relative;
}

.info-item strong {
    display: block;
    padding-bottom: 12px;
}

.info-item p {
    max-width: 300px;
}

.info-item.course-promo {
    border: none;
    padding: 0;
    grid-column: 3 / 5;
    grid-row: 3 / 5;
}
.page-degree-new-template main .blocks--wrapper .info-grid .info-item p+p {
    margin-top: 5px;
}
/* .info-item:nth-child(7)::after,
.info-item:nth-child(8)::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4.2rem;
    left: -3px;
    width: 6px;
    background: #fff;
}
 */

/*--------------- why choose course css ---------------*/
.course-benefits {
    display: flex;
    gap: 10rem;
}

.course-benefits>div {
    flex: 1;
}

.page-degree-new-template main .blocks--wrapper div p~p {
    margin-top: 1.3rem;
}

.course-benefits ul {
    display: flex;
    flex-flow: column;
    gap: 1.3rem;
    list-style: none;
    padding-left: 0;
}

.course-benefits ul li {
    position: relative;
    padding-left: 44px;
}

.course-benefits ul li::before {
	content:"\f058";
    position: absolute;
	font-family:FontAwesome;
    left: 0;
    font-size: 30px;
    top: -6px;
    color: var(--color-gray-900);
}

.feature-cards {
    margin-top: 5rem;
}

.feature-cards .feature-card {
    background: var(--color-off-white);
    padding: 2.5rem;
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    gap: 1.3rem;
    height: auto;
}

.feature-cards .feature-card img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 4px;
}

.feature-cards .swiper-button-prev,
.feature-cards .swiper-button-next {
    color: var(--color-gray-900);
    top: 42% !important;
}

.feature-cards .swiper-button-prev::after,
.feature-cards .swiper-button-next::after {
    font-size: 25px;
}

.feature-cards .swiper-pagination {
    bottom: 10px;
}

.feature-cards .swiper-button-prev {
    left: 0px;
}

.feature-cards .swiper-button-next {
    right: 0;
}

.feature-cards .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* grid */
.feature-cards .cards-grid {
    display: flex;
    gap: 40px;
}

.feature-cards .cards-grid>div {
    flex: 1;
}



/*--------------- faculty video section css ---------------*/
.faculty-video-section .content-wrapper {
    display: flex;
    gap: 5rem;
    align-items: center;
}

.faculty-video-section .text-content {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 2rem;
    align-items: flex-start;
}

.faculty-video-section .video-container {
    flex: 2;
    position: relative;
}

.faculty-video-section .video-play-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 2px solid var(--color-white);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.faculty-video-section .video-play-btn:hover {
    background: rgb(255 255 255 / 20%);
}

.faculty-video-section video {
    width: 100%;
    border-radius: 6px;
}

.faculty-video-section .text-content * {
    max-width: 340px;
}

.faculty-video-section .video-play-btn i {
    font-size: 40px;
    color: var(--color-white);
}

.video-play-btn .pause-icon,
.video-play-btn.playing .play-icon,
.video-play-btn.paused .pause-icon {
    display: none;
}

.video-play-btn .play-icon,
.video-play-btn.playing .pause-icon,
.video-play-btn.paused .play-icon {
    display: block;
}



/*--------------- open days section css ---------------*/
.page-degree-new-template main>.blocks--wrapper>.fullwidth .open-days-container {
    padding-right: 0;
}

.open-days-section :is(h2, p) {
    color: var(--color-white) !important;
}

.open-days-section {
    background: var(--color-gray-900);
}

.open-days-section .content-wrapper {
    display: flex;
    align-items: center;
	gap:2rem;
}

.open-days-section .text-content {
    flex: 1;
    padding: 3rem 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
}

.open-days-section .image-content {
    flex: 1;
    height: 100%;
    align-items: stretch;
	position:relative;
}

.open-days-section .image-content .mobile-only {
    display: none;
}

.open-days-section .image-content img {
    width: 100%;
    height: 100%;
    object-position: left;
    min-height: 540px;
}

.open-days-section .text-content h2 {
    padding-bottom: 1.8rem;
}

.open-days-section .cta-buttons {
    margin-top: 2.8rem;
}

.open-days-section .text-content * {
    max-width: 550px;
}


/*--------------- .course overview css ---------------*/

.course-overview-block .bottom-section {
    padding: 0;
    background: transparent;
}


/*--------------- .course testimonial css ---------------*/

.course-overview-wrapper .student-testimonials {
    display: block;
}

.course-overview-wrapper>div~div {
    margin-top: 8rem;
}

.testimonial-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.testimonials-wrapper .swiper-slide {
    background: var(--color-gray-900);
}

.testimonial-content>div {
    position: relative;
    height: 100%;
    min-height: 440px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-text * {
    color: #fff !important;
    max-width: 520px;
}

.testimonial-text {
    padding: 3rem 3rem 3rem 7rem;
    width: 60%;
}

.testimonial-image::before, .open-days-section .image-content::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    width: 170px;
    height: 100%;
}

.testimonial-content .testimonial-image {
    position: absolute;
    right: 0;
    width: 40%;
}

.page-degree-new-template main .blocks--wrapper div blockquote p {
    font-size: 1.25rem;
    line-height: 1.3;
}

.testimonial-text h3 {
    padding-bottom: 1.7rem;
}

.testimonial-author {
    margin-top: 1.7rem;
}

.testimonial-author h4 {
    font-size: 1.125rem;
    font-weight: bold;
}

.student-testimonials .swiper-button-prev,
.student-testimonials .swiper-button-next {
    color: var(--color-white);
    top: 44%;
}

.student-testimonials .swiper-button-prev {
    left: 40px;
}

.student-testimonials .swiper-button-next {
    right: 40px;
}

.student-testimonials .swiper-button-prev::after,
.student-testimonials .swiper-button-next::after {
    font-size: 23px;
}

.student-testimonials .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper.testimonials-slider {
    padding-bottom: 55px;
}

.student-testimonials .swiper-wrapper>div {
    height: auto;
}

span.quote {
    font-size: 40px;
    color: var(--color-primary-red) !important;
    position: absolute;
    left: -31px;
    top: 0;
}

.student-testimonials blockquote {
    position: relative;
}

.student-testimonials blockquote br {
    display: none;
}


/*--------------- .course info css ---------------*/

.page-degree-new-template main .courses-info-wrapper h2 {
    padding-bottom: 3rem;
}

.courses-detail-block>div {
    display: flex;
    gap: 10rem;
}

.content-grid>div {
    flex: 1;
}

.page-degree-new-template main#main .content-grid h3 {
    padding-bottom: 1.4rem;
}

.course-curriculum {
    margin-top: 3rem !important;
}

.course-curriculum .year-tabs {
    display: flex;
    flex-flow: row wrap;
    gap: 1px;
    border-radius: 6px 6px 0 0px;
    overflow: hidden;
    width: fit-content;
}

.course-curriculum .year-tabs button,
button.tab-dropdown-toggle {
    font-size: 16px;
    border: none;
    background: var(--color-gray-900);
    color: var(--color-white);
    padding: 17px 30px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-weight: bold;
    justify-content: center;
}

.year-dropdown,
.fees-dropdown {
    display: none;
    position: relative
}

button.tab-dropdown-toggle {
    text-align: left;
    border-radius: 6px 6px 0 0px;
    width: 100%;
    outline: none !important;
}

button.tab-dropdown-toggle * {
    color: var(--color-white) !important;
}

.tab-custom-dropdown ul.tab-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    padding: 15px 0;
    list-style: none;
    background: var(--color-off-white);
    box-shadow: 0 0 10px #00000045;
    z-index: 9;
}

.tab-custom-dropdown ul.tab-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.tab-custom-dropdown ul.tab-dropdown-menu button {
    color: var(--color-gray-900);
    width: 100%;
    display: block;
    padding: 6px 20px;
    font-size: 16px;
    border: none;
    text-align: left;
    cursor: pointer;
    background: transparent;
    transition: all .3s ease-in-out;
}

.tab-custom-dropdown ul.tab-dropdown-menu button:hover {
    color: var(--color-primary-red);
}

.tab-navigation .dropdown-icon {
    position: absolute;
    right: 14px;
    color: #fff;
    font-size: 17px;
    top: 16px;
    pointer-events: none;
    font-weight: bold;
}

.course-curriculum .year-tabs .active,
.course-curriculum .year-tabs button:hover {
    background: var(--color-primary-red);
    color: var(--color-white);
}

.course-curriculum .tab-content.active {
    flex-flow: column;
}

.course-curriculum .tab-content {
    background: var(--color-white);
    padding: 2.6rem;
    border-radius: 0px 6px 6px 6px;
    animation: none !important;
}

.semester-grid {
    display: flex;
    gap: 3rem;
}

.semester-grid>div {
    flex: 1;
}

.semester-column .course-accordion~p {
    margin-top: 1.5rem;
    font-size: 16px;
}

.page-degree-new-template main#main .semester-grid h3 {
    padding-bottom: 1rem;
}

.course-accordion {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 2rem;
}

button.accordion-header {
    display: flex;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.semester-grid .accordion-item:not(:has(.accordion-content)) button {
    cursor: default;
}
.accordion-content {
    overflow: hidden;
    max-height: 0;
}

.page-degree-new-template .accordion-item.active .accordion-content {
    padding: 13px 0 0 30px;
    max-height: max-content !important;
}

.page-degree-new-template .accordion-item {
    background: var(--color-off-white) !important;
    padding: 18px 20px 18px;
    border-radius: 6px !important;
    overflow: hidden;
    flex-flow: column;
    border-left: 5px solid var(--color-gray-900);
}

.page-degree-new-template main button.accordion-header span {
    color: var(--color-gray-900);
}

.page-degree-new-template main button.accordion-header span.icon {
    font-weight: normal;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -6px;
}

.accordion-item .underline {
    text-decoration: underline;
    display: inline-block;
}


/*--------------- how you learn css ---------------*/
.how-you-learn .content-wrapper {
    display: flex;
    gap: 5rem;
    align-items: center;
}

.how-you-learn .content-wrapper>div {
    flex: 1;
}

.how-you-learn .image-content img {
    width: 100%;
}

.how-you-learn .text-content ul {
    padding-top: 1.25rem;
}

.how-you-learn .text-content h3 {
    padding-bottom: 1.6rem;
}

.how-you-learn .text-content * {
    max-width: 700px;
}

/*--------------- Faculty slider css ---------------*/

.page-degree-new-template main>.blocks--wrapper .meet-faculty {
    padding-left: calc(5vw - 25px);
    padding-right: 0;
}

.faculty-heading {
    max-width: 450px;
    padding-bottom: 3rem;
    padding-left: 25px;
}

.faculty-heading h3 {
    padding-bottom: 1.6rem;
}

.faculty-card img {
    border-radius: 6px;
    width: 100%;
    height: 500px;
}

.meet-faculty.blocks--wrapper div {
    position: relative;
}

.faculty-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.faculty-card::before {
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.faculty-overlay {
    position: absolute;
    bottom: 0rem;
    padding: 0 2rem 2rem 2rem;
    transition: all .3s ease-in-out;
    width: 100%;
}

.faculty-overlay * {
    color: var(--color-white) !important;
}

.faculty-overlay h4 {
    font-size: 1.75rem;
    line-height: 1.2;
    padding-bottom: 10px;
}

.faculty-overlay h4+p {
    font-weight: bold !important;
}

.swiper.faculty-slider {
    padding-left: 25px;
}

.meet-faculty .swiper-pagination {
    display: none;
}

.meet-faculty .swiper-button-next,
.meet-faculty .swiper-button-prev {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background: var(--color-gray-900);
    transition: all .3s ease-in-out;
}

.meet-faculty .swiper-button-next::after,
.meet-faculty .swiper-button-prev::after {
    display: none;
}

.meet-faculty .swiper-button-next::before,
.meet-faculty .swiper-button-prev::before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: var(--color-white);
}

.meet-faculty .swiper-button-next:hover,
.meet-faculty .swiper-button-prev:hover {
    background: var(--color-primary-red);
}

.meet-faculty .swiper-button-next {
    transform: rotate(180deg);
    right: 3.5%;
}

.meet-faculty .swiper-button-prev {
    left: -0%;
}

p.faculty-desc {
    opacity: 0;
    padding-top: 15px;
    transition: all .3s ease-in-out;
}

.faculty-head {
    position: absolute;
    bottom: 2rem;
    transition: all .3s ease-in-out;
    left: 2rem;
    right: 2rem;
}

.faculty-card:hover p.faculty-desc {
    opacity: 1;
}

.faculty-card:hover .faculty-head {
    bottom: 100%;
}
.faculty-wrapper:not(:has(.swiper-wrapper > .swiper-slide:nth-child(4))) .faculty-heading {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
}


/*--------------- where you study / CTA css ---------------*/
.page-degree-new-template main .call-to-action *:not(.btn):not(i) {
    color: var(--color-white);
}

.page-degree-new-template main>.blocks--wrapper .call-to-action>div {
    padding: 0;
}

.call-to-action {
    position: relative;
    padding: 0 !important;
}

.call-to-action img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.call-to-action .content-overlay {
    position: relative;
    z-index: 1;
    min-height: 540px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 5vw;
}

.call-to-action .content-overlay * {
    max-width: 520px;
}

.page-degree-new-template main .call-to-action h2 {
    padding-bottom: 2rem;
}

.call-to-action .info span {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.call-to-action .info .btn {
    margin-top: 2rem;
}


/*--------------- Entry requirements css ---------------*/

.requirements-grid {
    display: flex;
    gap: 3rem;
}

.requirements-grid>div {
    flex: 1;
}

.requirements-grid h3 {
    padding-bottom: 1rem;
}

.requirements-grid .course-accordion {
    margin: 2rem 0 0;
}



/*--------------- Tuition fees css ---------------*/

.tuition-fees-wrapper h2 {
    text-align: center;
}

.fees-layout {
    display: flex;
    gap: 3rem;
    flex-flow: unset !important;
}

.fees-layout .fees-sidebar {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.fees-content-area {
    flex: 4;
}

.fees-content-area .tab-content {
    background: var(--color-white);
    border-radius: 6px;
    padding: 3rem;
    animation: none !important;
}

.fees-content-inner {
    display: flex;
    gap: 3rem;
    width: 100%;
    align-items: center;
}

.fees-content-inner .fees-text {
    flex: 2;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.fees-content-inner .fees-image {
    flex: 1;
}

.fees-content-inner .fees-image img {
    width: 100%;
}

.fees-content-inner h3 {
    padding-bottom: 1.6rem;
}

.fees-content-inner .btn {
    margin-top: 2rem;
}

.fees-dropdown .tab-dropdown-icon,
.fees-dropdown button.tab-dropdown-toggle * {
    color: var(--color-gray-900) !important;
}

.fees-sidebar button,
.fees-dropdown button.tab-dropdown-toggle {
    font-size: 1.25rem;
    font-weight: bold;
    border: 2px solid transparent;
    cursor: pointer;
    border-left: 5px solid var(--color-gray-900);
    text-align: left;
    padding: 17px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    background: var(--color-white);
    color: var(--color-gray-900);
}

.fees-sidebar button.active,
.fees-sidebar button:hover {
    background: transparent;
    border-color: var(--color--gray-900);
}


/*--------------- Career opportunities css ---------------*/

.img-text-wrapper h2 {
    text-align: center;
}

.img-text-wrapper>div~div {
    margin-top: 8rem;
}

.img-text-section>div {
    display: flex;
    gap: 7rem;
    align-items: center;
}

.img-text-section>div>div {
    flex: 1;
}

.img-text-section>div img {
    width: 100%;
}

.img-text-wrapper h3 {
    padding-bottom: 1.7rem;
}

.img-text-section .text-block * {
    /*     max-width: 520px; */
}
.img-text-section ul li ul {
    padding-bottom: 20px;
}
.bottom-split-sections {
    display: flex;
    gap: 3rem;
}
.img-text-section ul li ul {
	padding: 12px 0 12px 1.5rem;
}
.bottom-split-sections>div {
    flex: 1;
    background: var(--color-off-white);
    padding: 3rem;
    border-radius: 6px;
}

.bottom-split-sections .btn {
    margin-top: 2rem;
}

.bottom-split-sections>div * {
    /* max-width: 600px; */
}


/*--------------- Chat with students css ---------------*/

.chat-with-students>div {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.7rem;
}



/*--------------- How to apply css ---------------*/

.page-degree-new-template main#main .apply-wrapper .text-block h3 {
    padding-bottom: 2rem;
    font-size: clamp(2.75rem, 2.65rem + 0.5vw, 3.25rem) !important;
    line-height: 1.13;

}

.apply-wrapper .text-block * {
    max-width: 520px;
}

/*--------------- accreditation logos css ---------------*/

.accreditation-wrapper .swiper-wrapper {
    align-items: center;
}

.accreditation-wrapper .swiper-wrapper img {
    max-width: 230px;
    margin: 0 auto !important;
    width: -webkit-fill-available;
    max-height: 100px;
    object-fit: contain;
    border-radius: 6px;
}
.accreditation-wrapper .swiper-slide {
    text-align: center;
}
.accreditation-wrapper .swiper-wrapper:not(:has(> *:nth-child(5))) {
    justify-content: center;
}


/*--------------- FAQ css ---------------*/

.faq-wrapper h2 {
    text-align: center;
    padding-bottom: 3rem !important;	
}
.faqs-description {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 3rem;
}
.faq-accordion {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    border-left: none;
    border-bottom: 1px solid var(--color-gray-900);
    border-radius: 0 !important;
    padding: 2rem 0;
}

.faq-accordion .accordion-item.active .accordion-content {
    padding: 17px 0 0 0px;
}

.page-degree-new-template main .faq-accordion button.accordion-header span {
    font-size: 1.75rem;
    font-weight: normal;
}

.faq-accordion button.accordion-header {
    padding-left: 0;
}

.faq-accordion button.accordion-header span.icon {
    border-radius: 100%;
    border: 1px solid var(--color-gray-900);
    height: 30px;
    width: 30px;
    left: auto !important;
    right: 0;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px !important;
    transition: all .3s ease-in-out;
}

.faq-accordion .accordion-item.active button.accordion-header span.icon {
    transform: rotate(180deg);
}

.faq-accordion .accordion-item:first-child {
    padding-top: 0;
}

.faq-accordion .accordion-item button,
.faq-accordion .accordion-item div {
    padding-right: 8rem !important;
}



/* Related course slider css */
.page-degree-new-template main#main .drag-content-wrapper h3 {
    font-size: 1.75rem !important;
    margin: 0;
}

.custom-drag-desc {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-bottom: 5px;
}
.custom-drag-desc p {
    margin: 0 !important;
}
.custom-drag-slider {
    display: flex !important;
    padding-right: 0 !important;
    position: relative;
    padding: 0 0 100px 5vw !important;
}

.custom-drag-slider .custom-text-block * {
    max-width: 400px;
}

.custom-drag-slider .custom-text-block {
    width: 600px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-right: 2rem;
    flex-shrink: 0;
}

.custom-drag-slider .slider {
    width: calc(100% - 600px);
}

/* Slide Content Styles */
.custom-drag-slider .drag-slider-img img {
    height: 330px;
    width: 100%;
}

.custom-drag-slider .drag-content-wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 20px;
}

.custom-drag-slider .drag-content-wrapper {
    max-width: 500px;
    height: 100%;	
}

.custom-drag-slider .drag-slider-item {
    transform: none !important;
    padding-bottom: 3px;	
	height: 100%;
    display: flex;
    flex-flow: column;
}
.custom-drag-slider .swiper-wrapper .swiper-slide {
    height: auto;
}
.custom-drag-slider .drag-content-wrapper .btn {
    margin-top: auto;
}

.custom-drag-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.custom-drag-slider .swiper-container {
    position: static;
}

.custom-drag-slider .swiper-scrollbar {
    background: #000;
    height: 2px !important;
	left: 5vw !important;
    bottom: 0 !important;
    width: calc(100% - 10vw) !important;
    z-index: 99 !important;
}

.custom-drag-slider .swiper-container-horizontal>.swiper-scrollbar {
    width: 300px !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.page-degree-new-template main>.blocks--wrapper .swiper-scrollbar-drag {
    background: #000;
    top: -30px;
    height: 60px !important;
    width: 60px !important;
}

.page-degree-new-template main>.blocks--wrapper .custom-drag-slider .swiper-scrollbar-drag::before,
.page-degree-new-template main>.blocks--wrapper .custom-drag-slider .swiper-scrollbar-drag::after {
    content: '\f060' !important;
    font-family: 'FontAwesome';
    font-size: 16px;
    height: auto !important;
    width: auto !important;
    background: transparent !important;
    position: relative !important;
}

.page-degree-new-template main>.blocks--wrapper .custom-drag-slider .swiper-scrollbar-drag::after {
    transform: rotate(180deg);
}

/* Hide default buttons */
.page-degree-new-template main>.blocks--wrapper .custom-drag-slider .swiper-button-prev,
.page-degree-new-template main>.blocks--wrapper .custom-drag-slider .swiper-button-next {
    display: none !important;
}


/* responsive starts here */

@media(max-width:1501px) {
    .custom-drag-slider .drag-slider-img img {
        height: 250px;
    }
}

@media(max-width:1281px) {

    /* Global styles */
    .page-degree-new-template main>.blocks--wrapper>div {
        margin: 6rem auto 0 !important;
    }

    .img-text-wrapper>div~div {
        margin-top: 6rem;
    }

    .page-degree-new-template #main .wp-block-group.alignfull.prefooter {
        margin-top: 6rem;
    }

    .fw-padding {
        padding: 6rem 0;
    }

    /* Banner */
    .course-hero-section>div {
        gap: 2.3rem;
    }

    /* 	faculty css */
    .faculty-card img {
        height: 420px;
    }

    /* 	relates slider css */
    .custom-drag-slider .custom-text-block {
        width: 450px !important;
    }

    .custom-drag-slider .slider {
        width: calc(100% - 450px) !important;
    }
	.custom-drag-desc {
		flex-flow: column;
		gap: 2px;
	}	
}

@media(max-width:1170px) {

    /* sticky nav */
    .course-desktop-cta-buttons.desktop-only a {
        padding: 30px 10px;
    }
}

@media(max-width:1025px){
	div#course-sticky-nav, .logged-in div#course-sticky-nav {
		top: 60px !important;
	}
}

@media(max-width:1024px) {

    /* Global styles */
    .page-degree-new-template #main {
        margin-top: 60px;
    }

    .course-hero-section {
        height: calc(100vh - 60px);
    }

    .page-degree-new-template.logged-in #main {
        margin-top: 60px;
    }

    .page-degree-new-template main h2 {
        padding-bottom: 2.4rem;
        font-size: 2.8rem !important;
    }

    .page-degree-new-template main .blocks--wrapper div p,
    .page-degree-new-template main .blocks--wrapper div li,
    .testimonial-author h4,
    .info-item strong,
    button.accordion-header,
    .fees-sidebar button {
        font-size: 16px;
    }

    .course-hero-section .degree-type,
    .page-degree-new-template main .blocks--wrapper div blockquote p,
    .call-to-action .info span {
        font-size: 18px !important;
    }

    .tuition-fees-wrapper h2,
    .course-overview-wrapper h2,
    .img-text-wrapper h2 {
        text-align: left;
    }
	.faculty-wrapper .swiper-wrapper:not(:has(> *:nth-child(4))) {
		justify-content: normal;
	}
	.faculty-wrapper .swiper-wrapper:not(:has(> *:nth-child(3))) {
		justify-content: center;
	}	

    /* Banner Responsive */
    .logged-in .course-hero-section {
        height: calc(100vh - 60px);
    }

    /* sticky block css */
    .course-desktop-cta-buttons.desktop-only {
        display: none;
    }

    .course-nav-dropdown {
        width: 100%;
    }

    div#course-sticky-nav {
        padding: 0;
    }

    .course-nav-dropdown .course-dropdown-menu .mobile-only {
        display: block;
        border-top: 2px solid var(--color-primary-red);
    }

    .course-nav-dropdown .course-dropdown-menu {
        display: flex;
        flex-flow: column;
    }

    /* Key Information CSS */

    .course-promo img {
        width: 100%;
    }

    .info-item:nth-child(7)::after,
    .info-item:nth-child(8)::after {
        display: none;
    }

    .info-item.course-promo {
        grid-column: 1 / 3;
        margin-top: 3rem;
        grid-row: auto;
    }

    .info-grid, .info-grid .lines {
        grid-template-columns: repeat(2, 1fr);
    }

    /* why choose course css */
    .course-benefits {
        gap: 3rem;
        flex-flow: column;
    }
	.postid-195609 .why-choose-course-block .course-benefits {
		gap: 15px;
	}

    /* feature cards */

    .feature-cards {
        padding-bottom: 5rem !important;
    }

    .feature-cards .cards-grid {
        gap: 20px;
        flex-flow: column;
    }


    /* faculty video section css */
    .faculty-video-section .content-wrapper {
        gap: 3rem;
        flex-flow: column;
    }

    .faculty-video-section .content-wrapper>div {
        width: 100%;
    }

    .faculty-video-section .text-content * {
        max-width: 600px;
    }

    /* open days section css */
    .open-days-section .content-wrapper {
        flex-flow: column;
        gap: 0;		
    }

    .open-days-section .content-wrapper>div {
        width: 100%;
    }

    .page-degree-new-template main>.blocks--wrapper>.fullwidth .open-days-container {
        padding-left: 0;
    }

    .open-days-section .text-content {
        padding: 5rem 5vw;
    }
	.open-days-section .image-content::before{
        background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
        top: -2px;
        width: 100%;
        height: 100px;
	}
	
    /* course info */
    .courses-detail-block>div {
        gap: 3rem;
        flex-flow: column;
    }

    .course-curriculum .year-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .semester-grid {
        flex-flow: column;
    }

    /* call to action css */
    .call-to-action .content-overlay {
        min-height: 400px;
    }

    /* entry requirements css */
    .requirements-grid {
        flex-flow: column;
    }

    /* tuition fees css */
    .fees-layout {
        flex-flow: column !important;
    }

    .fees-layout .fees-sidebar {
        flex-flow: row wrap;
        gap: 10px;
    }

    .fees-sidebar button {
        min-width: 140px;
    }

    .fees-content-inner {
        flex-flow: column;
    }

    .fees-content-inner>div {
        width: 100%;
    }


    /* img text section css */

    .page-degree-new-template main#main .apply-wrapper .text-block h3 {
        font-size: 2.8rem !important;
    }

    .img-text-section>div {
        gap: 3rem;
        flex-flow: column;
    }

    .img-text-section>div>div {
        width: 100%;
    }

    .img-text-section .text-block * {
        max-width: 100%;
    }

    .img-text-content.reverse {
        flex-flow: column-reverse;
    }

    .bottom-split-sections {
        flex-flow: column;
        gap: 18px;
    }
	.course-overview-block .bottom-split-sections {
		gap: 0;
	}
    .bottom-split-sections>div * {
        max-width: 100%;
    }
}

@media(max-width:768px) {

    /* Global Styles */
    .page-degree-new-template #main .wp-block-group.alignfull.prefooter {
        margin-top: 5rem;
    }

    .page-degree-new-template main>.blocks--wrapper>div {
        margin: 5rem auto 0 !important;
    }

    .img-text-wrapper>div~div {
        margin-top: 5rem;
    }

    .page-degree-new-template main h2,
    .page-degree-new-template main#main .apply-wrapper .text-block h3 {
        font-size: 44px !important;
    }

    .page-degree-new-template main#main h3 {
        font-size: 36px !important;
    }

    .page-degree-new-template main .blocks--wrapper div p,
    .page-degree-new-template main .blocks--wrapper div li,
    .testimonial-author h4,
    button.accordion-header,
    .fees-sidebar button {
        font-size: 18px;
    }

    .page-degree-new-template main#main .feature-card h3,
    .page-degree-new-template main#main .content-grid h3,
    .page-degree-new-template main#main .semester-grid h3,
    .page-degree-new-template main#main .requirements-grid h3,
    .faculty-overlay h4 {
        font-size: 28px !important;
    }

    .fw-padding {
        padding: 5rem 0;
    }
	.faculty-wrapper .swiper-wrapper:not(:has(> *:nth-child(3))) {
		justify-content: normal;
	}	

    /* banner css */
    .page-degree-new-template main h1 {
        font-size: 52px !important;
    }

    .course-hero-section {
        height: auto !important;
    }

    .course-hero-section .hero-content {
        background: var(--color-gray-900);
        padding: 3rem 5vw 0;
    }

    .course-hero-section::before {
        display: none;
    }

    .page-degree-new-template main>.blocks--wrapper .banner-image {
        position: static !important;
    }

    .page-degree-new-template main>.blocks--wrapper .banner-image img {
        min-height: 300px;
    }

    .program-details .program-items {
        flex-flow: column;
        gap: 13px;
    }

    .hero-content .cta-buttons {
        z-index: 11;
        margin-bottom: -60px;
        flex-flow: column;
        align-items: flex-start;
    }

    .course-hero-section .program-details p.program-description {
        display: none;
    }

    /* key information css */
    .info-grid, .info-grid .lines {
        grid-template-columns: repeat(1, 1fr);
    }

    .info-item.course-promo {
        grid-column: auto;
    }

    .info-item {
        padding: 0 1.25rem 35px;
    }


    /* feature card css */
    .feature-cards .feature-card {
        padding-bottom: 7rem;
    }

    .feature-cards {
        padding-bottom: 0 !important;
    }

    .feature-cards .swiper-pagination {
        bottom: 2.6rem !important;
    }

    .feature-cards .swiper-button-prev,
    .feature-cards .swiper-button-next {
        top: auto !important;
        bottom: 1.6rem;
    }

    .feature-cards .swiper-button-prev {
        left: 2.5rem;
    }

    .feature-cards .swiper-button-next {
        right: 2.5rem;
    }

    /* course overview css */


    /* open days sectioncss */
    .open-days-section .image-content .desktop-only {
        display: none !important;
    }

    .open-days-section .image-content .mobile-only {
        display: block;
    }

    .open-days-section .image-content img {
        min-height: 300px;
    }


    /* student testimonials css */
    .page-degree-new-template main>.blocks--wrapper .student-testimonials {
        padding: 0;
    }

    .testimonial-content .testimonial-image {
        position: relative;
        width: 100%;
        min-height: inherit;
    }

    .testimonial-image img,
    .testimonial-content .testimonial-image {
        height: 400px;

    }

    .testimonial-content {
        flex-flow: column;
    }

    .testimonial-text {
        padding: 5rem 5vw;
        width: 100%;
    }

    .page-degree-new-template main .blocks--wrapper div blockquote p {
        font-size: 20px !important;
    }

    .student-testimonials .swiper-button-prev,
    .student-testimonials .swiper-button-next {
        top: auto;
        bottom: 230px;
    }

    .student-testimonials .swiper-button-next {
        right: 13px;
    }

    .student-testimonials .swiper-button-prev {
        left: 13px;
    }

    .testimonial-text * {
        max-width: 100%;
    }

    .student-testimonials blockquote {
        padding-top: 25px;
    }

    span.quote {
        left: 0;
    }


    /* course info css */
    .course-curriculum .year-tabs {
        display: none;
    }

    .page-degree-new-template main .courses-info-wrapper h2 {
        padding-bottom: 2rem;
    }

    .course-curriculum {
/*         margin-top: 3rem !important; */
    }

    .year-dropdown,
    .fees-dropdown {
        display: block;
    }


    /* faculty block css */
    .page-degree-new-template main>.blocks--wrapper .meet-faculty {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .faculty-heading,
    .swiper.faculty-slider {
        padding-left: 0;
    }

    .meet-faculty .swiper-button-next,
    .meet-faculty .swiper-button-prev {
        height: auto;
        width: auto;
        border-radius: unset;
        background: transparent !important;
        transition: none;
        bottom: 0;
        top: auto;
    }

    .meet-faculty .swiper-button-next {
        right: 0;
    }

    .meet-faculty .swiper-button-next::before,
    .meet-faculty .swiper-button-prev::before {
        content: "\f104";
        color: var(--color-gray-900);
        font-size: 24px;
    }

    .meet-faculty .swiper-pagination {
        display: block;
        bottom: 0 !important;
        max-width: 80%;
        margin: auto;
        left: 0;
        right: 0;
    }

    .swiper.faculty-slider {
        padding-bottom: 4rem;
    }


    /* tuition fees css */
    .tuition-fees-wrapper h2 {
        text-align: center;
    }

    .fees-layout .fees-sidebar {
        flex-flow: column;
        display: none;
    }
	
	/* 	accordian slider css */

	.accreditation-wrapper .swiper-wrapper {
		justify-content: normal !important;
	}

    /* call to action css */
    .call-to-action img {
        position: relative;
        min-height: 360px;
    }

    .page-degree-new-template main>.blocks--wrapper>.call-to-action>div {
        position: relative;
        display: flex;
        flex-flow: column-reverse;
        background: var(--color-gray-900);
    }

    .call-to-action .content-overlay {
        max-width: 100%;
    }

    .call-to-action::before {
        display: none;
    }

    .call-to-action .content-overlay {
        padding: 5rem 5vw;
    }

    .content-overlay::after,
    .testimonial-text::after,
    .course-hero-section .hero-content::after {
        content: '';
        position: absolute;
        height: 100px;
        width: 100%;
        bottom: -98px;
        z-index: 1;
        left: 0;
        background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    }


    /* FAQ css */
    .faq-accordion .accordion-item button,
    .faq-accordion .accordion-item div {
        padding-right: 4rem !important;
    }

    .page-degree-new-template main .faq-accordion button.accordion-header span {
        font-size: 24px;
    }

    /* 	related course slider css */
    .custom-drag-slider .custom-text-block {
        width: 100% !important;
        margin-bottom: 3rem !important;
    }

    .custom-drag-slider .slider {
        width: 100% !important;
    }

    .custom-drag-slider {
        display: block !important;
        padding: 5vw 5vw 80px !important;
    }

    .custom-drag-slider .drag-slider-img img {
        height: 350px;
    }

    .custom-drag-desc .time {
        display: none;
    }
	.page-degree-new-template main#main .drag-content-wrapper h3 {
		font-size: 28px !important;
	}
}