/* Home USA LLC brand tweaks on top of the Start Bootstrap "Creative" theme */

:root {
    --brand-navy: #14213d;
    --brand-red: #c8102e;
    --brand-red-dark: #a10d25;
}

/* Brand red accent button, used for primary calls-to-action */
.btn-brand-red {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
    color: #fff;
}
.btn-brand-red:hover,
.btn-brand-red:focus {
    background-color: var(--brand-red-dark);
    border-color: var(--brand-red-dark);
    color: #fff;
}

.text-brand-red {
    color: var(--brand-red);
}

/* Navbar brand + call-now button */
.navbar-brand {
    font-size: 1.35rem;
    letter-spacing: 0.02em;
}
.navbar-brand small {
    font-size: 0.65em;
    font-weight: 400;
    opacity: 0.85;
}
.call-now-btn {
    font-family: var(--bs-font-sans-serif);
    font-weight: 700 !important;
    font-size: 0.85rem !important;
}

/* Services section cards (on navy background) */
.service-card {
    padding: 2.5rem 1.25rem 1rem;
    height: 100%;
}
.service-card i,
.service-card h3 {
    color: #fff;
}

/* Pillars section spacing */
.pillars-section .mt-5:first-child {
    margin-top: 0 !important;
}

/* Portfolio caption tweaks for two-line captions */
#portfolio .project-category {
    letter-spacing: 0.04em;
}

/* Footer */
.site-footer {
    background-color: var(--brand-navy);
}
.footer-brand {
    font-family: var(--bs-font-sans-serif);
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
}
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 1.5rem 0;
}

/* Contact form select styling to match floating inputs */
.form-select {
    height: calc(3.5rem + 2px);
}
