.doodle-oval-up {
    background-image: url(/assets/images/doodle-oval-up.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.content {
    padding: 0 !important;
}
/* Caveat font utility – el yazısı / cursive */
.font-caveat {
    font-family: 'Caveat', cursive;
}

/* Header profil butonu – paket türü badge (koyu arka planda okunaklı) */
.header-plan-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1;
}

/* Modal Close Button Styles */
.modal .btn-close {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    z-index: 1055;
    position: relative;
}

.modal .btn-close:hover {
    opacity: 0.75 !important;
}

.modal .btn-close::before {
    content: "×";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    display: block;
}

/* Ensure modal close buttons are visible */
.modal-header .btn-close {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Tüm modallar - backdrop overlay + blur */
.modal-backdrop.show {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal açıkken arka plan scroll kilidi */
body.modal-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}

.tagify__tag {
    margin: 3px 3px 0 3px;
    padding: 0.5rem !important;
}

/* Tailwind-like background utilities */
.bg-hero-cover {
    background-image: url('/images/hero.jpg');
    background-size: cover;
    background-position: center;
}

.h-64 {
    height: 16rem;
}

/* Password show/hide toggle */
.password-toggle-wrapper {
    position: relative;
    width: 100%;
}

.password-toggle-input {
    padding-right: 3rem;
}

.password-toggle-btn {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6B7280;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.password-toggle-btn:focus {
    outline: none;
}

/* ========================================
   Mobile Menu - Modern & Clean Design
   ======================================== */
@media (max-width: 991.98px) {
    /* Lock body scroll when menu is open */
    body.header-menu-wrapper-on {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }
    
    /* Mobile header - stays on top */
    #kt_header_mobile {
        position: relative;
        z-index: 9999;
        background: rgb(0 0 0 / 10%);
        border-bottom: 1px solid #6146ae;
    }
    
    /* Menu wrapper container */
    
    
    /* Menu content */
    .header-menu-wrapper .header-menu {
        padding: 0;
        background: transparent;
    }
    
    /* Menu navigation list */
    .header-menu-wrapper .menu-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    
    /* User info section - only on mobile */
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none {
        background: linear-gradient(135deg, #002eff 0%, #c600ff 100%);
        padding: 8px;
        margin: 0 0 0 0;
        border-bottom: none;
    }
    .header-menu-mobile .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
        background-color: transparent !important;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none .menu-link {
        padding: 0;
        border-radius: 12px;
        transition: transform 0.2s ease;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none .menu-link:active {
        transform: scale(0.98);
    }
    
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none .symbol {
        width: 56px !important;
        height: 56px !important;
        margin-right: 16px;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none .symbol-label {
        width: 56px !important;
        height: 56px !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        background: rgba(177, 5, 255, 0.3) !important;
        border: 2px solid rgb(0 0 0 / 15%);
        backdrop-filter: blur(10px);
        color: #fff !important;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none .menu-link span:first-of-type {
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item.d-block.d-lg-none .menu-link span:last-of-type {
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
    }
    
    /* Separator after user info */
    .header-menu-wrapper .menu-separator.d-lg-none {
        height: 1px;
        background: #e5eaee;
        margin: 0;
        border: none;
    }
    
    /* Regular menu items */
    .header-menu-wrapper .menu-nav > .menu-item:not(.d-block.d-lg-none):not(.menu-separator) {
        margin: 0;
        border-bottom: 1px solid #e3e6e9;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item:not(.d-block.d-lg-none):not(.menu-separator):last-child {
        /* border-bottom: none; */
    }
    
    /*
    .header-menu-wrapper .menu-nav > .menu-item .menu-link {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 16px 20px;
        color: #495057;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
        position: relative;
        min-height: 52px;
        margin: 5px 10px;
        border-radius: 100px;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item .menu-link:hover {
        color: #212529;
    }
    
    .header-menu-wrapper .menu-nav > .menu-item .menu-link:active {
    }
    */
    
    /* Active menu item */
    /* .header-menu-wrapper .menu-nav > .menu-item.menu-item-here .menu-link,
    .header-menu-wrapper .menu-nav > .menu-item.menu-item-open .menu-link {
        background: #e7f3ff;
        color: #0066cc;
        font-weight: 600;
    } */
    
    /* .header-menu-wrapper .menu-nav > .menu-item.menu-item-here .menu-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #0066cc;
        border-radius: 0 2px 2px 0;
    } */
    
    /* Menu text */
    .header-menu-wrapper .menu-nav > .menu-item .menu-text {
        flex: 1;
        display: flex;
        align-items: center;
    }
    
    /* Public menu items (non-logged)
    .header-menu-wrapper .menu-nav > .menu-item:not(.d-block.d-lg-none) .menu-text {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    */
    
    /* Overlay - automatically created by KTOffcanvas */
    div.header-menu-wrapper-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        min-width: 100vw !important;
        min-height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        z-index: 1000 !important;
        cursor: pointer !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    
    /* Scrollbar styling */
    .header-menu-wrapper::-webkit-scrollbar {
        width: 6px;
    }
    
    .header-menu-wrapper::-webkit-scrollbar-track {
        background: #f8f9fa;
    }
    
    .header-menu-wrapper::-webkit-scrollbar-thumb {
        background: #dee2e6;
        border-radius: 3px;
    }
    
    .header-menu-wrapper::-webkit-scrollbar-thumb:hover {
        background: #adb5bd;
    }
}

/* Desktop - keep original styles */
@media (min-width: 992px) {
    .header-menu-wrapper {
        position: static !important;
        transform: none !important;
    }
}

/* ========================================
   Paketler / Pricing Section (ana sayfa + üyelik türü)
   ======================================== */
/* Pricing carousel - mobilde how-it-works gibi */
.pricing-carousel-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgb(165 214 238);
    background: rgba(255, 255, 255, 0.95);
    color: #2563EB;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.pricing-carousel-btn:hover {
    background: #2563EB;
    color: #fff;
    border-color: #2563EB;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
}

.pricing-carousel-btn:active {
    transform: translateY(-50%) scale(0.96);
}

.pricing-carousel-btn i {
    font-size: 1.5rem;
    line-height: 1;
}

.pricing-carousel-prev {
    left: 8px;
}

.pricing-carousel-next {
    right: 8px;
}

@media (max-width: 991.98px) {
    .pricing-section .pricing-carousel-wrap {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    .pricing-section .pricing-carousel-wrap .pricing-carousel-btn {
        display: flex !important;
    }

    .pricing-section .pricing-carousel-wrap.pricing-at-start .pricing-carousel-prev {
        display: none !important;
    }

    .pricing-section .pricing-carousel-wrap.pricing-at-end .pricing-carousel-next {
        display: none !important;
    }

    .pricing-section .pricing-carousel-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding-left: 12px;
        padding-right: 12px;
        scrollbar-width: none;
        width: 100%;
    }

    .pricing-section .pricing-carousel-row::-webkit-scrollbar {
        display: none;
    }

    .pricing-section .pricing-carousel-row .pricing-carousel-slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0 !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding-left: 4px;
        padding-right: 8px;
        margin-bottom: 0 !important;
    }

    .pricing-section .pricing-carousel-row .pricing-carousel-slide:last-child {
        padding-right: 12px;
    }
}

/* Pricing Section Styles */
.pricing-section {
    background: linear-gradient(180deg, #FAFBFC 0%, #FFFFFF 50%, #F8F9FA 100%);
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: radial-gradient(circle at 2px 2px, #2563EB 1px, transparent 0);
    background-size: 40px 40px;
    z-index: 0;
}

.pricing-card {
    border-radius: 2.42rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    cursor: default;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid #E2E8F0 !important;
}

.pricing-card.popular-plan {
    position: relative;
    overflow: unset;
}

.animated_bg_colorfull:before,
.animated_bg_colorfull:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 400%;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: steam 20s linear infinite;
    border-radius: 0.8rem !important;
    overflow: hidden;
}

@keyframes steam {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.animated_bg_colorfull:after {
    filter: blur(50px);
}

.popular-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    color: white;
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pricing-card-header {
    z-index: 1;
    /* background: linear-gradient(180deg, rgba(37, 99, 235, 0.08) 0%, rgba(29, 78, 216, 0) 100%); */
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 2.42rem !important;
}

.pricing-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.pricing-icon {
    font-size: 1.75rem;
}

.pricing-card-title {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-price {
    color: #0F172A;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.pricing-price-description {
    font-size: 1rem;
    color: #94A3B8;
    font-weight: 500;
}

.pricing-price-description.free {
    font-size: 0.8125rem;
}

.pricing-description {
    font-size: 0.975rem;
    line-height: 1.6;
    min-height: 44px;
    font-weight: 400;
}

.pricing-card-body {
    z-index: 1;
    position: relative;
}

.pricing-features {
    display: block;
}

.pricing-feature-item {
    padding: 12px;
    background-color: #e3f1f580;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.pricing-feature-item:hover {
    background-color: #e3f1f5;
    transform: scale(1.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-feature-icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-feature-icon {
    font-size: 1rem;
    font-weight: 600;
}

.pricing-feature-value {
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    line-height: 1.5;
}

.pricing-feature-label {
    display: none;
    font-size: 0.875rem;
    color: #64748B;
    line-height: 1.5;
}

.pricing-feature-description {
    font-size: 0.875rem;
    color: #64748B;
    line-height: 1.5;
}

.pricing-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.pricing-info-box {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.6);
    display: inline-flex;
}

.pricing-info-icon {
    color: #64748B;
    font-size: 1rem;
}

.pricing-info-text {
    font-size: 0.9375rem;
    color: #64748B;
    font-weight: 500;
    margin: 0;
}

/* Dynamic styles via CSS custom properties */
.pricing-card .pricing-card-title {
    color: var(--plan-primary-color, #2563EB) !important;
}

.pricing-card .pricing-icon-wrapper {
    background: var(--plan-gradient, linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%)) !important;
    box-shadow: 0 8px 20px -4px var(--plan-primary-shadow, rgba(37, 99, 235, 0.4)) !important;
}

.pricing-card .popular-badge {
    background: var(--plan-gradient, linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%)) !important;
}

.pricing-card .pricing-feature-icon-wrapper {
    background: linear-gradient(135deg, var(--plan-primary-light, rgba(37, 99, 235, 0.15)) 0%, var(--plan-primary-medium, rgba(37, 99, 235, 0.25)) 100%) !important;
    border: 1px solid var(--plan-primary-border, rgba(37, 99, 235, 0.2)) !important;
}

.pricing-card .pricing-feature-icon {
    color: var(--plan-primary-color, #2563EB) !important;
}

.pricing-card .pricing-card-overlay {
    background: var(--plan-gradient, linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%)) !important;
}

/* Hero video modal - vertical YouTube shorts */
.youtube-vertical-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.youtube-vertical-wrapper::before {
    content: "";
    display: block;
    padding-top: 177.78%; /* 9:16 aspect ratio */
}

.youtube-vertical-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Marketplace – Instagram icon in brand colors */
.marketplace-benefit-icon .bi-instagram {
    font-size: 1.4rem;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.marketplace-cta-secondary .bi-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (max-width: 991px) {
    .pricing-card {
        margin-bottom: 2rem !important;
    }

    .pricing-card.popular-plan {
        transform: none !important;
    }
}
