.home-header{
    min-height: 600px;
    background-color: transparent;
    padding: 36px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header {
    background-color: #051e38;
}

.site-header .navbar {
    background-color: #051e38;
}

.tf-nav-menu-wrap {
    display: flex;
    align-items: center;
}

#nav-main .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

#nav-main .navbar-nav .cta-last > a,
#nav-main .navbar-nav a.cta-last {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

#nav-main .navbar-nav .cta-last > a:hover,
#nav-main .navbar-nav .cta-last > a:focus,
#nav-main .navbar-nav a.cta-last:hover,
#nav-main .navbar-nav a.cta-last:focus {
    color: #ffffff !important;
    filter: brightness(0.98);
}

@media (max-width: 991.98px) {
    #nav-main .navbar-nav .cta-last {
        display: none !important;
    }
}

:root {
    --bs-body-font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #051e38 !important;
}

h1{
    color: #3a5987 !important;
}

h3{
    color: #3a5987 !important;
}

body,
button,
input,
select,
textarea,
ul,
ol,
li,
.navbar,
.navbar-nav,
.nav-link,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.hero-copy-wrap {
    max-width: 560px;
}

.hero-title {
    margin-bottom: 0.75rem;
}

.hero-highlight {
    margin-bottom: 0.5rem;
}

.hero-subtext {
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .pt-5.remove-mob {
        padding-top: 15px !important;
    }
}

.hero-benefits-list {
    list-style: none;
    padding-left: 0;
}

.hero-benefits-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.hero-benefits-list li::before {
    content: "\f061";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.72rem;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    color: #ffffff;
}

.hero-trust-note {
    margin-bottom: 0;
    color: #3a5987;
    max-width: 420px;
    margin-left: auto;
}

.hero-form-placeholder {
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    min-height: 420px;
    padding: 24px;
    display: flex;
    align-items: stretch;
}

.hero-form-placeholder-inner {
    width: 100%;
    border: 2px dashed #c7c7c7;
    border-radius: 12px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width: 991.98px) {
    .home-header {
        min-height: auto;
        padding: 50px 0;
    }

    .hero-trust-note {
        max-width: 100%;
        margin-left: 0;
    }

    .hero-form-placeholder {
        min-height: 280px;
    }
}

.tf-section-title {
    color: #3a5987;
    line-height: 1.2;
    margin-bottom: 10px;
}

.tf-section-title span {
    color: #3a5987;
}

.tf-section-divider {
    width: 82px;
    height: 4px;
    border-radius: 999px;
    margin: 0 auto 14px;
    background-color: #b8b8b8;
}

.tf-section-subtitle,
.tf-muted-copy {
    color: #444444;
    margin: 0 auto;
    max-width: 660px;
    font-size: 20px;
}

.tf-section-heading {
    color: #3a5987;
    margin-bottom: 0;
}

.tf-inline-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #b6b6b6;
    border-radius: 14px;
    padding: 14px;
    background-color: #ffffff;
}

