﻿/* Source: resources/views/components/layouts/app.blade.php */
[x-cloak]{display:none!important;}

            .slider-wrapper,
            .offer-wrapper,
            .breadcrumb-banner-area {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }

            .bh-form-error {
                display: block;
                margin-top: 6px;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.35;
                color: #dc3545 !important;
            }

            .bh-success-state {
                text-align: center;
                padding: 28px 20px;
            }

            .bh-success-state--full {
                width: 100%;
                min-height: 72vh;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .bh-success-panel {
                width: 100%;
                max-width: 680px;
                margin: 0 auto;
                padding: 36px 28px;
                background: #ffffff;
                border: 1px solid #dfe7f1;
                border-radius: 14px;
                box-shadow: 0 18px 42px rgba(16, 24, 40, 0.1);
            }

            .bh-success-visual {
                width: 118px;
                height: 118px;
                margin: 0 auto 18px;
                border-radius: 999px;
                background: radial-gradient(circle at 30% 30%, #43d17b 0%, #1faf5d 68%, #0f8e49 100%);
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 12px 30px rgba(17, 163, 84, 0.34);
            }

            .bh-success-visual i {
                color: #ffffff;
                font-size: 56px;
                line-height: 1;
            }

            .bh-success-title {
                margin: 0 0 10px;
                font-size: 30px;
                line-height: 1.2;
                color: #162133;
            }

            .bh-success-text {
                margin: 0;
                color: #5a6679;
                font-size: 16px;
                line-height: 1.7;
            }

            .bh-success-actions {
                margin-top: 20px;
            }

            .bh-success-actions .btn {
                min-width: 180px;
                border-radius: 6px;
                font-weight: 600;
            }

            .bh-consent-check {
                display: inline-flex;
                align-items: flex-start;
                gap: 10px;
                margin: 0;
                font-size: 14px;
                line-height: 1.55;
                color: #3e4d63;
                cursor: pointer;
            }

            .bh-consent-check input[type="checkbox"] {
                appearance: none;
                -webkit-appearance: none;
                width: 22px;
                height: 22px;
                min-width: 22px;
                margin: 0;
                margin-top: 1px;
                border: 2px solid #b8c6d9;
                border-radius: 6px;
                background: #ffffff;
                display: inline-grid;
                place-content: center;
                transition: all .15s ease;
            }

            .bh-consent-check input[type="checkbox"]::before {
                content: "";
                width: 12px;
                height: 12px;
                transform: scale(0);
                transition: transform .12s ease-in-out;
                box-shadow: inset 1em 1em #ffffff;
                clip-path: polygon(14% 44%, 0 59%, 40% 100%, 100% 20%, 84% 6%, 40% 66%);
            }

            .bh-consent-check input[type="checkbox"]:checked {
                background: #19a55a;
                border-color: #19a55a;
            }

            .bh-consent-check input[type="checkbox"]:checked::before {
                transform: scale(1);
            }

            .bh-consent-check a {
                color: #2d3e56;
                text-decoration: underline;
            }

            .slider-wrapper {
                position: relative;
            }

            .slider-wrapper::before {
                content: "";
                position: absolute;
                inset: 0;
                background: rgba(0, 0, 0, 0.48);
                pointer-events: none;
            }

            .slider-wrapper > .container {
                position: relative;
                z-index: 1;
            }

            .slider-text h1,
            .slider-text p,
            .slider-text a {
                text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
            }

            .slider-text h1,
            .slider-text h1 .cd-words-wrapper b,
            .slider-text .slider-info p {
                color: #ffffff !important;
            }

            .slider-text > a {
                color: #ffffff !important;
            }

            .slider-text > a.bh-hero-secondary-cta {
                background: rgba(0, 0, 0, 0.28);
                border: 1px solid rgba(255, 255, 255, 0.75);
            }

            .what-we-do .tab-content {
                min-height: 520px;
            }

            .what-we-do .offer-tab {
                margin-top: -36px;
            }

            .what-we-do .offer-icon {
                width: 74px;
                height: 74px;
                line-height: 74px;
            }

            .what-we-do .offer-icon i {
                font-size: 30px;
            }

            .what-we-do .offer-text::before {
                top: 21px;
                height: 30px;
            }

            .what-we-do .offer-text > span {
                font-size: 14px;
                margin-left: 18px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .what-we-do .tab-pane,
            .what-we-do .offer-wrapper {
                min-height: 520px;
            }

            .what-we-do .offer-wrapper {
                display: flex;
                align-items: stretch;
            }

            .what-we-do .offer-content {
                min-height: 520px;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                background: linear-gradient(90deg, rgba(16, 24, 40, 0.74) 0%, rgba(16, 24, 40, 0.56) 48%, rgba(16, 24, 40, 0.34) 100%);
            }

            .what-we-do .offer-content p,
            .what-we-do .tab-menu > li,
            .what-we-do .offer-content > a {
                color: #ffffff;
                text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
            }

            .what-we-do .offer-content > a {
                border-bottom: 1px solid rgba(255, 255, 255, 0.75);
                padding-bottom: 6px;
            }

            .what-we-do .offer-content > a {
                margin-top: auto;
                align-self: flex-start;
                background: rgba(255, 255, 255, 0.16);
                border: 1px solid rgba(255, 255, 255, 0.8);
                border-radius: 3px;
                padding: 8px 14px;
            }

            .what-we-do .tab-menu > li::before {
                content: "\2705";
                font-family: inherit;
                font-size: 15px;
                margin-right: 12px;
            }

            .what-we-do .tab-menu > li:nth-child(2)::before { content: "\1F4E6"; }
            .what-we-do .tab-menu > li:nth-child(3)::before { content: "\1F6E0"; }
            .what-we-do .tab-menu > li:nth-child(4)::before { content: "\1F69A"; }
            .what-we-do .tab-menu > li:nth-child(5)::before { content: "\1F3E0"; }
            .what-we-do .tab-menu > li:nth-child(6)::before { content: "\1F4CD"; }

            @media (max-width: 991px) {
                .what-we-do .tab-content,
                .what-we-do .tab-pane,
                .what-we-do .offer-wrapper,
                .what-we-do .offer-content {
                    min-height: 460px;
                }
            }

            @media (max-width: 767px) {
                .what-we-do .tab-content,
                .what-we-do .tab-pane,
                .what-we-do .offer-wrapper,
                .what-we-do .offer-content {
                    min-height: 0;
                }

                .what-we-do .offer-content > a {
                    margin-top: 18px;
                }
            }

            .blog-img,
            .blog-thumb,
            .work-img,
            .project-details-img-wrapper {
                overflow: hidden;
            }

            .blog-img a,
            .work-img > a,
            .single-related-post > a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .blog-img img,
            .blog-thumb img,
            .single-related-post img,
            .work-img img,
            .project-details-img-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .blog-img,
            .blog-thumb {
                aspect-ratio: 16 / 9;
            }

            .blog-index-grid {
                display: flex;
                flex-wrap: wrap;
            }

            .blog-index-grid::before,
            .blog-index-grid::after {
                display: none;
            }

            .blog-index-item {
                display: flex;
                margin-bottom: 30px;
            }

            .blog-index-item .blog-wrapper {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                border: 1px solid #e7ecf3;
                border-radius: 8px;
                overflow: hidden;
                background: #ffffff;
                box-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
            }

            .blog-index-item .blog-img {
                aspect-ratio: 16 / 9;
            }

            .blog-index-item .blog-text {
                flex: 1;
                display: flex;
                flex-direction: column;
                padding: 20px;
            }

            .blog-index-item .blog-info {
                flex: 1;
                display: flex;
                flex-direction: column;
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .blog-index-item .blog-info h3 {
                min-height: 56px;
                margin-bottom: 10px;
            }

            .blog-index-item .blog-info p {
                margin-bottom: 0;
                color: #5b6777;
                line-height: 1.65;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .blog-index-item .blog-date {
                margin-top: 16px;
                padding-top: 0;
                border-top: 0;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                flex-wrap: wrap;
            }

            @media (max-width: 767px) {
                .blog-index-item .blog-info h3 {
                    min-height: 0;
                }
            }

            .work-img {
                aspect-ratio: 4 / 3;
            }

            .project-details-img-wrapper {
                aspect-ratio: 16 / 10;
            }

            .blog-detail-max-container {
                max-width: 1560px;
                width: 100%;
            }

            .testimonial-img {
                overflow: visible;
                aspect-ratio: auto;
            }

            .testimonial-img.text-center > img {
                width: 100px;
                height: 100px;
                object-fit: cover;
                display: inline-block;
            }

            .header-top-area.blue-bg {
                background: #0f172a;
            }

            .header-top-area .header-left {
                display: flex;
                align-items: center;
                gap: 14px;
                flex-wrap: wrap;
            }

            .header-top-area .header-text {
                margin-right: 0;
                display: flex;
                align-items: center;
                min-height: 46px;
            }

            .header-top-area .header-text + .header-text {
                padding-left: 14px;
                border-left: 1px solid rgba(148, 163, 184, 0.3);
            }

            .header-top-area .header-icon {
                width: 34px;
                margin-right: 10px;
                line-height: 1;
            }

            .header-top-area .header-icon::after {
                display: none;
            }

            .header-top-area .header-icon i {
                color: #a78bfa;
                font-size: 35px;
            }

            .header-top-area .header-info .phone {
                color: #f8fafc;
                font-size: 13px;
                font-weight: 600;
                line-height: 1.2;
            }

            .header-top-area .header-info .gmail {
                color: #cbd5e1;
                font-size: 12px;
                line-height: 1.2;
            }

            .header-top-area .header-info  {
                margin-left: 20px;
            }

            .header-top-area .header-info .phone a,
            .header-top-area .header-info .gmail a {
                color: inherit;
                text-decoration: none;
            }

            .header-top-area .header-info .phone a:hover,
            .header-top-area .header-info .gmail a:hover {
                text-decoration: underline;
            }

            .header-top-area .header-left-icon {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                gap: 6px;
            }

            .header-top-area .header-left-icon a {
                min-width: 34px;
                height: 30px;
                padding: 0 10px;
                margin-right: 0;
                border-radius: 6px;
                border: 1px solid rgba(148, 163, 184, 0.38);
                background: transparent;
                color: #e2e8f0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 11px;
                font-weight: 700;
                transition: all .2s ease;
                text-decoration: none;
            }

            .header-top-area .header-left-icon a:hover,
            .header-top-area .header-left-icon a[style*="underline"] {
                background: #7c3aed;
                border-color: #7c3aed;
                color: #ffffff;
                text-decoration: none !important;
            }

            @media (max-width: 991px) {
                .header-top-area .header-left {
                    justify-content: center;
                    gap: 8px;
                    flex-wrap: wrap;
                }

                .header-top-area .header-text + .header-text {
                    padding-left: 8px;
                }

                .header-top-area .header-left-icon {
                    justify-content: center;
                    margin-top: 2px;
                }
            }

            @media (max-width: 767px) {
                .header-top-area .header-text {
                    width: 100%;
                    justify-content: center;
                }

                .header-top-area .header-text + .header-text {
                    border-left: 0;
                    padding-left: 0;
                }

                .header-top-area .header-info {
                    margin-left: 10px;
                }
            }

            .home-service-area .home-area-right {
                padding: 54px 40px;
                background: #f8fafc;
                min-height: 100%;
            }

            .home-service-area .bh-home-section {
                background: #ffffff;
                border: 1px solid #e2e8f0;
                border-radius: 10px;
                padding: 26px 24px;
                box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
                margin-bottom: 18px;
            }

            .home-service-area .bh-home-eyebrow {
                display: inline-block;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 0.04em;
                font-weight: 700;
                color: #6b7280;
                margin-bottom: 10px;
                padding: 0;
            }

            .home-service-area .bh-home-section h3 {
                color: #0f172a;
                line-height: 1.35;
                margin-bottom: 14px;
                font-size: 24px;
                max-width: none;
            }

            .home-service-area .bh-home-section .homes-info > p {
                color: #475569;
                margin-bottom: 12px;
                max-width: none;
            }

            .home-service-area .bh-home-feature-list {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
            }

            .home-service-area .bh-home-feature-list li {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                color: #1f2937;
                font-size: 14px;
                line-height: 1.5;
                margin-bottom: 8px;
                padding: 0;
            }

            .home-service-area .bh-home-feature-list li i {
                color: #7c3aed;
                margin-top: 2px;
                font-size: 15px;
            }

            .home-service-area .bh-home-link-card {
                border: 1px solid #e2e8f0;
                border-radius: 8px;
                background: #ffffff;
                box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
                transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
            }

            .home-service-area .bh-home-link-card:hover {
                transform: translateY(-2px);
                border-color: #cbd5e1;
                box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
            }

            .home-service-area .bh-home-link-card .home-text p a {
                display: inline-block;
                color: #0f172a;
                font-weight: 600;
                line-height: 1.35;
            }

            .home-service-area .home-text::before {
                background: none !important;
            }

            @media (max-width: 991px) {
                .home-service-area .home-area-right {
                    padding: 34px 20px;
                }

                .home-service-area .bh-home-section h3 {
                    font-size: 22px;
                }
            }

            /* Leistungen section only: keep service cards aligned and images consistent */
            #services .row {
                display: flex;
                flex-wrap: wrap;
            }

            #services .row::before,
            #services .row::after {
                display: none;
            }

            #services [class*="col-"] {
                display: flex;
            }

            #services .service-wrapper {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
            }

            #services .service-img {
                aspect-ratio: 16 / 9;
                overflow: hidden;
            }

            #services .service-img > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            #services .service-icon-img {
                width: 68px;
                height: 68px;
                margin: 0 auto 14px;
                border-radius: 14px;
                border: 2px solid #d9e2ec;
                background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
                box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
                transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
            }

            #services .service-icon-img i {
                font-size: 31px;
                font-weight: 600;
                color: #7c3aed;
                transition: color .2s ease, transform .2s ease;
            }

            #services .service-wrapper:hover .service-icon-img {
                transform: translateY(-2px);
                border-color: #d6bcfa;
                box-shadow: 0 12px 24px rgba(124, 58, 237, 0.18);
                background: linear-gradient(180deg, #fdfbff 0%, #f3e8ff 100%);
            }

            #services .service-wrapper:hover .service-icon-img i {
                color: #6d28d9;
                transform: scale(1.8);
            }

            #services .service-city-links {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                justify-content: center;
                margin: 0;
                padding: 0;
                list-style: none;
                margin-top: 50px !important;
                width: 100%;

            }

            #services .service-city-links li {
                margin: 0;
            }

            #services .service-city-links a {
                display: inline-block;
                padding: 8px 14px;
                border: 1px solid #d7dce3;
                border-radius: 999px;
                background: #f8fafc;
                color: #2f3a4a;
                font-size: 13px;
                font-weight: 500;
                line-height: 1.2;
                text-transform: capitalize;
                transition: all .2s ease;
            }

            #services .service-city-links a:hover {
                background: #ff6600;
                border-color: #ff6600;
                color: #ffffff;
            }

            .bh-kpi-area {
                background: linear-gradient(180deg, #f8fafd 0%, #f3f6fb 100%);
            }

            .bh-kpi-grid {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;
            }

            .bh-kpi-grid::before,
            .bh-kpi-grid::after {
                display: none;
            }

            .bh-kpi-item {
                display: flex;
                padding-left: 10px;
                padding-right: 10px;
                margin-bottom: 20px;
            }

            .bh-kpi-card {
                width: 100%;
                min-height: 208px;
                border: 1px solid #dde4ee;
                border-radius: 12px;
                background: #ffffff;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 8px;
                padding: 22px 14px;
                box-shadow: 0 10px 26px rgba(16, 24, 40, 0.07);
                position: relative;
                overflow: hidden;
                transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
            }

            .bh-kpi-card::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 3px;
                background: #ff6600;
            }

            .bh-kpi-card:hover {
                transform: translateY(-2px);
                border-color: #cfd8e4;
                box-shadow: 0 14px 30px rgba(16, 24, 40, 0.11);
            }

            .bh-kpi-card .counter-img {
                float: none;
                margin: 0;
            }

            .bh-kpi-icon {
                width: 62px;
                height: 62px;
                border-radius: 50%;
                background: #fff4eb;
                border: 1px solid #ffd9bf;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .bh-kpi-icon img {
                width: 30px;
                height: 30px;
                object-fit: contain;
                display: block;
                opacity: .96;
            }

            .bh-kpi-label {
                margin: 0;
                color: #4a5568;
                font-size: 13px;
                font-weight: 600;
                line-height: 1.35;
                letter-spacing: 0;
                text-transform: none;
            }

            .bh-kpi-card .counter-text {
                overflow: visible;
            }

            .bh-kpi-text {
                margin-top: 0;
            }

            .bh-kpi-value {
                margin: 0;
                color: #1d2736;
                font-size: clamp(36px, 3.4vw, 48px);
                line-height: 1;
                font-weight: 700;
            }

            @media (max-width: 991px) {
                .bh-kpi-card {
                    min-height: 188px;
                }
            }

            @media (max-width: 767px) {
                .bh-success-state--full {
                    min-height: 64vh;
                }

                .bh-kpi-item {
                    margin-bottom: 14px;
                }

                .bh-kpi-card {
                    min-height: 172px;
                }
            }

