﻿html {
    font-size: 14px;
    /*font-family: "Nunito", sans-serif;*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .threecards {
        height: 32em !important;
    }
}

@media (max-width: 480px) {
    .threecards {
        height: auto !important;
    }

    h1 {
        font-size: 3.7rem !important;
    }

    .abouthero {
        background-image: url('../images/urich2.jpg');
        display: flex;
        height: 25em !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 5em !important;

        h1 {
            font-size: 1.8rem !important;
        }
    }

    .bg-d {
        background: #231f20;
        height: auto !important;
    }

    .mediahero {
        margin: 5em 0 0 0 !important;
        background-image: url('../images/urichpodcast 2.jpg');
        background-color: #231f20;
        height: 15em !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
    }

    .navbar > .container {
        display: flex !important;
        flex-direction: row !important;
    }

    .w-logo {
        width: 12em !important;
    }

    .students-hero {
        margin: 5.1em 0 0 0 !important;
        background-image: url(../images/andy-urich-teaching.jpg);
        background-color: #231f20;
        height: 50vh !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top !important;
        display: flex;
        text-align: center;
    }

    .speakinghero {
        margin: 4.5em 0 0 0;
        background-image: url('../images/urich4.jpg');
        background-color: #231f20;
        height: 55vh !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center top !important;
        display: flex;
        text-align: center;
    }

    .contact-image {
        background-image: url('../images/timon-studler-abgavhjxwdq-unsplash.jpg');
        margin: 3.5em 0 0 0;
        height: 35vh !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: end;
        justify-content: center;
        /*    filter: brightness(40%);
*/ color: white;
    }

    .contact-container {
        margin: 0 !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #FE5c00;
}

.btn {
    font-size: 1.6rem;
}

html {
    position: relative;
    min-height: 100%;
    /*font-family: "Nunito", sans-serif;*/

    scroll-behavior: smooth;
}

body {
    margin-bottom: 60px;
    font-family: "Nunito", sans-serif;
}

/* Administrator authentication */
.auth-page {
    min-height: 720px;
    padding: 11rem 1.5rem 6rem;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 8% 12%, rgba(254, 92, 0, 0.12), transparent 28rem),
        linear-gradient(145deg, #f8f6f3 0%, #ffffff 52%, #f3efeb 100%);
}

.auth-card {
    position: relative;
    width: min(100%, 34rem);
    padding: 3.25rem;
    overflow: hidden;
    border: 1px solid rgba(35, 31, 32, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.75rem 4rem rgba(35, 31, 32, 0.14);
}

.auth-card--wide {
    width: min(100%, 38rem);
}

.auth-card__accent {
    position: absolute;
    inset: 0 0 auto;
    height: 0.4rem;
    background: #fe5c00;
}

.auth-eyebrow {
    margin: 0 0 0.7rem;
    color: #b74300;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.auth-card h1 {
    margin: 0;
    color: #231f20;
    font-size: clamp(3.2rem, 7vw, 4.6rem);
    line-height: 0.95;
}

.auth-intro {
    max-width: 31rem;
    margin: 1rem 0 2.25rem;
    color: #605a5c;
    font-size: 1.05rem;
    line-height: 1.6;
}

.auth-form {
    display: grid;
    gap: 1.25rem;
}

.auth-field label,
.auth-label-row label {
    margin-bottom: 0.45rem;
    color: #231f20;
    font-size: 0.92rem;
    font-weight: 800;
}

.auth-label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.auth-label-row span {
    color: #80797b;
    font-size: 0.75rem;
}

.auth-field .form-control {
    min-height: 3.65rem;
    border: 1px solid #cfc8c4;
    border-radius: 0.65rem;
    background: #fff;
}

.auth-field .form-control:focus {
    border-color: #fe5c00;
    box-shadow: 0 0 0 0.22rem rgba(254, 92, 0, 0.15);
}

.auth-check {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #514b4d;
    cursor: pointer;
    font-size: 0.9rem;
}

.auth-check .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
}

.auth-check .form-check-input:checked {
    border-color: #fe5c00;
    background-color: #fe5c00;
}