.tf-inline-card,
.tf-review-card,
.tf-mini-card,
.hiw-feature-card,
.choose-card {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tf-inline-icon {
    width: 113px;
    height: 113px;
    flex: 0 0 113px;
    border-radius: 50%;
    border: 1px dashed #b8b8b8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
    background-color: #efefef;
    overflow: hidden;
}

.tf-inline-icon img,
.tf-inline-icon svg {
    width: 68px;
    height: 68px;
    max-width: 68px;
    max-height: 68px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.tf-inline-icon--plain {
    width: auto;
    height: auto;
    flex: 0 0 auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: visible;
}

.tf-inline-icon--plain img,
.tf-inline-icon--plain svg {
    width: 108px;
    height: 108px;
    max-width: 108px;
    max-height: 108px;
}

.tf-inline-title {
    margin: 0 0 6px;
    color: #3a5987;
}

.tf-inline-text {
    margin: 0;
    color: #414141;
}

.tf-pill-btn {
    display: inline-block;
    min-width: 150px;
    padding: 10px 22px;
    border-radius: 6px;
    border: 0;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.tf-pill-btn:hover,
.tf-pill-btn:focus {
    color: #ffffff;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
}

.tf-review-card {
    height: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 14px;
}

.tf-review-badge {
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    margin-bottom: 8px;
    color: #333333;
}

.tf-review-card h3 {
    margin: 0 0 6px;
}

.tf-review-card p {
    margin: 0;
    color: #464646;
}

.tf-reviews-row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.tf-reviews-copy p {
    margin: 0;
    color: #3a5987;
    font-size: 1.05rem;
}

.tf-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    height: 100%;
}

.tf-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.tf-step-number {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #ff8c00;
    text-align: center;
}

.tf-step-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px dashed #b8b8b8;
    background-color: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
}

.tf-step-copy h3 {
    margin: 0 0 4px;
}

.tf-step-copy p {
    margin: 0;
    color: #3a5987;
}

.tf-step-copy {
    max-width: 100%;
}

.tf-how .container {
    max-width: 860px;
}

.tf-mini-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 12px;
}

.tf-mini-icon {
    width: 113px;
    height: 113px;
    border-radius: 50%;
    border: 1px dashed #b8b8b8;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
    flex: 0 0 113px;
}

.tf-mini-card h3 {
    margin: 0 0 4px;
}

.tf-mini-card p {
    margin: 0;
    color: #444444;
}

.tf-logo-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.tf-logo-item {
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: #fafafa;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;
}


.tf-faq-item {
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.tf-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
    color: #3a5987;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.tf-faq-item summary::-webkit-details-marker {
    display: none;
}

.tf-faq-item summary::after {
    content: "\25BE";
    color: #f47a20;
    font-size: 12px;
    line-height: 1;
    transition: transform 0.25s ease, color 0.25s ease;
}

.tf-faq-item[open] {
    border-color: #b6b6b6;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.tf-faq-item[open] summary::after {
    transform: rotate(180deg);
    color: #f47a20;
}

.tf-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 0.35s ease, opacity 0.24s ease, transform 0.3s ease;
}

.tf-faq-item[open] .tf-faq-answer {
    max-height: 240px;
    opacity: 1;
    transform: translateY(0);
}

.tf-faq-item p {
    margin: 0;
    overflow: hidden;
    padding: 0 14px 12px;
    color: #3a5987;
}

@media (max-width: 991.98px) {
    .tf-logo-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .tf-inline-card {
        padding: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .tf-inline-card > div:last-child {
        width: 100%;
    }

    .tf-reviews-row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .tf-mini-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tf-mini-icon {
        order: 1 !important;
    }

    .tf-mini-card > div:last-child {
        order: 2;
    }

    .tf-inline-icon {
        width: 113px;
        height: 113px;
        flex: 0 0 113px;
        margin: 0 auto;
    }

    .tf-inline-icon--plain {
        width: auto;
        height: auto;
        flex: 0 0 auto;
        margin: 0 auto;
    }

    .tf-inline-icon img,
    .tf-inline-icon svg {
        width: 68px;
        height: 68px;
        max-width: 68px;
        max-height: 68px;
    }

    .tf-inline-icon--plain img,
    .tf-inline-icon--plain svg {
        width: 108px;
        height: 108px;
        max-width: 108px;
        max-height: 108px;
    }

    .tf-steps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .tf-step-number {
        font-size: 42px;
    }

}

@media (max-width: 767.98px) {
    .tf-steps-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tf-logo-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.how-it-works-card {
    text-align: center;
}

.how-it-works-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.how-it-works-card-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    color: #1f2a37;
}

.how-it-works-v2 {
    background-color: transparent;
}

.hiw-title {
    margin-bottom: 12px;
    color: #111111;
    line-height: 1.2;
}

.hiw-divider {
    width: 84px;
    height: 4px;
    margin: 0 auto 16px;
    background-color: #b6b6b6;
    border-radius: 999px;
}

.hiw-subtitle {
    margin: 0 auto 20px;
    color: #333333;
    max-width: 640px;
}

.hiw-feature-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    border-radius: 16px;
    padding: 16px;
}

