﻿/* ==========================
      Purple Blue Theme
=========================== */
:root {
    /*purple blue*/
    /*  --gradient: linear-gradient(135deg, hsl(262 90% 62%) 0%, hsl(230 90% 60%) 100% );*/

    --base-h: 255;
    --base-s: 96%;
    --base-l: 64%;
    --base-two-h: 220;
    --base-two-s: 91%;
    --base-two-l: 60%;
    --primary-h: 255;
    --primary-s: 96%;
    --primary-l: 64%;
    --secondary-h: 220;
    --secondary-s: 91%;
    --secondary-l: 60%;
    --white: 0 0% 100%;
    --black: 240 18% 6%;
    --black-two: 240 16% 10%;
    --black-three: 240 14% 14%;
    --black-four: 240 12% 18%;
    --black-five: 240 20% 8%;
    --black-six: 240 16% 11%;
    --section-bg: 240 18% 6%;
    --section-bg-two: 240 16% 9%;
    20 --white: 0 0% 100%;
    21 --black: 240 18% 6%;
    22 --black-two: 240 16% 10%;
    23 --black-three: 240 14% 14%;
    24 --black-four: 240 12% 18%;
    25 --black-five: 240 20% 8%;
    26 --black-six: 240 16% 11%;
    27 --section-bg: 240 18% 6%;
    28 --section-bg-two: 240 16% 9%;
    29 --title-color: 0 0% 100%;
    30 --body-color: 240 8% 72%;
    31 --gray: 240 8% 65%;
    32 --gray-two: 240 6% 25%;
    33 --border-color: 240 8% 22%;
    34 --primary: #7C3AED;
    35 --secondary: #2563EB;
    36 --accent: #06B6D4;
    37 --background: #050816;
    38 --surface: #0F172A;
    39 --surface-2: #1E293B;
    40 --text: #FFFFFF;
    41 --text-light: #94A3B8;
    Search: 4108 (Use /re/ syntax for regexp search) --title-color: 0 0% 100%;
    --body-color: 240 8% 72%;
    --gray: 240 8% 65%;
    --gray-two: 240 6% 25%;
    --border-color: 240 8% 22%;
    --primary: #7C3AED;
    --secondary: #2563EB;
    --accent: #06B6D4;
    --background: #050816;
    --surface: #0F172A;
    --surface-2: #1E293B;
    --text: #FFFFFF;
    --text-light: #94A3B8;
    --border: #243047;
    /* --gradient: linear-gradient(135deg,#7C3AED,#2563EB,#06B6D4);*/
    --gradient: linear-gradient( 135deg, #7C3AED, #2563EB );
    background: linear-gradient( 135deg, #7C3AED 0%, #4F46E5 35%, #2563EB 70%, #06B6D4 100% );
    /* purple dark */
    /*    --primary: #8B5CF6;
    --secondary: #A855F7;
    --accent: #C084FC;
    --background: #08080B;
    --surface: #111118;
    --surface-2: #18181B;
    --text: #FAFAFA;
    --text-light: #A1A1AA;
    --border: #27272A;
    --gradient: linear-gradient(135deg,#6D28D9,#9333EA,#C084FC);*/
    /*neon aura*/
    /*    --primary: #6D28D9;
    --secondary: #2563EB;
    --accent: #00E5FF;
    --background: #030712;
    --surface: #0F172A;
    --surface-2: #111827;
    --text: #FFFFFF;
    --text-light: #94A3B8;
    --border: #243047;
    --gradient: linear-gradient( 135deg, #6D28D9 0%, #2563EB 50%, #00E5FF 100% );*/
}

/*=============================================
 style about colors
=============================================*/

.read-more-btn {
    color: var(--primary);
}

.footer-widget__form form button {
    background: var(--gradient);
}

.breadcrumb {
    position: relative;
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: initial;
    margin: 111px 0px 0px 0px;
    background-attachment: fixed;
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




/*.contact-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 18px;
    background: #0F172A;
}

    .contact-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;*/ /* تصویر کوچک‌تر نمایش داده می‌شود */
/*object-position: center;
        transform: scale(0.9);
        transition: transform .5s ease;
    }

    .contact-image:hover img {
        transform: scale(0.95);
    }

    .contact-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(5, 8, 22, .45), rgba(5, 8, 22, .1) );
        pointer-events: none;
    }*/

.contact-image {
    position: relative;
    width: 100%;
    height: 466px;
    overflow: hidden;
    border-radius: 18px;
}

    .contact-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* transform: scale(.85);*/ /* تصویر کمی کوچک‌تر */
        transition: transform .5s ease;
    }

    .contact-image:hover img {
        transform: scale(.9);
    }

/*    .contact-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(5,8,22,.45), rgba(5,8,22,.1) );
    }*/
.button {
    margin-top: 30px;
}


    .button .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 15px 34px;
        border: none;
        border-radius: 14px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: linear-gradient( 135deg, #7C3AED, #2563EB );
        box-shadow: 0 10px 30px rgba(124,58,237,.35);
        transition: all .35s ease;
        overflow: hidden;
        position: relative;
    }

        .button .btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 45px rgba(124,58,237,.45);
            background: linear-gradient( 135deg, #8B5CF6, #3B82F6 );
        }

        .button .btn:active {
            transform: scale(.97);
        }

        .button .btn i {
            font-size: 15px;
            transition: transform .35s ease;
        }

        .button .btn:hover i {
            transform: translateX(-6px);
        }

        .button .btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: -120%;
            width: 60%;
            height: 100%;
            background: rgba(255,255,255,.25);
            transform: skewX(-25deg);
            transition: .7s;
        }

        .button .btn:hover::before {
            left: 130%;
        }

.touch-contact-main {
    background: hsl(var(--black-six));
    border-radius: 10px;
    padding: 100px;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.touch-contact {
    padding-top: 10px;
}

.touch-contact-h2 {
    grid-column: 1 / -1;
    margin-top: 50px;
}
/*.section-two-bg {
    background: transparent;
}*/

@media (max-width:991px) {
    .breadcrumb__title {
        margin-top: 0;
    }

    .container, .container-sm {
        max-width: 100vw;
        /*padding: 0;*/
    }
}




/*     ====================================
        home 
        ====================================*/
.feature-section__item {
    position: relative;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
}

    .feature-section__item::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: radial-gradient( 180px circle at var(--x) var(--y), #7C3AED, #2563EB 45%, transparent 70% );
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity .25s;
        pointer-events: none;
    }

    .feature-section__item:hover::before {
        opacity: 1;
    }

.bg-text {
    color: rgba(255,255,255,.03);
    font-size: 130px;
    font-weight: 900;
    transform: rotate(-40deg);
    letter-spacing: -1px;
}

.feature-section__item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

    .feature-section__item .bg-text {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 55px;
        font-weight: 900;
        line-height: 1;
        color: rgba(255,255,255,.04);
        user-select: none;
        pointer-events: none;
        z-index: 0;
        bottom: 150px;
        right: 80px
    }

    .feature-section__item .icon,
    .feature-section__item .text {
        position: relative;
        z-index: 2;
    }




.vvn-resume-wall {
    position: relative;
    overflow: hidden;
    background: #050505;
}

.vvn-resume-wall__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(119,0,255,.18), transparent 65%);
    pointer-events: none;
}

.vvn-resume-wall__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    max-width: 1450px;
    margin: auto;
    height: 900px;
    overflow: hidden;
}

.vvn-resume-wall__column {
    overflow: hidden;
    position: relative;
}

.vvn-resume-wall__track {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vvn-resume-wall__track--down {
    animation: vvnScrollDown 45s linear infinite;
}

.vvn-resume-wall__track--up {
    animation: vvnScrollUp 45s linear infinite;
}

.vvn-resume-wall__column:hover .vvn-resume-wall__track {
    animation-play-state: paused;
}

.vvn-resume-card {
    border-radius: 24px;
    overflow: hidden;
    background: #101010;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 0 0 rgba(146,61,255,0), 0 20px 40px rgba(0,0,0,.35);
    transition: .35s;
}

    .vvn-resume-card:hover {
        border-color: #7b3dff;
        transform: translateY(-6px);
        box-shadow: 0 0 35px rgba(123,61,255,.35);
    }

    .vvn-resume-card img {
        width: 100%;
        display: block;
        aspect-ratio: 4/5;
        object-fit: cover;
    }

@keyframes vvnScrollUp {

    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes vvnScrollDown {

    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

.vvn-resume-wall::before,
.vvn-resume-wall::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 5;
    pointer-events: none;
}

.vvn-resume-wall::before {
    top: 0;
    background: linear-gradient(#050505,transparent);
}

.vvn-resume-wall::after {
    bottom: 0;
    background: linear-gradient(transparent,#050505);
}

@media(max-width:992px) {

    .vvn-resume-wall__grid {
        gap: 18px;
        height: 700px;
    }

    .vvn-resume-wall__track {
        gap: 18px;
    }
}

@media(max-width:768px) {

    .vvn-resume-wall {
        padding: 70px 15px;
    }

    .vvn-resume-wall__grid {
        grid-template-columns: repeat(2,1fr);
        height: 650px;
    }

    .vvn-resume-wall__column:nth-child(3) {
        display: none;
    }
}

@media(max-width:520px) {

    .vvn-resume-wall__grid {
        grid-template-columns: 1fr;
        height: 520px;
    }

    .vvn-resume-wall__column:nth-child(2),
    .vvn-resume-wall__column:nth-child(3) {
        display: none;
    }
}

.btn-new {
    white-space: nowrap;
}

    .btn-new svg {
        width: 20px;
    }


.footer-widget__form form button {
    height: 2rem;
    border-radius: 9px;
}

.header span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 600;
}

.plan-icon {
    width: 28px;
    height: 28px;
    color: var(--gradient);
    flex-shrink: 0;
    transition: .35s;
}

.pricing-section__item:hover .plan-icon {
    color: #ffffff;
    transform: rotate(-8deg) scale(1.12);
}

.call-to-action-section::before {
    height: 300px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(45px);
}

.btn--primary {
    background: #6c5ce7;
    color: #fff;
    border: none;
}

    .btn--primary:hover {
        background: #5a4bd1;
        color: #fff;
    }

.btn--outline {
    background: transparent;
    color: #333;
    border: 2px solid #6c5ce7;
}

    .btn--outline:hover {
        background: #6c5ce7;
        color: #fff;
    }

.vvn-resume-wall__grid {
    grid-template-columns: repeat(4,1fr);
}

@media(max-width:992px) {

    .vvn-resume-wall__grid {
        grid-template-columns: repeat(2,1fr);
    }

    .vvn-resume-wall__column:nth-child(3),
    .vvn-resume-wall__column:nth-child(4) {
        display: none;
    }
}

/* ---
    -----------------------------
    پنجره چت 
    -----------------------------
    --- */

#vivanai-widget {
    position: fixed;
    bottom: 24px;
    left: 24px; /* چون سایت راست‌چین (RTL) است، bottom-right بصورت بصری = left در dir=rtl حالت پیش‌فرض مرورگر؛ اگر می‌خواهید دقیقا سمت راست باشد از right:24px استفاده کنید */
    right: 24px;
    z-index: 111;
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
}

    #vivanai-widget * {
        box-sizing: border-box;
    }

/* --- دکمه شناور --- */
.vv-launcher {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 8px 24px rgba(124,58,237,.45), 0 0 0 0 rgba(124,58,237,.55);
    animation: vv-pulse 2.6s ease-in-out infinite;
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 111;
}

    .vv-launcher:hover {
        transform: scale(1.07);
    }

    .vv-launcher svg {
        width: 28px;
        height: 28px;
    }

    .vv-launcher .vv-icon-chat {
        display: block;
    }

    .vv-launcher .vv-icon-close {
        display: none;
    }

    .vv-launcher.active .vv-icon-chat {
        display: none;
    }

    .vv-launcher.active .vv-icon-close {
        display: block;
    }

.vv-dot {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #22C55E;
    border: 2px solid var(--background);
}

@keyframes vv-pulse {
    0% {
        box-shadow: 0 8px 24px rgba(124,58,237,.45), 0 0 0 0 rgba(124,58,237,.5);
    }

    70% {
        box-shadow: 0 8px 24px rgba(124,58,237,.45), 0 0 0 14px rgba(124,58,237,0);
    }

    100% {
        box-shadow: 0 8px 24px rgba(124,58,237,.45), 0 0 0 0 rgba(124,58,237,0);
    }
}

/* --- پنجره چت --- */
.vv-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    max-width: calc(100vw - 32px);
    height: 600px;
    max-height: calc(100vh - 130px);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.55);
    opacity: 0;
    transform: translateY(16px) scale(.97);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

    .vv-window.open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

