html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


/*.how-it-works {
    background-color: #FBF4EA;
}*/

.step-circle {
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #F57C00, #E65100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

    .step-circle .mud-icon-root {
        color: white;
        font-size: 42px;
    }

.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #FBC02D;
    color: #4A2C2A;
    font-weight: bold;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connector {
    display: flex;
    align-items: center;
    justify-content: center;
}

.connector-line {
    width: 80px;
    height: 2px;
    border-top: 2px dashed #FBC02D;
}

.cta-box {
    max-width: 520px;
    border-radius: 16px;
    background: white;
}

/*.why-choose-us {
    background-color: #FFF6EA;
}*/

.why-card {
    border-radius: 16px;
    background: #FFFFFF;
    height: 100%;
    transition: all 0.25s ease;
}

    .why-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.12);
    }

.icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box .mud-icon-root {
        color: white;
        font-size: 28px;
    }



/* AppBar / Navbar */
.dp-appbar {
    background-color: #ffffff;
    color: #2e1a19;
}

.dp-appbar-container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dp-logo-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dp-logo-icon {
    font-size: 22px;
    color: #ffffff;
}

.dp-brand-title {
    font-weight: 700;
    color: #2b1212;
}

/*.dp-brand-subtitle {
    color: #8a6b6b;
}*/

.dp-nav-links .dp-nav-link {
    font-size: 0.95rem;
    color: #5a3c3c;
    text-decoration: none;
}

    .dp-nav-links .dp-nav-link:hover {
        color: #e8a23b;
    }

.dp-phone-text {
    font-weight: 600;
    color: #5a3c3c;
}

.dp-book-now-btn {
    border-radius: 999px;
    padding-inline: 20px;
    font-weight: 600;
}

/* Hero section */
.dp-hero-root {
    position: relative;
    min-height: calc(100vh - 64px);
    background-image: url("/img/slider/1.jpg"); /* put your image here */
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

/* Red gradient overlay */
.dp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(114, 20, 20, 1.92), rgb(114 20 20 / -4%));
    z-index: 0;
}

.dp-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 180px;
}

.dp-trust-chip {
    background-color: #f6a623;
    color: #3b1a0d;
    font-weight: 600;
    margin-bottom: 24px;
}

.dp-hero-title {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
}

.dp-hero-subtitle {
    max-width: 480px;
    margin-bottom: 24px;
    color: #f5e0d9;
}

.dp-hero-buttons {
    margin-bottom: 40px;
}

.dp-primary-btn {
    border-radius: 8px;
    font-weight: 600;
    padding-inline: 24px;
}

.dp-secondary-btn {
    border-radius: 8px;
    font-weight: 600;
    padding-inline: 24px;
    border-color: #ffffff;
    color: #ffffff;
}

/* Stats */
.dp-stats-row {
    margin-top: 8px;
}

.dp-stat-number {
    font-weight: 700;
    color: #ffd58a;
}

.dp-stat-label {
    color: #f5e0d9;
}

/* Right-side hero image block if you want a separate image instead of full bg */
.dp-hero-image-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dp-hero-image {
    width: 100%;
    max-width: 420px;
    height: 420px;
    background-image: url("/img/43.png"); /* optional */
    background-size: cover;
    background-position: center;
    border-radius: 0 0 120px 120px;
    opacity: 0.95;
}

@media (max-width: 960px) {
    .dp-nav-links {
        display: none; /* for a quick desktop-only nav; later replace with drawer */
    }

    .dp-hero-content {
        text-align: center;
    }

    .dp-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .dp-stats-row {
        justify-content: center;
    }

    .dp-hero-image-wrapper {
        display: none;
    }
}



.dp-testimonials-section {
    background-color: #fff3e3;
    padding: 80px 0;
}

.dp-section-chip {
    background-color: #f9c27b;
    color: #7a3c1c;
    font-weight: 600;
}

.dp-section-title {
    color: #7a1e1b;
    font-weight: 700;
}

.dp-section-subtitle {
    color: #a46b4b;
    max-width: 640px;
}

.dp-testimonial-card {
    border-radius: 16px;
    background-color: #ffffff;
}

.dp-testimonial-quote {
    color: #6b4b3b;
}

.dp-testimonial-tag {
    background-color: #ffe4c2;
    color: #b45a1e;
}

