/* Hero */

#hero {
    padding-bottom: 4em;
}

#hero::before {
    background: linear-gradient(180deg, rgba(1, 1, 1, 0.01) -6%, #010101 86.43%);
}

.hero-content {
    padding: 0;
}

#hero h1 {
    max-width: none;
}

@media (max-width: 767px) {
    #hero h1 {
        text-align: center;
    }

    .hero-content p {
        max-width: 80%;
        margin: 0 auto 2em;
    }

    .program-details p:last-child {
        font-size: 0.75rem;
    }
}

/* / Hero */

/* Our Program  */
.black-card {
    padding: 2em;
    background-color: var(--color_black_600);
    box-shadow: 4px 4px 0 var(--color_white);
    border: 1px solid var(--color_white);
    border-radius: var(--radius);
}

#our_programs .black-card:not(.active) {
    display: none;
}

.program-details {
    display: grid;
    grid-template-columns: 2fr 2fr;
    margin-bottom: 2rem;
}

.program {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

.program-detail {
    position: relative;
}

.program-detail .title {
    font-size: 0.875rem;
    color: #ffffffbf;
    margin-bottom: 12px;
}

.program-detail p {
    color: var(--color_white);
    margin-bottom: 6px;
}

.program-details p:last-child {
    color: #ffffffbf;
}

#our_programs .leader-card-right-block {
    padding-left: 3em;
}

.program-detail:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 18px;
    right: 0;
    width: 1px;
    background-color: var(--color_white_opacity_12);
}

.leader-card-left-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius);
}

.program-detail:nth-child(even) {
    padding-left: 24px;
}

.program-detail:nth-child(-n + 2) {
    border-bottom: 1px solid var(--color_white_opacity_12);
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.program-detail:nth-child(-n + 2)::after {
    bottom: 42px;
}

.semester-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 44px;
}

.semester-tab {
    border: 1px solid var(--color_white);
    padding: 16px 24px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.semester-tab.active {
    background-color: var(--color_white);
    border: 1px solid var(--color_pink);
    box-shadow: 4px 4px 0 var(--color_pink);
    position: relative;
    top: -4px;
    left: -4px;
}

.semester-title {
    font-weight: 600;
}

.semester-tab.active .semester-subtitle {
    color: var(--color_black_800);
}

.semester-tab:not(.active) .semester-title,
.semester-tab:not(.active) .semester-subtitle {
    color: var(--color_white);
}

.ai-video {
    border-radius: 0;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}

.ai-videos-slider .slick-slide {
    margin: 0 10px;
}

.ai-videos-slider .slick-list {
    margin: 0 -10px;
}

.ai-slider-wrapper {
    position: relative;
}

.ai-slider-wrapper .nexis-common-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ai-slider-wrapper .ai-video-next {
    right: -19px;
    transform: translateY(-50%) rotate(180deg);
    ;
}

.ai-slider-wrapper .ai-video-prev {
    left: -19px;
}

.backed-by {
    margin-top: 1.5em;
}

.backed-by .section-primary-title {
    font-size: 1rem !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.backed-by .company-logos {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 450px;
}

.backed-by .company-logos img {
    width: calc(33.33% - 10px);
    margin: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .program {
        display: block;
    }

    .programCard {
        padding: 15px;
    }

    #our_programs .leader-card-right-block {
        padding-left: 0;
        margin-top: 20px;
        border-top: 1px solid var(--color_pink);
        padding-top: 15px;
    }

    .nexis-button.--new {
        padding: 14px 20px;
    }

    .semester-tabs {
        padding-left: 15px;
    }

    .semester-tab {
        max-width: 250px;
        padding: 10px 24px 8px;
        margin-top: 6px;
    }

    .semester-subtitle {
        line-height: 1.4em;
        font-size: 0.875rem;
    }

    .leader-card-left-block img {
        border-radius: 0;
    }
}

/* / Our Program  */

/* How are we different */
.different-card {
    position: relative;
}

.different-card.pink-card .different-image {
    border: 1px solid var(--color_black);
}

.different-card.white-card {
    box-shadow: none;
}

.different-card.white-card .different-content,
.different-card.white-card .different-image {
    box-shadow: var(--black_shadow) !important;
    border: 1px solid var(--color_black) !important;
}

.different-card.white-card .different-image {
    box-shadow: none !important;
}

.different-card:not(.pink-card) .different-image {
    border: 1px solid var(--color_pink);
}

.different-image {
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: var(--radius);
}

.different-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.different-content {
    position: absolute;
    right: -25px;
    border-radius: var(--radius);
    padding: 12px 16px;
    box-shadow: var(--pink_shadow);
    width: 98%;
}

.different-card.pink-card .different-content {
    background-color: var(--color_pink);
    box-shadow: var(--black_shadow);
    border: 1px solid var(--color_black);
}

.different-card:not(.pink-card) .different-content {
    background-color: var(--color_white);
    border: 1px solid var(--color_pink);
}

.different-row>div:nth-child(odd) .different-content {
    top: -70px;
}

.different-row>div:nth-child(even) .different-content {
    bottom: -28px;
}

.different-content h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

.different-card.pink-card .different-content h3 {
    color: var(--color_white);
}

.different-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.different-card.pink-card .different-content p {
    color: var(--color_white);
}

.different-row {
    padding-top: 4rem;
}

@media (max-width: 767px) {
    #we_different {
        padding: 30px 20px !important;
    }

    #we_different .section-primary-title {
        margin-bottom: 15px !important;
    }

    .different-row {
        flex-direction: row !important;
        overflow: auto;
        padding-top: 5rem;
        padding-right: 20px;
        padding-bottom: 6em;
    }

    .different-row .ast-width-md-4 {
        flex: 0 0 80%;
    }

    .different-row .ast-width-md-4:nth-child(even) {
        position: relative;
        top: 40px;
    }

    .different-row .ast-width-md-4:nth-child(3) {
        margin-left: 25px;
    }

    .different-content p {
        margin-bottom: 0 !important;
    }
}

