﻿@font-face {
    font-family: ZillaSlabRegular;
    src: url(../fonts/Zilla_Slab/ZillaSlab-Regular.ttf)
}
@font-face {
    font-family: ZillaSlabLight;
    src: url(../fonts/Zilla_Slab/ZillaSlab-Light.ttf);
}
@font-face {
    font-family: ZillaSlabBold;
    src: url(../fonts/Zilla_Slab/ZillaSlab-Bold.ttf)
}
@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
#about-us {
    background-image: url('imgs/iowa-dots-bg.png');
}

.about {
    margin: 0 250px;
}
b {
    font-family: RobotoBold;
}
blockquote {
    color: white;
    width: 450px;
    position: relative;
    left: 300px;
    border-left: none;
}

.body-content > section {
    padding: 0 0 5em 0;
}
#breadcrumbs {
    margin: auto;
    max-width: 1000px;
    color: black;
    font-size: .8em;
    margin-top: 20px;
    margin-bottom: 5em;
}
#breadcrumbs a {
    color: black;
}
.button {
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: "Antonio", "Antonio-fallback", sans-serif;
    font-size: 1.25rem;
    color: black;
    padding: .8rem 2rem .8rem;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    border: 1px solid;
    border-color: black;
    background-color: transparent;
}
.grant-dates {
    color: black;
    font-size: .7em;
}
h2 {
    font-family: "Antonio";
    text-transform: uppercase;
}
h3 {
    font-family: RobotoBold;
    font-size: 1.1rem;
    margin-bottom: -20px;
}
i {
    font-family: Roboto;
    font-style: italic;
}
.item {
    margin: 4em 0;
    Xline-height: 1rem;
}
li {
    padding-bottom: 1.5em;
}
.quote-container {
    margin: 0 -250px 5em -250px;
    padding: 150px 0;
    color: white;
}

.quote-author {
    font-family: 'Antonio';
    font-style: normal;
    font-size: 1.5em;
    margin-top: -20px;
}

.quote-job-title {
    font-family: 'Antonio';
    font-style: normal;
    font-size: 1em;
    margin-top: -50px;
}

.quote-text {
    border-left: 10px solid #ffdd00;
    padding-left: 20px;
    font-family: ZillaSlabLight;
    font-size: 2em;
}

section {
    margin: auto;
    max-width: 1000px;
}

ul {
    list-style-type: none;
    padding: 0;
}
/***************************** Profile Card *********************************/

.grid {
    display: grid;
    /*          width: 114rem;
*/ grid-gap: 6rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    align-items: stretch;
    justify-content: space-between;
}

@media (max-width: 60em) {
    .grid {
        grid-gap: 3rem;
    }
}

.grid__item {
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
    max-width: 18em;
    min-width: 18em;
}

.grid__item:hover {
    transform: translateY(-0.5%);
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
}

.grid__item a {
    text-decoration: none;
    color: black;
}

.card__img {
    display: block;
    width: 100%;
    height: 18rem;
    object-fit: cover;
}

.card__content {
    padding: 3rem 3rem 1rem 3rem;
}

    .card__content h1 {
        line-height: 3rem;
    }

.card__header {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0d0d0d;
    margin-bottom: 1.5rem;
}

.card__text {
    /*          font-size: 1.5rem;
*/ letter-spacing: 0.0rem;
    /*          line-height: 1.7;
*/ color: #3d3d3d;
/*    margin-bottom: 2.5rem;
*/}

.card__btn {
    width: 100%;
    padding-top: 2rem;
    /*          font-size: 1.5rem;
*/ font-variant: small-caps;
    text-align: left;
    border-top: 1px solid gray;
    cursor: pointer;
    vertical-align: bottom;
    /*          display: block;
          width: 100%;
          padding: 1.5rem;
          font-size: 2rem;
          font-variant: small-caps;
          text-align: left;
          color: slategray;
          background-color: none;
          border-top: 1px solid #eeeeee;
          border-radius: 0.4rem;
          transition: 0.2s;
          cursor: pointer;
*/
}

    .card__btn span {
        margin-left: 1rem;
        transition: 0.2s;
    }

    .card__btn:hover, .card__btn:active {
        background-color: none;
    }

        .card__btn:hover span, .card__btn:active span {
            margin-left: 1.5rem;
        }

/***************************** End Profile Card *********************************/





/***************************** Card Slider *********************************/
/* Card Slider Styles */
.card-slider {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 2rem 0;
}

.card-slider-wrapper {
    position: relative;
    padding: 0 60px;
}

.card-slider-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 1.5rem;
}

.card-slider-item {
    flex: 0 0 auto;
    min-width: 0;
}
.card img {
    width: 100%;
    min-width: 198px;
}
.card-body {
    padding: 0 20px;
}
.card-title {
    font-family: ZillaSlabRegular;
    font-size: 1.3em;
}
.card-text {

}
    /* Responsive card widths */
    .card-slider-item .card {
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        overflow: hidden;
    }

        .card-slider-item .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

/* Navigation Buttons */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

    .slider-nav:hover {
        background: #000000;
        color: white;
        border-color: #000000;
        transform: translateY(-50%) scale(1.05);
    }

    .slider-nav:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        transform: translateY(-50%);
        background: #f8f9fa;
    }

    .slider-nav.prev {
        left: 0;
    }

    .slider-nav.next {
        right: 0;
    }

/* Pagination Dots */
.slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .slider-dot.active {
        background: #0d6efd;
        transform: scale(1.2);
    }

    .slider-dot:hover {
        background: #6c757d;
    }

/* Progress Bar */
.slider-progress {
    width: 100%;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin-top: 1rem;
    overflow: hidden;
}

.slider-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    border-radius: 2px;
    transition: width 0.4s ease;
}

/* Responsive Breakpoints */
@media (min-width: 1400px) {
    .card-slider-item {
        flex-basis: calc(25% - 1.125rem);
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .card-slider-item {
        flex-basis: calc(33.333% - 1rem);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-slider-item {
        flex-basis: calc(50% - 0.75rem);
    }
}

@media (max-width: 767px) {
    .card-slider-item {
        flex-basis: calc(100% - 0rem);
    }

    .card-slider-wrapper {
        padding: 0 50px;
    }

    .slider-nav {
        width: 40px;
        height: 40px;
    }
}

/* Loading State */
.card-slider.loading .card-slider-track {
    opacity: 0.6;
}

/* Demo Styling */
.demo-section {
/*    margin: 3rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 1rem;
    color: white;
*/}

    .demo-section h2 {
        color: white;
        text-align: center;
        margin-bottom: 2rem;
    }

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: black;
}

.stats-section {
    background: #f8f9fa;
    padding: 3rem 0;
    border-radius: 1rem;
    margin: 2rem 0;
}
/***************************** End Card Slider *********************************/