/* هدر */
.vv-header {
    background: var(--gradient);
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex-shrink: 0;
}

    .vv-header .vv-avatar {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255,255,255,.18);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        backdrop-filter: blur(4px);
    }

        .vv-header .vv-avatar svg {
            width: 22px;
            height: 22px;
        }

.vv-header-text {
    flex: 1;
    min-width: 0;
}

    .vv-header-text .vv-title {
        font-weight: 700;
        font-size: 15px;
        color: #fff;
    }

    .vv-header-text .vv-status {
        font-size: 12px;
        color: rgba(255,255,255,.85);
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 2px;
    }

        .vv-header-text .vv-status::before {
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #22C55E;
            box-shadow: 0 0 0 2px rgba(255,255,255,.25);
        }

.vv-close-btn {
    background: rgba(255,255,255,.16);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    flex-shrink: 0;
    transition: background .2s ease;
}

    .vv-close-btn:hover {
        background: rgba(255,255,255,.28);
    }

    .vv-close-btn svg {
        width: 16px;
        height: 16px;
    }

/* بدنه پیام‌ها */
.vv-body {
    flex: 1;
    overflow-y: auto;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: radial-gradient(circle at 20% 0%, rgba(124,58,237,.10), transparent 40%), var(--surface);
}

    .vv-body::-webkit-scrollbar {
        width: 6px;
    }

    .vv-body::-webkit-scrollbar-thumb {
        background: var(--border);
        border-radius: 10px;
    }

.vv-msg {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.9;
    animation: vv-fade-in .25s ease;
}

@keyframes vv-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vv-msg.bot {
    align-self: flex-start;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-top-right-radius: 4px;
    color: var(--text);
}

.vv-msg.user {
    align-self: flex-end;
    background: var(--gradient);
    color: #fff;
    border-top-left-radius: 4px;
}

.vv-msg-time {
    font-size: 10px;
    color: var(--text-light);
    margin-top: 4px;
    display: block;
}

.vv-typing {
    align-self: flex-start;
    background: var(--surface-2);
    border: 1px solid var(--border);
    padding: 12px 16px;
    border-radius: 14px;
    border-top-right-radius: 4px;
    display: flex;
    gap: 4px;
}

    .vv-typing span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--text-light);
        animation: vv-typing 1.2s infinite;
    }

        .vv-typing span:nth-child(2) {
            animation-delay: .2s;
        }

        .vv-typing span:nth-child(3) {
            animation-delay: .4s;
        }

@keyframes vv-typing {
    0%,60%,100% {
        transform: translateY(0);
        opacity: .5;
    }

    30% {
        transform: translateY(-4px);
        opacity: 1;
    }
}

/* فرم دریافت اطلاعات تماس */
.vv-lead-form {
    align-self: stretch;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: vv-fade-in .3s ease;
}

    .vv-lead-form label {
        font-size: 12px;
        color: var(--text-light);
        margin-bottom: 2px;
        display: block;
    }

    .vv-lead-form input {
        width: 100%;
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: 10px;
        padding: 10px 12px;
        color: var(--text);
        font-family: inherit;
        font-size: 13.5px;
        outline: none;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

        .vv-lead-form input::placeholder {
            color: var(--text-light);
        }

        .vv-lead-form input:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(124,58,237,.18);
        }

    .vv-lead-form .vv-field-error {
        font-size: 11px;
        color: #F87171;
        display: none;
        margin-top: -6px;
    }

    .vv-lead-form button {
        margin-top: 4px;
        border: none;
        border-radius: 10px;
        background: var(--gradient);
        color: #fff;
        font-family: inherit;
        font-weight: 700;
        font-size: 13.5px;
        padding: 11px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: opacity .2s ease, transform .15s ease;
    }

        .vv-lead-form button:hover {
            opacity: .92;
        }

        .vv-lead-form button:active {
            transform: scale(.98);
        }

        .vv-lead-form button svg {
            width: 16px;
            height: 16px;
        }

/* فوتر / ورودی پیام */
.vv-footer {
    padding: 12px 14px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background: var(--surface);
}

    .vv-footer input {
        flex: 1;
        background: var(--surface-2);
        border: 1px solid var(--border);
        border-radius: 24px;
        padding: 11px 16px;
        color: var(--text);
        font-family: inherit;
        font-size: 13.5px;
        outline: none;
        transition: border-color .2s ease;
    }

        .vv-footer input:focus {
            border-color: var(--primary);
        }

        .vv-footer input:disabled {
            opacity: .5;
            cursor: not-allowed;
        }

        .vv-footer input::placeholder {
            color: var(--text-light);
        }

.vv-send-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--gradient);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, opacity .2s ease;
}

    .vv-send-btn:hover {
        transform: scale(1.06);
    }

    .vv-send-btn:active {
        transform: scale(.94);
    }

    .vv-send-btn:disabled {
        opacity: .4;
        cursor: not-allowed;
        transform: none;
    }

    .vv-send-btn svg {
        width: 17px;
        height: 17px;
    }

.vv-footer-note {
    font-size: 10.5px;
    color: var(--text-light);
    text-align: center;
    padding-top: 8px;
}

/* موبایل: تمام صفحه */
@media (max-width:480px) {
    #vivanai-widget {
        bottom: 16px;
        right: 16px;
    }

    .vv-window {
        width: calc(100vw - 24px);
        height: calc(100vh - 190px);
        bottom: 76px;
        right: -4px;
    }

    .vv-launcher {
        width: 50px;
        height: 50px;
    }
}

/* ---
    -----------------------------
    پنجره چت 
    -----------------------------
    --- */

@media screen and (max-width: 768px) {
    .vvn-resume-wall {
        display: none;
    }

    .linkpanel {
        width: 45%;
        display: inline-block;
    }
}

.btn--new {
    color: white;
}

.btn--base {
    color: white;
}

.btn-color {
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
/*
.pricing-section__item .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plan-image {
    width: 140px;
    aspect-ratio: 1;
    object-fit: contain;
    display: block;
    margin-bottom: 22px;
    transition: .45s ease;
    user-select: none;
}

.pricing-section__item:hover .plan-image {
    transform: translateY(-6px) scale(1.05);
    filter: drop-shadow(0 10px 25px rgba(124,58,237,.35));
}*/

.pricing-section__item .header span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pricing-section__item .header .plan-icon {
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 3px 8px rgba(124,58,237,.35));
    transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}

.pricing-section__item:hover .plan-icon {
    transform: scale(1.12) rotate(-6deg);
}

.pricing-two-section .pricing-section__item .header span {
    justify-content: center;
    text-align: center;
}

.navbar-nav .nav-item .dropdown-menu {
    background: hsl(240, 6.2%, 15.9%);
    color: white;
}

.offcanvas {
    width: 100vw;
}

.navbar-toggler {
    color: var(--gradient);
    padding: 2px;
    background: none;
}

    .navbar-toggler svg {
        width: 30px;
        height: 30px;
    }

@media (min-width: 992px) {
    .card___btn {
        border-radius: 100px;
        width: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .container-index {
        max-width: 100vw !important;
        padding: 0px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-main .right-nav {
        gap: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {

    .banner-two-section .banner-imgs .banner-img-one,
    .banner-two-section .banner-imgs .banner-img-two {
        --img-gap: -200px;
        --rotate-deg: -15deg;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        width: 250px;
        height: 250px;
        padding: 4px;
        background-color: hsl(var(--white));
        position: absolute;
        top: 30%;
        z-index: -1;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1450px) {

    .banner-two-section .banner-imgs .banner-img-one,
    .banner-two-section .banner-imgs .banner-img-two {
        --img-gap: -200px;
        --rotate-deg: -15deg;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        width: 300px;
        height: 300px;
        padding: 0px;
        background-color: hsl(var(--white));
        position: absolute;
        top: 30%;
        z-index: -1;
        margin-inline: -15px;
    }
}

.w-100-max {
    width: 100% !important;
    max-width: 100%;
}


/* ============================================================
     دسته‌بندی منوی موبایل Vivanai — vv-catmenu
     همه‌ی کلاس‌ها با پیشوند vv-catmenu منحصربه‌فرد هستند
     ============================================================ */


.vv-catmenu {
    padding: 18px 16px 22px;
    direction: rtl;
}

.vv-catmenu__heading {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-light);
    margin: 0 0 14px 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .vv-catmenu__heading::before {
        content: '';
        width: 4px;
        height: 14px;
        border-radius: 3px;
        background: var(--gradient);
        display: inline-block;
    }

.vv-catmenu__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.vv-catmenu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    padding: 14px 6px 12px;
    border-radius: 16px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

    .vv-catmenu__item:active {
        transform: scale(.95);
    }

    .vv-catmenu__item:hover,
    .vv-catmenu__item.vv-catmenu__item--active {
        border-color: rgba(124,58,237,.55);
        background: linear-gradient(180deg, rgba(124,58,237,.14), rgba(37,99,235,.08));
    }

.vv-catmenu__icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(124,58,237,.20), rgba(6,182,212,.14));
    border: 1px solid rgba(124,58,237,.35);
    flex-shrink: 0;
    transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
}

.vv-catmenu__item:hover .vv-catmenu__icon-wrap {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 6px 18px rgba(124,58,237,.35);
}

.vv-catmenu__icon-wrap svg {
    width: 22px;
    height: 22px;
}

.vv-catmenu__label {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--text);
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
}

/* حالت انتخاب‌شده/فعال: نقطه کوچک بالای آیتم */
.vv-catmenu__item--active .vv-catmenu__icon-wrap {
    box-shadow: 0 0 0 3px rgba(124,58,237,.30);
}

/* واکنش‌گرا: صفحه‌های خیلی کوچک */
@media (max-width:340px) {
    .vv-catmenu__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .vv-catmenu__label {
        font-size: 10.5px;
    }

    .vv-catmenu__icon-wrap {
        width: 42px;
        height: 42px;
    }

        .vv-catmenu__icon-wrap svg {
            width: 20px;
            height: 20px;
        }
}

@media (min-width:992px) {
    .vv-catmenu {
        display: none;
    }

    .section-base-bg .section-title span.sub-title {
        -webkit-text-fill-color: unset;
    }
}

@media (max-width:991px) {
    .offcanvas {
        width: 100%;
        width: 100vw !important;
    }

    .nav-link::before {
        content: '';
        width: 4px;
        height: 14px;
        border-radius: 3px;
        background: var(--gradient);
        display: inline-block;
        margin-left: 10px;
    }

    .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 free";
        margin-left: 0px;
    }

    .nav-link::after {
        position: absolute;
        left: 5px;
        top: 0px;
    }
}




/* ============================================================
     کارت بلاگ متن‌محور Vivanai — vv-blogcard
     همه کلاس‌ها با پیشوند vv-blogcard منحصربه‌فرد هستند
     ============================================================ */

.vv-blogcard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:992px) {
    .vv-blogcard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:640px) {
    .vv-blogcard-grid {
        grid-template-columns: 1fr;
    }

    .footer-widget__form form button {
        left: 2.438rem;
    }

    .call-to-action-section::before {
        height: 430px;
    }
}

.vv-blogcard {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

    .vv-blogcard:hover {
        transform: translateY(-4px);
        border-color: rgba(124,58,237,.45);
        box-shadow: 0 16px 36px rgba(124,58,237,.16);
    }

/* تصویر: ارتفاع ثابت و کوچیک‌تر از حالت قبلی (به‌جای اینکه تمام نسبت اصلی عکس رو بگیره) */
.vv-blogcard__media {
    position: relative;
    width: 100%;
    height: 170px; /* <-- کلید اصلی کوچیک شدن سهم تصویر */
    overflow: hidden;
    flex-shrink: 0;
}

    .vv-blogcard__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .4s ease;
    }

.vv-blogcard:hover .vv-blogcard__media img {
    transform: scale(1.06);
}

/* بج دسته‌بندی روی گوشه تصویر */
.vv-blogcard__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gradient);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(124,58,237,.4);
}

/* بدنه متنی: بخش اصلی و پررنگ کارت */
.vv-blogcard__body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.vv-blogcard__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11.5px;
    color: var(--text-light);
}

    .vv-blogcard__meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .vv-blogcard__meta svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .vv-blogcard__meta .vv-blogcard__dot {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: var(--text-light);
    }