.hiw-feature-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 1px dashed #9e9e9e;
    background-color: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    font-size: 14px;
    flex: 0 0 86px;
}

.hiw-feature-title {
    margin: 0 0 6px;
    color: #111111;
    font-size: 17px;
}

.hiw-feature-text {
    margin: 0;
    color: #2f2f2f;
}

.hiw-cta {
    display: inline-block;
    min-width: 160px;
    padding: 12px 24px;
    border-radius: 6px;
    border: 0;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.hiw-cta:hover,
.hiw-cta:focus {
    color: #ffffff;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
}

@media (max-width: 767.98px) {
    .hiw-feature-card {
        padding: 14px;
    }

    .hiw-feature-icon {
        width: 74px;
        height: 74px;
        flex-basis: 74px;
    }
}

.why-choose-us {
    background-color: transparent;
}

.why-choose-us-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #111111;
}

.choose-card {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 16px;
    padding: 26px 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.06);
}

.choose-card-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    font-weight: 400;
    background-color: #e9e9e9;
    border: 1px solid #d0d0d0;
    color: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.95rem;
    font-weight: 700;
}

.choose-card-title {
    margin: 0 0 10px;
    color: #111111;
    font-size: 1.75rem;
    line-height: 1.25;
}

.choose-card-text {
    margin: 0;
    color: #333333;
    line-height: 1.55;
    font-size: 1rem;
}

.tf-inline-title,
.tf-review-card h3,
.tf-mini-card h3,
.how-it-works-card-title,
.hiw-feature-title,
.choose-card-title {
    font-size: 17px;
}

@media (min-width: 992px) {
    body .container,
    body .container-sm,
    body .container-md,
    body .container-lg,
    body .container-xl,
    body .container-xxl {
        max-width: 920px !important;
    }
}

/* Gravity Forms page transition only (form 1) */
#gform_wrapper_1 {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.06);
}

#gform_wrapper_1 .gform-field-label,
#gform_wrapper_1 .gfield_label {
    color: #3a5987 !important;
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.35;
}

#gform_wrapper_1 .gform_fields {
    display: grid;
    gap: 10px;
}

#gform_wrapper_1 .gfield {
    margin-bottom: 0;
}

#gform_wrapper_1 .gfield_required,
#gform_wrapper_1 .gform_required_legend {
    display: none !important;
}

#gform_wrapper_1 h3 {
    color: #3a5987 !important;
    font-size: 21px;
}

#gform_wrapper_1 .row.align-items-center {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}

#gform_wrapper_1 .row.align-items-center > .col-md-3 {
    flex: 0 0 84px;
    max-width: 84px;
    text-align: left !important;
}

#gform_wrapper_1 .row.align-items-center > .col-md-9 {
    flex: 1 1 auto;
    max-width: none;
}

#gform_wrapper_1 img[src*="cal-icon.png"] {
    width: 84px;
    max-width: 84px;
    height: auto;
    display: block;
    margin: 0;
}

@media (max-width: 991.98px) {
    #gform_wrapper_1 .row.align-items-center > .col-md-3 {
        flex: 0 0 60px;
        max-width: 60px;
    }

    #gform_wrapper_1 img[src*="cal-icon.png"] {
        width: 60px;
        max-width: 60px;
    }
}

@media (max-width: 767.98px) {
    #gform_wrapper_1 h3 {
        color: #3a5987 !important;
        font-size: 18px;
    }
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 select,
#gform_wrapper_1 textarea {
    background-color: #ffffff;
    color: #3a5987;
    border: 1px solid #f47a20;
    font-weight: 600 !important;
    border-radius: 6px;
}