/* Source: resources/views/requests/quick-request.blade.php */
.bh-quick-request-page .bh-quick-shell {
            max-width: 1040px;
            margin: 0 auto;
        }

        .bh-quick-request-page .bh-quick-hero {
            border: 1px solid #e6ecf4;
            border-radius: 14px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
            box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
            padding: 24px 26px 20px;
            margin-bottom: 20px;
        }

        .bh-quick-request-page .bh-quick-title {
            margin: 0 0 8px;
            color: #1d2a3c;
            font-size: 34px;
            line-height: 1.15;
            font-weight: 700;
        }

        .bh-quick-request-page .bh-quick-desc {
            margin: 0;
            color: #556379;
            font-size: 16px;
            line-height: 1.7;
            max-width: 820px;
        }

        .bh-quick-request-page .bh-quick-points {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 14px;
        }

        .bh-quick-request-page .bh-quick-point {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border: 1px solid #dce5f1;
            border-radius: 999px;
            background: #ffffff;
            color: #2f3d53;
            font-size: 13px;
            font-weight: 500;
        }

        .bh-quick-request-page .bh-quick-point i {
            color: #19a55a;
            font-size: 14px;
        }

        .bh-quick-request-page .bh-quick-form-wrap {
            border: 1px solid #e6ecf4;
            border-radius: 14px;
            background: #ffffff;
            box-shadow: 0 14px 30px rgba(16, 24, 40, 0.06);
            padding: 24px;
        }

        @media (max-width: 991px) {
            .bh-quick-request-page .bh-quick-title {
                font-size: 30px;
            }

            .bh-quick-request-page .bh-quick-hero,
            .bh-quick-request-page .bh-quick-form-wrap {
                padding: 18px;
            }
        }

