:root {
    --active-color: hsl(204 100 53);
    --bg-color: #e1e3e5;
    --icon-default: hsl(203 5 75);
    --icon-accent: hsl(203 15 98);
    --navigation-color: hsl(203 5 25 / 0.3);
}


#alt-features {
    padding: 50px 0 50px;
}

/* .callout-text marquee {
    font-size: 14px;
    letter-spacing: 3px;
} */



.main-home {
    height: 100vh !important;
}

@media only screen and (max-width: 991px) {
    .main-home {
        height: 100vh !important;
    }
}

.alt-features-icon i {
    color: rgb(77, 77, 77);
}



/* Centered cookie popup */
#cookie-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Popup box */
#simple-cookie-consent {
    width: 400px;
    background: #fff;
    /* White background */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Cookie consent content */
.cookie-consent-notice h4 {
    font-size: 18px;
    font-weight: bold;
    color: #181818;
}

.cookie-consent-notice p {
    font-size: 14px;
    color: #555;
    margin: 10px 0 15px;
    line-height: 1.5;
}

/* "Read more" link */
.cookie-consent-notice a {
    color: #181818;
    text-decoration: underline;
    font-weight: bold;
}

/* Button container */
.cookie-consent-selection {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

/* Buttons */
.cookie-consent-selection button {
    width: 48%;
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Accept button */
.cookie-consent-allow {
    background-color: #181818;
    color: #fff;
    border: none;
}

.cookie-consent-allow:hover {
    background-color: #000;
}

/* Reject button */
.cookie-consent-deny {
    background-color: #f4f4f4;
    color: #181818;
    border: none;
}

.cookie-consent-deny:hover {
    background-color: #e0e0e0;
}

.about-page-header {
    background-color: #000 !important;
    padding: 70px 0 70px 0 !important;
}

.marquee {
    height: auto;
    line-height: 4.5;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100vw
}

.marquee .track {
    animation: marquee 100s linear infinite
}

.marquee .text-track,
.marquee .track {
    white-space: nowrap;
    will-change: transform
}

.marquee .text-track {
    animation: marquee 10s linear infinite
}

.marquee .track-2 {
    animation: marquee-left 100s linear infinite;
    white-space: nowrap;
    will-change: transform
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes marquee-left {
    to {
        transform: translateX(0)
    }

    0% {
        transform: translateX(-50%)
    }
}

.wsbf-caption a {
    padding-right: 50px;
}



/* bhns-video */

.bhns-video {
    padding-top: 50px;
    padding-bottom: 50px;
}

.o-video {
    margin-bottom: 30px;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    border-radius: 20px;
    /* 9 / 16 * 100 */
}

.o-video>iframe {
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #000;
}


.introcontainer {
    width: 100%;
    height: 100%;
    margin: auto;
}


.cards {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.card img {
    object-fit: cover;
    /* width: 600px; */
    border-radius: 5px;
    max-width: 100%;
    height: auto;
    min-height: 50vh;
    padding: 0;
    margin: 0;
}

.card.two img {
    filter: sepia(100%) hue-rotate(190deg) saturate(300%);
}

.card.three img {
    height: 50vh;
}

.card.four img {
    filter: invert(4%) sepia(75%) saturate(500%) hue-rotate(356deg) brightness(70%) contrast(103%);
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    max-width: 100%;
    /* width: 500px; */

}

.title-box {
    display: flex;
    text-align: left;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0 !important;
    bottom: 50px;
    justify-content: center;
    color: #fff;
    opacity: 0;
    z-index: 15;
}

.title-box h1 {
    display: block;
    font-family: "Futura";
    font-weight: 700;
    line-height: normal;
    max-width: 100%;
    font-size: 3vmin;
}

.title-box p {
    font-family: "HelveticaNow";
    font-size: 2vmin;
    padding-top: 0;
    margin: 0;
    padding-left: 1%;
    max-width: 100%;
}

.card .title-box .seperator {
    height: 1px;
    width: 10%;
    background: white;
    position: absolute;
    content: "";
    left: -15%;
    top: 50%;
}



.top-strip {
    padding: 30px 0 30px 0;
    background: #111;
    border-bottom: 1px solid silver;
}

.top-strip p {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: auto;
}

.top-strip a {
    /* font-size: 12px;
    font-weight: 600;
    background: silver;
    padding: 10px 35px 10px 35px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 15px !important; */
    /* margin: 0; */

}

.crs-ftr i {
    font-size: 28px !important;
    padding-right: 15px;
}

/* Style the trigger link */
/* .modal-link {
    padding: 10px 20px;
    background-color: steelblue;
    color: white;
    text-decoration: none;
    border-radius: 5px;
} */

/* Modal container */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* Modal content box */
.modal-box {
    background: white;
    width: 80%;
    max-width: 400px;
    padding: 20px;
    border-radius: 10px;
    margin: 10% auto;
    position: relative;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    text-decoration: none;
    color: #333;
}

/* Show modal when targeted by ID */
#award-modal:target {
    display: block;
}

.card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    /* max-width: 800px; */
    width: 100%;
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.footer-social-links i {
    font-size: 16px;
    padding-right: 10px;
}

.wsbf-ftrs i {
    padding-right: 10px;
    /* font-family: "Roboto Condensed", sans-serif; */
}

.wsbf-ftrs span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    color: #111;
}


/* @media only screen and (max-width: 991px) {
    .fr-img img {
        display: block !important;
    }
} */

.top-strip h6 {
    background-color: rgb(240, 240, 240);
    padding: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
    .main-logo {
        width: 150px !important;
    }
}

@media only screen and (max-width: 991px) {
    .tag-img {
        width: 100% !important;

    }
}

@media only screen and (max-width: 991px) {
    .titan-title-size-4 {
        font-size: 28px !important;
        /*line-height: 65px;*/
    }
}

@media only screen and (max-width: 991px) {
    .ms-text {
        font-size: 28px !important;
        line-height: 65px !important;
    }
}



.wlcm-msg p {
    margin-top: -10px !important;
    line-height: 25px !important;
    text-align: justify !important;
    font-family: 'Volkhov' !important;
    font-size: 14px !important;
}