.vv-blogcard__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 10px;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .vv-blogcard__title a {
        color: inherit;
        text-decoration: none;
        transition: color .2s ease;
    }

        .vv-blogcard__title a:hover {
            color: #C4B5FD;
        }

/* خلاصه متن — این بخش وزن متنی کارت رو زیاد می‌کنه */
.vv-blogcard__excerpt {
    font-size: 13px;
    line-height: 2;
    color: var(--text-light);
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.vv-blogcard__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.vv-blogcard__author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vv-blogcard__author-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.vv-blogcard__author-name {
    font-size: 11.5px;
    color: var(--text-light);
}

.vv-blogcard__readmore {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    transition: gap .2s ease;
}

    .vv-blogcard__readmore:hover {
        gap: 9px;
        color: #A78BFA;
    }

    .vv-blogcard__readmore svg {
        width: 14px;
        height: 14px;
    }
/* تصویر کارت */
.blog-grid-item .image-effect {
    height: 240px;
    overflow: hidden;
    border-radius: 16px; /* اختیاری */
}

    .blog-grid-item .image-effect img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }

/* آیکون‌های SVG داخل کارت */
.blog-grid-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    vertical-align: middle;
}

.flaticon-right-arrow {
    display: inline-block;
    transform: rotate(180deg);
}

@media (max-width: 767.98px) {

    .call-to-action-section {
        padding: 70px 0;
    }

        .call-to-action-section .row {
            row-gap: 2.5rem;
        }

        .call-to-action-section .section-title {
            text-align: center;
            margin: 0px;
        }

        .call-to-action-section .sub-title {
            margin-bottom: .75rem;
        }

        .call-to-action-section .section-title h2 {
            font-size: 2rem;
            line-height: 1.4;
            margin-bottom: 1rem;
        }

        .call-to-action-section .section-title p {
            font-size: .95rem;
            line-height: 2;
            margin-bottom: 1.75rem;
        }

        .call-to-action-section .btn {
            width: 100%;
            justify-content: center;
            padding: 16px 24px;
        }

        .call-to-action-section .mt-3 {
            margin-top: 1rem !important;
            text-align: center;
        }

    .call-to-action-section__img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

        .call-to-action-section__img figure {
            margin: 0;
        }

        .call-to-action-section__img img {
            width: 100%;
            height: 210px !important;
            object-fit: cover;
            border-radius: 16px;
        }

    .div-free-sing {
        margin-top: .5rem;
    }

    .section-title h2 {
        padding-top: 10px;
        font-size: 15px;
    }
}


@media (max-width:1000px) {
    .div-free-sing {
        display: none;
    }
}

@media (max-width:767.98px) {

    .call-to-action-section__img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        align-items: end;
    }

        .call-to-action-section__img figure:first-child img {
            height: 240px !important;
        }

        .call-to-action-section__img figure:last-child img {
            height: 180px !important;
        }
}

.testimonials-slider__item {
    position: relative;
}

    .testimonials-slider__item::before {
        content: "❝";
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 90px;
        line-height: 1;
        color: rgba(124,58,237,.08);
        font-family: serif;
    }

.testimonials-slider__item {
    position: relative;
    background: var(--surface-2, #1E293B);
    border: 1px solid var(--border, #243047);
    border-radius: 20px;
    padding: 30px 26px 26px;
    height: 100%;
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

    .testimonials-slider__item:hover {
        transform: translateY(-6px);
        border-color: rgba(124,58,237,.5);
        /* box-shadow: 0 20px 40px rgba(124,58,237,.18);*/
    }

/* آیکون نقل‌قول تزئینی گوشه بالا */
.vv-testi-quote {
    position: absolute;
    top: 16px;
    inset-inline-end: 20px;
    opacity: .14;
    pointer-events: none;
}

    .vv-testi-quote svg {
        width: 44px;
        height: 34px;
    }

.testimonials-slider__item .user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

/* آواتار مشتری با کادر گرادیانی */
.vv-testi-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 2px;
    background: var(--gradient, linear-gradient(135deg,#7C3AED,#2563EB));
    flex-shrink: 0;
    display: block;
}

    .vv-testi-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid var(--surface-2, #1E293B);
        display: block;
    }

.testimonials-slider__item .text h4 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text, #FFFFFF);
}

.vv-testi-role {
    display: block;
    font-size: 11.5px;
    color: var(--text-light, #94A3B8);
    margin-bottom: 8px;
}

.testimonials-slider__item .text ul {
    list-style: none;
    display: flex;
    gap: 3px;
    margin: 0;
    padding: 0;
}

    .testimonials-slider__item .text ul li i {
        color: #FBBF24;
        font-size: 12px;
    }

.testimonials-slider__item .body-text p {
    font-size: 13.5px;
    line-height: 2.1;
    color: var(--text-light, #94A3B8);
    margin: 0;
    position: relative;
    z-index: 1;
}

/* دکمه‌های ناوبری هماهنگ با تم */
/*.testimonial-btn {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

    .testimonial-btn .btn--border {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--border, #243047);
        color: var(--text-light, #94A3B8);
        background: var(--surface-2, #1E293B);
        cursor: pointer;
        transition: all .25s ease;
    }

        .testimonial-btn .btn--border:hover {
            background: var(--gradient, linear-gradient(135deg,#7C3AED,#2563EB));
            border-color: transparent;
            color: #fff;
        }*/

/* ریسپانسیو */
@media (max-width: 768px) {
    .testimonials-slider__item {
        padding: 24px 20px 20px;
        border-radius: 16px;
    }

    .vv-testi-avatar {
        width: 46px;
        height: 46px;
    }

    .testimonials-slider__item .text h4 {
        font-size: 14px;
    }

    .testimonials-slider__item .body-text p {
        font-size: 13px;
        line-height: 1.9;
    }

    .vv-testi-quote svg {
        width: 36px;
        height: 28px;
    }
}

.testimonials-slider__item {
    height: 250px;
}

.testimonials-slider-two .swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*.testimonial-btn .swiper--prev,
.swiper--next {
    position: relative;
    z-index: 9999;
}*/

@media (max-width: 480px) {
    .testimonials-slider__item {
        padding: 20px 16px 18px;
    }

    .testimonial-btn {
        gap: 10px;
        margin-top: 24px;
    }

        .testimonial-btn .btn--border {
            width: 40px;
            height: 40px;
        }
}

@media (max-width:1050px) {

    .testimonials-section .position-relative {
        position: relative;
    }

    .testimonial-btn {
        position: absolute;
        inset: 50% 0 auto;
        transform: translateY(-50%);
        margin: 0;
        pointer-events: none;
        z-index: 20;
    }

        .testimonial-btn .swiper--prev,
        .testimonial-btn .swiper--next {
            position: absolute;
            pointer-events: auto;
        }

        .testimonial-btn .swiper--prev {
            right: -18px;
        }

        .testimonial-btn .swiper--next {
            left: -18px;
        }
}

@media (max-width:768px) {
    .testimonial-btn .swiper--prev {
        right: 3px;
        top: -15px;
    }

    .testimonial-btn .swiper--next {
        left: 3px;
        top: -15px;
    }

    .testimonial-btn .btn {
        padding: 0px;
        border: 1px solid gray;
        width: 25px;
        height: 35px;
        min-width: 35px;
    }
}
/*footer responxive*/
@media (max-width:767.98px) {

    .footer-widget__content {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 30px 20px;
    }

    .footer-widget__item,
    .footer-widget__form {
        width: 100%;
        max-width: none;
    }

    .footer-widget__form {
        grid-column: 1/-1;
    }

        .footer-widget__item h4,
        .footer-widget__form h4 {
            margin-bottom: 14px;
            font-size: 17px;
        }

    .footer-widget__item {
        margin-bottom: 0;
    }
}

@media (min-width:576px) and (max-width:991.98px) {

    .footer-widget__content {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 35px 30px;
    }

    .footer-widget__form {
        grid-column: 1/-1;
    }
}

@media (max-width:991px) {

    .footer-widget > .container > .row {
        row-gap: 45px;
    }

    .Middle-logo {
        justify-content: center;
    }

    .footer-widget__item.text-center {
        margin-top: 0 !important;
    }

    .social {
        justify-content: center;
    }
}


.slide-text a {
    font-family: "ModamPro", sans-serif;
    font-size: clamp(1.8rem, 2.4vw, 2.9rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em;
    text-decoration: none;
    color: #fff;
    transition: all .35s ease;
    white-space: nowrap;
}

.slide-text a {
    text-shadow: 0 2px 10px rgba(0,0,0,.18), 0 0 24px rgba(124,58,237,.12);
}

.slide-text a {
    background: linear-gradient( 90deg, #fff, #d8ccff, #fff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------- Newsletter ---------- */

.footer-form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

    .footer-form input[type="email"] {
        flex: 1;
        height: 54px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 16px;
        background: #111827;
        color: #fff;
        padding: 0 20px;
        font-size: 14px;
        transition: .35s;
    }

        .footer-form input[type="email"]::placeholder {
            color: #94A3B8;
        }

        .footer-form input[type="email"]:focus {
            outline: none;
            border-color: #7C3AED;
            box-shadow: 0 0 0 4px rgba(124,58,237,.12);
        }

    .footer-form .btn {
        height: 54px;
        padding: 0 26px;
        border-radius: 16px;
        white-space: nowrap;
        font-weight: 600;
        flex-shrink: 0;
        transition: .35s;
    }

        .footer-form .btn:hover {
            transform: translateY(-2px);
        }

@media (max-width: 575.98px) {

    .footer-form {
        flex-direction: revert !important;
        margin-top: 10px;
    }
}

#toSlider {
    background: var(--gradient);
    z-index: 0;
}

.call-to-action-section {
    position: relative;
    z-index: 1;
    margin: 57px 0px 50px 0px;
    padding: 0px;
    height: 260px;
    background: none;
}


/*--------------- blog detial ------------*/
.blog-comment {
    margin-top: 60px;
}

.comment-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    align-items: flex-start;
}

    .comment-item figure {
        width: 64px;
        height: 64px;
        flex: none;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid rgba(138,92,246,.25);
    }

        .comment-item figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .comment-item .text-box {
        flex: 1;
        background: #15151c;
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 18px;
        padding: 22px;
        position: relative;
        transition: .3s;
    }

    .comment-item:hover .text-box {
        border-color: #8a5cf6;
        box-shadow: 0 15px 35px rgba(138,92,246,.12);
    }

.comment-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.05);
}

    .comment-name .name {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .comment-name h6 {
        margin: 0;
        color: #fff;
        font-weight: 700;
    }

    .comment-name h6 {
        margin: 0;
        color: #fff;
        font-weight: 700;
    }

    .comment-name svg {
        display: none;
    }

.comment-item p {
    margin: 0;
    color: #c7c7c7;
    line-height: 2.2;
}

.comment-reply {
    margin-right: 70px;
    position: relative;
}

    .comment-reply::before {
        content: "";
        position: absolute;
        right: -35px;
        top: 30px;
        width: 28px;
        height: 2px;
        background: #8a5cf6;
    }

    .comment-reply .text-box {
        background: linear-gradient( 135deg, rgba(138,92,246,.14), rgba(138,92,246,.05) );
        border: 1px solid rgba(138,92,246,.35);
    }

.admin-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8a5cf6;
    color: #fff;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 12px;
    margin-bottom: 18px;
    font-weight: 600;
}

.post-form {
    margin-top: 70px;
    padding: 35px;
    background: #15151c;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.06);
}

    .post-form input,
    .post-form textarea {
        background: #0f0f15;
        border: 1px solid rgba(255,255,255,.08);
        color: #fff;
        border-radius: 14px;
        padding: 16px 18px;
        margin-bottom: 18px;
    }

        .post-form input:focus,
        .post-form textarea:focus {
            border-color: #8a5cf6;
            box-shadow: 0 0 0 4px rgba(138,92,246,.15);
        }

@media(max-width:768px) {

    .comment-item {
        gap: 14px;
    }

        .comment-item figure {
            width: 50px;
            height: 50px;
        }

    .comment-reply {
        margin-right: 25px;
    }

        .comment-reply::before {
            width: 18px;
            right: -18px;
        }

    .comment-item .text-box {
        padding: 16px;
    }

    .comment-name {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .post-form {
        padding: 20px;
    }
}

.comment-reply-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 18px 0 30px 75px;
    position: relative;
}

.reply-line {
    width: 42px;
    height: 55px;
    border-left: 2px solid #8a5cf6;
    border-bottom: 2px solid #8a5cf6;
    border-bottom-left-radius: 18px;
    margin-left: 10px;
    flex: none;
}

.comment-reply {
    flex: 1;
}

    .comment-reply .text-box {
        background: linear-gradient( 135deg, rgba(138,92,246,.22), rgba(138,92,246,.08));
        border: 1px solid rgba(138,92,246,.35);
        position: relative;
    }

.reply-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 50px;
    background: #8a5cf6;
    color: #fff;
    font-size: 12px;
    margin-bottom: 18px;
}

.comment-reply figure {
    border: 2px solid #8a5cf6;
    box-shadow: 0 0 18px rgba(138,92,246,.35);
}

.comment-reply h6 {
    color: #b992ff;
}

.comment-reply .text-box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 20px;
    background: #8a5cf6;
}

.comment-reply {
    margin-right: 70px;
}

@media (max-width:480px) {
    .comment-reply {
        margin-right: 30px;
    }
}

.blog-sidebar {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}




.breadcrumb__date li::before {
    content: "•";
    font-size: 24px;
    line-height: 1;
    position: relative;
    top: 0px;
}

.footer-widget__form p {
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

/*  .notification-dropdown .dropdown-menu {
        width: 380px;
        border: none;
        margin-top: 15px;
    }*/


.notification-dropdown .card {
    background: #fff;
}


.notification-dropdown .card-header {
    background: transparent;
}


.notification-dropdown .list-group-item {
    padding: 12px 15px;
    transition: .25s ease;
}


    .notification-dropdown .list-group-item:hover {
        background: #f8fafc;
    }


.notification-dropdown .notif-link {
    color: #111827;
    font-size: 14px;
}


    .notification-dropdown .notif-link:hover {
        color: #0d6efd;
    }


.notification-dropdown small {
    font-size: 12px;
}


.notification-dropdown .btn-outline-success,
.notification-dropdown .btn-outline-danger {
    border-radius: 20px;
    font-size: 12px;
}


.bullet-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 8px;
    right: 8px;
}


.animation-blink {
    animation: blinkNotif 1.5s infinite;
}


@keyframes blinkNotif {

    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }
}


@media(max-width:576px) {

    /* .notification-dropdown .dropdown-menu {
            width: 320px;
            position: fixed;
            right: 15px;
        }*/
}

.card-number {
    min-width: 16px;
    height: 16px;
}

.dropdown-toggle::after {
    display: none;
}

.card___btn {
    top: 0px;
}


/* ===========================
   Notification Dropdown Dark
=========================== */

.notification-dropdown .dropdown-menu {
    width: 390px;
    margin-top: 18px;
    padding: 0;
    border: 1px solid rgba(140, 82, 255, .18);
    border-radius: 22px;
    background: #16151f;
    box-shadow: 0 25px 60px rgba(0,0,0,.55);
    overflow: hidden;
}

/* کارت */

.notification-dropdown .card {
    background: transparent;
    border: none;
    color: #fff;
}

/* هدر */

.notification-dropdown .card-header {
    background: linear-gradient(135deg,#6d3df7,#8d63ff);
    color: #fff;
    padding: 18px 22px;
}

.notification-dropdown .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.notification-dropdown .badge {
    background: #fff !important;
    color: #6d3df7;
    font-weight: 700;
    border-radius: 50px;
    padding: 7px 12px;
}


/* لیست */

.notification-dropdown .list-group {
    background: #16151f;
}

.notification-dropdown .list-group-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 18px;
    transition: .3s;
}

    .notification-dropdown .list-group-item:last-child {
        border-bottom: none;
    }

    .notification-dropdown .list-group-item:hover {
        background: rgba(139,92,246,.08);
    }


/* عنوان اعلان */

.notification-dropdown .notif-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

    .notification-dropdown .notif-link:hover {
        color: #9d7dff;
    }


/* متن */

.notification-dropdown small {
    color: #9b9bb2 !important;
    line-height: 1.7;
}


/* دکمه ها */

.notification-dropdown .btn-outline-success {
    color: #8d63ff;
    border: 1px solid rgba(141,99,255,.35);
    background: rgba(141,99,255,.08);
    border-radius: 50px;
    transition: .3s;
}

    .notification-dropdown .btn-outline-success:hover {
        background: #8d63ff;
        border-color: #8d63ff;
        color: #fff;
    }



.notification-dropdown .btn-outline-danger {
    color: #ff6b81;
    border: 1px solid rgba(255,107,129,.25);
    background: rgba(255,107,129,.08);
    border-radius: 50px;
    transition: .3s;
}

    .notification-dropdown .btn-outline-danger:hover {
        background: #ff4d6d;
        border-color: #ff4d6d;
        color: #fff;
    }


/* فوتر */

.notification-dropdown .card-body {
    background: #1d1c29;
    border-top: 1px solid rgba(255,255,255,.05);
}

    .notification-dropdown .card-body .btn-link {
        color: #9d7dff;
        text-decoration: none;
        transition: .3s;
    }

        .notification-dropdown .card-body .btn-link:hover {
            color: #fff;
        }


/* اسکرول */

.notification-dropdown .list-group {
    max-height: 380px;
    overflow: auto;
}

    .notification-dropdown .list-group::-webkit-scrollbar {
        width: 6px;
    }

    .notification-dropdown .list-group::-webkit-scrollbar-track {
        background: #1c1b26;
    }

    .notification-dropdown .list-group::-webkit-scrollbar-thumb {
        background: #7448ff;
        border-radius: 20px;
    }


/* نقطه اعلان */

.bullet-dot {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8d63ff !important;
    box-shadow: 0 0 0 4px rgba(141,99,255,.15), 0 0 15px rgba(141,99,255,.8);
}


/* انیمیشن */

.animation-blink {
    animation: notificationBlink 1.6s infinite;
}

@keyframes notificationBlink {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: .45;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* موبایل */

@media(max-width:576px) {

    .notification-dropdown .dropdown-menu {
        width: 340px;
        left: -87px;
    }
}

.no-before::before {
    display: none !important;
    content: none;
}

/* User Dropdown Galaxy Theme Override */
.dropdown-menu {
    background: rgba(15, 23, 42, 0.95) !important;
    border: 1px solid rgba(139, 92, 246, 0.25) !important;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.25);
    border-radius: 16px;
    padding: 10px;
}

    .dropdown-menu .dropdown-item {
        color: #E2E8F0 !important;
        border-radius: 10px;
        transition: all .3s ease;
        padding: 10px 15px;
        text-align: center;
    }

        .dropdown-menu .dropdown-item:hover {
            background: linear-gradient( 135deg, #8B5CF6, #2563EB ) !important;
            color: #fff !important;
            transform: translateX(-5px);
        }


/* Logout Button */
.btn-Logout {
    background: linear-gradient( 135deg, #8B5CF6, #2563EB ) !important;
    color: white !important;
    border: none !important;
    margin: 8px auto 0;
    display: block;
    padding: 8px 25px;
    transition: .3s ease;
}

    .btn-Logout:hover {
        box-shadow: 0 0 20px rgba(139,92,246,.5);
        transform: translateY(-2px);
    }

.From-Logout {
    text-align: center;
}

.call-to-action-section::before {
    background: linear-gradient( 135deg, #0B1026, #020109, #4C1D95, #000 );
    box-shadow: 0 0 80px rgba(139,92,246,.35);
}

.portfolio-two-section {
    background: radial-gradient( circle at center, rgba(139,92,246,.15), transparent 60% );
}

#logoText {
    text-shadow: 0 0 25px rgba(139,92,246,.8);
}

.section-base-bg .section-title p {
    color: white;
}

.section-base-bg .section-title h2 {
    color: white;
}

.section-title a {
    text-align: end;
}

.banner-two-section {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0 220px;
    overflow: hidden;
}


    /* Background Video */
    .banner-two-section video.banner-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -2;
    }


    /* برای اینکه متن خواناتر شود */
    .banner-two-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 180deg, rgba(2,6,23,.45), rgba(2,6,23,.85) );
        z-index: -1;
    }

