* {
    font-family: "Montserrat", sans-serif;
}

.text-dark-blue {
    --bs-text-opacity: 1;
    color: #111F42 !important;
}

.logo {
    height: 45px;
}

.fs-14 {
    font-size: 14px;
}


.fs-40 {
    font-size: 40px;
}

.fs-32 {
    font-size: 32px;
}
.fs-55 {
    font-size: 55px;
}

.phone-number {
    color: #ff6600;
    font-size: 40px;
}

.phone-icon {
    width: 29px;
}

.form-label {
     margin-bottom: 0;
}

/* hero */
.hero {
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
}

.fs-65 {
    font-size: 65px;
}

.fs-25 {
    font-size: 25px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

label {
    font-size: 16px;
    line-height: 26px;
    color: #4a4c4d;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

label::after {
    content: "*";
    color: #b60e0e;
}

input.form-control,
select.form-select {
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #474747;
    color: black;
}

.item-2 {
    grid-column: span 2;
}

.terms {
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
    font-style: italic;
}

.submit-btn {
    border-radius: 29px;
    background-color: #ff6600;
    color: white;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
}

.secure {
    width: 65px;
}

.text-muted {
    color: #777777 !important;
}

.fs-11 {
    font-size: 11px;
}

.feature {
    background-color: #0F1C2A;
}

.fs-24 {
    font-size: 24px;
}

.f-icon {
    width: 80px;
}

.trustpilot {
    background-color: #0f1c2a;
    border-top: 3px solid #008fd1;
}

.fs-30 {
    font-size: 30px;
}

.h-48 {
    height: 48px;
}

.text-blue {
    color: #0f1c2a;
}

.check-icon {
    height: 50px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}


.footer {
    background-color: #0f1c2a;
}

.f-logo {
    height: 42px;
}

.headphones {
    height: 78px;
}

.cta {
    background-color: #0f1c2a;
    border-bottom: 3px solid #008fd1;
}

.text-tel {
    border-radius: 39px;
    background-color: #ff6600;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    padding: 16px 70px;
}

.thank-title {
    color: #035e99
}

.text-333 {
    color: #333
}

.registered-sup {
    font-size: 0.4em !important;
    top: -1.3em !important;
}

.btn-no-hover {
    --bs-btn-active-bg: #ff6600 !important; /* or your desired color */
    --bs-btn-active-color: white !important; /* text color on active */
    --bs-btn-active-border-color: none !important;
}

.btn-no-hover:hover,
.btn-no-hover:focus,
.btn-no-hover:active,
.btn-no-hover:focus-visible {
    background-color: #ff6600 !important;
    color: white !important;
    box-shadow: none !important;
    background-image: none !important;
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
    outline: none !important;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: #17293f;
}

::-webkit-scrollbar-thumb {
    background: #FF6600;
    -webkit-border-radius: .5ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #17293f;
}

label.not-required::after {
    content: "";
    color: transparent;
}

.form-error {
    font-size: .7em;
    color: red;
}

.form-check-input {
    transform: scale(1.5);
    margin-left: .5em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: white;
}

.form-check-input[type=checkbox] {
    border-radius: 0.1em;
    border-color: #474747;
}

.form-card h3 {
    font-size: 32px;
    line-height: 38px;
    color: #0f1c2a;
    font-weight: 600;
}


.form-card h4 {
    font-size: 25px;
    line-height: 26px;
    color: #0f1c2a;
    font-weight: 400;
}


@media (min-width: 768px) {
    .check-icon {
        height: 77px;
    }
    .modal-dialog.modal-width {
        max-width: 75% !important;
    }
    .desktop-only {
        display: inline-flex !important;
    }
    .mobile-only {
        display: none !important;
    }
    .logo {
        height: auto;
        margin-top: .4em;
    }
}

.desktop-only {
    display: none;
}
.mobile-only {
    display: inline-flex;
}

@media screen and (max-width: 992px) {
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .fs-40 {
        font-size: 27px;
    }

    .fs-30 {
        font-size: 22px;
    }
    .fs-55 {
        font-size: 20px;
    }

    .text-tel {
        border-radius: 39px;
        background-color: #ff6600;
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
        padding: 16px 70px;
    }

    .topbar .row {
        gap: 20px;
        justify-content: center !important;
        align-items: center !important;
    }

    section.topbar.py-2 * {
        text-align: center;
        margin-top: 5px;
    }

    .fs-65 {
        font-size: 40px;
    }

    .fs-32 {
        font-size: 19px;
    }

    .grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0 20px;
    }

    .item-2 {
        grid-column: span 1;
    }
}

@media (max-width: 576px) {
    .fs-65 {
        font-size: 18px;
    }

    .fs-40 {
        font-size: 16px;
    }

    .fs-32 {
        font-size: 14px;
    }

    .fs-30 {
        font-size: 14px;
    }

    .fs-25 {
        font-size: 14px;
    }

    .text-align-sm-rt {
        text-align: right !important;;
    }

    .custom-mobile-reset {
        all: unset;
        display: block;
        border-radius: 0 !important;
        background: white !important;/* Or whatever fallback display you want */

    }
}


@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