.auth-submit {
    min-height: 3.65rem;
    margin-top: 0.25rem;
    border: 2px solid #fe5c00;
    border-radius: 0.65rem;
    background: #fe5c00;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.auth-submit:hover,
.auth-submit:focus-visible {
    transform: translateY(-2px);
    background: #231f20;
    border-color: #231f20;
}

.auth-submit:focus-visible {
    outline: 3px solid rgba(254, 92, 0, 0.25);
    outline-offset: 3px;
}

.auth-validation:empty {
    display: none;
}

.auth-validation ul {
    margin: 0;
    padding: 0.85rem 1rem 0.85rem 2rem;
    border-left: 4px solid #b42318;
    background: #fff1f0;
    color: #7a271a;
}

.auth-help {
    margin: 2rem 0 0;
    padding-top: 1.4rem;
    border-top: 1px solid #e5dfdb;
    color: #756e70;
    font-size: 0.84rem;
    text-align: center;
}

@media (max-width: 576px) {
    .auth-page {
        min-height: 620px;
        padding: 8.5rem 1rem 3rem;
    }

    .auth-card {
        padding: 2.25rem 1.35rem;
    }

    .auth-label-row span {
        display: none;
    }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas Neue", sans-serif;
}

.w-logo {
    width: 15em;
}

.hero-video {
    position: relative;
    width: 100%;
    height: 100vh; /* full screen height */
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.container-fluid {
    --bs-gutter-x: 0;
}

.row {
    --bs-gutter-x: 0;
}

#mainNavbar {
    transition: all 0.4s ease;
}

    #mainNavbar.scrolled {
        background-color: #231f20 !important; /* solid dark navy */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }


.navbar-brand {
    text-align: start !important;
    color: #ffffff;
}

#mainNavbar .nav-link {
    color: white !important;
}

    #mainNavbar .nav-link:hover {
        color: #FE5c00 !important;
    }

#mainNavbar .nav-link {
    font-size: 1.15rem; /* change for text size */
}

#mainNavbar .navbar-nav {
    gap: 2.5rem; /* ← change for space between items */
}

.bg-dark {
    background-color: #231f20 !important;
    color: #fff !important;
}

.mt-10 {
    margin-top: 30rem;
}

.mt-6 {
    margin-top: 5rem;
}

.mt-7 {
    margin-top: 12rem;
}

.pt-8 {
    padding-top: 19rem;
}

/* Highlight around overlay text */
.hero-overlay-h1 {
    text-shadow: 0 0 3px #fff, 0 0 12px #fff, 1px 1px 3px #fff !important;
}

.hero-cta {
    /*font-family: "Bebas Neue", sans-serif;*/
    display: inline-block;
    padding: .6rem .6rem 0 .6rem;
    background: #FE5c00;
    color: #231f20;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    align-content: center;
}

    .hero-cta:hover {
        background: #231f20;
        color: #fff;
    }

.highlight {
    background-color: white;
    color: #000;
    padding: 0 .3rem 0 .3rem;
    display: inline-block;
    margin-bottom: 0;
    margin-top: .2em;
    display: inline-block;
    transition: transform 0.15s cubic-bezier(0.40, -0.20, 0.15, .75);
    cursor: default;
    /*.highlight:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    }*/
}

.highlight2 {
    background-color: #231f20;
    color: #fff;
    padding: .01em .5rem .0em .5rem;
    display: inline-block;
    margin-bottom: 0;
    margin-top: .2em;
    display: inline-block;
    transition: transform 0.15s cubic-bezier(0.40, -0.20, 0.15, .75);
    cursor: default;
}

.headshot-img {
    background-image: url('../images/urich.jpeg');
    height: 35em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 2em;
    padding: 1.5em;
}

p {
    font-size: 1.4rem;
}

body {
    margin-bottom: 0;
}