.portfolio-two-section .image-effect {
    height: 330px;
    padding: 1px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATgAAAE4CAYAAADPf+9qAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAawSURBVHgB7d3hcRRHGoDhXiKACE7OAEdgMoAMjCMwjsBSBMdFACFABjgCyOA2AyuDvR40uM6YouxCsyO99TxVzVDin6h96+vWaOYwvuJ0Oj2cl5/nejLXxbqAr7ue68Ncb+d6czgcjoNdHL70xRm2i3l5NW7CBnyb13NdCd35Pfj8CzNuy8T2fogb3Jbnc72fn60Xg7P60wQ3/wN+nZfLAWzlck5yV4Oz+CNw6+T2cgBb+2VGzmftDD4Gbj1zW7alDwewteWHEN87k9vepzO4ZWsqbnAey2ft1WBzh3V6++8Azu3RnOKuB5tZJrhnA9iDn6pubAnc0wHs4YfBppbAPR7AHi4Gm1rO4E4D2MU8gzsMNvNgAEQJHJAlcECWwAFZAgdkCRzs6HQ6/WuwGYGDfX032IzAwb6eDDbjRl/Y1/XhcHg02IQJDvb1cM4YTwabMMHB/o7j5gGYHp10y0xwsL+LcfPQWW6ZwMHd8GJ96RO3yBYV7pblZTRXtqu3wwQHd8vylN/lHarPB9/MBAd313GuN3O9neuDqe6fEzjgvllC/2HchP/N116/KHDAffd63JxbHj//B2dwwH33fNycW/7lLWUCBxQsL9P+9+e32tiiAjW/zO3qcruNwAE5yw8hll99O9qiAjXLdvXV8hcTHFD1yAQHVL0QOKDqB4EDqi6cwQFZJjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4BhQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QtgTsOgCCBA7KWwP02AIIOp9Pp4bz+PgBiHhwOh+t5fTcAYg7LH3OKu5iX93M9HAARH28TmVPccV6uBkDIH/fBzci9HCIHhBw+/8Lcrr6Yl1+H7Spwzx2+9MX1TO5yrh8HwD11+No/rqF7NtfTuR4PUx1wjxwG/9h67+AS/E/xvxjAnSNwt2AG7/m4Obe8GMCdIXC3ZJ3qLuf6eQB3gsDdshm6y3EzzQE7E7gNzMgt9xSa5GBnAreBdbu6/OrbxQB244m+G1gfYPDTAHZlgtvQnOSWx1C5dxB2YoLb1n8GsBuB29a7AexG4LZ1HMBunMFtbJ7DnQawCxMckCVwQJbAAVkCB2QJHJAlcNs7DmAP1wK3veMA9vBB4Lb32wD28NaNvhtbH530+wDO7TsT3MbWRye9G8A5vZ6fvaMJ7gzW1y8uD8D06CTY3jJUfL8EzgR3Bss3el6uBnAOV+tnzm0i5zK/4ct7GkQOtnW1ftY+skU9s7ldfTFu3rpluwq3Z9mW/iluC4HbwXomdznXjwP4Vu/m+unTtvT/CdyO1tA9m+vpXI+HqQ7+juO6lntMX653KnzR/wDRhfKiiO1I8wAAAABJRU5ErkJggg==);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATgAAAE4CAYAAADPf+9qAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAawSURBVHgB7d3hcRRHGoDhXiKACE7OAEdgMoAMjCMwjsBSBMdFACFABjgCyOA2AyuDvR40uM6YouxCsyO99TxVzVDin6h96+vWaOYwvuJ0Oj2cl5/nejLXxbqAr7ue68Ncb+d6czgcjoNdHL70xRm2i3l5NW7CBnyb13NdCd35Pfj8CzNuy8T2fogb3Jbnc72fn60Xg7P60wQ3/wN+nZfLAWzlck5yV4Oz+CNw6+T2cgBb+2VGzmftDD4Gbj1zW7alDwewteWHEN87k9vepzO4ZWsqbnAey2ft1WBzh3V6++8Azu3RnOKuB5tZJrhnA9iDn6pubAnc0wHs4YfBppbAPR7AHi4Gm1rO4E4D2MU8gzsMNvNgAEQJHJAlcECWwAFZAgdkCRzs6HQ6/WuwGYGDfX032IzAwb6eDDbjRl/Y1/XhcHg02IQJDvb1cM4YTwabMMHB/o7j5gGYHp10y0xwsL+LcfPQWW6ZwMHd8GJ96RO3yBYV7pblZTRXtqu3wwQHd8vylN/lHarPB9/MBAd313GuN3O9neuDqe6fEzjgvllC/2HchP/N116/KHDAffd63JxbHj//B2dwwH33fNycW/7lLWUCBxQsL9P+9+e32tiiAjW/zO3qcruNwAE5yw8hll99O9qiAjXLdvXV8hcTHFD1yAQHVL0QOKDqB4EDqi6cwQFZJjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4IAsgQOyBA7IEjggS+CALIEDsgQOyBI4IEvggCyBA7IEDsgSOCBL4BhQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QJHJAlcECWwAFZAgdkCRyQJXBAlsABWQIHZAkckCVwQJbAAVkCB2QtgTsOgCCBA7KWwP02AIIOp9Pp4bz+PgBiHhwOh+t5fTcAYg7LH3OKu5iX93M9HAARH28TmVPccV6uBkDIH/fBzci9HCIHhBw+/8Lcrr6Yl1+H7Spwzx2+9MX1TO5yrh8HwD11+No/rqF7NtfTuR4PUx1wjxwG/9h67+AS/E/xvxjAnSNwt2AG7/m4Obe8GMCdIXC3ZJ3qLuf6eQB3gsDdshm6y3EzzQE7E7gNzMgt9xSa5GBnAreBdbu6/OrbxQB244m+G1gfYPDTAHZlgtvQnOSWx1C5dxB2YoLb1n8GsBuB29a7AexG4LZ1HMBunMFtbJ7DnQawCxMckCVwQJbAAVkCB2QJHJAlcNs7DmAP1wK3veMA9vBB4Lb32wD28NaNvhtbH530+wDO7TsT3MbWRye9G8A5vZ6fvaMJ7gzW1y8uD8D06CTY3jJUfL8EzgR3Bss3el6uBnAOV+tnzm0i5zK/4ct7GkQOtnW1ftY+skU9s7ldfTFu3rpluwq3Z9mW/iluC4HbwXomdznXjwP4Vu/m+unTtvT/CdyO1tA9m+vpXI+HqQ7+juO6lntMX653KnzR/wDRhfKiiO1I8wAAAABJRU5ErkJggg==);
}