/* Source: resources/views/requests/detailed-request.blade.php */
.bh-rechner-shell {
            background: #f8fafc;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            padding: 28px;
        }
        .bh-rechner-aside {
            background: #0f172a;
            color: #e2e8f0;
            border-radius: 10px;
            padding: 22px;
            height: 100%;
        }
        .bh-rechner-aside h3 {
            color: #fff;
            margin-top: 0;
            margin-bottom: 12px;
        }
        .bh-rechner-aside ul {
            margin: 0;
            padding-left: 18px;
        }
        .bh-rechner-aside li {
            margin-bottom: 9px;
        }
        .bh-wizard-card {
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
            padding: 20px;
        }
        .bh-step-track {
            margin-bottom: 16px;
        }
        .bh-step-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-weight: 600;
            color: #1f2937;
        }
        .bh-step-badges {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 8px;
            margin-bottom: 12px;
        }
        .bh-step-badge {
            text-align: center;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            padding: 6px 4px;
            font-size: 12px;
            color: #6b7280;
            background: #f9fafb;
        }
        .bh-step-badge.is-active {
            border-color: #2563eb;
            color: #1d4ed8;
            background: #eff6ff;
            font-weight: 600;
        }
        .bh-section-title {
            font-size: 18px;
            font-weight: 700;
            color: #111827;
            margin: 4px 0 14px 0;
        }
        .bh-item-card {
            padding: 14px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            margin-bottom: 12px;
            background: #f9fafb;
        }
        .bh-form .form-group {
            position: relative;
            margin-bottom: 12px;
            padding-bottom: 20px;
        }
        .bh-form .form-group .invalid-feedback.d-block {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0;
            padding-left: 12px;
            color: #dc3545 !important;
            font-size: 12px;
            line-height: 1.3;
            font-weight: 500;
            text-align: left;
        }
        .bh-form-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 6px;
        }
        .bh-form-actions .btn-primary {
            margin-left: auto;
        }
        .bh-check-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin-bottom: 6px;
        }
        .bh-check-card {
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            background: #fff;
            min-height: 44px;
            padding: 10px 12px;
            display: flex;
            align-items: center;
        }
        .bh-check {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0;
            font-weight: 500;
            color: #374151;
        }
        .bh-check input[type="checkbox"] {
            margin-top: 0;
        }
        .bh-gdpr-row {
            margin-top: 4px;
            padding: 10px 12px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            background: #f9fafb;
        }
        @media (max-width: 767px) {
            .bh-check-grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: resources/views/requests/hausmeister-quick-request.blade.php */
.bh-request-shell {
            background: #f8fafc;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            padding: 28px;
        }
        .bh-request-info {
            background: #0f172a;
            color: #e2e8f0;
            border-radius: 10px;
            padding: 24px;
            height: 100%;
        }
        .bh-request-info h3 {
            color: #fff;
            margin-top: 0;
            margin-bottom: 14px;
        }
        .bh-request-info ul {
            margin: 0;
            padding-left: 18px;
        }
        .bh-request-info li {
            margin-bottom: 10px;
        }
.bh-request-legal {
            margin-top: 18px;
            color: #cbd5e1;
            font-size: 13px;
            line-height: 1.6;
        }

/* Source: resources/views/pages/service-area-page.blade.php */
.bh-service-area-page .container {
    max-width: 1180px;
}

.bh-service-area-page .bh-eyebrow {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #5b6780;
    background: #f3f6fb;
    border: 1px solid #e2e9f3;
    border-radius: 999px;
    padding: 7px 11px;
    margin-bottom: 12px;
}

.bh-service-area-page .bh-service-main-row {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.06);
    padding: 30px 32px;
    margin-bottom: 6px;
}

