/* /Components/Comps/Contact.razor.rz.scp.css */
.callback-form[b-rt02s86eee] {
    margin-top: 140px;
    font-family: 'Poppins', sans-serif;
    background: radial-gradient(1200px 400px at 20% -20%, rgba(164,198,57,.18), transparent 60%), radial-gradient(800px 300px at 120% 0%, rgba(164,198,57,.12), transparent 60%);
    padding: 80px 0;
}

.callback-container[b-rt02s86eee] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-heading[b-rt02s86eee] {
    text-align: center;
    margin-bottom: 36px;
}

    .section-heading h2[b-rt02s86eee] {
        font-size: 36px;
        font-weight: 600;
        color: #1e1e1e;
        margin: 0;
    }

        .section-heading h2 em[b-rt02s86eee] {
            font-style: normal;
            color: var(--primary-color);
        }

    .section-heading span[b-rt02s86eee] {
        display: block;
        margin-top: 12px;
        text-transform: uppercase;
        font-size: 15px;
        color: #666;
        letter-spacing: 1px;
    }

.callback-card[b-rt02s86eee] {
    position: relative;
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.6);
    border: 1px solid rgba(0,0,0,.04);
}

.callback-card-accent[b-rt02s86eee] {
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: linear-gradient(90deg, var(--primary-color), #cfe992);
}

.form-grid[b-rt02s86eee] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.form-field[b-rt02s86eee] {
    position: relative;
}

.form-field-textarea[b-rt02s86eee] {
    margin-top: 18px;
}

.form-input[b-rt02s86eee] {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 14px;
    padding: 18px 44px 18px 48px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form-field-textarea .form-input[b-rt02s86eee] {
    padding: 18px 44px 18px 48px;
    resize: vertical;
    min-height: 140px;
}

.form-label[b-rt02s86eee] {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
    pointer-events: none;
    transition: all .18s ease;
    background: transparent;
    padding: 0 .25rem;
}

.form-field-textarea .form-label[b-rt02s86eee] {
    top: 22px;
    transform: none;
}

.form-icon[b-rt02s86eee] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
}

.form-field-textarea .form-icon[b-rt02s86eee] {
    top: 28px;
    transform: none;
}

.form-icon svg[b-rt02s86eee] {
    width: 20px;
    height: 20px;
    fill: #aab0b3;
}

.form-input:focus[b-rt02s86eee] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(var(--primary-color),.18);
}

    .form-input:focus + .form-label[b-rt02s86eee],
    .form-input:not(:placeholder-shown) + .form-label[b-rt02s86eee] {
        top: 0;
        transform: translateY(-50%) scale(.85);
        background: rgba(255,255,255,0.9);
        color: var(--primary-color);
        padding: 0 .35rem;
        margin-left: -0.35rem;
    }

.form-input:invalid:not(:placeholder-shown)[b-rt02s86eee] {
    border-color: #ef9a9a;
}

    .form-input:invalid:not(:placeholder-shown):focus[b-rt02s86eee] {
        box-shadow: 0 0 0 4px rgba(239,154,154,.25);
    }

.callback-btn[b-rt02s86eee] {
    margin-top: 22px;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 12px 30px;
    border-radius: 30px;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: .22s ease;
}

    .callback-btn:hover[b-rt02s86eee] {
        background: #fff;
        color: var(--primary-color);
    }

@media (max-width: 992px) {
    .form-grid[b-rt02s86eee] {
        grid-template-columns: 1fr;
    }
}


.consent[b-rt02s86eee] {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.field-full[b-rt02s86eee] {
    grid-column: 1 / -1;
}
/* /Components/Comps/Footer.razor.rz.scp.css */
.footer[b-m635e4vz28] {
    --bg: #1f1f1f;
    --bg-2: #252525;

    position: relative;
    background: radial-gradient(900px 300px at -10% -10%, rgba(164,198,57,.18), transparent 60%), radial-gradient(700px 260px at 110% 10%, rgba(164,198,57,.10), transparent 60%), linear-gradient(180deg, var(--bg), var(--bg-2));
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-top: 80px;
}

.footer-accent[b-m635e4vz28] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary-color), #cfe992, var(--primary-color));
    opacity: .9;
}

.footer-container[b-m635e4vz28] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px 60px;
}

.footer-grid[b-m635e4vz28] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-item[b-m635e4vz28] {
    min-width: 0;
}

.footer-item .contact-list li a[b-m635e4vz28] {
    color: var(--primary-color);
    transform: translateY(2px);
}

.footer-title[b-m635e4vz28] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .25px;
    margin: 0 0 20px;
}

.footer-text[b-m635e4vz28] {
    color: #eee;
    line-height: 1.8;
}

.social-icons[b-m635e4vz28] {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
}

    .social-icons a[b-m635e4vz28] {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #232323;
        text-decoration: none;
        transition: .25s ease;
        box-shadow: 0 4px 10px rgba(0,0,0,.25);
    }

        .social-icons a:hover[b-m635e4vz28] {
            transform: translateY(-3px);
            background: var(--primary-color);
        }

    .social-icons svg[b-m635e4vz28] {
        width: 18px;
        height: 18px;
        fill: #232323;
    }

    .social-icons a:hover svg[b-m635e4vz28] {
        fill: #fff;
    }