.portfolio-two-section .portfolio-item {
    height: 350px;
}

.h-250 {
    height: 350px;
}

/* فلش زیر منوها */
.dropdown-submenu > .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-right: auto;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
}


/* چون منو راست به چپ است فلش سمت چپ */
[dir="rtl"] .dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-submenu > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .dropdown-submenu > a::after {
        content: "›";
        font-size: 22px;
        /*  font-weight: bold;*/
        margin-right: 10px;
    }

/* فلش منوی اصلی در موبایل همیشه نمایش داده شود */
@media (max-width: 991px) {

    .navbar-nav .dropdown-toggle::after {
        display: inline-block !important;
        margin-right: 8px;
        vertical-align: middle;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        transform: rotate(0deg);
    }


    /* جای فلش برای RTL */
    .navbar-nav .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* ================================
   Mobile Dropdown Submenu Arrow
================================ */

/*@media (max-width: 991px) {*/

/* آیتمی که زیرمجموعه دارد */
/*.dropdown-submenu > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }*/


/* حذف فلش پیش فرض بوت استرپ */
/*.dropdown-submenu > .dropdown-toggle::after {
        display: none !important;
    }*/


/* فلش دستی موبایل */
/*.dropdown-submenu > a::after {
        content: "⌄";
        font-size: 22px;
        font-weight: 700;
        margin-right: auto;
        margin-left: 10px;
        line-height: 1;
        transition: .3s ease;
    }*/


/* وقتی زیرمنو باز شد */
/*.dropdown-submenu.show > a::after,
    .dropdown-submenu.active > a::after {
        transform: rotate(180deg);
    }*/


/* خود زیرمنو در موبایل */
/*.dropdown-submenu .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 0;
        padding-right: 15px;
        border: 0;
        box-shadow: none;
    }*/


/* آیتم های زیرمنو */
/*.dropdown-submenu .dropdown-menu .dropdown-item {
            padding-right: 25px;
            font-size: 14px;
        }
}*/

/* Notification Card Mobile Fix */
@media(max-width:576px) {

    .card-header {
        padding: 15px !important;
    }


    .list-group-item {
        padding: 10px !important;
        width: 100%;
        overflow: hidden;
    }


        .list-group-item .d-flex.flex-column {
            width: 100%;
        }


    عنوان و زمان
    .notif-link {
        max-width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .list-group-item .d-flex.justify-content-between.align-items-center.gap-2 {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 5px !important;
    }


    توضیحات
    .text-truncate {
        white-space: normal !important;
    }


    دکمه ها
    .list-group-item .btn {
        width: 100%;
    }


    .list-group-item .d-flex.gap-2 {
        flex-direction: column;
        width: 100%;
    }



    بخش پایین کارت
    .card-body.py-2.d-flex {
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px;
    }


    .card-body .btn {
        width: 100%;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 992px) {
    .section-base-bg .section-title span.sub-title {
        -webkit-text-fill-color: unset;
    }


    .call-to-action-section {
        margin: 70px 0px 115px 0px;
        height: 424px;
    }

    .mobile-text-center {
        text-align: center;
    }
}



/* ============================
 Product Details Modern Layout
============================ */
.product-details-section {
    padding: 130px 0;
    direction: rtl;
}


    .product-details-section .row {
        align-items: stretch;
    }


    /* سه ستون اصلی */

    .product-details-section .col-lg-4 {
        display: flex;
    }



/* کارت های اصلی */

.product-image,
.product-details-content {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.04);
    /* border: 1px solid rgba(255,255,255,.08);*/
    border-radius: 25px;
    padding: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}



/* =====================
 عکس محصول
===================== */

/*.product-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.details-main {
    border-radius: 22px;
    overflow: hidden;
}


    .details-main img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        border-radius: 22px;
    }



.details-list {
    height: 90px;
}


    .details-list img {
        height: 80px;
        width: 80px;
        object-fit: cover;
        border-radius: 15px;
    }*/



/* =====================
 وسط اطلاعات محصول
===================== */


.product-details-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



    .product-details-content hr {
        opacity: .15;
    }



#likeshape {
    justify-content: flex-start !important;
}


    #likeshape button {
        background: rgba(255,255,255,.05);
        border: 0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }



.detaisl-meta {
    background: rgba(255,255,255,.06);
    padding: 10px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}




.creator-profile p {
    line-height: 2;
    color: #cbd5e1;
}



/* =====================
 ویژگی ها
===================== */


#PropertiesItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.pricing-section__item {
    background: transparent;
}



#PropertiesItem > div {
    background: rgba(255,255,255,.05);
    padding: 15px;
    border-radius: 15px;
}



/* =====================
 پایین صفحه
===================== */


.product-content {
    margin-top: 60px;
    width: 100%;
    background: rgba(255,255,255,.04);
    border-radius: 25px;
    padding: 30px;
}


    .product-content .nav {
        gap: 15px;
    }



    .product-content .nav-link {
        border-radius: 15px;
        padding: 12px 30px;
    }

@media(max-width:991px) {

    .demo-preview video {
        height: 100%;
        width: 100%;
    }

    .product-details-section {
        padding: 90px 15px;
    }


        .product-details-section .col-lg-4 {
            width: 100%;
        }



    .details-main img {
        height: 350px;
    }



    .product-image,
    .product-details-content {
        padding: 18px;
        border-radius: 20px;
    }



    .detaisl-meta {
        width: 100%;
        justify-content: center;
    }


    .product-content {
        padding: 20px;
    }


        .product-content .nav {
            flex-direction: column;
        }


        .product-content .nav-link {
            width: 100%;
        }
}

/* ==========================
 Product Center Info
========================== */


.product-details-content {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    padding: 25px;
    height: 100%;
}


/* بالا قلب و امتیاز */

.product-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#likeshape button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    transition: .3s;
}



    #likeshape button:hover {
        transform: scale(1.1);
        background: #ff1744;
    }




/* امتیاز */

.rating {
    direction: ltr;
    background: rgba(255,193,7,.1);
    padding: 8px 14px;
    border-radius: 30px;
}



    .rating .text-warning {
        display: flex;
        align-items: center;
        gap: 8px;
    }




/* برند */



/* سه کارت */

.product-meta-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}



.detaisl-meta {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    transition: .3s;
}



    .detaisl-meta i {
        font-size: 18px;
        color: mediumpurple;
    }



    .detaisl-meta span {
        font-size: 12px;
    }



    .detaisl-meta:hover {
        transform: translateY(-5px);
        background: rgba(56,189,248,.12);
    }





/* خط */

.product-details-content hr {
    opacity: .15;
    margin: 0px;
}




/* توضیحات */

.creator-profile h6 {
    font-size: 17px;
    margin-bottom: 15px;
}



.creator-profile p {
    color: #cbd5e1;
    line-height: 2;
    font-size: 14px;
}



/* موبایل */

@media(max-width:576px) {


    .product-top-info {
        margin-bottom: 15px;
    }



    .product-meta-boxes {
        grid-template-columns: 1fr;
    }



    .detaisl-meta {
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px;
    }
}
/* برند محصول */

.product-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 20px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    width: max-content;
    transition: .3s ease;
}



    .product-brand .brand-icon {
        font-size: 16px;
    }



    .product-brand .brand-name {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .5px;
        background: linear-gradient( 90deg, #38bdf8, #8b5cf6 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



    .product-brand:hover {
        transform: translateY(-3px);
        background: rgba(56,189,248,.1);
    }
/* =========================
 Product Gallery
========================= */

.product-image {
    position: relative;
}


/* تصویر اصلی */

.details-list {
    width: 100%;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
}



    .details-list .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .details-list img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
    }




/* تصاویر کوچک پایین */

.details-main {
    margin-top: 18px;
    width: 100%;
    height: 90px;
}



    .details-main .swiper-wrapper {
        align-items: center;
    }



    .details-main .swiper-slide {
        width: 80px !important;
        height: 80px;
        border-radius: 15px;
        overflow: hidden;
        cursor: pointer;
        opacity: .55;
        transition: .3s;
        border: 1px solid transparent;
    }



    .details-main .swiper-slide-thumb-active {
        opacity: 1;
        border-color: mediumpurple;
        transform: translateY(-5px);
    }



    .details-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }





    /* دکمه ها */





    .details-main .swiper-button-next,
    .details-main .swiper-button-prev {
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 50%;
    }



        .details-main .swiper-button-next:after,
        .details-main .swiper-button-prev:after {
            font-size: 16px;
            color: white;
            font-weight: 900;
        }



/* موبایل */

@media(max-width:768px) {


    .details-list {
        height: 380px;
    }



    .details-main {
        height: 75px;
    }


        .details-main .swiper-slide {
            width: 75px !important;
            height: 75px;
        }
}


/* =================================
 Product Tabs
================================= */


.product-content {
    margin-top: 50px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    padding: 25px;
    overflow: hidden;
}



    /* Tab Menu */

    .product-content .nav-pills {
        display: flex;
        gap: 12px;
        padding: 8px;
        background: rgba(255,255,255,.05);
        border-radius: 20px;
        margin-bottom: 25px !important;
    }



    .product-content .nav-item {
        flex: 1;
    }



    .product-content .nav-link {
        width: 100%;
        border-radius: 15px;
        padding: 14px 20px;
        color: #cbd5e1;
        background: transparent;
        font-weight: 600;
        transition: .3s;
    }



        .product-content .nav-link:hover {
            background: rgba(56,189,248,.12);
            color: #fff;
        }




        .product-content .nav-link.active {
            color: #fff;
            background: linear-gradient( 135deg, #06b6d4, #7c3aed );
            box-shadow: 0 10px 30px rgba(124,58,237,.35);
        }




    /* محتویات تب */

    .product-content .tab-content {
        background: rgba(0,0,0,.15);
        border-radius: 25px;
        padding: 30px;
        min-height: 220px;
    }



.tab-pane {
    animation: fadeProduct .4s ease;
}



@keyframes fadeProduct {

    from {
        opacity: 0;
        transform: translateY(10px);
    }


    to {
        opacity: 1;
        transform: none;
    }
}




/* =================================
 ویژگی ها
================================= */


#PropertiesMenuPrc {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}



    #PropertiesMenuPrc div {
        padding: 18px;
        border-radius: 18px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.08);
        color: #ddd;
        transition: .3s;
    }



        #PropertiesMenuPrc div:hover {
            transform: translateY(-5px);
            border-color: mediumpurple;
        }



    #PropertiesMenuPrc strong {
        display: block;
        color: mediumpurple;
        margin-bottom: 8px;
        font-size: 14px;
    }