.bh-service-area-page .bh-service-hero-float {
    float: right;
    width: 42%;
    margin: 2px 0 20px 28px;
}

.bh-service-area-page .bh-service-hero-frame {
    border: 1px solid #e7ecf3;
    border-radius: 12px;
    background: #f8fafc;
    padding: 12px;
    box-shadow: 0 12px 26px rgba(16, 24, 40, 0.1);
}

.bh-service-area-page .project-details-img-wrapper {
    aspect-ratio: 16 / 10;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.bh-service-area-page .project-details-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #ffffff;
}

.bh-service-area-page .bh-service-rich-content {
    color: #4f5d75;
    font-size: 16px;
    line-height: 1.75;
}

.bh-service-area-page .bh-service-rich-content h2,
.bh-service-area-page .bh-service-rich-content h3 {
    color: #1f2a3d;
    margin-top: 28px;
    margin-bottom: 12px;
}

.bh-service-area-page .bh-service-rich-content h2:first-of-type {
    margin-top: 2px;
    font-size: 30px;
    line-height: 1.2;
}

.bh-service-area-page .bh-service-rich-content p {
    margin-bottom: 14px;
}

.bh-service-area-page .bh-section-block {
    border-top: 1px solid #edf1f6;
    padding-top: 22px;
    margin-top: 6px;
}

