/* Coders Dream Theme Base Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.site-header, .site-footer {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}
.site-main {
    padding: 20px;
}

/* Extracted from Header Inline CSS */
:root {
    --bs-gutter-x: 1.5rem;
}

.container {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

/* Header Styles */
.top-bar {
    background: var(--brand-dark, #231F20);
    padding: 8px 0;
    font-size: 0.875rem;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

.top-bar a:hover {
    color: var(--brand-accent);
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.navbar {
    padding: 0.75rem 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.75rem 1rem;
    color: var(--brand-text, #333);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--brand-primary);
}

.header-cta {
    background: var(--brand-cta);
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: var(--border-radius, 8px);
    font-weight: 600;
    white-space: nowrap;
}

.header-cta:hover {
    background: color-mix(in srgb, var(--brand-cta) 85%, black);
    color: #fff !important;
}

.offcanvas-header {
    background: var(--brand-dark);
    color: #fff;
}

.offcanvas-title {
    color: #fff;
}
/* Footer Styles */
.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.875rem;
}

.footer-links a:hover {
    color: #fff;
}

.social-link {
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.2s;
}

.social-link:hover {
    color: var(--brand-primary);
}

/* Mobile Call Bar (Full Width) */
.mobile-call-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--brand-cta);
    color: #fff;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.mobile-call-bar:hover {
    background: color-mix(in srgb, var(--brand-cta) 90%, black);
    color: #fff;
}

/* Mobile Call Button (Floating Circle) */
.mobile-call-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    background: var(--brand-cta);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(214, 38, 40, 0.4);
    text-decoration: none;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Mobile Call Pill (Right Side) */
.mobile-call-pill {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    background: var(--brand-cta);
    color: #fff;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(214, 38, 40, 0.4);
    text-decoration: none;
}

.mobile-call-pill:hover {
    color: #fff;
}

/* Add padding to body for fixed bar */
@media (max-width: 767.98px) {
    body {
        padding-bottom: 60px;
    }
}

/* Migrated from Customizer Additional CSS for Velocity pages/surveys */
.card-service {
    border: none !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card-service:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

.card-service .card-body h3 {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #02027c !important;
    margin-bottom: 1.5rem !important;
}

.card-service .btn {
    border: none !important;
    color: #fff !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
    letter-spacing: 1px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
}

.card-service .btn:hover {
    opacity: 0.9 !important;
    transform: scale(1.02) !important;
}

.card-service .badge {
    font-size: 0.95rem !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.card-service.border-top-gold {
    border-top: 6px solid #fd5d09 !important;
}

.card-service.border-top-gold .btn {
    background-color: #fd5d09 !important;
}

.card-service.border-top-gold .badge {
    background-color: #fd5d09 !important;
    color: #fff !important;
}

.card-service.border-top-blue {
    border-top: 6px solid #02027c !important;
}

.card-service.border-top-blue .btn {
    background-color: #02027c !important;
}

.card-service.border-top-blue .badge {
    background-color: #02027c !important;
}

.card-service.border-top-cyan {
    border-top: 6px solid #000 !important;
}

.card-service.border-top-cyan .btn {
    background-color: #000 !important;
}

.card-service.border-top-cyan .badge {
    background-color: #000 !important;
}

.mobile-call-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #ff6600;
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.mobile-call-bar:hover,
.mobile-call-bar:active {
    background-color: #e65c00;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .mobile-call-bar {
        display: none !important;
    }
}

.small,
small {
    font-size: 1.2em;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(245 75 16) !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fd4b0d !important;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

div.container.position-relative.z-1 {
    background-color: #d1d5db !important;
    padding: 60px 40px !important;
    border-radius: 24px !important;
    border: 1px solid #9ca3af !important;
}

div.container.position-relative.z-1 .text-muted {
    color: #4b5563 !important;
}

.bg-light {
    background-color: rgb(251 193 8) !important;
}

.v-hero-text-col.bg-white {
    background-color: #ffebad !important;
}

.hvac-survey-wrapper {
    padding: 15px;
    font-family: 'Segoe UI', Roboto, Helvetica, sans-serif;
    background: transparent;
}

#hvac-survey-container {
    max-width: 500px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #eee;
}

.progress-container {
    height: 8px;
    background: #f0f0f0;
}

#survey-progress {
    height: 100%;
    width: 33%;
    background: #007bff;
    transition: width 0.4s ease;
}

.survey-step {
    padding: 40px;
    display: none;
    animation: fadeIn 0.4s;
}

.survey-step.active {
    display: block;
}

.options-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 25px !important;
}

.options-grid > p,
.options-grid > br {
    display: none !important;
}

.v-hvac-opt-card {
    border: 2px solid #e0e0e0 !important;
    background: #ffffff !important;
    transition: all 0.2s ease-in-out !important;
    position: relative;
}

.v-hvac-opt-card:hover {
    border-color: #02027c !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-3px) !important;
    background-color: #fcfcfc !important;
}

.v-hvac-opt-card:has(input:checked) {
    border-color: #02027c !important;
    background-color: #f0f7ff !important;
    box-shadow: 0 0 0 4px rgba(2, 2, 124, 0.2) !important;
    transform: translateY(-3px) !important;
}

.v-hvac-opt-card:has(input:checked) span {
    transform: scale(1.1);
    transition: 0.2s;
}

.opt-card,
.v-hvac-opt-card {
    border: 2px solid #000 !important;
    color: #000 !important;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100px;
    background: #fff;
}

.opt-card span {
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
}

.opt-card:hover {
    border-color: #007bff;
    background: #f9f9f9;
}

.opt-card:has(input:checked) {
    border-color: #007bff;
    background: #f0f7ff;
    color: #007bff;
}

.v-hvac-opt-card input {
    display: none;
}

.nav-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

.next,
.submit {
    background: #007bff;
    color: #fff;
}

.next:hover,
.submit:hover {
    background: #0056b3;
}

.back {
    background: #6c757d;
    color: #fff;
    width: 40%;
}

.button-group {
    display: flex;
    gap: 10px;
}

.input-group input,
.v-survey-field {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 2px solid #000 !important;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000 !important;
    background-color: #fff !important;
}

#hvac_survey_form input::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

@media screen and (max-width: 480px) {
    .options-grid {
        grid-template-columns: 1fr !important;
    }

    .survey-step {
        padding: 25px 15px;
    }

    .back {
        width: 35%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Contact template survey placement */
.v-contact-survey-slot {
    display: flex;
    justify-content: center;
    min-height: 520px;
    width: 100%;
    padding: 0 15px;
}

@media screen and (max-width: 480px) {
    .v-contact-survey-slot {
        min-height: 420px;
        padding: 0 10px;
    }
}