*{
    margin: 0;
    padding: 0;
}
/* Start of Support Styling */
.support-main-cont{
    width: 100%;
    height: 50vh;
    position: relative;
    background-image: url('images/support-back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5%;
}
.support-header{
    font-size: 300%;
    color: white;
    font-family: 'PhysisBold';
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
    text-align: center;
}
.support-search-form{
    width: 60%;
}
.support-search-input{
    width: 100%;
    padding: 12px 25px;
    border-radius: 18px;
    border: none;
    background: white;
    font-family: 'PhysisBold';
    font-size: 115%;
    background-image: url('images/support-search-icon.svg'); /* Set the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-position: right 25px center; /* Position the background image on the right side with some padding */
    background-size: auto 80%;
}
.interested-cta-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #161616;
    padding: 20px 0;
    color: white;
    font-family: 'PhysisBold';
}
.interested-inno-cta-text{
    margin-left: 2%;
    font-size: 175%;
}
.interested-inno-cta{
    margin-right: 2%;
    text-decoration: none;
    font-size: 175%;
    padding: 10px;
    color: white;
    background: black;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid white;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
}
.interested-inno-cta:active,
.interested-inno-cta:hover{
    color: rgb(207, 207, 207);
    background: rgb(22, 22, 22);
    border: 2px solid rgb(207, 207, 207);;
}
/* End of Support */
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translate(-100%);
    }
}
.infinite-carousel-reviews{
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    background: transparent;
}
.logos-slide{
    display: inline-block;
    animation: 50s slide infinite;
}
.logos-slide img{
    height: 100px;
    margin: 0 40px;
}
.infinite-carousel-reviews:hover .logos-slide{
    animation-play-state: paused;
}
.footer-cont{
    width: 100%;
    height: auto;
    background: black;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0;
}
.upper-footer-main-cont{
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 40px 0;
    padding-bottom: 50px;
}
.footer-sections-grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}
.footer-comp-flex-cont{
    display: flex;
    flex-direction: column;
}
.logo-text-cont{
    display: flex;
    align-items: center;
}
.footer-logo{
    width: 10%;
}
.footer-text-comp{
    margin-left: 2%;
    color: white;
    font-family: 'Inter';
    font-size: 125%;
}
.footer-comp-descrip{
    font-family: 'Inter';
    color: white;
    font-size: 120%;
    margin-top: 2%;
    width: 85%;
}
.footer-columns-temp{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5%;
}
.footer-column-headers{
    color: white;
    font-family: 'Inter';
    font-size: 150%;
    font-weight: 800;
}
.footer-hyperlinks{
    text-decoration: none;
    color: white;
    font-family: 'Inter';
    transition: .2s all ease-in-out;
    text-align: center;
}
.footer-hyperlinks:hover{
    color: rgb(207, 203, 203);
}
.form-labels{
    color: white;
    font-family: 'Inter';
}
.copyright-section{
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    color: white;
    font-family: 'Inter';
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright-flex{
    display: flex;
    gap: 10px;
}
.copyright-flex a{
    text-decoration: none;
    color: white;
}
.social-media-flex{
    display: flex;
    gap: 2%;
    margin-top: 20px;
}
.mail-sub-sec-footer{
    display: flex;
    margin-top: 2%;
}
.email-input-footer{
    width: 50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mail-inputs{
    padding: 10px;
    border: none;
}
.email-input-submit{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: grey;
    color: white;
    font-weight: 600;
}
.footer-cont{
    margin-top: 0px !important;
}
.search-results-container{
    width: 95%;
    margin-left: 2.5%;
    font-family: 'PhysisReg';
}
.search-results-header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border-bottom: 1px solid #C0C0C0;
    margin-top: 2%;
    color: #373636;
    font-size: 120%;
}
.search-res-links{
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #343E74;
    transition: .2s ease-in-out;
}
.search-res-links:hover,
.search-res-links:active{
    color: #343E74;
}
.search-res-links:after{
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #343E74;
    transition: 300ms;
}
.search-res-links:hover:after{
    width: 100%;
}
.preset-pages-no-res-cont{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2% 0;
}
.search-results{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.search-result-item{
    color: black;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 800;
    transition: .5s ease-in-out all;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.search-result-meta-descrip{
    font-weight: 500;
}
.search-result-item:hover,
.search-result-item:active{
    color: #383838;
    scale: 1.01;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .mobile-navigation-container a{
        font-size: 150%;
    }
    .navigation-ac{
        display: none;
    }
    .navigation-bar-container{
        display: grid;
        grid-template-columns: 100% 0%;
        overflow: hidden;
        place-items: center;
        height: 75px;
    }
    .hc-logo-a{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hc-logo{
        width: 100%;
        max-width: 50px;
    }
    .nav-logos-cont{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overlay-menu-btn{
        display: flex;
        position: absolute;
        right: 5%;
        top: -8%;
        background: transparent;
        border: none;
        justify-content: flex-end;
    }
    .overlay-menu-btn-img{
        width: 35%;
    }
    .upper-footer-main-cont,
    .footer-sections-grid{
        display: inline-block;
        grid-auto-flow: column;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .footer-comp-descrip{
        font-size: 10%;
        width: 90%;
    }
    .social-media-flex a{
        width: 20%;
    }
    .social-media-flex a img{
        width: 100%;
    }
    .footer-columns-temp{
        align-items: flex-start;
        gap: 10px;
        margin-top: 10%;
    }
    .footer-column-headers{
        font-size: 115%;
    }
    .footer-hyperlinks,
    .form-labels{
        font-size: 80%;
    }
    .copyright-section{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .copyright-flex{
        flex-direction: column;
        width: 100%;
    }
    .footer-dividers{
        display: none;
    }
    .support-main-cont{
        overflow: hidden;
    }
    .support-header{
        font-size: 125%;
        text-align: center;
        width: 90%;
    }
    .support-search-form{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .support-search-input{
        width: 60%;
        font-size: 50%;
        background-image: none;
    }
    .support-search-input{
        text-overflow: ellipsis;
    }
    .interested-cta-container{
        overflow: hidden;
    }
    .interested-inno-cta-text,
    .interested-inno-cta{
        font-size: 50%;
    }
    .interested-inno-cta{
        text-align: right;
        white-space: nowrap;
    }
    .search-results-header-flex{
        margin-top: 20px;
        font-size: 110%;
    }
    .search-result-item{
        font-size: 90%;
    }
}

@media screen and (min-width: 501px) and (max-width: 900px)
{
    .mobile-navigation-container a{
        font-size: 200%;
    }
    .navigation-ac{
        display: none;
    }
    .hero-header{
        font-size: 150%;
        margin-top: 40px;
    }
    .hero-subtext{
        width: 80%;
        font-size: 100%;
    }
    .hero-sec-buttons{
        font-size: 50%;
        padding: 10px;
    }
    .hero-video{
        width: 100%;
    }
    .navigation-bar-container{
        display: grid;
        grid-template-columns: 100% 0%;
        overflow: hidden;
        place-items: center;
        height: 75px;
    }
    .hc-logo-a{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hc-logo{
        width: 100%;
        max-width: 50px;
    }
    .nav-logos-cont{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overlay-menu-btn{
        display: flex;
        position: absolute;
        right: 5%;
        top: -10%;
        background: transparent;
        border: none;
        justify-content: flex-end;
    }
    .overlay-menu-btn-img{
        width: 35%;
    }
    .support-header{
        font-size: 200%;
        text-align: center;
    }
    .support-search-form{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .support-search-input{
        width: 80%;
        font-size: 100%;
    }
    .interested-inno-cta-text,
    .interested-inno-cta{
        font-size: 100%;
    }
    .upper-footer-main-cont{
        display: inline-block;
    }
    .copyright-section{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .copyright-flex{
        width: 100%;
    }
    .footer-comp-descrip{
        width: 95%;
    }
    .footer-sections-grid{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .footer-columns-temp{
        align-items: flex-start;
        gap: 10px;
    }
}
@font-face {
    font-family: 'PhysisBold';
    src: url('fonts/RNSPhysis-Bold.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisReg';
    src: url('fonts/SFNSDisplay-Regular.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisThin';
    src: url('fonts/RNSPhysis-Thin.otf');
    font-weight: normal;
}