.bh-service-area-page .bh-faq-item {
    border: 1px solid #e8edf4;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px 16px 12px;
    margin-bottom: 12px;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.04);
}

.bh-service-area-page .bh-faq-item h3 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 18px;
}

.bh-service-area-page .bh-faq-item p {
    margin-bottom: 0;
}

.bh-service-area-page .bh-cta-box {
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 22px 22px 20px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.bh-service-area-page .bh-cta-box a {
    display: inline-block;
    margin-top: 10px;
    background: #ff6600;
    color: #ffffff;
    border-radius: 6px;
    padding: 11px 16px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.bh-service-area-page .bh-cta-box a:hover {
    background: #e45b00;
    transform: translateY(-1px);
}

.bh-service-area-page .bh-list-card {
    border: 1px solid #e8edf4;
    border-radius: 10px;
    background: #fbfcfe;
    padding: 18px 18px 16px;
    height: 100%;
}

.bh-service-area-page .bh-list-card ul {
    margin-bottom: 0;
}

.bh-service-area-page .bh-list-card li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.bh-service-area-page .bh-list-card li:last-child {
    margin-bottom: 0;
}

.bh-service-area-page .bh-service-rich-content::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 991px) {
    .bh-service-area-page .bh-service-main-row {
        padding: 22px 18px;
    }

    .bh-service-area-page .bh-service-hero-float {
        float: none;
        width: 100%;
        margin: 0 0 18px 0;
    }
}

/* Source: resources/views/home.blade.php */
#blog .blog-eq-row {
    display: flex;
    flex-wrap: wrap;
}