/* / How are we different */

/* Nexis Founders */

#nexis_founder .section-primary-title>span {
    display: block;
}

#nexis_founder {
    background: var(--color_black_800);
    padding: 3em 0;
}

.college-logos img {
    margin: 0 2.5em;
}

.founder-block {
    margin-top: 4em;
    display: flex;
    gap: 30px;
}

.founder {
    background: radial-gradient(129.59% 129.59% at 50% 50%, rgba(17, 17, 17, 0) 0%, #111111 100%),
        url(/wp-content/uploads/2025/12/founder-bg-scaled.jpg);
    background-position: 40% 173%;
    width: 50%;
    padding: 2em;
    box-shadow: 4px 4px 0 var(--color_white);
    border: 1px solid var(--color_white);
    border-radius: var(--radius);
    position: relative;
}

.founder h4 {
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
}

.founder img {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 270px;
}

.founder p {
    margin-bottom: 10em;
}

.founder h4 {
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
}

.founder p {
    margin-bottom: 10em;
    color: #FFFFFFCC;
}

.founder h3,
.founder h4 {
    color: #fff;
    font-size: 1.125rem;
}

.founder h3 {
    position: relative;
    padding-left: 20px;
}

.founder h3::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    border-left: 8px solid var(--color_pink);
    height: 80%;
}

.founder h4 {
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .college-logos {
        display: flex;
    }

    .college-logos img {
        margin: 0 30px 0 0;
        height: 36px;
        object-fit: contain;
    }

    .founder-block {
        margin-top: 3em;
        flex-direction: column;
    }

    .founder {
        width: 100%;
        padding: 15px 15px 0;
        background-position: 37% 168%;
    }

    .founder h3 {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .founder p {
        font-size: 0.875rem;
        margin-bottom: 14em;
    }

    .founder h4 {
        font-size: 1rem;
        bottom: 15px;
    }

    .founder img {
        width: 156px;
        bottom: 15px;
        right: 15px;
    }
}

/* / Nexis Founders */

/* Life At Nexis */

#life_at_nexis {
    margin: 14px 0;
    background: url(/wp-content/uploads/2026/01/life-at-nexis.jpg) center / cover;
    min-height: 676px;
    display: flex;
    align-items: center;
}

