/* ==========================================================================
   custom.css — extends style.css / media.css for the new content sections.
   Uses the same palette already defined in style.css:
   Red #b32d2e | Orange accent #E26F38 | Navy #333a44 | Tint bg #d3652e21
   ========================================================================== */

/* ---------- sticky mobile call bar ---------- */
.mobile-call-bar {
    display: none;
}

/* ---------- section heading helper ---------- */
.section-head {
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 30px auto;
}

.section-head .eyebrow {
    display: inline-block;
    color: #b32d2e;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 85%;
    margin-bottom: 8px;
}

.section-head h2 {
    font-size: 190%;
    font-weight: 700;
    margin: 6px auto 12px auto;
}

.section-head p {
    color: #4a4a4a;
}

/* ---------- hero trust badges row ---------- */
.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 560px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    justify-content: center;
}

.hero-cta-row .link_top {
    margin: 0;
    flex: 1 1 240px;
}

.hero-cta-row .btn-outline {
    flex: 1 1 240px;
    width: auto;
    background: transparent;
    border: 2px solid #fff;
}

.hero-cta-row .btn-outline:hover {
    background: #ffffff20;
}

/* ---------- quote form card (replaces hero-block-two image slot) ---------- */
.quote-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 30px 30px 15px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.quote-card .h3-form {
    text-align: left;
    margin-bottom: 4px;
}