#blog .blog-eq-row::before,
#blog .blog-eq-row::after {
    display: none;
}

#blog .blog-eq-col {
    display: flex;
}

#blog .blog-eq-col .blog-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#blog .blog-eq-col .blog-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

#blog .blog-eq-col .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#blog .blog-eq-col .blog-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

#blog .blog-eq-col .blog-info {
    flex: 1 1 auto;
}

#blog .blog-eq-col .blog-date {
    margin-top: auto;
}

/* Utilities */
.bh-bg-dynamic {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bh-breadcrumb-bg {
    background-image: url('/storage/bg/6.webp');
}

.bh-text-white {
    color: #ffffff !important;
}

.bh-locale-switch.is-active {
    text-decoration: underline;
}

.bh-btn-link-reset {
    padding: 0;
    border: 0;
    background: none;
}

.bh-hidden {
    display: none !important;
}

.bh-mt-6 {
    margin-top: 6px;
}

.bh-mb-8 {
    margin-bottom: 8px;
}

.bh-ml-10 {
    margin-left: 10px;
}

.bh-box-card {
    padding: 35px;
    border: 1px solid #ececec;
    background: #fff;
}

.bh-mt-10 {
    margin-top: 10px;
}

.bh-mt-16 {
    margin-top: 16px;
}

.bh-mt-26 {
    margin-top: 26px;
}

.bh-fw-600 {
    font-weight: 600;
}

.bh-fs-22 {
    font-size: 22px;
}

.bh-mb-12 {
    margin-bottom: 12px;
}

.bh-pl-18 {
    padding-left: 18px;
}

.bh-mb-8-item {
    margin-bottom: 8px;
}

.bh-clear-pt-18 {
    clear: both;
    padding-top: 18px;
}

.bh-cookie-banner {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
}

.bh-cookie-banner-inner {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    padding: 18px;
}

.bh-cookie-title {
    margin: 0 0 8px 0;
}

.bh-cookie-text {
    margin-bottom: 12px;
}

.bh-cookie-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.bh-cookie-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bh-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bh-hm-title-row {
    margin-bottom: 8px;
}

.bh-hm-title-row h4 {
    margin: 0 0 8px 0;
}

.bh-multi-select-lg {
    height: 160px;
}

.bh-progress-step-1 { width: 20%; }
.bh-progress-step-2 { width: 40%; }
.bh-progress-step-3 { width: 60%; }
.bh-progress-step-4 { width: 80%; }
.bh-progress-step-5 { width: 100%; }

/* Header branding logo sizing */
.site-branding {
    padding: 15px 20px 15px 15px;
}

.site-branding .header-logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .site-branding {
        padding: 12px 15px;
    }

    .site-branding .header-logo img {
        max-height: 64px;
    }
}

@media (max-width: 767px) {
    .site-branding {
        padding: 10px 12px;
        text-align: center;
    }

    .site-branding .header-logo a {
        display: inline-block;
    }

    .site-branding .header-logo img {
        margin: 0 auto;
        max-height: 56px;
    }
}