/* توضیحات */

#CaptionMenu {
    color: #ddd;
    line-height: 2.2;
    font-size: 15px;
}





/* =================================
 Reviews
================================= */


#pills-reviews input,
#pills-reviews textarea {
    width: 100%;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
    padding: 15px;
    color: white;
    margin-bottom: 15px;
}


#pills-reviews textarea {
    resize: none;
}



    #pills-reviews input:focus,
    #pills-reviews textarea:focus {
        outline: none;
        border-color: mediumpurple;
    }




/* دکمه ارسال */

#pills-reviews [onclick="SendMessage()"] {
    cursor: pointer;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 30px;
    background: linear-gradient( 135deg, #06b6d4, #7c3aed );
    color: white;
}



/* کامنت ها */


.comment-item {
    display: grid;
    grid-template-columns: 80px 60px 1fr;
    gap: 15px;
    align-items: center;
    background: rgba(255,255,255,.05);
    border-radius: 20px;
    padding: 20px;
    margin-top: 15px;
}




    .comment-item img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
    }



    .comment-item i {
        color: #fbbf24;
    }






/* موبایل */

@media(max-width:768px) {


    .product-content {
        padding: 15px;
    }



        .product-content .nav-pills {
            flex-direction: column;
        }



        .product-content .tab-content {
            padding: 20px;
        }



    #PropertiesMenuPrc {
        grid-template-columns: 1fr;
    }



    .comment-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.vvn-rating-box {
    display: flex;
    align-items: center;
    gap: 15px;
}


#vvnVoteStars i {
    font-size: 25px;
    color: #fbbf24;
    cursor: pointer;
    transition: .25s;
}



    #vvnVoteStars i:hover {
        transform: scale(1.2);
    }


#vvnVoteNumber {
    color: white;
    font-size: 14px;
}
/* ===============================
   Product Tabs Vivan Theme
================================ */

.product-content {
    margin-top: 50px;
    background: hsl(var(--black-two));
    border: 1px solid rgba(124, 58, 237, .15);
    border-radius: 22px;
    padding: 25px;
}


    /* تب ها */
    .product-content .nav-pills {
        background: hsl(var(--black-three));
        padding: 8px;
        border-radius: 16px;
        gap: 10px;
        margin-bottom: 30px !important;
    }


    .product-content .nav-item {
        flex: 1;
    }


    .product-content .nav-link {
        width: 100%;
        border-radius: 12px;
        color: var(--text-light);
        background: transparent;
        font-size: 15px;
        font-weight: 600;
        padding: 14px 20px;
        transition: .3s;
    }


        .product-content .nav-link:hover {
            color: white;
            background: rgba(124,58,237,.15);
        }



        .product-content .nav-link.active {
            color: #fff;
            background: linear-gradient( 135deg, #7C3AED, #2563EB );
            box-shadow: 0 8px 25px rgba(124,58,237,.35);
        }



/* محتوای تب */
.tab-content {
    background: hsl(var(--black));
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.05);
}



.tab-pane {
    color: var(--text-light);
    line-height: 2;
}



/* ===============================
   ویژگی های محصول
================================ */


#PropertiesMenuPrc {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}


    #PropertiesMenuPrc div {
        background: linear-gradient( 135deg, rgba(124,58,237,.12), rgba(37,99,235,.08) );
        border: 1px solid rgba(124,58,237,.2);
        padding: 18px;
        border-radius: 15px;
        color: #fff;
    }



    #PropertiesMenuPrc strong {
        color: #a78bfa;
    }




/* ===============================
   Rating Box
================================ */


.vvn-rating-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient( 135deg, rgba(124,58,237,.15), rgba(37,99,235,.1) );
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 25px;
}


.vvn-star {
    cursor: pointer;
    font-size: 28px;
    color: #64748b;
    transition: .25s;
}



    .vvn-star:hover,
    .vvn-star.active {
        color: #fbbf24;
        transform: scale(1.15);
    }



#vvnVoteNumber {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient);
    color: white;
    font-weight: bold;
}




/* ===============================
   فرم نظر
================================ */


#titleMsg,
#TextMessage {
    width: 100%;
    background: hsl(var(--black-three));
    border: 1px solid var(--border);
    color: white;
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 15px;
}



    #titleMsg:focus,
    #TextMessage:focus {
        border-color: #7C3AED;
        outline: none;
    }




/* ===============================
   Comment Cards
================================ */


.comment-item {
    background: linear-gradient( 135deg, rgba(124,58,237,.08), rgba(15,23,42,.8) );
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
}



    .comment-item img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #7C3AED;
    }



    .comment-item i.fa-star {
        color: #fbbf24;
    }



    .comment-item p {
        margin: 0;
        color: #cbd5e1;
    }





/* موبایل */

@media(max-width:768px) {


    .product-content {
        padding: 15px;
    }


        .product-content .nav-pills {
            overflow-x: auto;
            flex-wrap: nowrap;
        }


        .product-content .nav-item {
            min-width: 120px;
        }



    #PropertiesMenuPrc {
        grid-template-columns: 1fr;
    }



    .tab-content {
        padding: 15px;
    }



    .vvn-star {
        font-size: 24px;
    }
}


@media screen and (max-width: 992px) {

    .banner-two-section {
        min-height: 40vh;
    }
}

@media screen and (max-width: 600px) {
    .feature-section {
        position: relative;
        bottom: 160px;
    }

    .banner-two-section {
        z-index: 0;
    }
}

/* ==============================
   VIVAN REVIEW SECTION
==============================*/

#pills-reviews {
    max-width: 900px;
    margin: auto;
}

/* فرم */

.vvn-rating-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 20px;
    backdrop-filter: blur(14px);
}

#vvnVoteStars {
    display: flex;
    gap: 8px;
}

.vvn-star {
    font-size: 32px;
    cursor: pointer;
    transition: .3s;
    color: #4B5563;
}

    .vvn-star:hover {
        color: #FFD54A;
        transform: scale(1.2);
    }

    .vvn-star.active {
        color: #FFD54A;
    }

#vvnVoteNumber {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}


/* Inputs */

#titleMsg,
#TextMessage {
    width: 100%;
    border: none;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    transition: .3s;
    margin-bottom: 15px;
}

#titleMsg {
    height: 55px;
}

#TextMessage {
    resize: none;
    min-height: 140px;
}

    #titleMsg:focus,
    #TextMessage:focus {
        outline: none;
        border-color: #7C3AED;
        box-shadow: 0 0 20px rgba(124,58,237,.35);
    }


/* Button */

.vvn-send-review {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 16px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    transition: .35s;
}

    .vvn-send-review:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(37,99,235,.35);
    }


/* COMMENTS */

#MessageProduct {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


/* CARD */

.comment-item {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    backdrop-filter: blur(16px);
}


    .comment-item img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #7C3AED;
    }


    .comment-item > div {
        display: flex;
        flex-direction: column;
    }


    .comment-item i {
        color: #FFD54A;
        margin-left: 2px;
    }


    .comment-item p {
        margin: 4px 0;
        color: #d7d7d7;
        line-height: 1.8;
    }


    /* ADMIN */

    .comment-item > div:last-child {
        margin-top: 15px;
        padding: 15px;
        border-radius: 14px;
        background: rgba(124,58,237,.12);
        border-right: 4px solid #7C3AED;
    }


/* DETAILS */

#PropertiesMenuPrc {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

    #PropertiesMenuPrc div {
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.07);
        border-radius: 15px;
        padding: 16px;
    }

    #PropertiesMenuPrc strong {
        color: #fff;
    }


/* DESCRIPTION */

#CaptionMenu {
    background: rgba(255,255,255,.03);
    padding: 22px;
    border-radius: 18px;
    line-height: 2;
}


/* Responsive */

@media(max-width:992px) {

    #pills-reviews {
        max-width: 100%;
    }

    .comment-item {
        grid-template-columns: 55px 1fr;
        padding: 16px;
    }

        .comment-item img {
            width: 50px;
            height: 50px;
        }
}


@media(max-width:768px) {

    #PropertiesMenuPrc {
        grid-template-columns: 1fr;
    }

    .vvn-rating-box {
        flex-direction: column;
        gap: 15px;
    }

    .vvn-star {
        font-size: 28px;
    }

    .comment-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

        .comment-item img {
            margin: auto;
        }

        .comment-item > div:last-child {
            text-align: right;
        }
}


@media(max-width:480px) {

    #titleMsg {
        height: 50px;
    }

    #TextMessage {
        min-height: 120px;
    }

    .vvn-send-review {
        height: 50px;
    }

    .vvn-star {
        font-size: 25px;
    }
}

/* ===========================
    COMMENTS
===========================*/

#MessageProduct {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.comment-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(14px);
    transition: .35s;
}

    .comment-card:hover {
        transform: translateY(-5px);
        border-color: #7C3AED;
        box-shadow: 0 15px 35px rgba(124,58,237,.25);
    }

.comment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #7C3AED;
    flex-shrink: 0;
}

.comment-user {
    flex: 1;
}

    .comment-user h5 {
        margin: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

.comment-stars {
    margin-top: 6px;
}

    .comment-stars i {
        color: #FFD54A;
        font-size: 17px;
        margin-left: 2px;
    }

.comment-body {
    color: #cbd5e1;
    line-height: 2;
    font-size: 15px;
}

.admin-reply {
    margin-top: 20px;
    background: rgba(124,58,237,.08);
    border-right: 4px solid #7C3AED;
    border-radius: 14px;
    padding: 16px;
}

.admin-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .admin-title i {
        color: #06B6D4;
    }

.admin-text {
    color: #cbd5e1;
    line-height: 1.9;
}


/* موبایل */

@media(max-width:768px) {

    .comment-card {
        padding: 18px;
    }

    .comment-header {
        align-items: flex-start;
    }

    .comment-avatar {
        width: 50px;
        height: 50px;
    }

    .comment-user h5 {
        font-size: 16px;
    }

    .comment-body {
        font-size: 14px;
    }
}

.explore-img figure {
    height: 320px;
    overflow: hidden;
    margin: 0;
    border-radius: 12px;
}

    .explore-img figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: .4s;
    }

.explore-item:hover img {
    transform: scale(1.05);
}

.content-box {
    display: flex;
}

.explore-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.explore-img {
    flex: 1;
}

@media (max-width:1400px) {
    /*.explore-img figure {
        height: 100%;
    }*/
}

@media (max-width:992px) {
    .explore-img figure {
        height: 100%;
    }
}

@media (max-width:768px) {
    .explore-img figure {
        height: 100%;
    }
}

/* =========================
   Price Filter
========================= */

/*.filter-box {
    position: relative;
    margin-bottom: 25px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(16, 20, 40, .75);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(111, 157, 255, .18);
    box-shadow: 0 15px 35px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
    overflow: hidden;
}*/

 /*   .filter-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(91,98,255,.18), transparent 45%);
        pointer-events: none;
    }*/

  /*  .filter-box h6 {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 20px;
        position: relative;
        padding-right: 14px;
    }*/

    /*    .filter-box h6::before {
            content: "";
            position: absolute;
            right: 0;
            top: 2px;
            width: 4px;
            height: 18px;
            border-radius: 20px;
            background: linear-gradient(180deg,#5B8CFF,#8F5CFF);
            box-shadow: 0 0 15px #5B8CFF;
        }*/

/*.range_container {
    width: 100%;
}

.sliders_control {
    position: relative;
    height: 40px;
}*/

/* ---------- Range ---------- */

/*input[type=range] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    background: transparent;
    height: 6px;
}

    input[type=range]::-webkit-slider-runnable-track {
        height: 6px;
        border-radius: 20px;
        background: #26304f;
    }

    input[type=range]::-webkit-slider-thumb {
        appearance: none;
        pointer-events: auto;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -7px;
        background: linear-gradient(135deg,#63a4ff,#7b61ff);
        border: 3px solid #fff;
        box-shadow: 0 0 0 4px rgba(123,97,255,.15), 0 0 18px rgba(91,140,255,.9);
        cursor: pointer;
        transition: .25s;
    }

        input[type=range]::-webkit-slider-thumb:hover {
            transform: scale(1.15);
        }

    input[type=range]::-moz-range-track {
        background: #26304f;
        height: 6px;
        border-radius: 20px;
    }

    input[type=range]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 50%;
        background: linear-gradient(135deg,#63a4ff,#7b61ff);
        box-shadow: 0 0 18px rgba(91,140,255,.9);
        cursor: pointer;
    }*/

/* ---------- Price ---------- */