#gform_wrapper_1 select {
    border: 1px solid #f47a20;
}

#gform_wrapper_1 input[type="text"]:focus,
#gform_wrapper_1 input[type="email"]:focus,
#gform_wrapper_1 input[type="tel"]:focus,
#gform_wrapper_1 select:focus,
#gform_wrapper_1 textarea:focus {
    border-color: #f47a20;
    box-shadow: 0 0 0 3px rgba(244, 122, 32, 0.12);
    outline: none;
}

#gform_wrapper_1 .gform_ajax_spinner {
    display: none !important;
}

#gform_wrapper_1 .gf_progressbar_title {
    color: #3a5987;
}

#gform_wrapper_1 .gf_progressbar {
    background-color: #e2e2e2;
    border-radius: 999px;
    overflow: hidden;
    height: 6px;
}

#gform_wrapper_1 .gf_progressbar_percentage {
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    transition: width 0.28s ease;
}

#gform_wrapper_1 .gf_progressbar_percentage span {
    color: #ffffff;
}

#gform_wrapper_1 .gform_page_footer,
#gform_wrapper_1 .gform-page-footer,
#gform_wrapper_1 .gform_footer {
    display: grid;
    gap: 12px;
}

#gform_wrapper_1 .gform_validation_errors,
#gform_wrapper_1 .gform_submission_error {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 14px;
}

#gform_wrapper_1 #gform_1_validation_container,
#gform_wrapper_1 .gform_validation_errors {
    display: none !important;
}

#gform_wrapper_1 .gform_validation_errors .gform_submission_error.hide_summary {
    display: none !important;
}

#gform_wrapper_1 .gform_validation_errors h2,
#gform_wrapper_1 .gform_submission_error h2,
#gform_wrapper_1 .gform_validation_errors .gform_submission_error_text {
    font-size: 14px;
    line-height: 1.4;
}

#gform_wrapper_1 .gfield_validation_message,
#gform_wrapper_1 .validation_message {
    color: #ff1f1f !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 6px;
}

#gform_wrapper_1 .gform_next_button,
#gform_wrapper_1 .gform_button {
    width: 100%;
    border: 0;
    border-radius: 6px;
    min-height: 56px;
    padding: 14px 26px;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

#gform_wrapper_1 .gform_next_button:hover,
#gform_wrapper_1 .gform_next_button:focus,
#gform_wrapper_1 .gform_button:hover,
#gform_wrapper_1 .gform_button:focus {
    color: #ffffff;
    background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
}

#gform_wrapper_1 .gform_previous_button {
    width: 100%;
    border: 2px solid #f47a20;
    border-radius: 6px;
    min-height: 56px;
    padding: 14px 26px;
    background: transparent;
    color: #f47a20;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

#gform_wrapper_1 .gform_previous_button:hover,
#gform_wrapper_1 .gform_previous_button:focus {
    background: transparent;
    color: #f47a20;
}

#gform_wrapper_1 .gform_next_button,
#gform_wrapper_1 .gform_button {
    order: 1;
}

#gform_wrapper_1 .gform_previous_button {
    order: 2;
}

#gform_wrapper_1 .gform_page {
    will-change: opacity;
    transition: opacity 0.22s ease;
}

#gform_wrapper_1 .gform_page.tb-gf-page-hidden {
    display: none !important;
    opacity: 0 !important;
}

#gform_wrapper_1 .gform_page.tb-gf-page-active {
    display: block !important;
    position: relative;
    visibility: visible;
}

@media (min-width: 1200px) {
    body .container,
    body .container-sm,
    body .container-md,
    body .container-lg,
    body .container-xl,
    body .container-xxl {
        max-width: 980px !important;
    }
}

@media (min-width: 1400px) {
    body .container,
    body .container-sm,
    body .container-md,
    body .container-lg,
    body .container-xl,
    body .container-xxl {
        max-width: 1040px !important;
    }
}