.quote-card .form-sub {
    font-size: 85%;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.quote-card .container-form {
    width: 100%;
    margin: 10px auto 0 auto;
}

.quote-card select {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    background: transparent;
    color: #333;
    -webkit-appearance: none;
    appearance: none;
    padding-top: 14px;
}

.quote-card .input-botton {
    font-size: 20px;
    margin: 15px auto 5px auto;
}

/* ---------- call-now banner (replaces quote form) ---------- */
.call-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 480px;
    padding: 34px 30px 30px 30px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 26px),
        linear-gradient(160deg, #b32d2e 0%, #8f2222 55%, #333a44 130%);
    box-shadow: 0 20px 45px rgba(0,0,0,0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.call-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 55px rgba(0,0,0,0.34);
    color: #fff;
}

.call-banner-badge {
    display: inline-block;
    background: #ffcc00;
    color: #333a44;
    font-weight: 800;
    font-size: 78%;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.call-banner-ring {
    position: relative;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.call-banner-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.call-banner-icon svg {
    width: 34px;
    height: 34px;
    fill: #b32d2e;
}

.call-banner-ring .ping {
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #ffffff55;
    animation: call-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.call-banner-ring .ping.delay {
    animation-delay: 0.9s;
}

@keyframes call-ping {
    0% {
        transform: scale(0.6);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.call-banner-tagline {
    font-size: 92%;
    color: #ffe1cf;
    font-weight: 600;
    margin-bottom: 4px;
}

.call-banner-heading {
    font-size: 145%;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 22px;
    max-width: 320px;
}

.call-banner-number {
    display: block;
    font-size: 250%;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 6px;
}

.call-banner-tap {
    display: inline-block;
    background: #fff;
    color: #b32d2e;
    font-weight: 700;
    font-size: 95%;
    padding: 10px 26px;
    border-radius: 30px;
    margin-bottom: 26px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.call-banner:hover .call-banner-tap {
    background: #ffe1cf;
    transform: scale(1.04);
}

.call-banner-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    font-size: 84%;
    color: #ffe1cf;
    font-weight: 600;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.25);
    width: 100%;
}

/* ---------- trust boxes (4up icon grid) ---------- */
.trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-grid .ittem {
    width: 25%;
    padding: 15px;
    text-align: center;
}

.trust-grid .ittem .img-bg-block {
    width: 100%;
    height: 55px;
    background-size: 42px;
    background-position: center center;
    background-repeat: no-repeat;
}

.trust-grid .ittem:nth-child(1) .img-bg-block {
    background-image: url(../images/material-symbols-e-911-emergency.svg);
}

.trust-grid .ittem:nth-child(2) .img-bg-block {
    background-image: url(../images/ic-twotone-plumbing.svg);
}

.trust-grid .ittem:nth-child(3) .img-bg-block {
    background-image: url(../images/top-icon-5.svg);
}

.trust-grid .ittem:nth-child(4) .img-bg-block {
    background-image: url(../images/check.svg);
}

.trust-grid .ittem h3 {
    font-size: 112%;
}

/* ---------- services grid (photo cards) ---------- */
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
}

.service-card {
    width: calc(33.333% - 18px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.service-card .card-top {
    background: #333a44;
    padding: 26px 22px 20px 22px;
}

.service-card .icon-badge {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #b32d2e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .icon-badge svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card .body {
    padding: 20px 22px 24px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card h4 {
    font-size: 118%;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #b32d2e;
}

.service-card p.desc {
    font-size: 90%;
    color: #555;
    margin-bottom: 12px;
}

.service-card ul {
    margin: 0 0 16px 0;
    flex: 1;
}

.service-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 90%;
    margin: 6px 0;
    color: #333;
}

.service-card ul li:before {
    content: "";
    flex: none;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background-image: url(../images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.service-card .mini-cta {
    display: inline-block;
    color: #b32d2e;
    font-weight: 700;
    text-decoration: none;
    font-size: 92%;
}

.service-card .mini-cta:hover {
    color: #E26F38;
}

/* ---------- how it works numbered steps ---------- */
.steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.steps-grid .ittem {
    width: 25%;
    padding: 15px;
    text-align: center;
    position: relative;
}

.steps-grid .step-num {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background: #b32d2e;
    color: #fff;
    font-weight: 700;
    font-size: 110%;
    margin: 0 auto 12px auto;
}

.steps-grid .ittem h3 {
    font-size: 108%;
}

/* ---------- service area lists ---------- */
.areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.area-col {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.area-col h3 {
    color: #b32d2e;
    margin-top: 0;
}

.area-col .city-list {
    display: flex;
    flex-wrap: wrap;
}

.area-col .city-list span {
    width: 50%;
    padding: 5px 0;
    padding-left: 22px;
    background-image: url(../images/check.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 92%;
}

/* ---------- testimonials marquee (pure CSS, no JS dependency) ---------- */
.testi-marquee {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.testi-track {
    display: flex;
    width: max-content;
    gap: 24px;
    animation: testi-scroll-rtl 46s linear infinite;
}

.testi-marquee.paused .testi-track {
    animation-play-state: paused;
}

@keyframes testi-scroll-rtl {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

.testi-card {
    flex: none;
    width: 340px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
}

.testi-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.testi-avatar {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-who {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.testi-name {
    font-weight: 700;
    font-size: 97%;
}

.testi-loc {
    font-size: 82%;
    color: #888;
}

.testi-verified {
    flex: none;
    font-size: 72%;
    font-weight: 700;
    color: #1a7f37;
    background: #eaf7ee;
    padding: 3px 9px;
    border-radius: 30px;
    white-space: nowrap;
}

.testi-stars {
    color: #ffcc00;
    font-size: 95%;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.testi-text {
    font-size: 89%;
    color: #333;
    line-height: 1.55;
    margin-bottom: 12px;
    flex: 1;
}

.testi-meta {
    font-size: 78%;
    color: #999;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .testi-card {
        width: 280px;
    }
}

/* ---------- FAQ accordion ---------- */
.faq-list {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    overflow: hidden;
}

.faq-item .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    cursor: pointer;
    font-weight: 600;
    gap: 15px;
}

.faq-item .faq-q .plus {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #b32d2e;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    transition: transform 0.25s ease;
}

.faq-item.open .faq-q .plus {
    transform: rotate(45deg);
}

.faq-item .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
    color: #555;
    font-size: 92%;
}

.faq-item .faq-a ul {
    margin: 8px 0;
    list-style-type: disc;
    padding-left: 20px;
}

.faq-item.open .faq-a {
    padding-bottom: 20px;
}

/* ---------- about / values ---------- */
.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.values-grid .value-box {
    width: 200px;
    text-align: center;
    padding: 15px;
}

.values-grid .value-box .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b32d2e;
    margin: 0 auto 10px auto;
}

.values-grid .value-box h4 {
    font-size: 105%;
    font-weight: 700;
    margin-bottom: 6px;
}

.values-grid .value-box p {
    font-size: 88%;
    color: #666;
}

/* ---------- override mismatched stock icons in the same-day/pricing/experienced trio ---------- */
.services-block-two .flex-block .ittem .img-bg-block {
    background-image: none !important;
    position: relative;
}

.services-block-two .flex-block .ittem .img-bg-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background-color: #b32d2e;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.services-block-two .flex-block .ittem:nth-child(1) .img-bg-block:before {
    -webkit-mask-image: url(../images/top-icon-2.svg);
    mask-image: url(../images/top-icon-2.svg);
}

.services-block-two .flex-block .ittem:nth-child(2) .img-bg-block:before {
    -webkit-mask-image: url(../images/top-icon-4.svg);
    mask-image: url(../images/top-icon-4.svg);
}

.services-block-two .flex-block .ittem:nth-child(3) .img-bg-block:before {
    -webkit-mask-image: url(../images/ic-twotone-plumbing.svg);
    mask-image: url(../images/ic-twotone-plumbing.svg);
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1030px) {
    .service-card {
        width: calc(50% - 13px);
    }

    .trust-grid .ittem {
        width: 50%;
    }

    .steps-grid .ittem {
        width: 50%;
    }
}

@media screen and (max-width: 830px) {
    .quote-card {
        margin-top: 20px;
    }

    .hero-cta-row {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .service-card {
        width: 100%;
    }

    .trust-grid .ittem {
        width: 50%;
    }

    .steps-grid .ittem {
        width: 100%;
    }

    .section-head h2 {
        font-size: 150%;
    }

    .areas-grid {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .mobile-call-bar {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99999;
        background: #b32d2e;
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 14px 10px;
        font-weight: 700;
        font-size: 105%;
        text-decoration: none;
    }

    body {
        padding-bottom: 55px;
    }

    .faq-item .faq-q {
        padding: 14px 16px;
        font-size: 95%;
    }

    .faq-item .faq-a {
        padding: 0 16px;
    }

    .area-col {
        padding: 20px;
    }
}
