.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #840911;
    --bs-btn-border-color: #840911;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9a131c;
    --bs-btn-hover-border-color: #840911;
    --bs-btn-focus-shadow-rgb: 38, 119, 167;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #840911;
    --bs-btn-active-border-color: #9a131c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c00a16;
    --bs-btn-disabled-border-color: #c00a16;
}

#back-to-top {
    color: var(--secondary-color);
}

#back-to-top:hover {
    color: var(--main-color);
}

#top-header p {
    line-height: 1.20;
}

#home h1 span,
#home .mobile-h1 span {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.btn {
    --bs-btn-font-weight: bold;
}

.business-logo {
    max-width: 140px;
}


@media all and (min-width:768px) {
    .header-content h1 {
        max-width: 85%;
        font-size: 51px !important;
    }
}


.today-offer .offer-price {
    line-height: 1;
    color: #f9b900;
}

.today-offer .small-text {
    display: inline-block;
    font-size: 24px;
    color: #00ff28;
    line-height: 1 !important;
}

.today-offer {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.offer-price small {
    font-size: 30px;
}

@media all and (min-width:1200px) {
    #services .container-fluid {
        max-width: 1750px;
        width: 100%;
    }

    #home .container-fluid {
        max-width: 1500px;
        width: 100%;
    }
}

.service-action {
    bottom: 96px;
}



.hero-review-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    padding: 18px 20px;
    backdrop-filter: blur(8px);
}

.hero-google-icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 14px;
}

.hero-review-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #f9b900;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
}

.hero-review-stars span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.hero-review-copy {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    font-size: 14px;
}

.hero-trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-trust-points span {
    background: rgba(59, 116, 55, 0.7);
    color: #ffffff;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.hero-trust-points i {
    margin-right: 6px;
}

.service-card-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 78px 20px 18px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
    background: linear-gradient(180deg, rgba(11, 24, 40, 0) 0%, rgba(11, 24, 40, 0.86) 46%, rgba(11, 24, 40, 0.95) 100%);
    min-height: 160px;
}

.process-card,
.proof-card,
.area-pill {
    border-radius: 18px;
}

.process-card {
    height: 100%;
    background: #eef4f8;
    padding: 28px 24px;
    box-shadow: 0 14px 34px rgba(17, 35, 52, 0.08);
    border: 1px solid #acdbfb;
}

.process-step {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.process-card h3,
.proof-card-body h3 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 12px;
}

.process-card p,
.proof-card-body p {
    color: #5C6571;
    line-height: 1.6;
    margin-bottom: 0;
}

.proof-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 35, 52, 0.08);
}

.proof-card-body {
    padding: 24px;
}

.area-pill {
    background: #ffffff;
    border: 1px solid rgba(59, 116, 55, 0.18);
    box-shadow: 0 10px 26px rgba(17, 35, 52, 0.06);
    color: #16311b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 18px 20px;
    text-align: center;
}



@media all and (max-width:575px) {
    .mobile-h1 {
        font-size: 36px !important;
    }

    .today-offer .offer-price {
        font-size: 36px;
    }

    #home .mobile-h1 span {
        font-size: 28px;
        margin-top: 10px;
        line-height: 1.15;
    }

    .px-sm-2 {
        padding-right: 0.65rem !important;
        padding-left: 0.65rem !important;
    }

    .service-action {
        bottom: 92px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    #services .container-fluid {
        max-width: 1400px;
        width: 100%;
    }

    #home .container-fluid {
        max-width: 1495px;
        width: 100%;
    }
}

@media (max-width:700px) {
    #services .container-fluid {
        width: 100%;
    }

    #home .container-fluid {
        width: 100%;
    }
}

@media all and (max-width:767px) {
    .hero-review-card {
        padding: 16px;
    }

    .hero-review-stars {
        font-size: 16px;
    }

    .hero-review-stars span {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }

    .service-card-copy {
        position: static;
        min-height: 0;
        padding: 18px;
        background: #112334;
    }

    .process-card,
    .proof-card-body,
    .area-pill {
        padding-left: 18px;
        padding-right: 18px;
    }
}