.tf-site-footer {
    background-color: #051e38;
    color: #ffffff;
    padding: 58px 0 72px;
}

.tf-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1.2fr;
    gap: 28px;
    align-items: flex-start;
}

.tf-footer-col-brand {
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    padding-right: 28px;
}

.tf-footer-logo-wrap {
    margin-bottom: 14px;
}

.site-header .navbar-brand .custom-logo {
    width: 334px;
    max-width: 100%;
    height: auto;
}

.tf-footer-logo-wrap .custom-logo {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.tf-footer-brand-text {
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}

.tf-footer-company-text,
.tf-footer-col-hours p {
    margin: 0;
    color: #ffffff;
    line-height: 1.45;
}

.tf-footer-copyright {
    font-size: 13px;
}

.tf-footer-contact-title {
    margin: 0 0 12px;
    color: #f47a20 !important;
    font-size: 17px;
    line-height: 1.2;
}

.tf-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.tf-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #ffffff;
    line-height: 1.45;
}

.tf-footer-contact-list li i {
    width: 18px;
    margin-top: 3px;
    color: #ffffff;
    text-align: center;
    flex: 0 0 18px;
}

.tf-footer-contact-list a {
    color: #ffffff;
    text-decoration: underline;
}

.tf-footer-contact-list a:hover,
.tf-footer-contact-list a:focus {
    color: #e3e3e3;
}

.tf-footer-phone {
    display: inline-block;
    margin-top: 16px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    text-decoration: none;
}

.tf-footer-phone:hover,
.tf-footer-phone:focus {
    color: #e3e3e3;
}

.tf-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tf-footer-menu li {
    margin: 0 0 8px;
}

.tf-footer-menu a {
    color: #ffffff;
    text-decoration: underline;
}

.tf-footer-menu a:hover,
.tf-footer-menu a:focus {
    color: #e3e3e3;
}

@media (min-width: 992px) {
    .tf-site-footer .tf-footer-col-brand {
        width: 30%;
    }

    .tf-site-footer .tf-footer-col-phone {
        width: 45%;
    }

    .tf-site-footer .tf-footer-col-links {
        width: 25%;
    }
}

@media (max-width: 1199.98px) {
    .tf-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .tf-footer-col-brand {
        border-right: 0;
        padding-right: 0;
    }

    .tf-footer-phone {
        margin-top: 0;
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .site-header .navbar-brand .custom-logo {
        width: 250px;
        max-width: 100%;
        height: auto;
    }

    .tf-site-footer {
        padding: 42px 0 48px;
    }

    .tf-footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tf-footer-phone {
        font-size: 34px;
    }

    .tf-footer-company-text,
    .tf-footer-col-hours p,
    .tf-footer-contact-list li,
    .tf-footer-menu a {
        font-size: 17px;
    }

    .tf-footer-contact-title {
        font-size: 17px;
    }
}

/* Thank you page full screen layout */
body.thank-you-page {
    background-color: #e1f2ff !important;
    color: #051e38 !important;
}

body.thank-you-page .thank-you-masthead {
    position: sticky;
    top: 0;
    z-index: 1000;
}

body.thank-you-page .thank-you-nav {
    background-color: #051e38;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0;
}

body.thank-you-page .thank-you-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.thank-you-page .thank-you-nav .navbar-brand {
    margin: 0;
}

body.thank-you-page .thank-you-nav .custom-logo {
    width: 334px;
    max-width: 100%;
    height: auto;
}

body.thank-you-page #primary.thank-you-fullscreen {
    min-height: calc(100vh - 110px) !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 36px 16px !important;
}

body.thank-you-page .thank-you-shell {
    width: 100% !important;
    max-width: 980px !important;
    text-align: center !important;
}

body.thank-you-page .entry-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.thank-you-page .thank-you-header-image {
    width: clamp(200px, 20vw, 300px);
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 8px;
    pointer-events: none;
    user-select: none;
    position: relative;
    z-index: 2;
}