.form_control {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

    .form_control span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border-radius: 40px;
        background: rgba(255,255,255,.05);
        border: 1px solid rgba(255,255,255,.08);
        color: #d8e7ff;
        font-size: 14px;
        font-weight: 600;
    }

#fromInput,
#toInput {
    color: #7C3AED;
    font-weight: 800;
    font-size: 15px;
}

#filter-box1 {
    width: auto;
    height: auto;
}


.sort-by {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

.country__select {
    position: relative;
}

.country__select_button {
    min-width: 180px;
    height: 48px;
    border: 1px solid rgba(111, 157, 255, .18);
    border-radius: 12px;
    background: rgba(16, 20, 40, .75);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    transition: .3s;
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
}

    .country__select_button:hover {
        border-color: var(--theme-color);
        color: var(--theme-color) !important;
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }

    .country__select_button:focus {
        box-shadow: 0 0 0 4px rgba(0,123,255,.12);
        border-color: var(--theme-color);
    }

    .country__select_button::after {
        margin-right: auto;
        margin-left: 0;
        transition: .3s;
    }

.country__select.show .country__select_button::after {
    transform: rotate(180deg);
}


/*
.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top right,#7C3AED22,transparent 30%), radial-gradient(circle at bottom left,#2563EB22,transparent 30%), #f7f8fc;
    padding: 80px 0;
}

.login-content-box {
    background: #fff;
    border-radius: 24px;
    padding: 45px;
    box-shadow: 0 20px 70px rgba(0,0,0,.08);
    border: 1px solid #edf1f7;
}
.login-header {
    text-align: center;
    margin-bottom: 35px;
}

.login-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gradient);
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.login-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
}

.login-header p {
    color: #6b7280;
    margin-top: 12px;
    line-height: 30px;
}
.form-control {
    height: 58px;
    border-radius: 14px;
    border: 1px solid #dbe3ef;
    font-size: 16px;
    padding: 0 18px;
    transition: .3s;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #7C3AED;
        box-shadow: 0 0 0 5px rgba(124,58,237,.12);
    }

.btn--base {
    width: 100%;
    height: 58px;
    border-radius: 14px;
    background: var(--gradient);
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    transition: .3s;
}

    .btn--base:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(124,58,237,.3);
    }

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 35px;
    transition: .3s;
}

    .back-home-btn:hover {
        color: #7C3AED;
    }

.modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #111827;
}

.modal-header {
    background: var(--gradient);
    color: white;
}

.modal-body {
    padding: 35px;
    color: #fff;
}

.modal-footer {
    background: #111827;
}*/
/* ===========================
   Forgot Password Page Only
=========================== */

/*.login-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}*/

.login-section .login-content-box {
    /* background: #fff;
        border: 1px solid #ececec;
        border-radius: 22px;
        padding: 45px;*/
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
}

.login-section .back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 30px;
    transition: .3s;
}

    .login-section .back-home-btn:hover {
        color: var(--base);
    }

.login-section #myInput {
    height: 58px;
    border-radius: 14px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 15px;
    padding: 0 18px;
    background: hsl(var(--black-six)/0.6);
    color: white !important;
}

    .login-section #myInput:focus {
        border-color: var(--base);
        box-shadow: 0 0 0 4px rgba(124,58,237,.12);
    }

.login-section p {
    margin: 18px 0 25px;
    color: #777;
    line-height: 30px;
}

.login-section .btn--base {
    width: 100%;
    height: 58px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
}
/* ===========================
      Forgot Password Modal
=========================== */

#darkThemeModal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 25px 60px rgba(0,0,0,.18);
}

#darkThemeModal .modal-header {
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    color: #fff;
    padding: 18px 24px;
    border: none;
}

#darkThemeModal .modal-title {
    font-size: 20px;
    font-weight: 700;
}

#darkThemeModal .btn-close {
    filter: invert(1);
    opacity: 1;
}

#darkThemeModal .modal-body {
    padding: 35px;
    text-align: center;
}

#darkThemeModal #resultMessage {
    font-size: 17px;
    line-height: 34px;
    color: #444;
    margin: 0;
}

#darkThemeModal .modal-footer {
    border: none;
    justify-content: center;
    padding: 20px 30px 30px;
    gap: 10px;
}

#darkThemeModal .btn {
    min-width: 130px;
    border-radius: 12px;
    height: 46px;
    font-weight: 600;
}

.login-section .forgot-icon {
    width: 72px;
    height: 72px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 18px;
}

.login-section h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-section span {
    color: #888;
}

.filter-show {
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate3d(0px, 33.583px, 0px);
    z-index: 1023;
}




@media (min-width: 991.98px) {
    .navbar-nav .nav-item .dropdown-menu.fade-down {
        left: -50px !important;
    }
}

@media (min-width: 991.98px) and (max-width:1200px) {
    .Middle-logo #logoText {
        gap: 0px;
    }
}

/* والد هر زیر منو */
.dropdown-submenu {
    position: relative;
}

    /* زیر منوی داخلی */
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -1px;
        position: absolute;
        display: none;
    }

    /* فقط همان آیتمی که هاور شده باز شود */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* جلوگیری از تاثیر زیرمنو روی هم */
    .dropdown-submenu > .dropdown-item {
        position: relative;
    }


@media all and (min-width: 991.98px) {

    /* منوی اصلی */
    .navbar-nav > .nav-item > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all .3s ease;
    }


    .navbar-nav > .nav-item:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


    /* زیر منوها */
    .dropdown-submenu {
        position: relative;
    }


        .dropdown-submenu > .dropdown-menu {
            display: block;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 0;
            right: 100%;
            transform: translateX(20px);
            transition: all .3s ease;
        }


        /* فقط همان زیرمنوی انتخاب شده */
        .dropdown-submenu:hover > .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
}

.full-z-index {
    z-index: 999999;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 22px;
    margin-bottom: 70px;
}

.contact-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px;
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
    overflow: hidden;
    transition: .45s;
    min-height: 140px;
}

    .contact-card::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle,#7C3AED55 0%,transparent 70%);
        top: -70px;
        left: -60px;
        transition: .5s;
    }

    .contact-card:hover {
        transform: translateY(-8px);
        border-color: #7C3AED;
        box-shadow: 0 0 25px rgba(124,58,237,.35), 0 20px 45px rgba(0,0,0,.4);
    }

        .contact-card:hover::before {
            transform: scale(1.3);
        }

.contact-icon {
    width: 65px;
    height: 65px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 28px;
    color: #fff;
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    box-shadow: 0 10px 30px rgba(124,58,237,.35);
}

.contact-content h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-content p {
    color: #B7BED2;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
}

.contact-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#7C3AED,#2563EB);
    transform: scaleX(0);
    transition: .4s;
    transform-origin: right;
}

.contact-card:hover::after {
    transform: scaleX(1);
}

@media(max-width:768px) {

    .contact-card {
        padding: 20px;
        gap: 15px;
    }

    .contact-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 35px;
    align-items: stretch;
    margin-top: 50px;
}

.contact-left {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    background: #101827;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid rgba(124,58,237,.25);
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    padding: 18px;
    border-radius: 18px;
    transition: .35s;
    min-height: 88px;
}
/* .contact-row:last-child {
        border: none;
    }*/
.icon-page {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex: none;
}

.text span {
    display: block;
    color: #8A95AE;
    font-size: 13px;
    margin-bottom: 4px;
}

.text strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.contact-right .form-control {
    height: 50px;
    background: #1A2235;
    border: none;
    border-radius: 14px;
    /* margin-bottom: 18px;*/
    color: #fff;
    padding: 15px;
}

.contact-right textarea {
    height: 170px !important;
}

.contact-right .btn {
    width: 100%;
    height: 55px;
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    border: none;
    border-radius: 14px;
    font-weight: bold;
}

@media(max-width:991px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

.contact-row:hover {
    transform: translateY(-4px);
    border-color: #7C3AED;
    background: rgba(124,58,237,.08);
    box-shadow: 0 15px 35px rgba(124,58,237,.18);
}

.icon-page {
    width: 35px;
    height: 35px;
    flex: none;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(135deg,#7C3AED,#2563EB);
    font-size: 20px;
}

.text {
    overflow: hidden;
}

    .text span {
        display: block;
        color: #9CA3AF;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .text strong {
        color: #fff;
        font-size: 15px;
        line-height: 1.7;
        word-break: break-word;
    }

.contact-right {
    /*background: #101827;
    border-radius: 25px;*/
    padding: 35px;
    /*  border: 1px solid rgba(124,58,237,.25);*/
}

@media(max-width:1200px) {

    .contact-wrapper {
        grid-template-columns: 1fr 1.2fr;
    }
}

@media(max-width:992px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-left {
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {

    .contact-left {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .contact-row {
        padding: 15px;
        min-height: 75px;
    }

    .contact-right {
        padding: 22px;
    }

    .breadcrumb__wrapper2 {
        margin-top: 90px;
    }
}

.touch-contact-h2 {
    grid-column: 1 / -1;
    margin-top: 30px;
    text-align: center;
}

.breadcrumb__wrapper2 {
    text-align: right !important;
    justify-content: right;
    justify-items: right;
    display: grid;
}

@media(max-width:991px) {
    .breadcrumb__wrapper2 {
        margin-top: 115px;
    }
}

@media (min-width: 992px)and (max-width:1200px) {
    .container-inmini {
        max-width: 1140px;
    }
}

@media (min-width: 992px)and (max-width:1150px) {
    .contact-row .text strong {
        font-size: 12px;
    }

    .contact-row {
        padding-inline: 10px;
    }
}

.pricing-section__item2 {
    position: unset !important;
    border-radius: 20px;
}

    .pricing-section__item2::after {
        content: none !important;
        display: none !important;
    }

.working-process-section__content .process-item .number {
    font-size: 1.525rem;
    gap: 3px
}

.working-process-section__content .process-item::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 51%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: var(--gradient);
    z-index: -1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
/*.working-process-section__content {
    margin-left: 88px;
}*/

@media (max-width:1200px) {
    /*  .working-process-section__content {
        margin-left: 0;
    }*/
}

.working-process-section__content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}


.process-item {
    width: 100%;
}

    .process-item > div {
        width: 100%;
        height: 200px;
    }

@media (min-width:450px)and (max-width:650px) {
    .about-two-section__img {
        display: inherit;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .about-two-section__img {
        display: inherit;
    }
}

@media screen and (max-width: 1399px) {
    .working-process-section__content .process-item {
        height: auto;
    }
}

@media (min-width:650px)and (max-width:992px) {
    .about-two-section__img {
        display: block;
    }

    .working-process-section__content .process-item {
        height: 270px;
    }
}

@media (min-width:992px) {
    .about-two-section__img::before {
        right: 60%;
    }
}

@media (min-width:992px) {
    .working-process-section__content {
        margin-left: 80px;
    }
}

.working-process-section__content .process-item .icon {
    color: hsl(var(--black));
    font-size: 2.625rem;
    line-height: 0;
}
/*.top-reveal,
.bottom-reveal,
.left-reveal,
.right-reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}*/
.pricing-two-section .top-reveal,
.pricing-two-section .bottom-reveal,
.pricing-two-section .left-reveal,
.pricing-two-section .right-reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.nolazyload .top-reveal,
.nolazyload .bottom-reveal,
.nolazyload .left-reveal,
.nolazyload .right-reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.working-process-section__content .process-item .icon {
    width: 80px;
    height: 80px;
    margin-top: 20px;
}

.locate-image {
    position: relative;
    background: url('../images/about/location.webp') center center/cover no-repeat;
    overflow: hidden;
}

    .locate-image::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.55); /* میزان تیرگی */
        z-index: 1;
    }

    .locate-image > * {
        position: relative;
        z-index: 2;
        background: #101827;
        padding: 9px;
        border: 1px solid rgba(124,58,237,.25);
        border-radius: 20px;
        box-shadow: 1px 1px 7px 2px #933efb;
    }

    .locate-image::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 180deg, rgba(8,8,12,.80), rgba(42,14,90,.45), rgba(0,0,0,.75) );
        z-index: 1;
    }

.touch-contact form .form-control {
    background: #101827;
}

@media (min-width:0px)and (max-width:390px) {

    .working-process-section__content {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
        margin-left: -6px;
    }
}

@media (min-width:0px)and (max-width:440px) {
    .working-process-section__content .process-item {
        mask-size: 85%;
    }

    .process-item > div {
        width: 85%;
        height: 185px;
    }

    .working-process-section__content .process-item .icon {
        width: 65px;
        height: 65px;
        margin-top: 15px;
    }

    .working-process-section__content {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
        margin-left: 15px;
    }
}

@media (min-width:500px)and (max-width:650px) {
    .process-item > div {
        width: 85%;
        height: 250px;
    }
}

@media (min-width:391px)and (max-width:410px) {

    .working-process-section__content {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
        margin-left: 0px;
    }
}

/* Sidebar */
.filter-sidebar {
    position: sticky;
    top: 100px; /* ارتفاع هدر */
}

    /* فاصله بین کارت های فیلتر */
    .filter-sidebar .sort-by,
    .filter-sidebar .filter-box {
        /*  background: #181818;*/
        border-radius: 16px;
        padding: 20px;
    }

/* Responsive */
@media (max-width:991.98px) {

    .filter-sidebar {
        position: static;
        top: auto;
        margin-bottom: 30px;
    }
}

@media (max-width:767.98px) {

    .products-box {
        order: 2;
    }

    .sidebar-box {
        order: 1;
    }
}

.custom-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    border-radius: 18px;
    background: #151515;
    border: 1px solid rgba(255,255,255,.08);
    margin: 20px 0;
}

