html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

html {
    overflow-y: scroll;
}

.hero-section-bg {
    height: 55vh;
}

.grecaptcha-badge {
    visibility: hidden !important;
}


.bg-light {
    background-color: #e5e7eb !important;
}

.nav-link {
    color: #fffffff4 !important;
    transition: color 0.2s ease;
}

.lead {
    font-size: 1.25rem;
}

.form-control-lg {
    font-size: .875rem;
    padding: .75rem 1rem;
}

.btn-lg {
    font-size: .875rem;
    padding: .75rem 1rem;
}

.avatar {
    position: relative;
    display: inline-block;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.upload-overlay i {
    font-size: 1.5rem;
}

.avatar:hover .upload-overlay {
    opacity: 1;
}

.bg-dark {
    background-color: #0a0a0a !important;
}

p {
    font-weight: 300;
}

.opacity-85 {
    opacity: 0.85 !important;
}


.text-brand-red {
    color: #eb1e25 !important;
}

.text-dark {
    color: #211f20 !important;
}


.bg-red {
    background-color: #eb1e25 !important;
}

.text-danger {
    color: #eb1e25 !important;
}

.breadcrumb-item a {
    color: #6c757d !important;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #eb1e25 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
}

.btn-red {
    background-color: #eb1e25 !important;
    border-color: #eb1e25 !important;
    color: white;
}

.btn-red:hover {
    background-color: #d11a1f !important;
    border-color: #d11a1f !important;
    color: white;
}

.btn-red:focus {
    background-color: #d11a1f !important;
    border-color: #d11a1f !important;
    color: white;
}

.btn-outline-red {
    color: #eb1e25 !important;
    border-color: #eb1e25 !important;
}

.btn-outline-red:hover {
    color: #fff !important;
    background-color: #eb1e25 !important;
    border-color: #eb1e25 !important;
}

.btn-outline-red:focus {
    color: #fff !important;
    background-color: #eb1e25 !important;
    border-color: #eb1e25 !important;
}

.hero-heading-grid {
    display: grid;
    align-content: stretch;
}

.hero-title {
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(2.5rem, 14vw, 5rem);
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: clamp(2.8rem, 9vw, 6rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }

    .hero-subtitle {
        font-size: 1.2rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #eb1e25;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.hero-anim {
    opacity: 0;
    transform: translateY(32px);
    animation: heroFadeUp 1.1s cubic-bezier(.77, 0, .18, 1) forwards;
}

@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header-title {
    display: block;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(2.5rem, 14vw, 3rem);
}

@media (max-width: 575.98px) {
    .section-header-title {
        font-size: clamp(2.8rem, 19vw, 2.8rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }
}

/* Responsive Width Classes */
@media screen and (min-width: 576px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .hero-section-bg {
        height: 45vh;
    }

}

.separator {
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #e3342f 0%, #e3342f 100%);
    border-radius: 3px;
}

.page-header-title {
    display: block;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(2.5rem, 14vw, 3rem);
}


.staff-name-title {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
}


.tracking-wider {
    letter-spacing: 0.1em;
}

.object-fit-cover {
    object-fit: cover;
}

.card {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.border-red {
    border-color: #591113 !important;
}

/* .card:hover {
    transform: translateY(-5px);
}

.card:hover .btn-outline-light {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff !important;
} */

.btn-outline-light:hover {
    background-color: #fff !important;
    color: #000 !important;
}

@media (max-width: 575.98px) {
    .page-header-title {
        font-size: clamp(2.2rem, 13vw, 3.2rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }
}

.page-link {
    color: #6c757d !important;
    transition: color 0.2s ease;
}

.active>.page-link,
.page-link.active {
    background-color: #000000 !important;
    color: white !important;
    border-color: #000000 !important;
}



/* Masonry container */
.masonry-grid {
    margin-left: -8px;
    /* half gutter */
    margin-right: -8px;
}

/* Masonry items & column sizer */
.masonry-sizer,
.gallery-grid-item {
    width: 33.333%;
    /* 3 columns on large screens */
}

.gallery-grid-item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

/* 2 columns on tablets */
@media (max-width: 991px) {

    .masonry-sizer,
    .gallery-grid-item {
        width: 50%;
    }
}

/* 1 column on phones */
@media (max-width: 575px) {

    .masonry-sizer,
    .gallery-grid-item {
        width: 100%;
    }
}


.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa !important;
    color: black !important;
}