/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-eog3em8uvx] {
    position: relative;
    z-index: 1;
}

.hiroSection[b-eog3em8uvx] {
    position: relative;
    z-index: 1;
}

    .hiroSection[b-eog3em8uvx]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/Images/header.png');
        background-repeat: no-repeat;
        opacity: 0.6;
        z-index: -1;
        background-size: 100%;
    }

@media (max-width: 768px) {
    .hiroSection[b-eog3em8uvx]::before {
        background-size: 200%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.topnav[b-ka73hpsymq] {
    overflow: hidden;
}

    .topnav .icon[b-ka73hpsymq] {
        float: left;
        display: block;
        color: gray;
        text-align: center;
        padding: 14px 16px;
        font-size: 17px;
        background: none;
        border: none;
        color: gray;
        font-size: 24px;
        padding: 14px 16px;
        cursor: pointer;
        display: block;
    }
    /* Style the links inside the navigation bar */
    .topnav a[b-ka73hpsymq] {
        float: left;
        display: block;
        color: gray;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border: none;
    }

        /* Change the color of links on hover */
        .topnav a:hover[b-ka73hpsymq] {
            color: #F14C93;
        }

    .topnav .icon[b-ka73hpsymq] {
        float: right;
        display: block;
    }

@media screen and (min-width: 650px) {
    .topnav[b-ka73hpsymq] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

        .topnav .icon[b-ka73hpsymq] {
            float: right;
            display: none;
        }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). */
@media screen and (max-width: 600px) {
    .topnav a[b-ka73hpsymq] {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child)[b-ka73hpsymq] {
        display: none;
    }

    .topnav a.icon[b-ka73hpsymq] {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive[b-ka73hpsymq] {
        position: relative;
    }

        .topnav.responsive .icon[b-ka73hpsymq] {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a[b-ka73hpsymq] {
            float: none;
            display: block;
            text-align: left;
        }
}
/* /Pages/About.razor.rz.scp.css */
.icon-circle[b-ezusr0yu5u] {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peek-bird-inline[b-ezusr0yu5u] {
    height: 40px; /* vagy amekkora jól mutat */
    margin-left: 8px; /* kis térköz a kérdőjel után */
    vertical-align: middle;
}
/* /Pages/Footer.razor.rz.scp.css */
.gradient-footer[b-c5gg3uue51] {
    background: linear-gradient(135deg, #6985C0 0%, #F677AA 100%);
}

.social-icon[b-c5gg3uue51] {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .social-icon:hover[b-c5gg3uue51] {
        transform: translateY(-3px);
        background: rgba(255, 255, 255, 0.2);
    }

.footer-link[b-c5gg3uue51] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover[b-c5gg3uue51] {
        color: #ffffff;
    }

.newsletter-input[b-c5gg3uue51] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

    .newsletter-input[b-c5gg3uue51]::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .newsletter-input:focus[b-c5gg3uue51] {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
        color: white;
        box-shadow: none;
    }
/* /Pages/Home.razor.rz.scp.css */
.featured-post[b-s93gyz54jh] {
    padding: 20px;
}

h4[b-s93gyz54jh] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.display-5[b-s93gyz54jh] {
    letter-spacing: -1px;
}

html[b-s93gyz54jh], body[b-s93gyz54jh] {
    font-family: 'Comfortaa', sans-serif;
    background: #f8eeed;
}

.navbar-brand[b-s93gyz54jh] {
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

    .navbar-brand img[b-s93gyz54jh] {
        margin-top: 35px;
        height: 100px;
        width: auto;
    }

@font-face {
    font-family: 'AlfaSlabOne';
    src: url('/Fonts/AlfaSlabOne.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.leadText[b-s93gyz54jh] {
    font-family: 'AlfaSlabOne', sans-serif;
    font-size: 4vw;
    color: grey;
    padding: 20px;
}

.leadTextCard[b-s93gyz54jh] {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 40px;
}
/* /Pages/Pricing.razor.rz.scp.css */
.pricing-card[b-g73z1kigro] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

    .pricing-card:hover[b-g73z1kigro] {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.feature-list li[b-g73z1kigro] {
    margin-bottom: 0.8rem;
    color: #6c757d;
}

.popular-badge[b-g73z1kigro] {
    position: absolute;
    top: -12px;
    right: 20px;
    border-radius: 20px;
}

.gradient-custom[b-g73z1kigro] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.icon-circle[b-g73z1kigro] {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card[b-g73z1kigro] {
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
}
/* /Pages/WhatWeDo.razor.rz.scp.css */
.info-card[b-6xo7f96ufn] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

    .info-card:hover[b-6xo7f96ufn] {
        transform: translateY(-10px);
    }

.card[b-6xo7f96ufn] {
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
}

    .card .card-block[b-6xo7f96ufn] {
        padding: 25px;
    }

.custom-card-wrapper[b-6xo7f96ufn] {
    background-color: rgba(255, 255, 255, 0.85); /* világos fehér háttér 85% átlátszósággal */
    border-radius: 40px; /* lekerekített sarkok */
    padding: 2rem; /* belső margó */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); /* kis árnyék a lebegéshez */
    backdrop-filter: blur(0.5px); /* opcionális: üveges hatás, modern böngészőkben */
}

.order-card[b-6xo7f96ufn] {
    color: #fff;
}

    .order-card i[b-6xo7f96ufn] {
        font-size: 26px;
    }

.f-left[b-6xo7f96ufn] {
    float: left;
}

.f-right[b-6xo7f96ufn] {
    float: right;
}