.footer-links[b-m635e4vz28] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-m635e4vz28] {
        margin-bottom: 13px;
    }

    .footer-links a[b-m635e4vz28] {
        color: #fff;
        text-decoration: none;
        transition: color .2s ease, opacity .2s ease;
        opacity: .9;
    }

        .footer-links a:hover[b-m635e4vz28] {
            color: var(--primary-color);
            opacity: 1;
        }

.contact-list[b-m635e4vz28] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-list li[b-m635e4vz28] {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #ddd;
        margin-bottom: 12px;
    }

    .contact-list .icon[b-m635e4vz28] {
        display: inline-flex;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
    }

    .contact-list svg[b-m635e4vz28] {
        width: 20px;
        height: 20px;
        fill: var(--primary-color);
    }

.sub-footer[b-m635e4vz28] {
    background: #343434;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.06);
}

.sub-footer-container[b-m635e4vz28] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sub-footer-text[b-m635e4vz28] {
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
    margin: 0;
}

    .sub-footer-text a[b-m635e4vz28] {
        color: #fff;
        text-decoration: underline;
    }

        .sub-footer-text a:hover[b-m635e4vz28] {
            color: var(--primary-color);
        }

.back-to-top[b-m635e4vz28] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    transition: .25s ease;
    border: 2px solid var(--primary-color);
}

    .back-to-top:hover[b-m635e4vz28] {
        background: #fff;
        color: var(--primary-color);
    }

    .back-to-top svg[b-m635e4vz28] {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

@media (max-width: 992px) {
    .footer-grid[b-m635e4vz28] {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .footer-grid[b-m635e4vz28] {
        grid-template-columns: 1fr;
    }

    .sub-footer-container[b-m635e4vz28] {
        flex-direction: column;
        text-align: center;
    }
}
/* /Components/Comps/FunFacts.razor.rz.scp.css */
.fun-facts[b-mbwwjma9f6] {
    margin-top: 140px;
    background-image: url('https://images.pexels.com/photos/414029/pexels-photo-414029.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&dpr=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}

.overlay[b-mbwwjma9f6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    z-index: 0;
}

.fun-facts-container[b-mbwwjma9f6] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    z-index: 2;
    position: relative;
}

/* Bal */
.fun-facts-left[b-mbwwjma9f6] {
    margin-right: 45px;
}

.fun-facts-left span[b-mbwwjma9f6] {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.fun-facts-left h2[b-mbwwjma9f6] {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.fun-facts-left h2 em[b-mbwwjma9f6] {
    font-style: normal;
    color: var(--primary-color);
}

.fun-facts-left p[b-mbwwjma9f6] {
    color: #fff;
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 14px;
}

.fun-facts-btn[b-mbwwjma9f6] {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: .25s ease;
    border: 2px solid var(--primary-color);
}

.fun-facts-btn:hover[b-mbwwjma9f6] {
    background: #fff;
    color: var(--primary-color);
}

/* Jobb */
.fun-facts-right[b-mbwwjma9f6] {
    align-self: center;
}

.counts-grid[b-mbwwjma9f6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.count-area-content[b-mbwwjma9f6] {
    text-align: center;
    background-color: rgba(250,250,250,0.1);
    padding: 25px 30px 35px 30px;
}

.count-digit[b-mbwwjma9f6] {
    margin: 5px 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 36px;
}

.count-title[b-mbwwjma9f6] {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
}

@media (max-width: 992px) {
    .fun-facts-container[b-mbwwjma9f6] {
        grid-template-columns: 1fr;
    }

    .fun-facts-left[b-mbwwjma9f6] {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .counts-grid[b-mbwwjma9f6] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Comps/Hero.razor.rz.scp.css */
.hero[b-8cikr45szi] {
    position: relative;
    min-height: 95vh;
    display: grid;
    place-items: center;
    background-image: url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    isolation: isolate;
}

.hero-overlay[b-8cikr45szi] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(0,0,0,.55), rgba(0,0,0,.35));
    z-index: 0;
}

.hero-content[b-8cikr45szi] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
}

.hero-eyebrow[b-8cikr45szi] {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.hero-title[b-8cikr45szi] {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 2.5px;
    overflow: hidden;
}

.hero-desc[b-8cikr45szi] {
    margin: 0 0 32px;
    max-width: 570px;
    font-size: 15px;
    line-height: 1.9;
    color: #f1f1f1;
}

.hero-link[b-8cikr45szi] {
    color: #a4c639;
    text-decoration: underline;
}

.hero-btn[b-8cikr45szi] {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    transition: .25s ease;
    border: 2px solid var(--primary-color);
}

    .hero-btn:hover[b-8cikr45szi] {
        background: #fff;
        color: var(--primary-color);
    }

@media (max-width: 768px) {
    .hero-eyebrow[b-8cikr45szi] {
        font-size: 16px;
    }

    .hero-title[b-8cikr45szi] {
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.2;
    }

    .hero-desc[b-8cikr45szi] {
        line-height: 1.7;
    }
}

.hero-eyebrow[b-8cikr45szi],
.hero-title[b-8cikr45szi],
.hero-desc[b-8cikr45szi],
.hero-btn[b-8cikr45szi] {
    opacity: 0;
    transform: translateY(14px);
    will-change: transform, opacity;
    animation: revealUp-b-8cikr45szi .8s var(--ease-out) forwards;
}

.hero-title[b-8cikr45szi] {
    animation-delay: .4s;
}

.hero-desc[b-8cikr45szi] {
    animation-delay: 0.8s;
}

.hero-btn[b-8cikr45szi] {
    animation-delay: 1.2s;
}

@keyframes revealUp-b-8cikr45szi {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-overlay[b-8cikr45szi] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

    .hero-overlay[b-8cikr45szi]::after {
        content: "";
        position: absolute;
        inset: -20% -60%;
        background: linear-gradient(100deg, transparent 45%, rgba(255,255,255,.14) 50%, transparent 55%);
        transform: translateX(-60%);
        animation: sweep-b-8cikr45szi 7s ease-in-out infinite;
        mix-blend-mode: screen;
        pointer-events: none;
    }

@keyframes sweep-b-8cikr45szi {
    0% {
        transform: translateX(-60%);
    }

    100% {
        transform: translateX(60%);
    }
}

.hero-overlay[b-8cikr45szi]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 60% at 30% 10%, rgba(164,198,57,.08), transparent 60%);
    opacity: .6;
    animation: floatGlow-b-8cikr45szi 9s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes floatGlow-b-8cikr45szi {
    from {
        transform: translateY(-2%);
        opacity: .55;
    }

    to {
        transform: translateY(2%);
        opacity: .75;
    }
}

.hero-btn[b-8cikr45szi] {
    position: relative;
    isolation: isolate;
}

    .hero-btn[b-8cikr45szi]::after {
        content: "";
        position: absolute;
        inset: -6px;
        border-radius: 999px;
        border: 8px solid var(--primary-color, #a4c639);
        opacity: 0;
        animation: ring-b-8cikr45szi 2.6s ease-out 1.4s infinite;
        pointer-events: none;
    }

@keyframes ring-b-8cikr45szi {
    0% {
        transform: scale(.85);
        opacity: .85;
    }

    70% {
        opacity: 0;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

.hero-btn:hover[b-8cikr45szi] {
    transform: translateY(-2px);
    transition: transform .25s var(--ease-out);
}

@media (prefers-reduced-motion: reduce) {
    .hero[b-8cikr45szi], .hero *[b-8cikr45szi] {
        animation: none !important;
        transition: none !important;
    }

    .hero-overlay[b-8cikr45szi]::before,
    .hero-overlay[b-8cikr45szi]::after,
    .hero-btn[b-8cikr45szi]::after {
        display: none !important;
    }
}
/* /Components/Comps/MoreInfo.razor.rz.scp.css */
.more-info[b-q7mowy1sgd] {
    margin-top: 140px;
    font-family: 'Poppins', sans-serif;
}

.more-info-container[b-q7mowy1sgd] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
}

.more-info-content[b-q7mowy1sgd] {
    background: #f7f7f7;
}

.more-info-grid[b-q7mowy1sgd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.left-image img[b-q7mowy1sgd] {
    width: 100%;
    height: auto;
    display: block;
}

.right-content[b-q7mowy1sgd] {
    padding: 45px 45px 45px 30px;
    box-sizing: border-box;
}

.right-content span[b-q7mowy1sgd] {
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.right-content h2[b-q7mowy1sgd] {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #1e1e1e;
}

.right-content h2 em[b-q7mowy1sgd] {
    font-style: normal;
    color: var(--primary-color);
}

.right-content p[b-q7mowy1sgd] {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.more-info-btn[b-q7mowy1sgd] {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: .25s ease;
    border: 2px solid var(--primary-color);
}

.more-info-btn:hover[b-q7mowy1sgd] {
    background: #fff;
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .more-info-grid[b-q7mowy1sgd] {
        grid-template-columns: 1fr;
    }

    .right-content[b-q7mowy1sgd] {
        padding: 30px;
    }
}
/* /Components/Comps/PaintPromo.razor.rz.scp.css */
.paint-promo[b-e2fpz0n1f7] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text);
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-container[b-e2fpz0n1f7] {
    max-width: var(--maxw);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.promo-text h2[b-e2fpz0n1f7] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.promo-text p[b-e2fpz0n1f7] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--soft);
}

.promo-btn[b-e2fpz0n1f7] {
    display: inline-block;
    background: var(--accent-color);
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s var(--ease-out);
}

.promo-btn:hover[b-e2fpz0n1f7] {
    background: var(--text);
    color: var(--primary-color);
}

.promo-image img[b-e2fpz0n1f7] {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
    .promo-container[b-e2fpz0n1f7] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .promo-image[b-e2fpz0n1f7] {
        margin-top: 30px;
    }
}
/* /Components/Comps/RequestBar.razor.rz.scp.css */
.request-bar[b-iyu82fu49i] {
    background: linear-gradient(100deg, #2e96f4 0%, #3aa0ff 45%, #61b4ff 100%);
    color: #fff;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 14px 30px rgba(33,85,144,.18);
}

.request-bar-container[b-iyu82fu49i] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.request-bar-text h4[b-iyu82fu49i] {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.request-bar-text span[b-iyu82fu49i] {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    opacity: .95;
}

.request-bar-btn[b-iyu82fu49i] {
    display: inline-block;
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 2px solid rgba(255,255,255,.85);
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s ease;
    white-space: nowrap;
}

    .request-bar-btn:hover[b-iyu82fu49i] {
        background: #fff;
        color: var(--primary-color);
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .request-bar-container[b-iyu82fu49i] {
        flex-direction: column;
        text-align: center;
    }
}

.request-bar .request-bar-text h4[b-iyu82fu49i],
.request-bar .request-bar-text span[b-iyu82fu49i],
.request-bar .request-bar-btn[b-iyu82fu49i] {
    opacity: 0;
    transform: translateY(12px);
    transition: transform .5s var(--ease-out), opacity .5s var(--ease-out);
    will-change: transform, opacity;
}

.request-bar.is-inview .request-bar-text h4[b-iyu82fu49i],
.request-bar.is-inview .request-bar-text span[b-iyu82fu49i],
.request-bar.is-inview .request-bar-btn[b-iyu82fu49i] {
    opacity: 1;
    transform: translateY(0);
}

.request-bar.is-inview .request-bar-text span[b-iyu82fu49i] {
    transition-delay: .06s;
}

.request-bar.is-inview .request-bar-btn[b-iyu82fu49i] {
    transition-delay: .12s;
}

@media (prefers-reduced-motion: reduce) {
    .request-bar .request-bar-text h4[b-iyu82fu49i],
    .request-bar .request-bar-text span[b-iyu82fu49i],
    .request-bar .request-bar-btn[b-iyu82fu49i] {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
/* /Components/Comps/ReviewForm.razor.rz.scp.css */
.review-button-container[b-8yj786eztf] {
    text-align: center;
    margin-top: 50px;
}

.review-button[b-8yj786eztf] {
    background: var(--primary-color);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .25s ease;
}

    .review-button:hover[b-8yj786eztf] {
        background: var(--secondary-color);
    }

.review-form-container[b-8yj786eztf] {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.review-form[b-8yj786eztf] {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

    .review-form input[b-8yj786eztf],
    .review-form textarea[b-8yj786eztf] {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 10px 12px;
        font-size: 1rem;
    }

    .review-form button[b-8yj786eztf] {
        background: var(--primary-color);
        border: none;
        color: #fff;
        padding: 10px 22px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
    }

        .review-form button:hover[b-8yj786eztf] {
            background: var(--secondary-color);
        }

.thankyou[b-8yj786eztf] {
    text-align: center;
    color: var(--accent-color);
    margin-top: 10px;
    font-weight: 600;
}


.rating-stars[b-8yj786eztf] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 26px;
    margin-bottom: 15px;
    color: #ddd;
}

    .rating-stars .star[b-8yj786eztf] {
        cursor: pointer;
        transition: color 0.2s ease;
        user-select: none;
    }

.rating-text[b-8yj786eztf] {
    font-size: 14px;
    color: var(--muted);
    margin-left: 8px;
}

.rating-stars[b-8yj786eztf] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 26px;
    margin-bottom: 15px;
    user-select: none;
}

    .rating-stars .star[b-8yj786eztf] {
        color: #ccc;
        cursor: pointer;
        transition: transform .12s ease;
    }

        .rating-stars .star.filled[b-8yj786eztf] {
            color: var(--primary-color);
        }

        .rating-stars .star:hover[b-8yj786eztf] {
            transform: scale(1.06);
        }

.rating-text[b-8yj786eztf] {
    font-size: 14px;
    color: var(--muted);
    margin-left: 8px;
}
/* /Components/Comps/Services.razor.rz.scp.css */
.services[b-5b27zrct0i] {
    margin-top: 140px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.services-container[b-5b27zrct0i] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
}

.section-heading[b-5b27zrct0i] {
    text-align: center;
    margin-bottom: 80px;
}

.section-heading h2[b-5b27zrct0i] {
    font-size: 36px;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0;
}

.section-heading h2 em[b-5b27zrct0i] {
    font-style: normal;
    color: var(--primary-color);
}

.section-heading span[b-5b27zrct0i] {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
}

.services-grid[b-5b27zrct0i] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.service-item[b-5b27zrct0i] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(58,160,255,.12);
    box-shadow: 0 8px 24px rgba(28,46,72,.08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-item:hover[b-5b27zrct0i] {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(28,46,72,.14);
    border-color: rgba(58,160,255,.35);
}

.service-image[b-5b27zrct0i] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}

.service-down-content[b-5b27zrct0i] {
    background: transparent;
    padding: 30px;
}

.service-down-content h4[b-5b27zrct0i] {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .25px;
    margin: 0 0 15px;
    color: #182338;
}

.service-down-content p[b-5b27zrct0i] {
    margin: 0 0 20px;
    font-size: 14px;
    color: #5d6878;
    line-height: 30px;
}

.service-btn[b-5b27zrct0i] {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: .25s ease;
    border: 2px solid var(--primary-color);
}

.service-btn:hover[b-5b27zrct0i] {
    background: #fff;
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .services-grid[b-5b27zrct0i] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .services-grid[b-5b27zrct0i] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Comps/Testimonials.razor.rz.scp.css */
.testimonials[b-sf7c3ke60n] {
    background: linear-gradient(180deg, #f4f8fd 0%, #eef4fb 100%);
    padding: 140px 0;
    margin-top: 140px;
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
    position: relative;
}

    .testimonials[b-sf7c3ke60n]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(700px 280px at 10% 0, rgba(58,160,255,.14), transparent 60%);
        pointer-events: none;
    }

.testimonials-container[b-sf7c3ke60n] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.section-heading[b-sf7c3ke60n] {
    text-align: center;
    margin-bottom: 80px;
}

    .section-heading h2[b-sf7c3ke60n] {
        font-size: 36px;
        font-weight: 600;
        color: #1e1e1e;
        margin: 0;
    }

        .section-heading h2 em[b-sf7c3ke60n] {
            font-style: normal;
            color: var(--primary-color);
        }

    .section-heading span[b-sf7c3ke60n] {
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 15px;
        color: #666;
        letter-spacing: 1px;
    }

.testimonials-grid[b-sf7c3ke60n] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

@media (min-width: 992px) {
    .testimonials-grid .testimonial-card:nth-child(1)[b-sf7c3ke60n] {
        grid-column: span 2;
    }

        .testimonials-grid .testimonial-card:nth-child(1) .testimonial-quote[b-sf7c3ke60n] {
            font-size: 16px;
        }
}

.testimonial-card[b-sf7c3ke60n] {
    position: relative;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 28px rgba(27,41,62,.1);
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
    border: 1px solid rgba(58,160,255,.16);
}

    .testimonial-card[b-sf7c3ke60n]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 72px;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), #9fcfff);
        border-top-left-radius: 16px;
        transition: width .25s ease;
    }

    .testimonial-card:hover[b-sf7c3ke60n]::before {
        width: 100%;
    }

    .testimonial-card:hover[b-sf7c3ke60n] {
        transform: translateY(-6px);
        box-shadow: 0 18px 34px rgba(27,41,62,.16);
    }

.testimonial-header[b-sf7c3ke60n] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.testimonial-avatar[b-sf7c3ke60n] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
}

.testimonial-person h4[b-sf7c3ke60n] {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #1e1e1e;
}

.testimonial-role[b-sf7c3ke60n] {
    display: block;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
}

.testimonial-quote[b-sf7c3ke60n] {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #526072;
    line-height: 1.9;
    padding-left: 40px;
}

    .testimonial-quote[b-sf7c3ke60n]::before {
        content: "“";
        position: absolute;
        left: 0;
        top: -8px;
        font-size: 48px;
        line-height: 1;
        color: rgba(58,160,255,.24);
        font-weight: 700;
    }

.testimonial-stars[b-sf7c3ke60n] {
    margin-top: 18px;
}

@media (max-width: 992px) {
    .testimonials-grid[b-sf7c3ke60n] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .testimonials-grid[b-sf7c3ke60n] {
        grid-template-columns: 1fr;
    }
}

.testimonials-wrapper[b-sf7c3ke60n] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow[b-sf7c3ke60n] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: background .25s ease;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow:hover[b-sf7c3ke60n] {
        background: var(--secondary-color);
    }

    .arrow.left[b-sf7c3ke60n] {
        left: -60px;
    }

    .arrow.right[b-sf7c3ke60n] {
        right: -60px;
    }

@media (max-width: 768px) {
    .arrow.left[b-sf7c3ke60n] {
        left: -30px;
    }

    .arrow.right[b-sf7c3ke60n] {
        right: -30px;
    }
}

.review-button-container[b-sf7c3ke60n] {
    text-align: center;
    margin-top: 50px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-s9l089zc69] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-s9l089zc69] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
.sub-header[b-gy0g1y8phe] {
    background-color: var(--primary-color);
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.sub-header-container[b-gy0g1y8phe] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-header ul[b-gy0g1y8phe] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0
}

.sub-header .left-info li[b-gy0g1y8phe] {
    border-left: 1px solid rgba(255,255,255,.3);
    padding: 0 20px
}

    .sub-header .left-info li:last-child[b-gy0g1y8phe] {
        border-right: 1px solid rgba(255,255,255,.3)
    }

.sub-header .left-info a[b-gy0g1y8phe] {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.sub-header .right-icons li[b-gy0g1y8phe] {
    width: 46px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.3)
}

    .sub-header .right-icons li:first-child[b-gy0g1y8phe] {
        border-left: 1px solid rgba(255,255,255,.3)
    }

.sub-header .right-icons a[b-gy0g1y8phe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px
}

    .sub-header .right-icons a:hover[b-gy0g1y8phe] {
        opacity: .8
    }

.sub-header .icon[b-gy0g1y8phe] {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 10px
}

.sub-header svg[b-gy0g1y8phe] {
    width: 18px;
    height: 18px;
    fill: #fff
}

.main-header[b-gy0g1y8phe] {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 80px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

    .main-header.background-header[b-gy0g1y8phe] {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.92);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        box-shadow: 0 8px 30px rgba(21,35,58,.12);
        height: 90px;
    }

.navbar[b-gy0g1y8phe] {
    padding: 20px 0
}

.main-header.background-header .navbar[b-gy0g1y8phe] {
    padding: 0
}

.navbar-container[b-gy0g1y8phe] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand[b-gy0g1y8phe] {
    margin-top: 12px;
    text-decoration: none;
    outline: 0
}

    .navbar-brand h2[b-gy0g1y8phe] {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        transition: color .3s;
    }

.main-header.background-header .navbar-brand h2[b-gy0g1y8phe] {
    color: var(--primary-color) !important
}

.navbar-toggler[b-gy0g1y8phe] {
    border: 0;
    background: none;
    width: 44px;
    height: 36px;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.navbar-toggler-icon[b-gy0g1y8phe] {
    width: 22px;
    height: 2px;
    background: var(--primary-color);
    position: relative;
    display: block;
}

    .navbar-toggler-icon[b-gy0g1y8phe]::before, .navbar-toggler-icon[b-gy0g1y8phe]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--primary-color);
    }

    .navbar-toggler-icon[b-gy0g1y8phe]::before {
        top: -7px
    }

    .navbar-toggler-icon[b-gy0g1y8phe]::after {
        top: 7px
    }

.navbar-collapse[b-gy0g1y8phe] {
    display: block
}

.navbar-nav[b-gy0g1y8phe] {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-item[b-gy0g1y8phe] {
    margin: 0
}

.nav-link[b-gy0g1y8phe] {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    padding-bottom: 6px;
    transition: all .3s;
    position: relative;
}

    .nav-link[b-gy0g1y8phe]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .25s ease;
    }

    .nav-item.active .nav-link[b-gy0g1y8phe],
    .nav-link:hover[b-gy0g1y8phe] {
        color: var(--primary-color) !important;
    }

        .nav-item.active .nav-link[b-gy0g1y8phe]::after,
        .nav-link:hover[b-gy0g1y8phe]::after {
            transform: scaleX(1);
        }

.rent-link[b-gy0g1y8phe] {
    color: white !important;
}

.rent-link[b-gy0g1y8phe] {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none;
    transition: .25s ease;
    border: 2px solid var(--primary-color);
}

    .rent-link:hover[b-gy0g1y8phe] {
        background: #fff;
        color: var(--primary-color) !important;
    }

    .rent-link.active .rent-link[b-gy0g1y8phe]::after,
    .rent-link:hover[b-gy0g1y8phe]::after {
        transform: scaleX(0);
    }

.sr-only[b-gy0g1y8phe] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.main-header.background-header .nav-link[b-gy0g1y8phe] {
    color: #1e1e1e;
}

    .main-header.background-header .nav-item.active .nav-link[b-gy0g1y8phe],
    .main-header.background-header .nav-link:hover[b-gy0g1y8phe] {
        color: var(--primary-color) !important;
    }

@media (max-width: 992px) {
    .sub-header[b-gy0g1y8phe] {
        display: none;
    }

    .navbar-toggler[b-gy0g1y8phe] {
        display: inline-flex;
        position: absolute;
        right: 30px;
    }

    .navbar-brand[b-gy0g1y8phe] {
        position: absolute;
        left: 30px;
    }

    .navbar-collapse[b-gy0g1y8phe] {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0,0,0,.1);
        display: none;
    }

        .navbar-collapse.open[b-gy0g1y8phe] {
            display: block
        }

    .navbar-nav[b-gy0g1y8phe] {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        text-align: center;
        gap: 0
    }

    .nav-item[b-gy0g1y8phe] {
        border-bottom: 1px solid #eee;
        padding: 20px;
    }

        .nav-item:last-child[b-gy0g1y8phe] {
            border-bottom: none
        }

    .navbar-nav .nav-item.active .nav-link[b-gy0g1y8phe], .nav-link:hover[b-gy0g1y8phe] {
        border-bottom: none !important;
    }

    .nav-link[b-gy0g1y8phe] {
        color: #1e1e1e !important;
        padding: 15px
    }

        .nav-link:hover[b-gy0g1y8phe] {
            border-bottom: none
        }

    .main-header[b-gy0g1y8phe] {
        display: flex;
        align-items: center;
    }

    .rent-link[b-gy0g1y8phe] {
        width: 12rem;
        color: white;
    }
}

.logo-container[b-gy0g1y8phe] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo[b-gy0g1y8phe] {
    height: 70px;
    width: auto;
    margin-top: 12px;
    border-radius: 50%;
    padding: 5px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6ly87wj82g],
.components-reconnect-repeated-attempt-visible[b-6ly87wj82g],
.components-reconnect-failed-visible[b-6ly87wj82g],
.components-pause-visible[b-6ly87wj82g],
.components-resume-failed-visible[b-6ly87wj82g],
.components-rejoining-animation[b-6ly87wj82g] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-retrying[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-failed[b-6ly87wj82g],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6ly87wj82g] {
    display: block;
}


#components-reconnect-modal[b-6ly87wj82g] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6ly87wj82g 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6ly87wj82g 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6ly87wj82g 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6ly87wj82g]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6ly87wj82g 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6ly87wj82g {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6ly87wj82g {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6ly87wj82g {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6ly87wj82g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6ly87wj82g] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6ly87wj82g] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6ly87wj82g] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6ly87wj82g] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6ly87wj82g] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6ly87wj82g] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6ly87wj82g 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6ly87wj82g] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6ly87wj82g {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BillingDetails.razor.rz.scp.css */
.billing-page[b-dk9rbbs5is] {
    background: linear-gradient(180deg, #f5f7ff 0%, #f8fafc 100%);
    min-height: calc(100vh - 80px);
    padding: 2rem 1rem 3rem;
}

.billing-shell[b-dk9rbbs5is] {
    max-width: 1200px;
    margin: 0 auto;
}

.billing-header h1[b-dk9rbbs5is] {
    margin: 0;
    font-size: 2rem;
    color: #131a2a;
}

.billing-header p[b-dk9rbbs5is] {
    margin-top: .5rem;
    color: #4f5b76;
}

.billing-grid[b-dk9rbbs5is] {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1rem;
}

.summary-card[b-dk9rbbs5is],
.form-card[b-dk9rbbs5is],
.empty-card[b-dk9rbbs5is] {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e6ebf5;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
}

.summary-item[b-dk9rbbs5is] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid #edf1f9;
}

.summary-item h4[b-dk9rbbs5is] {
    margin: 0;
}

.summary-item p[b-dk9rbbs5is] {
    margin: .25rem 0;
    color: #59627a;
    font-size: .92rem;
}

.summary-total[b-dk9rbbs5is] {
    margin-top: 1rem;
}

.summary-total>div[b-dk9rbbs5is] {
    display: flex;
    justify-content: space-between;
    margin: .4rem 0;
}

.summary-total .grand[b-dk9rbbs5is] {
    margin-top: .7rem;
    padding-top: .7rem;
    border-top: 1px solid #edf1f9;
    font-size: 1.1rem;
}

.field-grid[b-dk9rbbs5is] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
}

.field-grid label[b-dk9rbbs5is] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    color: #1e2638;
    font-weight: 600;
    font-size: .93rem;
}

.field-grid input[b-dk9rbbs5is] {
    border: 1px solid #d8dfec;
    border-radius: 10px;
    padding: .65rem .75rem;
}

.actions[b-dk9rbbs5is] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: .6rem;
}

.btn-primary[b-dk9rbbs5is],
.btn-ghost[b-dk9rbbs5is] {
    border: 0;
    border-radius: 10px;
    padding: .7rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary[b-dk9rbbs5is] {
    background: #2962ff;
    color: #fff;
}

.btn-primary:disabled[b-dk9rbbs5is] {
    opacity: .7;
    cursor: wait;
}

.btn-ghost[b-dk9rbbs5is] {
    background: #eef2ff;
    color: #26324d;
}

.alert[b-dk9rbbs5is] {
    border-radius: 10px;
    padding: .7rem .9rem;
    margin: .5rem 0 .8rem;
}

.alert.error[b-dk9rbbs5is] {
    color: #7a1021;
    background: #ffe6ea;
}

.alert.success[b-dk9rbbs5is] {
    color: #0f5f2d;
    background: #ddf8e8;
}

@media (max-width: 920px) {
    .billing-grid[b-dk9rbbs5is],
    .field-grid[b-dk9rbbs5is] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Rental.razor.rz.scp.css */
.rent-hero[b-e6ybjt3rrt] {
    background: radial-gradient(800px 260px at 0% 0%, rgba(164,198,57,.18), transparent 60%), linear-gradient(180deg, #0f1512, #0d0e10 60%);
    padding: 120px 0 80px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins',sans-serif;
}

.rent-hero-inner[b-e6ybjt3rrt] {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 15px;
}

.rent-hero h1[b-e6ybjt3rrt] {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 8px;
}

.rent-hero p[b-e6ybjt3rrt] {
    opacity: .85;
}

.rent-page[b-e6ybjt3rrt] {
    background: #f8f9fb;
    padding: 30px 0 80px;
    font-family: 'Poppins',sans-serif;
}

.rent-container[b-e6ybjt3rrt] {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 280px 1fr 360px;
    gap: 24px;
}

.rent-filters[b-e6ybjt3rrt] {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 16px;
    padding: 18px;
    position: sticky;
    top: 96px;
    height: max-content;
}

.filters-title[b-e6ybjt3rrt] {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.filter-group[b-e6ybjt3rrt] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.filter-row[b-e6ybjt3rrt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
}

.filter-group.checkbox[b-e6ybjt3rrt] {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.input[b-e6ybjt3rrt] {
    width: 100%;
    border: 1px solid #e2e6ec;
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    color: #2b2f36;
    transition: border-color .2s, box-shadow .2s;
}

    .input:focus[b-e6ybjt3rrt] {
        outline: none;
        border-color: var(--brand);
        box-shadow: 0 0 0 4px rgba(164,198,57,.16);
    }

.btn[b-e6ybjt3rrt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 28px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
}

.btn-primary[b-e6ybjt3rrt] {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

    .btn-primary:hover[b-e6ybjt3rrt] {
        background: #fff;
        color: var(--brand);
    }

.btn-outline[b-e6ybjt3rrt] {
    background: #fff;
    color: var(--brand);
    border-color: var(--brand);
}

    .btn-outline:hover[b-e6ybjt3rrt] {
        background: var(--brand);
        color: #fff;
    }

.btn-ghost[b-e6ybjt3rrt] {
    background: transparent;
    color: #333;
}

.btn-reset[b-e6ybjt3rrt] {
    background: #fff;
    color: #333;
    border: 1px solid #e1e4ea;
}

    .btn-reset:hover[b-e6ybjt3rrt] {
        border-color: #cfd6df;
    }

.rent-results[b-e6ybjt3rrt] {
}

.cards-grid[b-e6ybjt3rrt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}

.card[b-e6ybjt3rrt] {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-media[b-e6ybjt3rrt] {
    position: relative;
    aspect-ratio: 16/10;
    background: #ddd;
}

    .card-media img[b-e6ybjt3rrt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.card-badges[b-e6ybjt3rrt] {
    position: absolute;
    left: 12px;
    top: 12px;
    display: flex;
    gap: 8px;
}

.badge[b-e6ybjt3rrt] {
    background: rgba(16,17,20,.72);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: saturate(120%) blur(4px);
}

.card-body[b-e6ybjt3rrt] {
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-head[b-e6ybjt3rrt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-direction: column;
}

.card-title[b-e6ybjt3rrt] {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #111;
}

.card-desc[b-e6ybjt3rrt] {
    color: #434a55;
    margin: 0;
}

.card-tags[b-e6ybjt3rrt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .card-tags li[b-e6ybjt3rrt] {
        background: #f0f3f7;
        color: #223;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 9999px;
    }

.card-actions[b-e6ybjt3rrt] {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.rating[b-e6ybjt3rrt] {
    display: flex;
    gap: 2px;
}

.star[b-e6ybjt3rrt] {
    width: 18px;
    height: 18px;
    fill: #cfd6df;
}

    .star.on[b-e6ybjt3rrt] {
        fill: #f5b301;
    }

.rent-booking[b-e6ybjt3rrt] {
    position: sticky;
    top: 50px;
    height: max-content;
}

.booking-card[b-e6ybjt3rrt] {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 16px;
    padding: 16px;
}

.booking-title[b-e6ybjt3rrt] {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.muted[b-e6ybjt3rrt] {
    color: #7a8390;
}

.booking-selected[b-e6ybjt3rrt] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

    .booking-selected img[b-e6ybjt3rrt] {
        width: 84px;
        height: 64px;
        object-fit: cover;
        border-radius: 10px;
    }

.booking-price[b-e6ybjt3rrt] {
    color: #111;
}

.booking-meta[b-e6ybjt3rrt] {
    color: #70757d;
    font-size: 13px;
}

.booking-form[b-e6ybjt3rrt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-row[b-e6ybjt3rrt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-field[b-e6ybjt3rrt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-row.checkbox[b-e6ybjt3rrt] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.address[b-e6ybjt3rrt] {
    grid-column: span 2;
}

.alert.error[b-e6ybjt3rrt] {
    background: #ffecee;
    color: #a02028;
    border: 1px solid #f5c2c7;
    border-radius: 12px;
    padding: 10px 12px;
}

.booking-summary[b-e6ybjt3rrt] {
    background: #f8fafb;
    border: 1px dashed #dfe6ee;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sum-line[b-e6ybjt3rrt], .sum-total[b-e6ybjt3rrt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sum-total[b-e6ybjt3rrt] {
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    border-top: 1px dashed #dfe6ee;
}

.toast.success[b-e6ybjt3rrt] {
    margin-top: 12px;
    background: #e9f7e9;
    color: #1f6b1f;
    border: 1px solid #bfe8bf;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .rent-container[b-e6ybjt3rrt] {
        grid-template-columns: 260px 1fr 340px;
    }
}

@media (max-width: 992px) {
    .rent-container[b-e6ybjt3rrt] {
        grid-template-columns: 1fr;
    }

    .rent-filters[b-e6ybjt3rrt], .rent-booking[b-e6ybjt3rrt] {
        position: static;
    }

    .cards-grid[b-e6ybjt3rrt] {
        grid-template-columns: 1fr;
    }
}


.badge-cat[data-cat="Airless"][b-e6ybjt3rrt] {
    background: rgba(45,125,255,.85);
    border-color: rgba(255,255,255,.18);
}

.badge-cat[data-cat="HVLP"][b-e6ybjt3rrt] {
    background: rgba(245,179,1,.90);
    border-color: rgba(255,255,255,.18);
    color: #1b1600;
}

.badge-cat[data-cat="Kompresszor"][b-e6ybjt3rrt] {
    background: rgba(96,193,140,.90);
    border-color: rgba(255,255,255,.18);
}

.badge-cat[data-cat="Kiegészítő"][b-e6ybjt3rrt] {
    background: rgba(16,17,20,.72);
    border-color: rgba(255,255,255,.18);
}

.card-media[b-e6ybjt3rrt] {
    background: radial-gradient(120% 60% at -10% -10%, rgba(164,198,57,.18), transparent 60%), linear-gradient(180deg,#eef2f7,#e9edf4);
}

.field-error[b-e6ybjt3rrt] {
    display: block;
    margin-top: 0.4rem;
    color: #b91c1c;
    font-size: 0.82rem;
}
