﻿


@media screen and (max-width: 768px) {
    nav .btn {
        width: 100%;
        max-width: 100%;
    }

    .navbar-nav .nav-item {
        margin-right: 0px !important;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: normal;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25px 0.75px rgba(0, 0, 0, 0.50);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-size: 1.15rem;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

:root {
    --cosairus-blue: rgb(34,83,144);
    --cosairus-shadow: rgba(34, 83, 144, 0.3);
    --color-light-gray: #f8f9FB;
    --box-shadow-default: 0 7px 30px var(--cosairus-shadow);
    --padding-default: 16px;
    --default-btn-width: 150px;
    --default-letter-spacing: 1.25px;
    /* Test Colors */
    --color-dark-blue: #12232E;
    --color-lighter-blue: #007CC7;
    --color-lightest-blue: #4DA8DA;
    --color-dark-blue-shadow: #203647;
    --color-light-blue-shadow: #EEFBFB;
    /* Faded Colors (for backgrounds, effects, etc) */
    --color-dark-blue_faded: rgba(18, 35, 46, 0.5);
    --color-lighter-blue_faded-50: rgba(0, 124, 199, 0.5);
    --color-lighter-blue_faded-75: rgba(0, 124, 199, 0.75);
    --color-lighter-blue_faded-90: rgba(0, 124, 199, 0.90);
    --color-lightest-blue_faded: rgba(77, 168, 218, 0.5);
    --color-light-blue-shadow_faded: rgba(238, 251, 251, 1);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container-fluid {
    padding: 0;
}

.navbar {
    box-shadow: 0 7px 30px var(--cosairus-shadow);
}

nav .navbar-brand {
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-size: 1.5rem;
}

.navbar-nav .nav-item {
    margin-right: 24px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
@media screen and (min-width: 769px) {
    nav .btn {
        width: 150px;
        max-width: 150px
    }
}

.nav-header {
    text-decoration: none;
    color: #0d6efd;
}
.nav-header:hover {
    color: #0a58ca
}

img {
    max-width: 100%;
}

#hero img {
    width: 100%;
    margin: 32px 0;
    box-shadow: 0 7px 30px rgba(52, 31, 97, 0.1);
}

#hero .title {
    color: var(--cosairus-blue);
    margin-bottom: 16px;
    font-size: 2.75rem;
    letter-spacing: var(--default-letter-spacing);
}

.title-primary {
    color: var(--cosairus-blue);
}

.cta-btn-container {
    display: flex;
    flex-direction: column;
}

.btn {
    border-radius: 25px;
    padding: 10px;
    border-color: none;
    font-weight: 500;
}
.btn.btn-fixed {
    width: 150px !important;
    max-width: 150px !important;
}

.btn-primary {
    background: linear-gradient( 45deg, var(--color-lightest-blue), var(--color-lighter-blue));
    color: white;
    border-color: transparent;
}

.btn-primary_light {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-primary_dark {
    background: linear-gradient( 45deg, var(--color-dark-blue), var(--color-dark-blue-shadow));
    color: white;
}

.btn-primary_light:hover, .btn-primary_dark:hover {
    color: white;
}

section {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
}

.card {
    border-radius: 10px;
    box-shadow: var(--box-shadow-default);
    padding: 24px;
    transition: all 0.25s ease;
}

.card .btn {
    margin: 32px auto;
}

.card-animation:hover {
    transform: translate(0, -8px);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    text-align: center;
    background-color: white;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.card-header i {
    font-size: 3rem;
    padding: 24px;
    margin-bottom: 24px;
    color: var(--cosairus-blue);
    border: 2px solid var(--cosairus-blue);
    border-radius: 50%;
}

.card-title {
    color: var(--cosairus-blue);
}

#management-cards {
    background-color: var(--color-light-gray);
}

#management-cards .card-container {
    margin-bottom: 32px;
}

#cta .btn {
    width: var(--default-btn-width);
}

section .title {
    margin-bottom: 48px;
}

section.bg-dark, section.bg-dark .title {
    color: white;
}

.bg-dark {
    background: var(--cosairus-blue);
}

i {
    margin-right: 16px;
}

#applicant-tracking-hero img, #employee-management-hero img, #asset-management-hero img {
    width: 100%;
    box-shadow: 0 7px 30px rgba(52, 31, 97, 0.45);
    margin-top: 32px;
}

.feature-row {
    padding: 32px 0;
}

.error-message {
    font-size: 1rem;
}

.rotated-bg-card {
    transform: rotate(-4deg);
    padding: 40px;
    border-radius: 16px;
}

.rotated-bg-item {
    transform: rotate(4deg);
    padding: 8px;
}

.border-radius-16 {
    border-radius: 16px;
}

.padding-32 {
    padding: 32px;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    section {
        padding: 100px 0;
    }

    #hero {
        background: url('../images/header-wave_01.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #hero img {
        margin: 0;
    }

    .cta-btn-container {
        display: flex;
        flex-direction: row;
    }

    .cta-btn-container .btn {
        width: 90%;
        margin: 0;
    }

    .cta-btn-container .btn:last-child {
        justify-content: end;
    }

    .price-column.popular {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    #applicant-tracking-hero img, #employee-management-hero img, #asset-management-hero img {
        margin-top: 64px;
    }

    .feature-row {
        padding: 64px 0;
    }

    .feature-showcase-col {
        display: flex;
        flex-direction: column;
    }

    #faq-section {
        background-image: url('../images/wave_01.svg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .accordion {
        box-shadow: 0 7px 30px rgb(52 31 97 / 25%);
    }

    .accordion-item {
        border-left: 0;
        border-right: 0;
    }

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-header {
        background: var(--color-dark-blue);
    }

    .accordion-header .accordion-button {
        font-size: 1.25rem;
        color: black;
    }

    accordion-button {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .accordion-button:not(.collapsed) {
        background-color: white;
    }

    .accordion-title {
        color: white;
        transition: 0.5s;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

    .footer-col:first-child {
        text-align: left;
    }

    .footer-col:last-child {
        text-align: right;
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideUpFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-from-left {
    animation-name: slideInFromLeft;
    animation-duration: 1.25s;
    animation-iteration-count: 1;
}

.slide-in-from-right {
    animation-name: slideInFromRight;
    animation-duration: 1.25s;
    animation-iteration-count: 1;
}

.slide-up-from-bottom {
    animation-name: slideUpFromBottom;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
}

footer, .footer {
    background-color: #1D1D1D;
    color: white;
    line-height: 32px;
    text-align: center;
}

footer a {
    font-size: 0.90rem;
}

footer a:hover {
    color: white;
}

footer a, footer .header {
    text-decoration: none;
    color: #B9BEC7;
}

footer .header {
    color: #FFF;
    font-size: 1.25rem;
}

@media (max-width:991px) {
    a.btn_Special_Width {
        width: 100%;
        max-width: 100%;
    }

    li.li_Special_Width.nav-item {
        margin-right: 0px;
    }
}