.dp-testimonial-name {
    color: #7a1e1b;
    font-weight: 600;
}

.dp-testimonial-location {
    color: #a46b4b;
}



.dp-footer-root {
    background-color: #7b1515;
    color: #fbe5d0;
    margin-top: 60px;
}

.dp-footer-container {
    padding-top: 60px;
    padding-bottom: 40px;
}

.dp-footer-brand {
    color: #fff7e8;
    font-weight: 700;
}

.dp-footer-text {
    color: #f4d1b4;
    max-width: 320px;
}

.dp-footer-social {
    background-color: #a32a2a;
    color: #ffe1b0;
    width: 36px;
    height: 36px;
}

.dp-footer-heading {
    color: #c96a13;
    font-weight: 700;
}

.dp-footer-link {
    color: #f4d1b4;
    text-decoration: none;
    font-size: 0.9rem;
}

    .dp-footer-link:hover {
        color: #ffd27a;
    }

    a.dp-footer-link {
        color: #f4d1b4!important;
    }

    a.dp-footer-link:hover {
        color: #ffd27a!important;
        text-decoration: none!important;
    }

.dp-footer-icon {
    color: #ffd27a;
}

.dp-footer-subscribe {
    margin-top: 8px;
}

.dp-footer-subscribe-input .mud-input-root {
    border-radius: 24px 0 0 24px;
    background-color: #8b1e1e;
    color: #fbe5d0;
}

.dp-footer-subscribe-btn {
    border-radius: 0 24px 24px 0;
    padding-inline: 18px;
    font-weight: 600;
}

.dp-footer-divider {
    background-color: #8f2626;
}

.dp-footer-bottom {
    padding-top: 14px;
    padding-bottom: 18px;
}

.dp-footer-copy {
    color: #f4d1b4;
}

a.dp-footer-bottom-link {
    color: #f4d1b4 !important;
    font-size: 0.85rem;
    text-decoration: none;
}

a.dp-footer-bottom-link a {
    color: #f4d1b4 !important;
}

    a.dp-footer-bottom-link:hover {
        color: #ffd27a;
        text-decoration:none;
    }

    @media (max-width: 960px) {
        .dp-footer-bottom {
            text-align: center;
        }

            .dp-footer-bottom .mud-stack {
                flex-direction: column;
                align-items: center;
            }
    }



    .dp-statsbar-wrapper {
        display: flex;
        justify-content: center;
        padding: 40px 0;
    }

    .dp-statsbar {
        width: 100%;
        max-width: 1400px;
        background: linear-gradient(180deg, #7f1917, #5f0f0f);
        border-radius: 32px;
        padding: 28px 80px;
        box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
        color: #ffe7a4;
        border-radius: 25px;
    }

    .dp-statsbar-item {
        text-align: center;
        position: relative;
    }
        /* vertical separators for desktop */
        /* .dp-statsbar-item:nth-child(2)::before,
    .dp-statsbar-item:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 10%;
        bottom: 10%;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }*/

        .dp-statsbar-item:nth-child(2)::before {
            left: -40px;
        }

        .dp-statsbar-item:nth-child(2)::after {
            right: -40px;
        }

    .dp-statsbar-number {
        font-weight: 700;
        color: #ffd75e;
    }

    .dp-statsbar-label {
        color: #fbe2c2;
        letter-spacing: 0.03em;
    }
    /* mobile tweaks */
    @media (max-width: 960px) {
        .dp-statsbar {
            padding: 24px 24px;
            border-radius: 24px;
        }

        .dp-statsbar-item:nth-child(2)::before,
        .dp-statsbar-item:nth-child(2)::after {
            display: none;
        }

        .dp-statsbar-item {
            margin-bottom: 12px;
        }
    }
    /*.why-choose-us {
    background-color: #FFF6EA;
}*/

    .why-card {
        border-radius: 16px;
        background: #FFFFFF;
        height: 100%;
        transition: all 0.25s ease;
    }

        .why-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 30px rgba(0,0,0,0.12);
        }

    .icon-box {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icon-box .mud-icon-root {
            color: white;
            font-size: 28px;
        }

    .dp-hero-bottom-shadow {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 90px;
        box-shadow: 0 0 60px 40px rgba(255, 245, 230, 1);
    }