/* Parent container (add these 3 lines to whatever wraps your logos) */
.logo-slider {
    position: relative;
    overflow: hidden;
}

    /* Faded edges */
    .logo-slider::before,
    .logo-slider::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%; /* full height of the strip */
        width: 120px; /* adjust if you want wider/narrower fade */
        z-index: 2;
        pointer-events: none; /* so you can still click logos */
    }

    .logo-slider::before {
        left: 0;
        background: linear-gradient(to right, #fff, transparent); /* change #fff to your page background color */
    }

    .logo-slider::after {
        right: 0;
        background: linear-gradient(to left, #fff, transparent);
    }

.logo-slide-track {
    display: flex;
    gap: 60px; /* your spacing between logos */
    width: calc(250px * 70); /*(Width of 1 logo * total count including duplicates*/

    animation: marquee 150s linear infinite;
    flex-shrink: 0;
}

/*.logo-slide-track2   {
    display: flex;
    gap: 70px;*/ /* ← little space between each logo */
/*width: calc(250px * 50);*/ /*(Width of 1 logo * total count including duplicates) */
/*animation: scroll 40s reverse linear infinite;
}*/

.slide {
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
}

    .slide img {
        width: 100%;
        /*filter: grayscale(100%);  Optional: makes logos uniform grey*/
        /*opacity: 0.6;*/
        transition: 0.3s;
    }

        .slide img:hover {
            filter: grayscale(0%); /* Color returns on hover */
            opacity: 1;
            scale: 1.2;
        }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 140));
    }
    /* Move by the width of the first 10 logos */
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Opposite direction ribbon */
.logo-slide-track.opposite {
    animation: marquee 150s linear infinite reverse;
    width: calc(250px * 85); /*(Width of 1 logo * total count including duplicates*/
}

/* Optional: pause on hover */
.logo-slider:hover .logo-slide-track {
    /*animation-play-state: paused;*/
}

.service-icon {
    width: 64px;
    height: 64px;
    background-color: #e3f2fd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.bg-618B4A {
    background-color: #618b4a;
}

/* Zigzag box styles */
.box {
    transition: all 0.4s ease;
}

    .box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    }

/* Dark boxes (black bg, white text) */
.box-dark {
    background-color: #231F20;
    color: #fff;
    border-color: #fff !important;
}

/* Light boxes (white bg, black text) */
.box-light {
    background-color: #f8f9fa;
    color: #231F20;
    border-color: #231F20 !important;
}

/* Big title boxes */
.box-title h2 {
    font-size: 2.8rem;
    line-height: 1.1;
}

/* Description boxes */
.box-desc .btn {
    width: 100%;
}

/* Mobile title size */
@media (max-width: 576px) {
    .box-title h2 {
        font-size: 2.2rem;
    }
}

.abouthero {
    background-image: url('../images/urich2.jpg');
    display: flex;
    height: 54em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 2em;
    /*    filter: brightness(70%)
*/
}

.abouth1 {
    background-color: #231f2080;
    color: #fff;
    border-radius: 2em;
    margin: 4em;
    padding: 2em;
}