body.thank-you-page .entry-header,
body.thank-you-page .thank-you-content,
body.thank-you-page .thank-you-submission-details {
    text-align: center !important;
}

body.thank-you-page .thank-you-subtitle {
    color: #3a5987 !important;
    font-size: 1.2rem;
    font-weight: 500;
}

body.thank-you-page .thank-you-title {
    margin-bottom: 12px !important;
    font-size: clamp(2.2rem, 5vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.02em;
    color: transparent !important;
    background-image: linear-gradient(90deg, #f47a20 0%, #ffb067 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    position: relative;
    z-index: 1;
}

body.thank-you-page .thank-you-content,
body.thank-you-page .thank-you-content p,
body.thank-you-page .thank-you-content h2,
body.thank-you-page .thank-you-content h3,
body.thank-you-page .thank-you-content h4,
body.thank-you-page .thank-you-content li {
    color: #051e38 !important;
}

body.thank-you-page #thank-you-submission-details {
    max-width: 620px;
    margin: 0 auto 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.thank-you-page #thank-you-submission-details h2,
body.thank-you-page #thank-you-submission-details p,
body.thank-you-page #thank-you-submission-details span {
    color: #3a5987 !important;
}

@media (max-width: 767.98px) {
    body.thank-you-page .thank-you-nav {
        padding: 12px 0;
    }

    body.thank-you-page .thank-you-nav .custom-logo {
        width: 250px;
    }

    body.thank-you-page #primary.thank-you-fullscreen {
        min-height: calc(100vh - 92px) !important;
    }

    body.thank-you-page .thank-you-header-image {
        width: clamp(160px, 40vw, 240px);
        padding-bottom: 6px;
    }
}

.tf-back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    border: 1px solid #d86a1b;
    border-radius: 50%;
    background-color: #f47a20;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    z-index: 2000;
}

.tf-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tf-back-to-top:hover,
.tf-back-to-top:focus {
    background-color: #d86a1b;
    color: #ffffff;
}

.home-header{
    background-color: #e1f2ff;
    position: relative;
    overflow: hidden;
}

.home-header .container {
    position: relative;
    z-index: 1;
}

.home-header::before {
    content: '';
    position: absolute;
    left: max(-400px, calc((100vw - 1320px) / 2 - 400px));
    bottom: 0;
    width: 700px;
    height: 700px;
    background: url('../images/rocket-man.png') no-repeat left bottom;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .home-header::before {
        display: none;
    }
}

/* Card color theme */
.tf-inline-card,
.tf-review-card,
.tf-mini-card,
.hiw-feature-card,
.choose-card {
    background-color: #f7f8fa;
    border-color: #b6b6b6;
}

.tf-inline-title,
.tf-review-card h3,
.tf-mini-card h3,
.how-it-works-card-title,
.hiw-feature-title,
.choose-card-title {
    color: #e66a14 !important;
}

.tf-inline-text,
.tf-review-card p,
.tf-mini-card p,
.hiw-feature-text,
.choose-card-text {
    color: #3a5987;
}

.tf-review-badge {
    border-color: rgba(5, 30, 56, 0.35);
}

