html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    /*font: 1rem/3.5 var(--bs-font-sans-serif);*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


body::before {
    display: block;
    content: '';
    height: 60px;
}


.dropdown-item{
    white-space: initial;
    color: white;
}

.dropdown-menu{
    background-color: #212529;

}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}
.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}
@media (min-width: 768px) {
    /*.news-input {*/
    /*    width: 50%;*/
    /*}*/
    .card-container {
        /*overflow: visible !important;*/
        /*!*position: fixed;*!*/
        /*right: 200px;*/
        /*top: 70px;*/
        /*width: inherit;*/
    }

    .card-container .card {
        height: 40vh;
    }
}@media (max-width: 768px) {
    .navbar-nav{
        margin-top:55px;
    }

    .footer-container{
        padding-bottom: 80px !important;
    }
}

.purchase-btn{
    font-weight: 500;
    font-size: 20px;
}


.card-img-top {
    /*width: 100%;*/
    /*height: 20vh;*/
    /*object-fit: cover;*/
}

.card-container .card-body{
    background: #d6e7fc;
}

.card-container .list-group-item{
    background: transparent;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}



.col-md-4.sticky-top {
    align-self: flex-start;
    /*display: none;*/
}


.sticky-container{
    position: sticky;
    top: 70px;
    z-index: 1020;
    height: 0;
}


#mobile-cta{
    box-shadow: 0 -2px 4px rgb(0 0 0 / 8%), 0 -4px 12px rgb(0 0 0 / 8%);
}

.navbar-brand {
    height: 40px;
    margin-top: -50px;
    position:relative;
}

.breadcrumbs a{
    text-decoration: none;
    font-weight: 500;
}

.badge.bg-light{
    color:black;
}

input[type="radio"]:checked+label { font-weight: bold; }
/*input[type="checkbox"]:checked+label { font-weight: bold; }*/


footer {
    background: #212529;
    margin-top: auto;
}

.footer-container {
    background: #212529;
}

/*.js-cookie-consent {*/
/*    position: fixed;*/
/*    bottom: 0px;*/
/*    padding: 16px;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
/*    background-color: #fffbdb;*/
/*    border-color: #fffacc;*/
/*    border: solid 1px;*/
/*}*/


.js-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    color: #ecf0f1;
    background: #212327;
    border: solid 1px #e3e3e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.js-cookie-consent-agree{
    margin-left: 10px;
    vertical-align: baseline;
}

#why-text li{
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-width: 0 0 1px;
}

#why-text li:last-child{
    border-bottom-width: 0;
}


#why-text li:before{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    content: "\f48e";
    margin-right: 5px;
}

#why-text ul{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

#headline-text {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    font-size: 1.25rem;
    font-weight: 300;
}

.video-container {
    position: relative;
    padding-bottom: 56.25% !important; /* Default for mobile (16:9 aspect ratio) */
    height: 0 !important;
    overflow: hidden !important;
    max-width: 100%;
    background: #000;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.video-topbar {
    width: 100%;
    text-align: center;
    background-color: #ffc107; /* Bootstrap warning color */
    padding: 10px 0;
    color: #000;
    font-weight: 500;
}

.video-topbar i {
    font-size: 1.25rem;
    margin-right: 8px;
}

@media (min-width: 768px) {
    .video-container {
        padding-bottom: 46.25% !important; /* Adjusted for desktop aspect ratio */
        margin-bottom: 50px;
        max-width: 80% !important;
    }

    .video-topbar {
        padding: 10px 20px; /* More padding on larger screens */
        width: 80%;
    }
}
