@font-face {
    font-family: 'NeueHaasGrotesk';
    src: url('https://university.veridikal.com/assets/fonts/NHaasGroteskDSW02-55Rg.woff2') format('woff2'),
        url('https://university.veridikal.com/assets/fonts/NHaasGroteskDSW02-55Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





@font-face {
    font-family: 'GaramondPro';
    src: url('https://university.veridikal.com/assets/fonts/AGaramondPro-Regular.woff2') format('woff2'),
        url('https://university.veridikal.com/assets/fonts/AGaramondPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Maison';
    src: url('https://university.veridikal.com/assets/fonts/maison.woff2') format('woff2'),
        url('https://university.veridikal.com/assets/fonts/maison.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #e18e50;
    --color-main: #1a1a1a;
    --color-light: #111;
    --color-white: #ffffff;
    --color-dark: #000;

 
    --font-header: 'GaramondPro', 'NeueHaasGrotesk', arial, sans-serif;
    --font-caslon: 'GaramondPro', serif;
    --font-maison: 'Maison', 'NeueHaasGrotesk', arial, sans-serif;
    --font-neue: 'NeueHaasGrotesk', 'Maison', arial, sans-serif;
    --font-primary: 'NeueHaasGrotesk', 'Maison', arial, sans-serif;

}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body {
      font-family: var(--font-primary);
}


.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 10vw;
    overflow-x: hidden;
    color: #303030;
    font-family: var(--font-primary);
}


body {
    margin: 0;
      font-family: var(--font-primary);
    padding: 0;
}

body.nav-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
       font-family: var(--font-header);
    font-weight: 300;
    line-height: 1.3;
}

p {
      font-family: var(--font-primary);
}
body {
    font-size: 21px;
    font-size: clamp(16px, 2.5vmin, 18px);
}



h1 {
    font-size: 2.5rem;
    font-size: clamp(2.125rem, 5vmin, 2.7rem);
}

h2 {
    font-size: 2rem;
    font-size: clamp(1.5rem, 4vmin, 2rem);
}

h3 {
    font-size: 1.75rem;
    font-size: clamp(1.2rem, 3.5vmin, 1.75rem);
}

h4 {
    font-size: 1.5rem;
    font-size: clamp(1.1rem, 3vmin, 1.5rem);
}

h5 {
    font-size: 1.2rem;
    font-size: clamp(1rem, 2.5vmin, 1.2rem);
}

img {
    width: 100%;
    object-fit: cover;
}

p {
       font-family: var(--font-primary);
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: .3px;

}


.position---relative.top.background--nitrogen-orange {
    position: relative;
    z-index: 9;
}

.hero---underlay.reverse {
    display: flex;
    overflow: hidden;
    height: 100%;
    align-items: center;
    max-height: 550px;
}

@media (min-width: 992px) {
    .hero---underlay.reverse {
        padding-right: 25vw;
        padding-left: 0vw;
        max-height: 650px;
    }
}

.overlay-block {
    color: #fff;
    text-align: center;
      font-family: var(--font-primary);

}

.overlay-block h2 {
    font-size: 23px;
       font-family: var(--font-primary);
    font-weight: 400;
}

.hero---photo-wrapper.object-fit img {
    width: 100%;
    min-height: 650px;
    height: 100%;
}

.hero---overlay.reverse.background---orange {
    background: #e18e50;
    right: 0px;
    bottom: 3vw;
    top: 0;
    align-items: center;
    display: flex;
    padding: 90px;
    justify-content: center;
}

@media (min-width: 992px) {
    .hero---overlay.reverse.background---orange {
        position: absolute;
        width: 42.857vw;

    }
}

.full-width.center.text---white {
    color: #fff;
    text-align: center;
      font-family: var(--font-primary);
}

.full-width.center.text---white h1 {
    font-size: 37px;
}

.full-width.center.text---white h3 {
    font-size: 26px;
    letter-spacing: 0;
}

/* Content Section */
.container-wide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    margin: 4em auto;
}

@media (min-width: 768px) {
    .container-wide {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 80%;
    }
}

.container-header {
    width: 100%;
    padding: 0 15px;

}

@media (min-width: 768px) {
    .container-header {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .container-header {
        max-width: 80%;
    }
}

.container-header h3 {
    text-transform: uppercase;
    font-size: 30px;
      font-family: var(--font-header);
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #fff;
}

.container-wide h3 {
    font-size: 1.8em;
    margin: 0 auto;
    max-width: 80%;
    line-height: 1.234;
}

@media (min-width: 992px) {
    .container-wide h3 {
        max-width: 65%;
    }
}

.container-wide .orange {
    color: #e18e50;
}

.container-wide p {
    font-size: 22px;
    line-height: 1.24;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
}

.login-container {
    display: flex;
    justify-content: center;
    margin: 2em auto;
    flex-wrap: wrap;
    gap: 40px;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    margin: 2em auto;
    gap: 30px;
}


#btnDashboardLogin {
    padding: 18px 0.5vw;
    border: 1px solid #e18e50;
    cursor: grab;
    border-radius: 4px;
    background-color: #e18e50;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 63px;
    width: 300px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 500ms ease-in-out;
    font-size: 14px;
}

#btnUniversityLogin {

    padding: 18px 0.5vw;
    border: 1px solid #e18e50;
    cursor: grab;
    border-radius: 4px;
    background-color: #e18e50;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 63px;
    width: 300px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 500ms ease-in-out;
    font-size: 14px;
}





