/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ndofh11m7j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ndofh11m7j] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

header[b-ndofh11m7j] {
    background-color: #222;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.content[b-ndofh11m7j] {
    flex: 1;
    width: 100%;
}

#blazor-error-ui[b-ndofh11m7j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ndofh11m7j] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-3cq1erm700] {
    padding: 0.75rem 1.5rem;
    background-color: #222;
}

.navbar-brand[b-3cq1erm700] {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #fff !important;
}

.navbar-brand img[b-3cq1erm700] {
    margin-right: 0.5rem;
}

.nav-item[b-3cq1erm700] {
    font-size: 0.95rem;
    padding: 0 0.75rem;
}

.nav-link[b-3cq1erm700] {
    color: #fff !important;
    display: flex;
    align-items: center;
    transition: color 0.3s, background-color 0.3s, transform 0.2s;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    border-radius: 4px;
}

.nav-link:hover[b-3cq1erm700] {
    color: #fff !important;
    transform: translateY(-2px);
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.nav-link.active[b-3cq1erm700] {
    color: #fff !important;
    font-weight: 600;
    background-color: #0d6efd;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}

.nav-link span[b-3cq1erm700] {
    margin-right: 0.5rem;
}

.navbar-toggler[b-3cq1erm700] {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0.35rem 0.65rem;
}

.navbar-toggler:focus[b-3cq1erm700] {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon[b-3cq1erm700] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .navbar[b-3cq1erm700] {
        padding: 0.65rem 1rem;
    }
    
    .navbar-brand[b-3cq1erm700] {
        font-size: 1.35rem;
    }
}

@media (max-width: 767.98px) {
    .navbar-nav[b-3cq1erm700] {
        padding: 1rem 0;
        margin-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-item[b-3cq1erm700] {
        padding: 0.25rem 0;
    }
    
    .nav-link.active[b-3cq1erm700] {
        background-color: #0d6efd;
        border-radius: 4px;
    }
    
    .nav-link[b-3cq1erm700] {
        padding: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand[b-3cq1erm700] {
        font-size: 1.25rem;
    }
    
    .navbar[b-3cq1erm700] {
        padding: 0.5rem 0.75rem;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.grayscale[b-fk8wn0m9lw] {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

    .grayscale:hover[b-fk8wn0m9lw] {
        filter: grayscale(0);
        opacity: 1;
    }
/* /Components/Pages/Features.razor.rz.scp.css */
.icon-circle[b-ekhwr208qn] {
    width: 70px;
    height: 70px;
    background-color: #f8f9fa;
    border-radius: 50%;
    color: var(--bs-primary);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-eandyr9ftr] {
    position: relative;
    overflow: hidden;
}

.hero[b-eandyr9ftr]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.05), transparent 40%);
    animation: rotate-b-eandyr9ftr 30s linear infinite;
    z-index: 0;
}

@keyframes rotate-b-eandyr9ftr {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hero > .container[b-eandyr9ftr] {
    position: relative;
    z-index: 1;
}

.benefit-item i[b-eandyr9ftr] {
    transition: transform 0.3s ease;
}

.benefit-item:hover i[b-eandyr9ftr] {
    transform: scale(1.2);
}

.faq-accordion .accordion-button:not(.collapsed)[b-eandyr9ftr] {
    background-color: rgba(13, 110, 253, 0.05);
    color: #0d6efd;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus[b-eandyr9ftr] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.faq-accordion .accordion-item[b-eandyr9ftr] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.testimonial-indicators[b-eandyr9ftr] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 2rem;
    position: relative;
    z-index: 5;
}

    .testimonial-indicators button[b-eandyr9ftr] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.3);
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .testimonial-indicators button.active[b-eandyr9ftr] {
            background-color: #fff;
            transform: scale(1.2);
        }

.testimonial-card[b-eandyr9ftr] {
    transition: all 0.3s ease;
    transform: translateY(0);
    height: 360px;
    display: flex;
    flex-direction: column;
}

    .testimonial-card:hover[b-eandyr9ftr] {
        transform: translateY(-5px);
    }
    
    .testimonial-content[b-eandyr9ftr] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .testimonial-card p[b-eandyr9ftr] {
        flex-grow: 1;
        overflow-y: auto;
        max-height: 230px;
        margin-bottom: 1rem !important;
        scrollbar-width: thin;
        scrollbar-color: rgba(255,255,255,0.2) transparent;
        position: relative;
        padding-right: 3px;
    }
    
    .testimonial-card p[b-eandyr9ftr]::-webkit-scrollbar {
        width: 5px;
    }
    
    .testimonial-card p[b-eandyr9ftr]::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.05);
        border-radius: 10px;
    }
    
    .testimonial-card p[b-eandyr9ftr]::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.2);
        border-radius: 10px;
    }