.headshot-img2 {
    background-image: url('../images/andy-urich-teaching.jpg');
    height: 25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.img-a {
    background-image: url('../images/urichstudentphoto.jpg');
    height: 25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.img-b {
    background-image: url('../images/urichoge2.jpg');
    height: 25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.img-a2 {
    background-image: url('../images/urichstudents.jpg');
    height: 30em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.img-a3 {
    background-image: url('../images/u1 (1).jpg');
    height: 25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.img-a4 {
    background-image: url('../images/urichstudetns2.jpg');
    height: 25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.img-a5 {
    background-image: url('../images/raj_andy_dean_rick_yvgr5d.jpg');
    height: 28em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

li {
    font-size: 1.3rem;
}

.btn-dark {
    background-color: #231f20;
}

.flexbox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contact-image {
    background-image: url('../images/timon-studler-abgavhjxwdq-unsplash.jpg');
    margin: 3.5em 0 0 0;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
    /*    filter: brightness(40%);
*/ color: white;
}

.hero-description {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.card {
    transition: 0.2s ease;
    margin: 1em;
}

    .card:hover {
        transform: translateY(-3px);
       scale:1.02;

    }


.indexcard {
    transition: 0.5s ease;
    margin: 1em;
    outline: solid 1px white;
}

    .indexcard:hover {
        transform: translateY(-3px);
        scale: 1.2;
    }

.bg-bg {
    background-color: #231f20;
}

.bg-FCBA04 {
    background: #FCBA04;
}

.bg-osu {
    background: #FE5c00;
    height: auto;
}

.threecards {
    height: auto;
}

.mb-7 {
    margin: 0 0 7rem 0;
}

.bg-d {
    background: #231f20;
    height: 67em;
    padding-bottom: 3rem;
}

/* ====================== CONTACT FORM ====================== */
.contact-container {
    max-width: 45rem;
    margin: 40px auto;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /*    font-family: 'Segoe UI', Arial, sans-serif;
*/
}

    .contact-container h2 {
        color: #003087; /* OSU blue */
        font-size: 28px;
        margin-bottom: 8px;
        text-align: center;
    }

    .contact-container p {
        color: #555;
        text-align: center;
        margin-bottom: 30px;
        font-size: 17px;
    }

/* Form groups */
.form-group {
    margin-bottom: 22px;
}

    .form-group label {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: #222;
        font-size: 15px;
    }

/* Inputs & Textarea */
.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

    .form-control:focus {
        border-color: #ff6600; /* OSU orange */
        outline: none;
        box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.15);
    }

/* Button */
.btn-primary {
    background: #FE5c00; /* OSU orange */
    color: white;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}
    .btn-primary:hover {
        background: #fff;
        scale: 1.02;
        color: #231f20;
    }

.btn-primary2 {
    background: #231f20; /* OSU orange */
    color: white;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

    .btn-primary2:hover {
        background: #FE5c00;
        scale: 1.02;
        color: #231f20;
    }

/* Alerts */
.alert {
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 576px) {
    .contact-container {
        margin: 20px 15px;
        padding: 30px 20px;
    }
}

.thankyou {
    height: 71.9vh;
}

.thank-you-container {
    display: flex;
    flex-direction: column;
    height: 20em;
    margin: 2rem;
    padding: 40px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.btn-osu {
    background: #FE5c00;
    color: #fff;
    outline: solid .08em #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size:1.7rem;
    letter-spacing:0.08rem;
    /**/
    /*.btn-osu:hover {
        background: #231f20;
        color: #fff;
    }*/
}
    .btn-osu:hover {
        color: #231f20;
        background-color:#fff;
    }

.custom-outline {
    -webkit-text-stroke: .005em grey; /* Width and color of the outline */
    color: white; /* Interior color of the letters */
}

.students-hero {
    margin: 4.8em 0 0 0;
    background-image: url('../images/andy-urich-teaching.jpg');
    background-color: #231f20;
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    text-align: center;
}
/* match your homepage hero */
.section-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.section-text {
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.role-card {
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.cta-section {
    text-align: center;
    padding: 4rem 2rem;
    background: #0d6efd;
    color: white;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: white;
    color: #0d6efd;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
}

.eastinlogo {
    background-image: url('../images/eastin center.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    height: 10em;
}

section, .row, .col {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.speakinghero {
    margin: 5.1em 0 0 0;
    background-image: url('../images/urich4.jpg');
    background-color: #231f20;
    height: 79vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    text-align: center;
}

.mediahero {
    margin: 0 0 0 0;
    background-image: url('../images/urichpodcast 2.jpg');
    background-color: #231f20;
    height: 88vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.urichpodcast {
    background-image: url('../images/urichpodcast.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    text-align: center;
    height: 35em;
    filter: brightness(80%);
    border: .2em solid white;
}

.vlogos {
    height: 3em;
}

.vlogos2 {
    height: 5.5em;
}

.urichpic {
    background-image: url('../images/urich2.jpg');
    background-size: cover;
    height: 16em;
    background-repeat:no-repeat;
    background-position: center;
}

.zayed {
    background-image: url('../images/zu_dubai_campus.jpg');
    height: 20em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #315C2B;
    filter: brightness(90%);
    margin-bottom: 1em;
}

.admin-area {
    min-height: 70vh;
}

.admin-area textarea {
    font-family: "Nunito", sans-serif;
}

.admin-thumbnail {
    display: block;
    width: min(18rem, 100%);
    max-height: 12rem;
    object-fit: cover;
    border: 1px solid #d6d2ce;
    border-radius: .5rem;
}

.card-d {
    outline: solid .1px white;
    border-radius: 2em;
    display:flex;
    flex-direction: row;
}
    .card-d:hover {
        scale: 1.003;
        transition: all 0.7s ease;
    }