/* Equal spacing + gradient separators between front-page sections */
.tf-free,
.tf-reviews,
.tf-steps,
.tf-how,
.tf-logos,
.tf-faq {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.tf-reviews,
.tf-steps,
.tf-how,
.tf-logos,
.tf-faq {
    position: relative;
}

.tf-reviews,
.tf-faq {
    background-color: #e1f2ff;
}

.border-divide {
    border:1px solid orange;
}

.section-divider {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.orange{
    color: #f47a20;
}

.privacy-table {
  width: 100%;
    min-width: 0;
    table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}

.privacy-table th,
.privacy-table td {
  vertical-align: top;
  padding: 0.9rem;
  border: 1px solid #d9d9d9;
  font-size: 0.95rem;
  line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    max-width: 0;
}

.privacy-table th *,
.privacy-table td * {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.privacy-table thead th {
  background: #f8f9fa;
  font-weight: 700;
}

.privacy-table td ul {
  margin: 0;
  padding-left: 1.1rem;
}

.privacy-table td ul li {
  margin: 0 0 0.2rem;
}

@media (max-width: 767.98px) {
  .privacy-table th,
  .privacy-table td {
    font-size: 0.9rem;
    padding: 0.75rem;
  }
}

/* LP-only Gravity Form theme scope (template-lp.php) */
.lp-gf-theme-scope {
    --lp-gf-bg: #051e38;
    --lp-gf-text: #ffffff;
    --lp-gf-input-text: #3a5987;
    --lp-gf-border: #f47a20;
    --lp-gf-progress-track: #e2e2e2;
    --lp-gf-progress-fill: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
    --lp-gf-focus-shadow: 0 0 0 3px rgba(244, 122, 32, 0.12);
}

.lp-gf-theme-scope #gform_wrapper_1 {
    background-color: var(--lp-gf-bg);
}

.lp-gf-theme-scope #gform_wrapper_1 .gform-field-label,
.lp-gf-theme-scope #gform_wrapper_1 .gfield_label,
.lp-gf-theme-scope #gform_wrapper_1 h3,
.lp-gf-theme-scope #gform_wrapper_1 .gf_progressbar_title {
    color: var(--lp-gf-text) !important;
}

.lp-gf-theme-scope #gform_wrapper_1 input[type="text"],
.lp-gf-theme-scope #gform_wrapper_1 input[type="email"],
.lp-gf-theme-scope #gform_wrapper_1 input[type="tel"],
.lp-gf-theme-scope #gform_wrapper_1 textarea,
.lp-gf-theme-scope #gform_wrapper_1 select {
    color: var(--lp-gf-input-text) !important;
}

.lp-gf-theme-scope #gform_wrapper_1 input[type="text"],
.lp-gf-theme-scope #gform_wrapper_1 input[type="email"],
.lp-gf-theme-scope #gform_wrapper_1 input[type="tel"],
.lp-gf-theme-scope #gform_wrapper_1 textarea,
.lp-gf-theme-scope #gform_wrapper_1 select,
.lp-gf-theme-scope #gform_wrapper_1 .gform_previous_button {
    border-color: var(--lp-gf-border);
}

.lp-gf-theme-scope #gform_wrapper_1 .gform_previous_button {
    color: var(--lp-gf-border);
}

.lp-gf-theme-scope #gform_wrapper_1 input[type="text"]:focus,
.lp-gf-theme-scope #gform_wrapper_1 input[type="email"]:focus,
.lp-gf-theme-scope #gform_wrapper_1 input[type="tel"]:focus,
.lp-gf-theme-scope #gform_wrapper_1 textarea:focus,
.lp-gf-theme-scope #gform_wrapper_1 select:focus {
    border-color: var(--lp-gf-border);
    box-shadow: var(--lp-gf-focus-shadow);
}

.lp-gf-theme-scope #gform_wrapper_1 .gf_progressbar {
    background-color: var(--lp-gf-progress-track);
}

.lp-gf-theme-scope #gform_wrapper_1 .gf_progressbar_percentage,
.lp-gf-theme-scope #gform_wrapper_1 .gform_next_button,
.lp-gf-theme-scope #gform_wrapper_1 .gform_button,
.lp-gf-theme-scope #gform_wrapper_1 .gform_next_button:hover,
.lp-gf-theme-scope #gform_wrapper_1 .gform_next_button:focus,
.lp-gf-theme-scope #gform_wrapper_1 .gform_button:hover,
.lp-gf-theme-scope #gform_wrapper_1 .gform_button:focus {
    background: var(--lp-gf-progress-fill);
}

