/* =========================
   Header / Navigation
========================= */
header {
    background-color: #007fa3;
    padding: 20px 0;
    color: #ffffff;
}

/* header */
header .container {
    display: block;
    
}
.site-header .container > .d-flex {
    width: 100%;
}

.logo {
    flex: 1;
}

.navbar-toggler {
    margin-left: auto;
}

@media (max-width: 991px) {

    #navbarNav.show {
        width: 100%;
    }

    #navbarNav.show .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #navbarNav.show .nav-item {
        text-align: center;
        width: 100%;
    }

}

@media (min-width: 992px) {
    /*.site-header {
        padding:10px 0 !important;
    }*/
    .site-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-header .container > .d-flex {
        width: auto;
    }

    .navbar-nav {
        flex-direction: row;
    }
   /* .c-mobile-logo{
        width:85% !important;
    }
    */
    
}

/* =========================
   Logo
========================= */
.logo img {
    max-height: 55px;
    width: auto;
}

/* =========================
   Navbar
========================= */
.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin-left: 15px;
    transition: all 0.25s ease-in-out;
}
.navbar-nav .nav-link:hover {
    color: #cce7ef !important;
    text-decoration: underline;
}

.navbar-nav .nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
}

/* =========================
   Mobile Menu Toggle
========================= */
.navbar-toggler {
    border: none;
    outline: none;
}

/* Custom white hamburger icon */
.navbar-toggler-icon {
    background-image: none;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}

/* =========================
   Mobile Adjustments
========================= */
@media (max-width: 767px) {
    /*.c-layout-header .c-brand {
        float: none !important;
        display: block !important;
        margin: 3px 13px 1px 10px !important;
    }*/
    .site-header {
        padding:10px 0 !important;
    }
    .navbar-nav {
        text-align: center !important;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        margin: 10px 0;
    }
    .c-postfooter .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .c-postfooter .c-col {
        width: 100%;
        padding: 20px;
    }

    .cuny-logo img {
        display: block;
        margin: 0 auto;
    }

    .c-socials {
        padding-left: 0;
    }
    .logo img {
        width: 300px;
        height: 50px;
    }

    /*.banner-container img {
        height: 300px;
        object-fit: cover;
    }*/

    .banner-overlay {
        position: relative !important;
        bottom: auto;
        left: auto;
        width: 100%;
        padding: 12px;
        background: rgba(240, 240, 240, 0.45) !important;
    }
    .instagram-feed a[href*="/p/"] {
        aspect-ratio: 3 / 5;
        display: block;
    }

    .cuny-logo-img {
        width: 35%;
        max-width: none;
    }
}

/* =========================
   Footer
========================= */
.cbp-popup-singlePageInline .cbp-popup-close:focus {
    background: url(/assets/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -92px -45px #F6B72B !important;
}

.c-postfooter {
    background-color: #1F2E30;
    padding: 20px 0;
}


.c-postfooter .c-col {
    padding: 20px;
}


.c-postfooter p {
    margin: 0;
}


.followUs {
    text-align: center;
}

.c-socials a {
    color: #FFFFFF; 
    transition: color 0.2s ease-in-out;
}

.c-socials a:hover,
.c-socials a:focus {
    color: #D6F5F8; 
    outline: none;
}

.c-socials a:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 3px;
    border-radius: 4px;
}

.cuny-logo {
    text-align: right;
}

.cuny-logo img {
    max-width: 100%;
    height: auto;
}


.site-header {
    background-color: #007fa3;
    padding: 20px 0;
}

.site-header img {
    max-height: 55px;
}

.aid-info-lead {
    max-width: 700px;
}

/*.apply-btn {
    display: inline-block;
    background-color: #1d97b9 !important;
    color: #ffffff !important;
    font-family: 'Libre Franklin', sans-serif;
    font-size:16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 12px 26px 11px 26px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;

}*/
.apply-btn {
    display: inline-block;
    background-color: #1d97b9 !important; /* your blue */
    color: #ffffff !important;
    font-family: "Roboto Condensed", sans-serif; /* add this */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; /* add this */

    /*padding: 12px 26px 11px 26px;*/
    padding: 9px 20px 8px 20px;
    text-align: center; /* add this */
    text-decoration: none;
    white-space: nowrap; /* add this */

    border: 1px solid transparent;
    border-radius: 10px; /* add this */

    cursor: pointer; /* add this */
    transition: all 0.2s ease-out; /* match College site */
}
.apply-btn:hover {
    background-color: #ffffff !important;
    color: #1d97b9 !important;
    border:1px solid #1d97b9; 
    text-decoration: underline;

}
.apply-btn:focus {
    background-color: #ff9b29!important;
    color: #006885 !important;

}

.c-mobile-logo{
    padding-left:5px;
}

.embed-responsive-16by9 {
    padding-bottom: 53% !important;
}


.nav-item{
    /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/

    font-weight: 400;
    font-size: 16px;
}


.owl-theme .owl-controls .owl-page span {
    display: none;
}

.owl-buttons{
    margin-top: -40px !important;
    margin-right: -20px !important;

}


@media (max-width: 991px) {
    .apply-btn {
        padding: 9px 18px;

        min-width: 140px;

    }
}