#btnDashboardLogin:hover,
#btnUniversityLogin:hover {
    background: transparent;
    border: 1px solid #e18e50;
    transition: all 500ms ease-in-out;
    color: #e18e50;
}






.navbar {
    background-color: #000;
    padding: 0;
    position: relative;
}

.nav-container {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-logo img {
    width: 295px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    color: white;
    background-color: white;
    border-radius: 50%;
    padding: 8px;
}

.login-container a:hover svg path {
    stroke: #e18e50;
    transition: stroke 300ms ease-in-out;
}

.logo-icon path {
    stroke: #2c2c2c;
}

.logo-text {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
 
}

.logo-university {
    color: #ff8c42;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-menu .logo-md,
.nav-menu .divider {
    display: none;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: var(--font-primary);
    transition: color 0.3s ease;
    padding: 0.5rem 0;
}

.nav-link:hover {
    color: #ff8c42;
}

.nav-link.nav-button {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 2px;
}

.gradient-section {
    background: linear-gradient(to right, #ff8c42, #d4621a, #b8541a, #9c461a, #80381a);
    height: 30px;
    width: 100%;
    align-items: center;
    display: flex;
}


@media (max-width: 768px) {
    .nav-container {
        padding: 2rem;
    }

    .nav-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(17, 17, 17, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        padding: 2rem 0;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
    }

    .nav-menu .logo-md {
        display: block;
        max-width: 250px;
        margin-bottom: 1.5rem;
    }

    .nav-menu .divider {
        display: block;
        width: 80%;
        max-width: 320px;
        margin-bottom: 1rem;
    }

    .nav-menu .nav-link {
        font-size: 1.5rem;
        padding: 1rem 0;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .nav-menu.active .nav-link {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-menu.active .nav-link:nth-child(3) {
        transition-delay: 0.20s;
    }

    .nav-menu.active .nav-link:nth-child(4) {
        transition-delay: 0.25s;
    }

    .nav-menu.active .nav-link:nth-child(5) {
        transition-delay: 0.30s;
    }

    .nav-menu.active .nav-link:nth-child(6) {
        transition-delay: 0.35s;
    }

    .nav-menu.active .nav-link:nth-child(7) {
        transition-delay: 0.40s;
    }

    .nav-link.nav-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        max-width: 320px;
        padding: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: #e18e50;
        border: 1px solid #e18e50;
        color: #fff;
        border-radius: 4px;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .nav-link.nav-button:hover {
        background-color: transparent;
        color: #fff;
    }


    .nav-toggle {
        display: flex;
        position: relative;
        z-index: 101;
    }

    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(3.5px) rotate(45deg);
    }

    .nav-toggle.active .bar:nth-child(2) {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .logo-text {
        font-size: 1.3rem;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0.75rem;
    }

    .logo-text {
        font-size: 1.1rem;
    }

    .logo-icon {
        width: 30px;
        height: 30px;
    }

    .gradient-section {
        height: 60px;
    }
}

img.logo-md {
    width: 300px;
}


.divider {
    border-bottom: 1px solid #ddd;
}

/* Footer Styles */
.site-footer {
    background-color: #eee;
    padding: 4rem 2rem;
    color: #303030;
    font-size: 16px;
}

.footer-container {
    max-width: 90%;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-col h4 {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    margin-bottom: 2rem;
font-family: arial;
    padding-bottom: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #000;
}

.footer-col p,
.footer-col li {
    margin-bottom: 0.75rem;
    line-height: 1;
    font-size: 16px;
}

.footer-col a {
    color: #303030;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #e18e50;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-socials {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.footer-socials a {
    color: #e18e50;
    transition: all 500ms ease-in-out;
}

.footer-socials a:hover {
    color: #a3591f;
    transition: all 500ms ease-in-out;
}

.footer-socials svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.footer-logo {
    width: 220px;
    display: flex;
    justify-content: center;
}

.footer-divider {
    border: 0;
    height: 1px;
    background-color: #999;
    margin: 2rem 0;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.footer-copyright span:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
}

.footer-copyright a {
    color: #e18e50;
    text-decoration: none;
    transition: all 500ms ease-in-out;
    padding-bottom: 2px;
}

.footer-copyright a:hover {
    color: #000;
    transition: all 500ms ease-in-out;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}



.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.footer-legal a {
    text-decoration: none;
    color: #303030;
}

.footer-legal a:hover {
    color: #e18e50;
}

.footer-legal a:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
}

/* Footer Mobile Styles */
@media (max-width: 991px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col-4 {
        order: 1;
        margin-bottom: 2rem;
    }

    .footer-col-2 {
        order: 2;
    }

    .footer-col-1 {
        order: 3;
    }

    .footer-col-3 {
        order: 4;
    }

    .footer-col-4 .footer-logo {
        max-width: 250px;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer-legal {
        order: 1;
    }

    .footer-copyright {
        order: 2;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-copyright span:not(:last-child)::after {
        content: '';
    }
}

@media (max-width: 480px) {

    .footer-legal,
    .footer-copyright {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-legal a:not(:last-child)::after,
    .footer-copyright span:not(:last-child)::after {
        content: '';
    }
}




a.login-btn {
    padding: 18px 0.5vw;
    border: 1px solid #e18e50;
    border-radius: 4px;
    background-color: #e18e50;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 63px;
    width: 300px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-maison);
    transition: all 500ms ease-in-out;
    font-size: 14px;
}

a.login-btn:hover {
    background: transparent;
    border: 1px solid #e18e50;
    transition: all 500ms ease-in-out;
    color: #e18e50;

}