@import "mobile-header-fixes.css";
/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.mobile-call-btn {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 999px;
    background: #ff4f38;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .mobile-call-btn {
        display: flex;
    }
}

/* Stronger nav emphasis for primary links */
.main-menu>ul>li>a,
.th-mobile-menu a {
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Constrain logo sizing across header/footer */
.mobile-logo img,
.footer-widget .about-logo img {
    max-width: 360px;
    width: auto;
}

.header-logo img {
    width: 196px;
    max-width: 196px;
    height: auto;
    max-height: none;
}

/* Footer background override */
.footer-wrapper.footer-default {
    background-color: #004098;
}

/* Match preloader background to footer brand color */
.preloader {
    background-color: #004098;
}

/* Tighten breadcrumb spacing to reduce header-to-form gap */
.breadcumb-wrapper {
    padding: 12px 0;
}

.breadcumb-content {
    padding: 0;
    margin: 0;
}

.breadcumb-title {
    margin: 0 0 6px 0;
}

.breadcumb-menu {
    margin: 0;
    padding: 0;
}

.no-breadcumb-image .breadcumb-title {
    color: #f8721f;
}

/* Verify insurance breadcrumb override */
.verify-breadcumb {
    background: transparent;
}

.verify-breadcumb .breadcumb-title {
    color: #f8721f;
}

/* Program cards — 2x2 image-top layout */
.program-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.program-card:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.13);
    transform: translateY(-3px);
}

.program-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.program-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.program-card-body {
    padding: 28px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.program-card-body .box-title {
    font-size: 1.35rem;
    margin: 0;
}

.program-card-body .box-text {
    margin: 0;
    flex: 1;
}

/* Footer typography emphasis */
.footer-wrapper.footer-default,
.footer-wrapper.footer-default a,
.footer-wrapper.footer-default p,
.footer-wrapper.footer-default li,
.footer-wrapper.footer-default .widget_title,
.footer-wrapper.footer-default .sec-title {
    color: #ffffff;
}

.footer-wrapper.footer-default .widget_title,
.footer-wrapper.footer-default .sec-title {
    font-weight: 700;
}

.footer-wrapper.footer-default p,
.footer-wrapper.footer-default a,
.footer-wrapper.footer-default li {
    font-weight: 600;
}

/* Footer section headings (Programs/Legal) accent color */
.footer-wrapper.footer-default .widget_nav_menu .widget_title {
    color: #f5a623;
}

/* Why choose section layout */
.why-choose {
    position: relative;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.why-choose-copy .sec-title {
    margin-bottom: 12px;
}

.why-choose-side {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.why-choose-side .text-body {
    margin-top: 8px !important;
}

.why-choose-highlight {
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #ffffff;
    color: #1f1f1f;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.why-choose-cards {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.why-choose-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.why-choose-card .h5 {
    margin-bottom: 8px;
    color: #0f172a;
    font-weight: 700;
}

.why-choose-card p {
    margin-bottom: 0;
    color: #4b5563;
}

.why-choose-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.why-choose-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Verify insurance CTA */
.verify-cta {
    background: linear-gradient(135deg, #f6efe6 0%, #f4f7fb 100%);
    position: relative;
}

.verify-cta:before,
.verify-cta:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(0, 64, 152, 0.08);
    filter: blur(0);
    z-index: 0;
}

.verify-cta:before {
    width: 240px;
    height: 240px;
    top: 40px;
    right: 10%;
}

.verify-cta:after {
    width: 180px;
    height: 180px;
    bottom: 40px;
    left: 12%;
}

.verify-cta-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 26px;
    padding: 38px 44px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(0, 64, 152, 0.08);
}

.verify-cta-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #004098;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 13px;
    text-transform: uppercase;
}

.verify-cta-desc {
    color: #3b4350;
    font-weight: 500;
}

.verify-cta-actions {
    background: #132742;
    border-radius: 20px;
    padding: 22px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.verify-cta-title {
    color: #f1f5f9;
    font-weight: 600;
}

.verify-cta-actions .btn-wrap {
    justify-content: flex-start;
    gap: 12px;
}

.verify-cta-actions .th-btn.style-border {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.verify-cta-note {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {

    .mobile-logo img {
        max-height: 26px;
        max-width: 320px;
    }

    .header-logo img {
        width: 196px;
        max-width: 196px;
        height: auto;
        max-height: none;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .why-choose-cards {
        grid-template-columns: 1fr;
    }

    .verify-cta-card {
        padding: 28px;
    }

    .verify-cta-actions {
        margin-top: 18px;
        align-items: stretch;
    }

    .verify-cta-actions .btn-wrap {
        flex-direction: column;
        align-items: stretch;
    }
}