.life-at-nexis {
    background-color: #fff;
    padding: 2em 2.5em 1.5em;
    border: 1px solid var(--color_pink);
    box-shadow: 4px 4px 0px var(--color_pink);
}

.life-at-nexis h3 {
    font-size: 5rem;
    color: var(--color_pink);
}

.life-at-nexis h3 span {
    display: block;
    font-size: 2.375rem;
    color: var(--color_black_800);
    line-height: 1em;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    #life_at_nexis {
        min-height: 440px;
    }

    #life_at_nexis>.ast-container {
        width: 90%;
    }

    .life-at-nexis h3 {
        font-size: 2.75rem;
    }

    .life-at-nexis {
        padding: 20px;
    }

    .life-at-nexis h3 span {
        font-size: 1.25rem;
    }
}

/* / Life At Nexis */

/* Career Prospects */

.career-prospects-section .real-card {
    box-shadow: 4px 4px 0 var(--color_white);
    border: 1px solid var(--color_white);
}

#career-prospects .real-content-top {
    border-bottom: 0 !important;
}

/* / Career Prospects */

/* Explore Campus */

#explore_campus {
    background-color: var(--color_black_800);
}

.campus-video {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/01/campus-tour.jpeg) center / cover;
    border-radius: 24px;
}

.campus-video .play-icon {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    cursor: pointer;
}

.campus-video-thumbnails {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
}

.campus-video-thumbnails img {
    border-radius: 24px;
}

.video-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    transition: var(--common_transition);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.video-modal.show {
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}

.video-popup {
    background-color: var(--color_white);
    padding: 10px;
    width: 800px;
    height: 460px;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
    transition: var(--common_transition);
    position: relative;
}

.video-popup video {
    width: 100%;
}

.video-modal.show .video-popup {
    margin-top: 0px;
}

.video-popup iframe {
    width: 100%;
    height: 100%;
}

.video-popup .close-video-popup {
    position: absolute;
    top: -32px;
    right: -9px;
    width: 35px;
    padding: 6px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #explore_campus {
        padding: 50px 0 0 !important;
    }

    #explore_campus .mobile-simple-carousel {
        flex-direction: column !important;
    }

    #explore_campus .mobile-simple-carousel>div {
        min-width: 100%;
    }

    .campus-video {
        min-height: 345px;
    }

    .campus-video .play-icon {
        width: 48px;
        height: 48px;
        top: calc(50% - 24px);
        left: calc(50% - 24px);
    }

    .campus-video-thumbnails {
        display: flex;
        overflow: auto;
        margin-top: 20px;
        gap: 15px;
    }

    .video-thumbnail {
        flex: 0 0 40%;
    }

    .video-popup {
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
        padding-bottom: 2px;
    }

    .video-popup .close-video-popup {
        top: -33px;
        right: -8px;
    }
}

/*  Explore Campus */

/* Career Prospects */

#career-prospects {
    padding-top: 0;
}

#career-prospects .real-card.dark {
    height: auto;
    margin: 0 15px 10px;
}

#career-prospects .mobile-simple-carousel {
    overflow: hidden;
}

button.slick-arrow {
    position: absolute;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0;
    background: url(/wp-content/uploads/2024/11/arrow.svg) center / contain no-repeat;
    padding: 0;
}

button.slick-arrow:hover {
    opacity: 0.8;
}

button.slick-prev {
    left: -45px;
    transform: rotate(-90deg);
}

button.slick-next {
    right: -45px;
    transform: rotate(90deg);
}