@media (max-width: 480px) {
    .apply-btn {
        padding: 9px 18px;
        min-width: 150px;

    }
    /*
    .apply-btn {
        width: 100%;
        max-width: 250px;
        padding: 10px 20px;
        font-size: 13px;
    }
*/

}
.spacing-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
        .header-ui__btn {
            background: none;
    border: none;
    padding: 0.5rem 1rem; /* Match .nav-link padding */
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
        }
        .fa-chevron-right {
            color: #ffffff !important;
        }
        .apply-btn:hover .fa-chevron-right {
            color: #007FA3 !important;
        }
        #alumni-slider {
            width: 80%;
            margin: 0 auto;
        }
        #academic-programs-slider{
            width: 100%;
            margin: 0 auto;
        }
        #student-slider {
            width: 100%;
            margin: 0 auto;
        }

       /* #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
            background: #1d97b9 !important;
            padding: 9px 20px 8px 20px !important;
        }*/
        .banner-container {
            position: relative;
        }

        .banner-container img {
            width: 100%;
            display: block;
        }

        .banner-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(205, 230, 244, 0.9);
            color: white;
            text-align: center;
            padding: 20px;
        }
        /*---Instagram Feed---*/
    
        .instagram-feed > div {
            background-color: #FAFCFE;
            border-radius:1px;
            max-width: 900px !important;
            width: 100% !important;
            margin: 0 auto;
        }
        .instagram-feed a[href*="/p/"] {
            aspect-ratio: 3 / 4;
            display: block;
        }

        a[style*="embed-instagram-feed/profiles"] {
            border-radius: 50%;
            border: 1px solid #CCC;
        }

        .instagram-feed > div > div:first-child {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .instagram-feed > div > div:first-child::after {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            margin-left: auto;
            background: url("images/ig-logo.png") center/contain no-repeat;
        }
        .instagram-feed a[href="https://www.instagram.com/citytechcuny/"]:not([style*="background-image"])::after {
            content: "@citytechcuny";
            display: block;
            font-size: 12px;
            color: #777;
            margin-top: 3px;
        }
        @media (max-width: 768px) {
        .instagram-feed a[href*="/p/"] {
        height: 150px !important;
        aspect-ratio: unset !important;
    }
        }
/* Main section */
#aid {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
}

/* Main banner */
.prospective-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Blue title */
.prospective-title {
    width: 100%;
    background: #0785a5;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding: 8px 15px;
    line-height: 1.2;
    box-sizing: border-box;
}

/* Image container */
.prospective-image {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Image */
.prospective-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Transparent information bar */
.prospective-overlay {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    min-height: 128px;

    /*background: #CDE6F4;*/
    background:rgba(0, 0, 0, 0.55);

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 25px 18%;
    box-sizing: border-box;
}

/* Text */
.prospective-text {
    font-size: 24px;
    line-height: 1.45;
    color: #ffffff;
}

/* Links */
.prospective-links {
    display: flex;
    gap: 55px;
    margin-left: 40px;
}

.prospective-links a {
    color: #0077a3;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.prospective-links a:hover {
    text-decoration: underline;
}
.prospective-title {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    background: #0785a5;
    color: #fff;

    text-align: center;

    font-size: 30px;
    font-weight: 800;

    padding: 10px 15px;

    line-height: 1.2;

    box-sizing: border-box;

    z-index: 10;
}

#aid .tp-leftarrow,
#aid .tp-rightarrow {
    display: none !important;
}
#video-slider .tparrows.circle.rect {
    background-color: rgba(255, 255, 255, 0.80) !important;
    border-radius: 8px !important;
}

.video-swiper .swiper-button-next,
.video-swiper .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(255, 255, 255, 0.50) !important;
    border-radius: 8px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 1 !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease;
    
}
.video-swiper .swiper-button-prev {
    left: -5px !important;
}

.video-swiper .swiper-button-next {
    right: -5px !important;
}
/* Hover */
.video-swiper .swiper-button-next:hover,
.video-swiper .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.80) !important;
}

.video-swiper .swiper-button-next::after,
.video-swiper .swiper-button-prev::after {
    color: #c59e1e !important;
    font-size: 30px !important;
    transition: color 0.2s ease;
}

/* Hover */
.video-swiper .swiper-button-next:hover::after,
.video-swiper .swiper-button-prev:hover::after {
    color: #EDB400 !important;
}
/* Flip previous arrow */

.video-swiper .swiper-button-after {
    transform: rotate(180deg);
}

    @media (max-width: 991px) {

        .prospective-overlay {
        position: absolute;
        bottom: 20px;
        min-height: auto;

        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 10px;

        text-align: center;
    }

    .prospective-text {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .prospective-links {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-left: 0;
        align-items: center;
    }

    .prospective-links a {
        font-size: 13px;
        white-space: normal;
    }
    #slider-two .tp-bgimg {
        background-size: contain !important;
        background-position: center 30% !important;
        background-repeat: no-repeat !important;
}

    #aid .tp-banner-container,
#aid .tp-banner {
    height: 420px !important;
    width:100% !important;
}
}



@media (max-width: 767px) {

    .prospective-overlay {
        position: absolute;

        min-height: auto;
        background: #CDE6F4;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 10px 40px 10px; 
        margin-bottom:-48px !important;
        text-align: center;

    }

    .prospective-text {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 15px;
        color: #111;
    }

    .prospective-links {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-left: 0;
        align-items: center;
        margin-bottom:50px !important;
    }

    .prospective-links a {
        font-size: 14px;
        white-space: normal;
    }
    #slider-two .tp-bgimg {
        background-size: contain !important;
        background-position: center 30% !important;
        background-repeat: no-repeat !important;
}


    #aid .tp-banner-container,
#aid .tp-banner {
    height: 480px !important;
    width:100% !important;
}
}