.loading-ring {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,.08);
    border-top-color: #28d17c;
    border-right-color: #28d17c;
    animation: loadingSpin .8s linear infinite;
}

.custom-loading h5 {
    margin-top: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.custom-loading p {
    margin-top: 8px;
    color: #9aa0a6;
    font-size: 14px;
}

@keyframes loadingSpin {
    to {
        transform: rotate(360deg);
    }
}

#myInput {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.2);
}

    #myInput::placeholder {
        color: rgba(255,255,255,.8) !important;
        opacity: 1;
    }

    #myInput:focus {
        color: #fff;
        background: transparent;
    }

.filter-sidebar {
    transition: transform .2s ease;
    will-change: transform;
}


.filter-box {
    background: linear-gradient(180deg,#0f1222,#000);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,.35);
}

.filter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

    .filter-title i {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #25d366;
        color: #fff;
        font-size: 18px;
    }

    .filter-title h6 {
        color: #fff;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
    }

.price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 18px;
    border-radius: 14px;
    background: #1f1f1f;
}

.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .price-item small {
        color: #999;
        margin-bottom: 6px;
    }

    .price-item strong {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

.price-divider {
    width: 50px;
    height: 2px;
    background: #25d366;
    border-radius: 50px;
}

.sliders_control {
    position: relative;
    height: 35px;
}

    .sliders_control input[type=range] {
        accent-color: #25d366;
    }

.fromSlider::-webkit-slider-thumb,
.toSlider::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #25d366;
    border: 3px solid #fff;
    cursor: pointer;
}

@media(max-width:768px) {

    .price-box {
        flex-direction: column;
        gap: 15px;
    }

    .price-divider {
        width: 2px;
        height: 30px;
    }
}

/* سوالات آماده چت */
.vv-faq-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: linear-gradient(135deg,#1d1235 0%,#141221 100%);
    color: #f5f5f5;
    border: 1px solid rgba(138,92,246,.35);
    border-radius: 16px;
    padding: 13px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Morabba;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}

    /* نوار بنفش کنار آیتم */
    /* .vv-faq-item::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg,#8b5cf6,#6d28d9);
        transition: .3s;
    }*/

    /* افکت Hover */
    .vv-faq-item:hover {
        background: linear-gradient(135deg,#2a1848,#1d1730);
        border-color: #8b5cf6;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(139,92,246,.25);
    }

    /* هنگام کلیک */
    .vv-faq-item:active {
        transform: scale(.98);
    }

    /* اگر آیکن داخلش گذاشتی */
    .vv-faq-item svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        fill: #b794ff;
    }

    /* متن */
    .vv-faq-item span {
        flex: 1;
        color: #fff;
        line-height: 1.8;
    }



.video-col {
    order: 2;
}

.video-frame {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 4/5;
    max-width: 400px;
    margin: 0 auto;
    background: linear-gradient(160deg,#171227,#0b0b14 70%);
    border: 1px solid var(--border);
    box-shadow: 0 30px 80px -30px rgba(109,40,217,.55);
}

    .video-frame::after { /* ambient glow ring behind the frame */
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 28px;
        padding: 2px;
        background: linear-gradient(135deg,var(--violet),transparent 40%,transparent 60%,var(--lime));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: .6;
        pointer-events: none;
    }

    .video-frame video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.video-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    font-size: 13px;
    text-align: center;
    padding: 20px;
    background: radial-gradient(ellipse at 50% 40%, rgba(139,92,246,.22), transparent 65%);
    z-index: 99;
}



@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.orbit-pulse {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: var(--violet-glow);
    animation: pulse 2.2s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.85);
        opacity: .55
    }

    70% {
        transform: scale(1.35);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.orbit-core {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,var(--violet),var(--violet-deep));
    box-shadow: 0 10px 30px -6px rgba(139,92,246,.7);
    transition: transform .25s ease;
}

.orbit-btn:hover .orbit-core {
    transform: scale(1.08);
}

.orbit-core svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.orbit-core .icon-pause {
    display: none;
}

.video-frame.is-playing .orbit-core .icon-play {
    display: none;
}

.video-frame.is-playing .orbit-core .icon-pause {
    display: block;
}

.video-frame.is-playing .orbit-btn {
    animation: none;
}

.video-frame.is-playing .orbit-ring {
    opacity: .35;
}

/* ============ LIGHTBOX ============ */
.fv-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

    .fv-lightbox.is-active {
        opacity: 1;
        pointer-events: auto;
    }

.fv-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4,4,10,.86);
    backdrop-filter: blur(6px);
}

.fv-lightbox-inner {
    position: relative;
    width: 100%;
    max-width: 920px;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 40px 100px -20px rgba(139,92,246,.5);
    transform: scale(.9);
    transition: transform .4s cubic-bezier(.2,.9,.25,1);
}

.fv-lightbox.is-active .fv-lightbox-inner {
    transform: scale(1);
}

.fv-lightbox video {
    width: 100%;
    max-height: 82vh;
    display: block;
}

.fv-lightbox-close {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

    .fv-lightbox-close:hover {
        background: rgba(255,255,255,.2);
    }




/* ============ SCENE ============ */
.float-scene {
    position: relative;
    width: 420px;
    height: 460px;
    max-width: 100%;
}

    .float-scene::before { /* ambient glow */
        content: "";
        position: absolute;
        inset: -60px;
        background: radial-gradient(ellipse 50% 40% at 30% 25%, rgba(139,92,246,.35), transparent 65%), radial-gradient(ellipse 40% 35% at 75% 75%, rgba(201,255,92,.12), transparent 65%);
        filter: blur(10px);
        pointer-events: none;
    }

/* faint constellation lines connecting the pieces */
.constellation {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .constellation path {
        fill: none;
        stroke: rgba(139,92,246,.35);
        stroke-width: 1;
        stroke-dasharray: 4 6;
        animation: dash-drift 30s linear infinite;
    }

@keyframes dash-drift {
    to {
        stroke-dashoffset: -200;
    }
}

/* ---- main browser mockup card ---- */
.card-browser {
    position: absolute;
    top: 65px;
    right: -155px;
    width: 280px;
    background: linear-gradient(160deg,var(--panel-2),var(--panel));
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 30px 70px -20px rgba(109,40,217,.6);
    padding: 0 0 20px;
    transform: rotate3d(1,1,0,8deg);
    animation: float-slow 6s ease-in-out infinite;
}

.card-browser__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

    .card-browser__bar span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255,255,255,.18);
    }

        .card-browser__bar span:nth-child(1) {
            background: var(--pink);
        }

        .card-browser__bar span:nth-child(2) {
            background: var(--lime);
        }

.card-browser__body {
    padding: 18px 16px 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skel {
    height: 9px;
    border-radius: 5px;
    background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.04));
}

    .skel.w60 {
        width: 60%;
    }

    .skel.w90 {
        width: 90%;
    }

    .skel.w40 {
        width: 40%;
    }

.skel-block {
    margin-top: 6px;
    height: 70px;
    border-radius: 12px;
    background: linear-gradient(135deg,rgba(139,92,246,.35),rgba(201,255,92,.15));
}

/* ---- floating code chip ---- */
.chip-code {
    position: absolute;
    bottom: 36px;
    left: -84px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,.6);
    animation: float-medium 5s ease-in-out infinite;
    animation-delay: .6s;
}

    .chip-code span {
        font-family: 'Courier New',monospace;
        font-weight: 700;
        color: var(--lime);
        font-size: 15px;
    }

/* ---- palette chip ---- */
.chip-palette {
    position: absolute;
    top: 24px;
    left: -60px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 9px 12px;
    box-shadow: 0 15px 35px -12px rgba(0,0,0,.6);
    animation: float-fast 4.2s ease-in-out infinite;
    animation-delay: 1.1s;
}

    .chip-palette i {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: block;
    }

        .chip-palette i:nth-child(1) {
            background: var(--violet);
        }

        .chip-palette i:nth-child(2) {
            background: var(--lime);
        }

        .chip-palette i:nth-child(3) {
            background: var(--pink);
        }

/* ---- layers icon chip ---- */
.chip-layers {
    position: absolute;
    bottom: 120px;
    right: -94px;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg,var(--violet),var(--violet-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px -10px rgba(139,92,246,.7);
    animation: float-medium 5.6s ease-in-out infinite;
    animation-delay: .3s;
}

    .chip-layers svg {
        width: 20px;
        height: 20px;
        fill: #fff;
    }

/* ---- cursor that "clicks" the mockup ---- */
.cursor {
    position: absolute;
    width: 26px;
    height: 26px;
    animation: cursor-path 7s ease-in-out infinite;
    filter: drop-shadow(0 8px 14px rgba(139,92,246,.6));
    background: transparent;
 
}

    .cursor svg {
        width: 100%;
        height: 100%;
    }

.click-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 2px solid var(--lime);
    border-radius: 50%;
    opacity: 0;
    animation: ripple 7s ease-in-out infinite;
}
:root {
    --bg: #06060c;
    --panel: #12101e;
    --panel-2: #181530;
    --violet: #8b5cf6;
    --violet-deep: #6d28d9;
    --lime: #c9ff5c;
    --pink: #ff7ac6;
    --text-dim: #a39ec2;
    --border: rgba(139,92,246,.22);
}
/* ============ KEYFRAMES ============ */
@keyframes float-slow {
    0%,100% {
        transform: translateY(0) rotate3d(1,1,0,8deg);
    }

    50% {
        transform: translateY(-16px) rotate3d(1,1,0,5deg);
    }
}

@keyframes float-medium {
    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(-3deg);
    }
}

@keyframes float-fast {
    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(4deg);
    }
}
@keyframes cursor-path {
    0%,10% {
        top: 430px;
        right: 390px;
        opacity: 0;
    }

    22% {
        opacity: 1;
    }

    45% {
        top: 350px;
        right: 280px;
        opacity: 1;
    }

    55% {
        top: 300px;
        right: 250px;
        opacity: 1;
    }

    70% {
        top: 240px;
        right: 190px;
        opacity: 0;
    }

    100% {
        top: 170px;
        right: 160px;
        opacity: 0;
    }
}

@keyframes ripple {
    0%,52% {
        opacity: 1;
        transform: scale(0);
    }

    56% {
        opacity: .8;
        transform: scale(0.8);
    }

    68% {
        opacity: 0;
        transform: scale(1.9);
    }

    100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card-browser, .chip-code, .chip-palette, .chip-layers, .cursor, .click-ripple, .constellation path {
        animation: none !important;
    }
}

@media (max-width:480px) {
    .float-scene {
        transform: scale(.82);
    }
}
/* ============ RESPONSIVE ============ */
@media (max-width:960px) {
    .fv-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .video-col {
        order: -1;
    }

    .video-frame {
        max-width: 420px;
    }
}

@media (min-width: 0px) and (max-width:700px) {
    .card-browser {
        top: -65px;
        right: -47px;
    }

    .chip-layers {
        position: absolute;
        bottom: 120px;
        right: -38px;
    }

    .chip-code {
        bottom: 36px;
        left: -38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .orbit-btn, .orbit-ring, .orbit-pulse, .faq-video-section::before {
        animation: none;
    }
}

@media (min-width: 0px) and (max-width: 390px) {
    .working-process-section__content {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
        margin-left: -6px;
    }
}
.main-ContactUs {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(51, 16, 91) 50%, rgba(0, 0, 0, 1) 100%);
}