@media (max-width: 767px) {

    button.slick-arrow {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }

    #career-prospects .real-card.dark {
        margin: 0 15px 10px;
    }

    #career-prospects button.slick-next {
        right: -15px;
    }

    #career-prospects button.slick-prev {
        left: -15px;
    }

    #career-prospects .real-img {
        height: 250px;
        margin: 16px 16px 0;
        width: calc(100% - 32px);
        border-radius: 16px;
    }

    #career-prospects .real-content-top {
        border-bottom: 0;
        padding-bottom: 0;
    }

    #career-prospects .real-name {
        font-size: 1.125rem !important;
    }

    #career-prospects .real-card p {
        font-size: 1rem !important;
    }
}

/* / Career Prospects */

/* How To Join Nexis */

.join-nexis-img {
    background-color: transparent;
    object-fit: cover;
}

@media (max-width: 767px) {
    .join-nexis a.nexis-button {
        width: auto !important;
    }
}

/* / How To Join Nexis */

/* Footer */

section#footer {
    position: relative;
    padding: 3em 0 5em;
    background-color: var(--color_black_800);
}

section#footer a {
    text-decoration: none;
}

section#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 80px 80px 0 0;
}

section#footer .ast-container {
    position: relative;
}

#footer img.google-rating {
    max-width: 290px;
    margin-top: 2em;
}

#footer img.nexis-logo {
    max-width: 500px;
}

section#footer .ast-width-md-6:last-child {
    display: flex;
}

section#footer .ast-width-md-6:last-child .footer-block {
    flex: 1;
}

section#footer .footer-block p.title {
    font-weight: 600;
    color: var(--color_black_800);
    margin-bottom: 10px;
}

section#footer .footer-block p {
    margin-bottom: 0;
}

section#footer .footer-block p.title.about-us {
    margin-bottom: 1.5em;
}

section#footer .footer-block .menu-links {
    margin-bottom: 2em;
}

section#footer .footer-block .menu-links p:not(:last-child) {
    margin-bottom: 10px;
}

section#footer .footer-block li {
    list-style: none;
    position: relative;
    padding-left: 8px;
}

section#footer .footer-block li:not(:last-child) {
    margin-bottom: 10px;
}

section#footer .footer-block li img {
    position: absolute;
    left: -20px;
    top: 4px;
}

section#footer .footer-block .social-links {
    margin-top: 1.5em;
}

section#footer .footer-block .social-links a {
    margin-right: 8px;
    display: inline-block;
}

section#footer .ast-width-md-6:last-child img.google-rating {
    display: none;
}

footer#nexis_footer {
    display: none;
}

@media (max-width: 767px) {

    section#footer {
        padding-top: 2.5em;
    }

    section#footer .ast-container {
        position: relative;
        padding: 0 25px;
    }

    section#footer::before {
        border-radius: 40px 40px 0 0;
    }

    #footer img.nexis-logo {
        max-width: 100%;
        margin-bottom: 2.2em;
    }

    section#footer .ast-width-md-6:last-child {
        flex-direction: column;
    }

    section#footer .ast-width-md-6:last-child .footer-block:last-child {
        margin-top: 1em;
    }

    section#footer .ast-width-md-6:first-child img.google-rating {
        display: none;
    }

    section#footer .ast-width-md-6:last-child img.google-rating {
        display: block;
    }

    section#footer .footer-block .social-links {
        margin-bottom: 1em;
    }
}

/* / Footer */

/* Apply CTA */

.apply-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
}

.apply-cta.show {
    opacity: 1;
    visibility: visible;
}

.apply-cta a {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-cta a.whatsapp-chat {
    flex: 0 0 20%;
    padding: 15px 15px 13px;
    background-color: #ffffff;
}

.apply-cta a:first-child {
    flex: 1;
    text-align: center;
    background-color: var(--color_black_800);
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.apply-cta a.whatsapp-chat img {
    width: 100%;
}

@media (min-width: 768px) {
    .apply-cta {
        display: none;
    }
}

/* Apply CTA */

.telecrm-chat-widget-main-container {
    display: none !important;
}

@media (max-width: 767px) {
    .telecrm-chat-widget-main-container.active-no-text .telecrm-chat-widget-button-container .telecrm-chat-widget-button {
        position: relative;
        top: 14px;
        left: 12px;
    }
}

/* / Apply CTA */