.carousel-item[b-eandyr9ftr] {
    transition: transform 1s ease-in-out;
}

@keyframes float-b-eandyr9ftr {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.testimonial-glow[b-eandyr9ftr] {
    animation: float-b-eandyr9ftr 7s ease-in-out infinite;
    pointer-events: none;
}

.quote-icon[b-eandyr9ftr] {
    top: -15px;
    right: -15px;
    width: 80px;
    height: 80px;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M6.5 10c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35.208-.086.39-.16.539-.222.302-.125.474-.197.474-.197L9.758 4.03c0 0-.218.052-.597.144C8.97 4.222 8.737 4.278 8.472 4.345c-.271.05-.56.187-.882.312C7.272 4.799 6.904 4.895 6.562 5.123c-.344.218-.741.4-1.091.692C5.132 6.116 4.723 6.377 4.421 6.76c-.33.358-.656.734-.909 1.162C3.219 8.33 3.02 8.778 2.81 9.221c-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539.017.109.025.168.025.168l.026-.006C2.535 17.474 4.338 19 6.5 19c2.485 0 4.5-2.015 4.5-4.5S8.985 10 6.5 10zM17.5 10c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35.208-.086.39-.16.539-.222.302-.125.474-.197.474-.197L20.758 4.03c0 0-.218.052-.597.144-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.317.143-.686.238-1.028.467-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.944-.33.358-.656.734-.909 1.162C14.219 8.33 14.02 8.778 13.81 9.221c-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539.017.109.025.168.025.168l.026-.006C13.535 17.474 15.338 19 17.5 19c2.485 0 4.5-2.015 4.5-4.5S19.985 10 17.5 10z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Carousel kontrol düğmeleri */
.carousel-control-prev[b-eandyr9ftr],
.carousel-control-next[b-eandyr9ftr] {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 5;
}

.carousel-control-prev[b-eandyr9ftr] {
    left: 10px;
}

.carousel-control-next[b-eandyr9ftr] {
    right: 10px;
}

.carousel-control-prev:hover[b-eandyr9ftr],
.carousel-control-next:hover[b-eandyr9ftr] {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.carousel-control-prev-icon[b-eandyr9ftr],
.carousel-control-next-icon[b-eandyr9ftr] {
    width: 20px;
    height: 20px;
}

@media (max-width: 767.98px) {
    .carousel-control-prev[b-eandyr9ftr],
    .carousel-control-next[b-eandyr9ftr] {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev-icon[b-eandyr9ftr],
    .carousel-control-next-icon[b-eandyr9ftr] {
        width: 15px;
        height: 15px;
    }
    
    .testimonial-card[b-eandyr9ftr] {
        height: 400px;
    }
    
    .testimonial-card p[b-eandyr9ftr] {
        max-height: 270px;
    }
}

/* Testimonial section sabit yükseklik */
section.testimonials[b-eandyr9ftr] {
    min-height: 650px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* CTA Bölümü Stil */
.cta .btn-primary[b-eandyr9ftr] {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: white !important;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease;
}

.cta .btn-primary:hover[b-eandyr9ftr] {
    background-color: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.4);
}

.cta .btn-primary:active[b-eandyr9ftr], 
.cta .btn-primary:focus[b-eandyr9ftr] {
    background-color: #0a58ca !important;
    border-color: #0a58ca !important;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}

/* CTA bölümü arka plan efekti */
.cta[b-eandyr9ftr] {
    position: relative;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
    .hero-content[b-eandyr9ftr] {
        margin-left: -40px; /* Sol tarafa yaklaştırma */
    }
}

/* Sağdaki hareketli kartlar için daha canlı ve parlak görünüm */
.floating-card[b-eandyr9ftr] {
    min-width: 110px;
    min-height: 48px;
    max-width: 140px;
    max-height: 60px;
    padding: 8px 12px;
    font-size: 1rem;
    border-radius: 16px;
    background: #fff;
    color: #1864ab;
    box-shadow: 0 4px 16px #1864ab33, 0 1px 4px #0002;
    border: 2px solid #228be6;
    z-index: 200 !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 1;
    font-weight: 700;
    animation: floatCardMini-b-eandyr9ftr 2.2s ease-in-out infinite alternate;
    transition: box-shadow 0.2s, background 0.2s, color 0.2s;
}
.floating-card i[b-eandyr9ftr] { font-size: 1.3rem; }
.floating-card-1[b-eandyr9ftr] { animation-delay: 0s; }
.floating-card-2[b-eandyr9ftr] { animation-delay: 0.5s; }
.floating-card-3[b-eandyr9ftr] { animation-delay: 1s; }
@keyframes floatCardMini-b-eandyr9ftr {
    0%   { transform: translateY(0) scale(1); }
    50%  { transform: translateY(-18px) scale(1.08);}
    100% { transform: translateY(0) scale(1);}
}

.most-popular-badge[b-eandyr9ftr] {
    background: linear-gradient(90deg, #ff9800 60%, #ffb74d 100%) !important;
    color: #fff !important;
    font-weight: 700;
    border: none;
}

.hero-enhanced[b-eandyr9ftr] {
    padding-bottom: 0 !important;
}
.hero-trust[b-eandyr9ftr] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.hero-content[b-eandyr9ftr] {
    margin-bottom: 0 !important;
}
.hero-badges[b-eandyr9ftr] {
    margin-top: 0.1rem !important;
    margin-bottom: 0.7rem !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    align-items: center !important;
}

.hero-cards-panel[b-eandyr9ftr] {
    position: relative;
    height: 350px;
    min-height: 350px;
    width: 100%;
}

.hero-card-big[b-eandyr9ftr] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px #1864ab22, 0 1px 8px #0001;
    border: 2.5px solid #228be6;
    color: #1864ab;
    font-size: 1.25rem;
    font-weight: 700;
    min-width: 220px;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 28px;
    z-index: 200;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: box-shadow 0.2s, background 0.2s, color 0.2s;
}
.hero-card-big i[b-eandyr9ftr] { font-size: 2rem; }
.hero-card-big-1[b-eandyr9ftr] {
    top: 0;
    animation: floatFreedom1-b-eandyr9ftr 3.2s ease-in-out infinite alternate;
}
.hero-card-big-2[b-eandyr9ftr] {
    top: 120px;
    animation: floatFreedom2-b-eandyr9ftr 3.7s ease-in-out infinite alternate;
}
.hero-card-big-3[b-eandyr9ftr] {
    top: 240px;
    animation: floatFreedom3-b-eandyr9ftr 3.9s ease-in-out infinite alternate;
}
@keyframes floatFreedom1-b-eandyr9ftr {
    0%   { transform: translate(0, 0) scale(1);}
    30%  { transform: translate(18px, -12px) scale(1.04);}
    60%  { transform: translate(-12px, 10px) scale(1.08);}
    100% { transform: translate(0, 0) scale(1);}
}
@keyframes floatFreedom2-b-eandyr9ftr {
    0%   { transform: translate(0, 0) scale(1);}
    25%  { transform: translate(-16px, 8px) scale(1.03);}
    60%  { transform: translate(14px, -10px) scale(1.07);}
    100% { transform: translate(0, 0) scale(1);}
}
@keyframes floatFreedom3-b-eandyr9ftr {
    0%   { transform: translate(0, 0) scale(1);}
    40%  { transform: translate(10px, 14px) scale(1.05);}
    80%  { transform: translate(-18px, -8px) scale(1.09);}
    100% { transform: translate(0, 0) scale(1);}
}

/* Hero ana resmini daha canlı yapmak için */
.hero-main-image[b-eandyr9ftr] {
    filter: brightness(1.22) contrast(1.18) drop-shadow(0 0 64px #228be6cc);
    border-radius: 22px;
    border: 4px solid #228be6;
    box-shadow: 0 12px 48px #228be6cc, 0 2px 16px #0003;
    transition: filter 0.3s, box-shadow 0.3s, border 0.3s;
}
.hero-main-image:hover[b-eandyr9ftr] {
    filter: brightness(1.32) contrast(1.25) drop-shadow(0 0 96px #228be6ff);
    box-shadow: 0 24px 64px #228be6ee, 0 4px 32px #0004;
    border-color: #1864ab;
}

.btn-outline-primary.btn-enhanced[b-eandyr9ftr] {
    background: #fff !important;
    color: #1864ab !important;
    border: 2px solid #1864ab !important;
    font-weight: 700;
    box-shadow: 0 2px 8px #1864ab22;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn-outline-primary.btn-enhanced:hover[b-eandyr9ftr],
.btn-outline-primary.btn-enhanced:focus[b-eandyr9ftr] {
    background: #1864ab !important;
    color: #fff !important;
    border: 2px solid #1864ab !important;
}

.animated-section[b-eandyr9ftr] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(.39,.575,.565,1), transform 0.7s cubic-bezier(.39,.575,.565,1);
}
.animated-section.is-visible[b-eandyr9ftr] {
    opacity: 1;
    transform: none;
}

@media (max-width: 767.98px) {
    .hero-enhanced[b-eandyr9ftr] {
        padding-bottom: 0 !important;
        padding-top: 2rem !important;
        min-height: unset;
    }
    .hero-content[b-eandyr9ftr] {
        margin-left: 0 !important;
        text-align: center;
        padding: 0 0.5rem;
    }
    .hero-badges[b-eandyr9ftr] {
        flex-direction: column !important;
        gap: 0.3rem !important;
        font-size: 0.85rem !important;
        margin-bottom: 0.5rem !important;
    }
    .hero-title[b-eandyr9ftr] {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }
    .hero-subtitle[b-eandyr9ftr] {
        font-size: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .hero-stats .stat-item[b-eandyr9ftr] {
        font-size: 0.95rem !important;
    }
    .hero-cards-panel[b-eandyr9ftr] {
        height: auto !important;
        min-height: unset !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
    }
    .hero-card-big[b-eandyr9ftr] {
        position: static !important;
        min-width: 0 !important;
        width: 90vw !important;
        max-width: 350px !important;
        min-height: 56px !important;
        font-size: 1rem !important;
        padding: 12px 10px !important;
        left: unset !important;
        transform: none !important;
        margin: 0 auto !important;
        box-shadow: 0 2px 8px #1864ab22, 0 1px 4px #0001;
    }
    .hero-card-big i[b-eandyr9ftr] {
        font-size: 1.3rem !important;
    }
    .hero-scroll-indicator[b-eandyr9ftr] {
        display: none;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
.ribbon-wrapper[b-ijj1gaxn7m] {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 20;
}

.ribbon[b-ijj1gaxn7m] {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transform: rotate(45deg);
    position: relative;
    padding: 10px 0;
    left: -5px;
    top: 22px;
    width: 170px;
    background-color: #dc3545;
    color: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.ribbon[b-ijj1gaxn7m]:before, .ribbon[b-ijj1gaxn7m]:after {
    content: "";
    border-top: 3px solid #6e1a22;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon[b-ijj1gaxn7m]:before {
    left: 0;
}

.ribbon[b-ijj1gaxn7m]:after {
    right: 0;
}
