

/*فونت ها*/
/* فونت Morabba Black */
/* فونت Morabba Black */
@font-face {
    font-family: 'Morabba Black';
    src: url('../cssBehkavosh/Fonts.Ira/Morabba-Black.eot');
    /*    src: url('../cssBehkavosh/Fonts.Ira/Morabba-Black.eot?#iefix') format('embedded-opentype'),*/
    src: url('../cssBehkavosh/Fonts.Ira/Morabba-Black-1.woff2') format('woff2'),
        url('../cssBehkavosh/Fonts.Ira/Morabba-Black-1.woff') format('woff'),
        url('../cssBehkavosh/Fonts.Ira/Morabba-Black-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* فونت YekanBakh Medium */
@font-face {
    font-family: 'YekanBakh Medium';
    src: url('../cssBehkavosh/Fonts.Ira/YekanBakh-Medium.eot');
    /*src: url('../cssBehkavosh/Fonts.Ira/YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),*/
    src:  url('../cssBehkavosh/Fonts.Ira/YekanBakh-Medium.woff2') format('woff2'),
        url('../cssBehkavosh/Fonts.Ira/YekanBakh-Medium.woff') format('woff'),
        url('../cssBehkavosh/Fonts.Ira/YekanBakh-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* SECTION */
.home-hero {
    position: relative;
    overflow: hidden;
}

.home-heroBG{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.home-heroBG .row {
    width: 1521px;
    right: -0.2px;
    padding: 0px 50px 0px 50px !important;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* ICON TOP */
.hero-icon {
    margin-bottom: 20px;
}

.hero-icon img {
    width: 89px;
    height: 91px;
}

/* TITLE */
.hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #FFB200;
    margin-bottom: 15px;
}

/* SUBTITLE */
.hero-subtitle {
    font-size: 18px;
    line-height: 1.9;
    color: blanchedalmond;
    max-width: 520px;
    margin: 0 auto 40px;
}

/* DECORATIONS */
.hero-decor {
    position: relative;
    height: 60px;
}

.decor-left {
    position: absolute;
    right: 50%;
    transform: translateX(120px);
    bottom: 0;
    width: 38px;
}

.decor-right {
    position: absolute;
    left: 50%;
    transform: translateX(-120px);
    bottom: 5px;
    width: 69px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .decor-left,
    .decor-right {
        transform: none;
        position: static;
        margin: 0 10px;
    }

    .hero-decor {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        height: auto;
    }
}
/*آیکن بهکاوش*/
/*کانتینر منو در حالت دسکتاپ*/
/*بخش منو*************************/
    /* استایل‌های پایه */
    .row-menu {
        display: flex;
        align-items: center;
        padding: 10px 0;
        background: transparent !important;
        border-bottom: none;
        position: relative;
        z-index: 1000;
    }

    /* پس زمینه تصویری */
    .row-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('images/behkavosh/icon-behkavosh.png');
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        opacity: 0.05;
        z-index: -1;
    }

    .col-2, .col-10 {
        padding: 0 15px;
    }

    .icon-BE {
        max-width: 120px;
        height: auto;
    }

    /* منوی دسکتاپ */
    .desktop-menu {
        position: relative;
    }

    .btn-group {
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        padding: 10px 0;
    }

    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    .menuBTN {
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(10px);
        padding: 12px 18px;
        border-radius: 25px;
        cursor: pointer;
        transition: all 0.3s;
        border: 1px solid rgba(172, 196, 236, 0.4);
        font-weight: 600;
        font-size: 14px;
        color: #203d70;
        box-shadow: 0 4px 15px rgba(32, 61, 112, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 140px;
    }

    .menuBTN:hover {
        background: rgba(172, 196, 236, 0.95) !important;
        color: white !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(32, 61, 112, 0.15);
    }

    /* ========== منوی موبایل و تبلت ========== */
    .mobile-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        pointer-events: none;
    }

    .mobile-menu-container.active {
        pointer-events: all;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        z-index: 10000;
        transition: right 0.4s ease;
        box-shadow: -5px 0 30px rgba(32, 61, 112, 0.2);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .mobile-menu.active {
        right: 0;
    }

    .mobile-header {
        padding: 30px 20px 20px;
        text-align: center;
        background: linear-gradient(135deg, #203d70 0%, #2a4a8c 100%);
        color: white;
        margin-bottom: 10px;
        position: relative;
    }

    .mobile-logo {
        width: 80px;
        height: auto;
        margin-bottom: 15px;
    }

    .mobile-header h4 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .mobile-subtitle {
        font-size: 12px;
        opacity: 0.9;
        margin: 0;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        left: 15px;
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        color: white;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10001;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

    .close-btn:hover {
        opacity: 1;
    }

    .mobile-menu-content {
        flex: 1;
        padding: 0 20px 30px;
    }

    .mobile-item {
        border-bottom: 1px solid rgba(172, 196, 236, 0.3);
    }

    .mobile-btn {
        width: 100%;
        padding: 18px 0;
        background: none;
        border: none;
        text-align: right;
        font-size: 16px;
        color: #203d70;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        transition: all 0.3s;
    }

    .mobile-btn i {
        font-size: 18px;
        margin-left: 12px;
        color: #acc4ec;
        width: 24px;
        text-align: center;
    }

    .mobile-btn.active {
        color: #ffb200;
        background: rgba(255, 178, 0, 0.05);
    }

    .mobile-btn.active i {
        color: #ffb200;
    }

    .mobile-arrow {
        transition: transform 0.3s;
        font-size: 20px;
        color: #acc4ec;
    }

    .mobile-btn.active .mobile-arrow {
        transform: rotate(90deg);
        color: #ffb200;
    }

    /* زیرمنوهای موبایل */
    .mobile-submenu {
        display: none;
        padding: 15px;
        background: rgba(172, 196, 236, 0.05);
        border-radius: 15px;
        margin: 10px 0;
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .mobile-submenu.active {
        display: block;
    }

    .mobile-submenu-header {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        margin: -15px -15px 10px -15px;
        background: rgba(32, 61, 112, 0.05);
        border-radius: 15px 15px 0 0;
        font-weight: 600;
        color: #203d70;
        font-size: 13px;
    }

    .mobile-submenu-header i {
        margin-left: 10px;
        font-size: 16px;
    }

    .mobile-submenu a {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        color: #203d70;
        text-decoration: none;
        border-bottom: 1px solid rgba(172, 196, 236, 0.2);
        transition: all 0.3s;
        font-size: 14px;
        font-weight: 500;
    }

    .mobile-submenu a:last-child {
        border-bottom: none;
    }

    .mobile-submenu a i {
        margin-left: 12px;
        font-size: 16px;
        color: #acc4ec;
        width: 20px;
        text-align: center;
    }

    .mobile-submenu a:hover {
        color: #ffb200;
        background: rgba(255, 178, 0, 0.05);
        transform: translateX(-5px);
    }

    .mobile-submenu a:hover i {
        color: #ffb200;
    }

    .mobile-submenu hr {
        margin: 15px 0;
        border-color: rgba(172, 196, 236, 0.3);
    }

    .mobile-featured {
        background: rgba(255, 178, 0, 0.1) !important;
        border-left: 3px solid #ffb200;
        margin: 5px -15px -5px -15px !important;
        padding-left: 30px !important;
    }

    /* overlay موبایل */
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        display: none;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .mobile-overlay.active {
        display: block;
        opacity: 1;
    }

    /* دکمه همبرگر */
    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        background: linear-gradient(135deg, #203d70 0%, #2a4a8c 100%);
        border: none;
        border-radius: 12px;
        cursor: pointer;
    display: inline-flex;        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        width: 48px;
        height: 48px;
        box-shadow: 0 4px 15px rgba(32, 61, 112, 0.2);
        transition: all 0.3s;
        padding: 10px;
    }

    .navbar-toggler:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(32, 61, 112, 0.3);
    }

    .navbar-toggler span {
        width: 24px;
        height: 3px;
        background: white;
        margin: 3px 0;
        border-radius: 2px;
        transition: 0.3s;
    }

    /* تبلت */
    @media (min-width: 768px) and (max-width: 991px) {
        .navbar-toggler {
            top: 5px;
            right: 363px;
            width: 44px;
            height: 44px;
        }
        
        .mobile-menu {
            width: 75%;
            max-width: 300px;
        }
    }

    /* موبایل */
    @media (max-width: 767px) {
        .col-2 {
            flex: 0 0 25%;
            max-width: 25%;
        }
        
        .col-10 {
            flex: 0 0 75%;
            max-width: 75%;
        }
        
        .mobile-menu {
            width: 85%;
            max-width: 280px;
        }
        
        .navbar-toggler {
            top: 5px;
            right: -98px;
            width: 44px;
            height: 44px;
        }
    }

    /* موبایل کوچک */
    @media (max-width: 576px) {
        .mobile-menu {
            width: 90%;
            max-width: 270px;
        }
        
        .mobile-header {
            padding: 20px 15px 15px;
        }
        
        .mobile-logo {
            width: 60px;
        }
        
        .mobile-btn {
            font-size: 14px;
            padding: 14px 0;
        }
    }
     /* استایل فوری برای منوی جدید */
    .mobile-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }
    
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
    
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        background: white;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        transition: right 0.3s;
        overflow-y: auto;
        padding: 20px;
        z-index: 10000;
    }
    
    .mobile-header {
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }
    
    .mobile-logo {
        width: 80px;
        margin-bottom: 10px;
    }
    
    .mobile-header h4 {
        color: #203d70;
        margin: 10px 0 5px;
        font-size: 18px;
    }
    
    .mobile-header p {
        color: #666;
        font-size: 12px;
        margin: 0;
    }
    
    .close-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        background: none;
        border: none;
        font-size: 24px;
        color: #203d70;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    
    .mobile-section {
        margin-bottom: 25px;
    }
    
    .mobile-section h5 {
        color: #203d70;
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 2px solid #acc4ec;
        display: flex;
        align-items: center;
    }
    
    .mobile-section h5 i {
        margin-left: 8px;
        color: #ffb200;
    }
    
    .mobile-section a {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        color: #203d70;
        text-decoration: none;
        border-radius: 8px;
        margin-bottom: 5px;
        transition: all 0.3s;
        font-size: 14px;
    }
    
    .mobile-section a i {
        margin-left: 10px;
        color: #acc4ec;
        width: 20px;
        text-align: center;
    }
    
    .mobile-section a:hover {
        background: rgba(172, 196, 236, 0.1);
        color: #ffb200;
        transform: translateX(-5px);
    }
    
    .mobile-section a.featured {
        background: rgba(255, 178, 0, 0.1);
        border-right: 3px solid #ffb200;
        font-weight: 500;
    }
    
    /* تبلت */
    @media (min-width: 768px) and (max-width: 991px) {
        .mobile-menu {
            width: 300px;
        }
    }
    
    /* موبایل */
    @media (max-width: 767px) {
        .mobile-menu {
            width: 280px;
        }
    }
    
    /* موبایل کوچک */
    @media (max-width: 576px) {
        .mobile-menu {
            width: 260px;
        }
    }
/*پایان بخش منو**********************/
/*استایل های بخش فوتر*******************************************************/
.footer-section {
    background-color: BLUE;
    padding: 40px 0 15px;
    border-top: 1px solid #eaeaea;
    max-height: 582px !important;
}
/* ستون‌های اصلی فوتر */
.footer-main-columns {
    display: flex;
    margin-bottom: 40px;
}

/* بخش‌های داخلی */
.footer-inner-section {
    margin-bottom: 35px;
}
/*کانتینر سه ستون داخلی شامل دپارتمان ها ، درباره ی ما و غیزه*/
.footer-inner-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/*عناوین بخش ها در فوتر مانند دپارتمان ها درباره یما وغیره*/
.footer-heading {
    font-family: "Morabba Black", Sans-serif; /* اسم دقیق */
    font-size: 18px;
    font-weight: 600;
    color: #2AA7FF;
    padding: 0px 0px 30px 0px;
    margin-bottom: 0px !important;
}

/*استایل های فوتر سایت*/
/* استایل‌های فوتر */

.footer-reverse-tablet {
    direction: rtl;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* آیکون باکس‌ها */
.footer-icon-box-container {
    margin-bottom: 20px;
}

.footer-icon-box-wrapper {
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    align-items: center;
}

.footer-icon-box-wrapper:hover {
    transform: translateX(-5px);
}
/*ایکن کنار متن های زیر درباره ی ما دپارتمان ها و غیره*/
.footer-icon-box-icon {
    /*margin-left: 15px;*/
    color: #fff ;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.footer-icon-box-content {
    flex: 1;
}

/*متن های عناوین اولیه ی فوتر ماننده درباره ی ما دپارتمان ها وغیره*/
.footer-icon-box-title {
    font-family: "Yekan Bakh", Sans-serif;
    font-size: 16px;
    font-weight: 100;
}

/*متن های عناوین اولیه ی فوتر ماننده درباره ی ما دپارتمان ها وغیره*/
.footer-icon-box-title a {
    text-decoration: none;
    transition: color 0.3s;
    margin-block-end: 0px;
    color: #FFFFFF;
}



/* لیست مطالب وبلاگ */
.footer-post-list-container {
}

.footer-post-list-item {
}

.footer-post-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.footer-post-list-container .footer-post-list-item {
    gap: 15px;
    width: 100%;
}
.footer-post-title {
    font-size: 16px;
    font-weight: 100;
    /*line-height: 1.5;*/
    margin-bottom: 16px;
}

.footer-post-title a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-post-title a:hover {
    color: #007bff;
}

/* بخش اطلاعات تماس */
.footer-contact-section {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2aa7ff;
    margin-top: 70px;
    margin-bottom: 0px;
    padding: 20px 20px 20px 20px;
    max-width: 780px !important;
    margin-left: 56px;
    margin-right: -31px;
}

.footer-contact-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}



.footer-contact-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-contact-icon {
    color: #ff684c;
    font-size: 18px;
    margin-top: 3px;
    margin-left: 6.5px;
}

.footer-contact-text {
    font-family: "Morabba Black", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;

}

.footer-contact-text a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;

}

.footer-contact-text a:hover {
}
.footer-telNum{
    margin-bottom: 7px;
}
.footer-telTilte{
    color: #2aa7ff !important;
    margin-bottom: 7px;
}
.footer-concat-address-title{
    margin-bottom:10px;
    color:#2aa7ff;
    font-size: 18px !important;
}
.footer-concat-address{
    font-family: "Yekan Bakh", Sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    color: #FFFFFF
}
/* بخش لوگو و برند */
.footer-brand-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-brand-logo img {
    height: 207px;
    margin-right: 258px;
}

.footer-brand-text h2 {
    font-size: 28px;
    font-weight: 800;
    color: #222;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.footer-brand-text p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* آیکون‌های شبکه‌های اجتماعی */
.footer-social-section {
    margin-bottom: 30px;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #f0f0f0;
    border-radius: 50%;
    color: #555;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background-color: #007bff;
    color: white;
    transform: translateY(-3px);
}

/* جداکننده */
.footer-divider {
    height: 1px;
    background-color: #eaeaea;
    margin: 30px 0;
    width: 100%;
}

/* بخش گواهینامه‌ها */
.footer-certificates-section {
    margin-bottom: 25px;
}

.footer-certificates-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-certificate-item {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-certificate-img {
    max-width: 100%;
    height: auto;
    filter: grayscale(30%);
    transition: filter 0.3s;
}

.footer-certificate-img:hover {
    filter: grayscale(0%);
}

/* متن گواهینامه‌ها */
.footer-certificates-text {
    text-align: center;
    margin-top: 20px;
}

.footer-certificates-text p {
    text-align: center;
    font-family: "Yekan Bakh", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ACC4EC;
}

.footer-certificates-text p:first-child {

}

/* بخش کپی رایت */
.footer-copyright-section {
    background-color: #203d70;
    text-align: center;
}

.footer-copyright-divider {
    height: 1px;
    background-color: #203d70;
    width: 100%;
}

.footer-copyright-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.footer-col-main{
    max-height: fit-content;
}
/* ریسپانسیو */
@media (max-width: 992px) {
    .footer-col-main {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footer-col-main:first-child {
        order: 2;
    }

    .footer-col-main:last-child {
        order: 1;
    }

    .footer-contact-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {


    .footer-brand-section {
        flex-direction: column;
        text-align: center;
    }

    .footer-brand-logo {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .footer-certificate-item {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .footer-contact-item {
        flex-direction: column;
    }

    .footer-contact-icon {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .footer-certificate-item {
        width: 50px;
        height: 50px;
    }

    .footer-social-icons {
        gap: 10px;
    }

    .footer-social-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

/* انیمیشن‌های جزئی */
.footer-fade-in {
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* افکت‌های تعاملی */
.footer-hover-lift {
    transition: transform 0.3s ease;
}

.footer-hover-lift:hover {
    transform: translateY(-5px);
}

/*پایان بخش فوتر****************************************************/
.page-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* استایل‌های بخش اصلی */
.app-section-container {
    background-color: #ffffff;
    padding: 60px 0;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.app-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.app-text-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
}

.app-video-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
}

/* عنوان بخش */
.app-main-heading {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    padding-bottom: 15px;
}

.app-main-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(to left, #007bff, #00c6ff);
    border-radius: 2px;
}

/* متن بخش */
.app-description-text {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 30px;
    text-align: justify;
}

.app-description-text p {
    margin-bottom: 20px;
}

.app-description-text a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    position: relative;
}

.app-description-text a:hover {
    color: #0056b3;
}

.app-description-text a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 123, 255, 0.3);
    transition: background-color 0.3s;
}

.app-description-text a:hover::after {
    background-color: #0056b3;
}

.app-description-text strong {
    color: #222;
    font-weight: 700;
}

/* دکمه‌ها */
.app-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}

.app-button-wrapper {
    display: inline-block;
}

.app-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}

.app-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.app-button-text {
    white-space: nowrap;
}

/* دکمه دریافت پروپوزال */
.app-proposal-button {
    background-color: #007bff;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.app-proposal-button:hover {
    background-color: #0056b3;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.app-proposal-button:active {
    transform: translateY(-1px);
}

/* دکمه مشاوره رایگان */
.app-consultation-button {
    background-color: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.app-consultation-button:hover {
    background-color: #007bff;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.app-consultation-button:active {
    transform: translateY(-1px);
}

/* بخش ویدیو */
.app-video-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.app-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.app-main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.app-video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
    border-radius: 12px;
    pointer-events: none;
}

.app-video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

/* دکمه پخش ویدیو */
.app-play-button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.app-play-button:hover {
    background-color: white;
    transform: scale(1.1);
    color: #0056b3;
}

/* افکت‌های ویژه */
.app-highlight-text {
    position: relative;
    display: inline-block;
}

.app-highlight-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(0, 123, 255, 0.15);
    z-index: -1;
    border-radius: 4px;
    transition: height 0.3s;
}

.app-highlight-text:hover::before {
    height: 12px;
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.app-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.app-pulse-animation {
    animation: pulse 2s infinite;
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .app-text-column,
    .app-video-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .app-text-column {
        margin-bottom: 40px;
    }

    .app-video-container {
        height: 350px;
    }

    .app-main-heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .app-section-container {
        padding: 40px 0;
    }

    .app-content-wrapper {
        padding: 0 15px;
    }

    .app-main-heading {
        font-size: 24px;
    }

    .app-description-text {
        font-size: 16px;
    }

    .app-buttons-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .app-main-button {
        width: 100%;
        justify-content: center;
    }

    .app-video-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .app-main-heading {
        font-size: 22px;
    }

    .app-video-container {
        height: 250px;
    }

    .app-play-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* استایل‌های اضافی برای بهبود ظاهر */
.app-section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
    margin: 40px 0;
}

.app-note-box {
    background-color: #f8f9fa;
    border-right: 4px solid #007bff;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
}

.app-note-box p {
    margin: 0;
    color: #444;
    font-size: 16px;
}

/* هایلایت متن */
.app-text-highlight {
    background: linear-gradient(120deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%);
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

/* استایل‌های اصلی با رعایت اصول سئو */
:root {
    --primary-color: #007bff;
    --primary-dark: #0056b3;
    --secondary-color: #6c757d;
    --accent-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #17a2b8;
    --purple-color: #6f42c1;
    --pink-color: #e83e8c;
    --teal-color: #20c997;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --border-color: #dee2e6;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --transition-speed: 0.3s;
    --PCOLOR :#fefeff;
    --white :#ffffff;
    --card-gradient: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Iranian Sans', Tahoma, sans-serif;
    line-height: 1.8;
    color: var(--dark-color);
    background-color: #ffffff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* دسترسی بهتر برای focus */
:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* بهبود خوانایی لینک‌ها */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
}

a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* استایل‌های بخش اصلی */
.app-types-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
}

.app-types-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* هدر بخش */
.app-types-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
}

.app-types-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to left, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.app-types-subtitle {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.app-types-main-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.app-types-description {
    font-size: 20px;
    color: var(--secondary-color);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* شبکه کارت‌ها */
.app-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* کارت هر نوع اپلیکیشن */
.app-type-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px var(--shadow-color);
    transition: all var(--transition-speed) ease;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.app-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.app-type-card-inner {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.app-type-icon-wrapper {
    margin-bottom: 25px;
    text-align: center;
}

.app-type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    color: white;
    font-size: 32px;
    transition: all var(--transition-speed) ease;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.app-type-card:hover .app-type-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, var(--accent-color), #ff4500);
}

/* برای کارت‌هایی که لینک ندارند */
.app-type-card.no-link:hover .app-type-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
}

.app-type-content {
    flex-grow: 1;
}

.app-type-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
}

.app-type-title a {
    color: inherit;
    text-decoration: none;
}

.app-type-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* دکمه بیشتر */
.app-type-action {
    margin-top: 20px;
    text-align: center;
}

.app-type-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all var(--transition-speed) ease;
    text-decoration: none;
}

.app-type-link:hover {
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.app-type-link i {
    margin-right: 8px;
    transition: transform var(--transition-speed) ease;
}

.app-type-link:hover i {
    transform: translateX(5px);
}

/* برای کارت‌های بدون لینک */
.app-type-card.no-link .app-type-action {
    display: none;
}

/* بخش فوتر کارت */
.app-type-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
    text-align: center;
    font-size: 14px;
    color: var(--secondary-color);
}

/* ریسپانسیو */
@media (max-width: 1199px) {
    .app-types-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 992px) {
    .app-types-section {
        padding: 60px 0;
    }

    .app-types-main-title {
        font-size: 32px;
    }

    .app-types-description {
        font-size: 18px;
    }

    .app-types-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .app-types-section {
        padding: 50px 0;
    }

    .app-types-header {
        margin-bottom: 40px;
    }

    .app-types-main-title {
        font-size: 28px;
    }

    .app-types-description {
        font-size: 17px;
    }

    .app-types-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .app-type-card-inner {
        padding: 25px;
    }

    .app-type-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .app-types-section {
        padding: 40px 0;
    }

    .app-types-main-title {
        font-size: 24px;
    }

    .app-types-description {
        font-size: 16px;
    }

    .app-types-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .app-type-card-inner {
        padding: 20px;
    }

    .app-type-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .app-types-container {
        padding: 0 15px;
    }

    .app-type-card-inner {
        padding: 18px;
    }
}

/* بهبود دسترسی برای خوانندگان صفحه */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* انیمیشن‌های ظریف */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* بارگذاری تنبل (lazy loading) برای تصاویر */
.lazy-load {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lazy-load.loaded {
    opacity: 1;
}

/* بهبود عملکرد برای موبایل */
@media (hover: none) and (pointer: coarse) {
    .app-type-card:hover {
        transform: none;
    }

    .app-type-link:active {
        background-color: var(--primary-color);
        color: white;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .app-types-section {
        background-color: #1a1a1a;
    }

    .app-type-card {
        background-color: #2d2d2d;
        border-color: #404040;
    }

    .app-types-main-title,
    .app-type-title {
        color: #f0f0f0;
    }

    .app-types-description {
        color: #b0b0b0;
    }

    .app-type-footer {
        color: #888;
        border-top-color: #404040;
    }
}

/* Print Styles */
@media print {
    .app-types-section {
        padding: 20px 0;
    }

    .app-type-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .app-type-link {
        display: none;
    }
}

/* بهبود سئو: متن جایگزین برای آیکون‌های دکوری */
.decorative-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

/* استایل اضافی برای کارت‌های بدون لینک جزئیات */
.app-type-card.no-details .app-type-action {
    display: block !important;
}

.app-type-card.no-details .app-type-link {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.app-type-card.no-details .app-type-link:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: white;
}

.app-type-card.no-details .app-type-link i {
    margin-right: 0;
    margin-left: 8px;
}

.no-details-note {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
    font-style: italic;
    text-align: center;
}
/*استایل های مربوط به بخش  سوم سابت دراره ی پر کردن فرم*/
/* بخش اصلی */
.order-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.order-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* بخش داخلی با پس‌زمینه */
.order-inner-section {
    background-color: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.order-inner-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
}

/* ستون فرم */
.order-form-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

/* ستون محتوا */
.order-content-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    display: flex;
    flex-direction: column;
}

/* هدر فرم */
.order-form-header {
    margin-bottom: 30px;
    text-align: center;
}

.form-main-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.form-main-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.form-subtitle {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 1px;
}

/* استایل‌های فرم */
.order-form-wrapper {
    flex-grow: 1;
}

.order-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #203D70;
    font-size: 16px;
}

.form-label.required::after {
    content: ' *';
    color: #dc3545;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all var(--transition-speed) ease;
    background-color: #fff;
    color: var(--dark-color);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-control::placeholder {
    color: #adb5bd;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* دکمه ارسال */
.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn i {
    font-size: 20px;
}

/* پیام موفقیت */
.success-message {
    display: none;
    padding: 20px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #c3e6cb;
    text-align: center;
}

.success-message i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

/* بخش محتوا */
.order-content-header {
    margin-bottom: 30px;
}

.content-main-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.4;
    color: white;
    position: relative;
    display: inline-block;
}

.content-main-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
}

.content-text {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.95);
    text-align: justify;
}

.content-text p {
    margin-bottom: 20px;
}

.content-text strong {
    color: white;
    font-weight: 700;
}

/* لیست مزایا */
.benefits-list {
    margin-top: 30px;
    padding-right: 20px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.benefit-icon {
    margin-left: 10px;
    color: #4dabf7;
    font-size: 20px;
    margin-top: 3px;
}

.benefit-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}

/* شمارنده کاراکتر */
.char-counter {
    font-size: 14px;
    color: var(--secondary-color);
    text-align: left;
    margin-top: 5px;
    direction: ltr;
}

.char-counter.limit {
    color: #dc3545;
}

/* اعتبارسنجی فیلدها */
.form-control.error {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* لودر ارسال */
.submit-loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .order-form-column,
    .order-content-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-inner-container {
        flex-direction: column;
    }

    .order-form-column {
        order: 2;
    }

    .order-content-column {
        order: 1;
    }
}

@media (max-width: 768px) {
    .order-section {
        padding: 50px 0;
    }

    .order-form-column,
    .order-content-column {
        padding: 30px;
    }

    .form-main-title,
    .content-main-title {
        font-size: 24px;
    }

    .form-subtitle {
        font-size: 14px;
    }

    .content-text {
        font-size: 16px;
    }

    .submit-btn {
        padding: 14px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .order-container {
        padding: 0 15px;
    }

    .order-form-column,
    .order-content-column {
        padding: 25px;
    }

    .form-main-title,
    .content-main-title {
        font-size: 22px;
    }

    .content-text {
        font-size: 15px;
    }

    .benefit-item {
        flex-direction: column;
    }

    .benefit-icon {
        margin-left: 0;
        margin-bottom: 5px;
    }
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

/* بهبود دسترسی */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .order-form-column {
        background-color: #2d2d2d;
    }

    .form-control {
        background-color: #3d3d3d;
        border-color: #4d4d4d;
        color: #f0f0f0;
    }

    .form-label {
        color: #c0c0c0;
    }
}


/*بخش چهارم سایت*/


/* بخش ویژگی‌ها */
.features-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.features-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.features-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* هدر بخش */
.features-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}

.features-subtitle {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 30px;
}

.features-main-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
}

.features-main-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.features-description {
    font-size: 20px;
    color: var(--secondary-color);
    max-width: 600px;
    margin: 30px auto 0;
    line-height: 1.6;
}

/* فیلتر دسته‌بندی‌ها */
.features-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.filter-btn {
    padding: 12px 28px;
    background-color: white;
    border: 2px solid var(--border-color);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
}

.filter-btn.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.filter-btn i {
    font-size: 18px;
}

/* شبکه کارت‌های ویژگی‌ها */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* کارت ویژگی */
.feature-card {
    background: var(--card-gradient);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-speed) ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.feature-card.active {
    border-color: var(--primary-color);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
}

.feature-card-inner {
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* هدر کارت */
.feature-header {
    /*display: flex;*/
    align-items: flex-start;
    /*margin-bottom: 25px;*/
    gap: 20px;
}

.feature-icon-wrapper {
    flex-shrink: 0;
}

.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 32px;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-speed) ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* رنگ‌های مختلف برای آیکون‌ها */
.icon-primary {
    background: linear-gradient(135deg, var(--primary-color), #3395ff);
}
.icon-success {
    background: linear-gradient(135deg, var(--accent-color), #34ce57);
}
.icon-warning {
    background: linear-gradient(135deg, var(--warning-color), #ffd761);
}
.icon-danger {
    background: linear-gradient(135deg, var(--danger-color), #e4606d);
}
.icon-info {
    background: linear-gradient(135deg, var(--info-color), #5bc0de);
}
.icon-purple {
    background: linear-gradient(135deg, #6f42c1, #9d7ce8);
}
.icon-teal {
    background: linear-gradient(135deg, #20c997, #59e0b5);
}
.icon-pink {
    background: linear-gradient(135deg, #e83e8c, #f28bb8);
}

.feature-title-content {
    flex: 1;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.feature-subtitle {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.status-active {
    background-color: rgba(40, 167, 69, 0.1);
    color: var(--accent-color);
}

.status-inactive {
    background-color: rgba(220, 53, 69, 0.1);
    color: var(--danger-color);
}

/* محتوای کارت */
.feature-content {
    flex-grow: 1;
    margin-bottom: 25px;
}

.feature-description {
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.feature-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--dark-color);
    line-height: 1.5;
}

.feature-detail-item i {
    color: var(--primary-color);
    margin-left: 10px;
    margin-top: 4px;
    font-size: 14px;
}

/* فوتر کارت */
.feature-footer {
    /* padding-top: 20px; */
    /* border-top: 1px solid var(--border-color); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid var(--border-color);
    margin-right: -22px;
    padding-top: 13px;
}

.feature-tag {
    padding: 4px 12px;
    background-color: rgba(0, 123, 255, 0.1);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.feature-action {
    flex-shrink: 0;
}

.feature-btn {
    padding: 8px 20px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-btn:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.feature-btn i {
    transition: transform var(--transition-speed) ease;
}

.feature-btn:hover i {
    transform: translateX(5px);
}

/* بخش آمار و اعداد */
.features-stats {
    background: white;
    border-radius: 20px;
    padding: 50px;
    margin-top: 70px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 600;
}

/* CTA پایین بخش */
.features-cta {
    text-align: center;
    margin-top: 70px;
    padding: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.features-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-btn-primary {
    padding: 16px 40px;
    background-color: white;
    color: var(--primary-color);
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta-btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    padding: 16px 40px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ریسپانسیو */
@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 992px) {
    .features-section {
        padding: 70px 0;
    }

    .features-main-title {
        font-size: 36px;
    }

    .features-description {
        font-size: 18px;
    }

    .features-stats {
        padding: 40px;
        gap: 30px;
    }

    .stat-number {
        font-size: 40px;
    }

    .features-cta {
        padding: 40px;
    }

    .cta-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 50px 0;
    }

    .features-main-title {
        font-size: 30px;
    }

    .features-description {
        font-size: 16px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .feature-card-inner {
        padding: 25px;
    }

    .feature-header {
        flex-direction: column;
        gap: 15px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .feature-title {
        font-size: 20px;
    }

    .features-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }

    .stat-number {
        font-size: 36px;
    }

    .features-cta {
        padding: 30px;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .features-container {
        padding: 0 15px;
    }

    .features-main-title {
        font-size: 26px;
    }

    .features-subtitle {
        font-size: 16px;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .features-stats {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 32px;
    }

    .cta-title {
        font-size: 22px;
    }
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* دسترسی */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* افکت‌های ویژه */
.feature-card.highlight {
    position: relative;
    overflow: hidden;
}

.feature-card.highlight::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    z-index: 3;
}

/* بخش امکانات اختصاصی */
.exclusive-features-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.exclusive-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* هدر بخش */
.exclusive-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.exclusive-subtitle {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.exclusive-subtitle::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.exclusive-main-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.exclusive-description {
    font-size: 20px;
    color: var(--secondary-color);
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.exclusive-icon {
    width: 114px;
    height: 114px;
    margin: 30px auto 0;
    position: relative;
}

.exclusive-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* شبکه ویژگی‌ها */
.exclusive-grid-container {
    margin-top: 50px;
}

.exclusive-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

/* کارت ویژگی */
.feature-item {
    background: var(--card-gradient);
    border-radius: 16px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-speed) ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, var(--primary-color), var(--accent-color));
    transform: translateX(-100%);
    transition: transform var(--transition-speed) ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.feature-item:hover::before {
    transform: translateX(0);
}

.feature-item.active {
    border-color: var(--primary-color);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
}

.feature-item.active::before {
    transform: translateX(0);
}

/* آیکون ویژگی */
.feature-icon-wrapper {
    margin-bottom: 25px;
    position: relative;
}

.feature-icon-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 36px;
    color: white;
    transition: all var(--transition-speed) ease;
    position: relative;
    z-index: 2;
}

.feature-icon-bg::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    transition: all var(--transition-speed) ease;
}

.feature-item:hover .feature-icon-bg::before {
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
}

/* رنگ‌های مختلف برای آیکون‌ها */
.icon-bg-1 {
    background: linear-gradient(135deg, var(--primary-color), #3395ff);
}
.icon-bg-1::before {
    background-color: var(--primary-color);
}

.icon-bg-2 {
    background: linear-gradient(135deg, var(--accent-color), #34ce57);
}
.icon-bg-2::before {
    background-color: var(--accent-color);
}

.icon-bg-3 {
    background: linear-gradient(135deg, var(--warning-color), #ffd761);
}
.icon-bg-3::before {
    background-color: var(--warning-color);
}

.icon-bg-4 {
    background: linear-gradient(135deg, var(--info-color), #5bc0de);
}
.icon-bg-4::before {
    background-color: var(--info-color);
}

.icon-bg-5 {
    background: linear-gradient(135deg, var(--purple-color), #9d7ce8);
}
.icon-bg-5::before {
    background-color: var(--purple-color);
}

.icon-bg-6 {
    background: linear-gradient(135deg, var(--teal-color), #59e0b5);
}
.icon-bg-6::before {
    background-color: var(--teal-color);
}

.icon-bg-7 {
    background: linear-gradient(135deg, var(--pink-color), #f28bb8);
}
.icon-bg-7::before {
    background-color: var(--pink-color);
}

.icon-bg-8 {
    background: linear-gradient(135deg, #fd7e14, #fd9843);
}
.icon-bg-8::before {
    background-color: #fd7e14;
}

.icon-bg-9 {
    background: linear-gradient(135deg, #20c997, #3dd4a8);
}
.icon-bg-9::before {
    background-color: #20c997;
}

.icon-bg-10 {
    background: linear-gradient(135deg, #6c757d, #8a939b);
}
.icon-bg-10::before {
    background-color: #6c757d;
}

.icon-bg-11 {
    background: linear-gradient(135deg, #343a40, #495057);
}
.icon-bg-11::before {
    background-color: #343a40;
}

.icon-bg-12 {
    background: linear-gradient(135deg, #17a2b8, #2cb4ca);
}
.icon-bg-12::before {
    background-color: #17a2b8;
}

.icon-bg-13 {
    background: linear-gradient(135deg, #6610f2, #7c34f3);
}
.icon-bg-13::before {
    background-color: #6610f2;
}

.icon-bg-14 {
    background: linear-gradient(135deg, #e83e8c, #ec5e9f);
}
.icon-bg-14::before {
    background-color: #e83e8c;
}

.icon-bg-15 {
    background: linear-gradient(135deg, #ffc107, #ffce3a);
}
.icon-bg-15::before {
    background-color: #ffc107;
}

/* محتوای ویژگی */
.feature-content {
    flex-grow: 1;
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 10px;
    line-height: 1.4;
}

.feature-description {
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 1.6;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all var(--transition-speed) ease;
}

.feature-item.active .feature-description,
.feature-item:hover .feature-description {
    opacity: 1;
    max-height: 100px;
    margin-top: 10px;
}

/* مدال جزئیات */
.feature-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content {
    background: white;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    padding: 30px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 20px;
}

.modal-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    flex-shrink: 0;
}

.modal-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0;
}

.modal-body {
    padding: 30px;
}

.modal-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--secondary-color);
    margin-bottom: 30px;
}

.modal-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--dark-color);
}

.modal-feature-item i {
    color: var(--primary-color);
    margin-left: 10px;
    margin-top: 5px;
    font-size: 18px;
}

.modal-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--light-color);
    border: none;
    color: var(--secondary-color);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-speed) ease;
}

.modal-close:hover {
    background-color: var(--danger-color);
    color: white;
    transform: rotate(90deg);
}

/* ریسپانسیو */
@media (max-width: 1200px) {
    .exclusive-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .exclusive-features-section {
        padding: 70px 0;
    }

    .exclusive-main-title {
        font-size: 36px;
    }

    .exclusive-description {
        font-size: 18px;
    }

    .exclusive-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .feature-item {
        padding: 30px 20px;
    }

    .feature-icon-bg {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .exclusive-main-title {
        font-size: 30px;
    }

    .exclusive-description {
        font-size: 16px;
    }

    .exclusive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature-title {
        font-size: 16px;
    }

    .modal-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .modal-title {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .exclusive-container {
        padding: 0 15px;
    }

    .exclusive-main-title {
        font-size: 26px;
    }

    .exclusive-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-item {
        padding: 25px 20px;
    }

    .modal-content {
        max-height: 80vh;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-title {
        font-size: 22px;
    }
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* دسترسی */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .exclusive-features-section {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    }

    .feature-item {
        background: #2d2d2d;
        border-color: #404040;
    }

    .exclusive-main-title,
    .feature-title {
        color: #f0f0f0;
    }

    .exclusive-description {
        color: #b0b0b0;
    }

    .modal-content {
        background: #2d2d2d;
        color: #f0f0f0;
    }

    .modal-title {
        color: #f0f0f0;
    }

    .modal-description {
        color: #b0b0b0;
    }

    .modal-feature-item {
        color: #f0f0f0;
    }
}
/* بخش آمار و موفقیت‌ها */
.achievements-section {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.achievements-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, rgba(102, 126, 234, 0) 70%);
    border-radius: 50%;
}

.achievements-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.1) 0%, rgba(118, 75, 162, 0) 70%);
    border-radius: 50%;
}

.achievements-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* شبکه آمارها */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* کارت آمار */
.stat-card {
    background: var(--card-gradient);
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-speed) ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: var(--stats-gradient);
    transform: translateX(-100%);
    transition: transform var(--transition-speed) ease;
}

.stat-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.stat-card:hover::before {
    transform: translateX(0);
}

/* آیکون آمار */
.stat-icon-wrapper {
    margin-bottom: 25px;
    position: relative;
}

.stat-icon-bg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: var(--stats-gradient);
    color: #6976df;
    font-size: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    transition: all var(--transition-speed) ease;
}

.stat-card:hover .stat-icon-bg {
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.stat-icon-bg::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--stats-gradient);
    opacity: 0.2;
    z-index: -1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.2;
    }
}

/* محتوای آمار */
.stat-content {
    flex-grow: 1;
    width: 100%;
}

.stat-number {
    font-size: 42px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-card:hover .stat-number {
    animation: countUp 1.5s ease-out;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-label {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.stat-description {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
}

/* بخش دکوراتیو پایین */
.achievements-decoration {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.decoration-icon {
    width: 96px;
    height: 111px;
    margin: 0 auto;
    position: relative;
    animation: float 6s ease-in-out infinite;
}

.decoration-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    75% {
        transform: translateY(10px) rotate(-5deg);
    }
}

/* CTA بخش */
.achievements-cta {
    margin-top: 70px;
    text-align: center;
}

.cta-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--primary-color), var(--PCOLOR));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-description {
    font-size: 18px;
    color: var(--white);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-button {
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border: none;
}

.cta-button-primary {
    background: var(--stats-gradient);
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.cta-button-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    color: white;
}

.cta-button-secondary {
    background-color: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.cta-button-secondary:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);
}

/* انیمیشن شمارنده‌ها */
@keyframes countAnimation {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.animate-stat {
    animation: countAnimation var(--animation-duration) ease-out forwards;
}

/* ریسپانسیو */
@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .cta-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .achievements-section {
        padding: 80px 0 60px;
    }

    .stat-card {
        padding: 30px 20px;
    }

    .stat-icon-bg {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-label {
        font-size: 18px;
    }

    .decoration-icon {
        width: 80px;
        height: 92px;
    }

    .cta-title {
        font-size: 26px;
    }

    .cta-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-card {
        padding: 25px 15px;
    }

    .stat-icon-bg {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 16px;
    }

    .stat-description {
        font-size: 14px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .achievements-container {
        padding: 0 15px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-card {
        padding: 20px 15px;
    }

    .stat-icon-bg {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .stat-number {
        font-size: 28px;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-description {
        font-size: 15px;
        padding: 0 10px;
    }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .achievements-section {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    }

    .stat-card {
        background: #2d2d2d;
        border-color: #404040;
    }

    .stat-label {
        color: #f0f0f0;
    }

    .stat-description {
        color: #b0b0b0;
    }

    .cta-title {
        background: linear-gradient(135deg, #4dabf7, #3395ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .cta-description {
        color: #b0b0b0;
    }

    .cta-button-secondary {
        background-color: #3d3d3d;
        color: #4dabf7;
        border-color: #4dabf7;
    }

    .cta-button-secondary:hover {
        background-color: #4dabf7;
        color: #2d2d2d;
    }
}

/* دسترسی */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* افکت‌های ویژه */
.stat-card.highlight {
    position: relative;
    overflow: hidden;
}

.stat-card.highlight::after {
    content: '⭐';
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: var(--warning-color);
    animation: twinkle 2s infinite;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Grid Animation */
.stats-grid {
    perspective: 1000px;
}

.stat-card {
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.stat-card:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

/*پایان بخش موفقیت ها و اشیومنت ها*/
/*بخش گیمیفکیشن*/
/* Gamification Section Styles */
.gamification-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-subtitle {
    display: inline-block;
    padding: 6px 20px;
    background: #4361ee;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
}

.section-description {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Model Card */
.gamification-model-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.model-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.model-description {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 30px;
}

/* Scoring Factors */
.scoring-factors {
    margin-top: 20px;
}

.factor-item {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    border-right: 4px solid #4361ee;
    transition: all 0.3s ease;
}

.factor-item:hover {
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.factor-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.factor-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    margin-left: 15px;
}

.factor-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    flex: 1;
    margin: 0;
}

.factor-weight {
    background: #e0e7ff;
    color: #4361ee;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.factor-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 10px;
}

.factor-progress .progress {
    height: 6px;
    border-radius: 3px;
    background: #e2e8f0;
}

.factor-progress .progress-bar {
    background: linear-gradient(to right, #4361ee, #4cc9f0);
    border-radius: 3px;
}

/* Score Preview */
.score-preview {
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.preview-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
    margin-bottom: 30px;
}

.score-circle {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 30px;
}

.circle-progress {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#4361ee 0%, #e2e8f0 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle-progress::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 50%;
}

.score-value {
    font-size: 42px;
    font-weight: 800;
    color: #4361ee;
    z-index: 1;
}

.score-label {
    display: block;
    font-size: 14px;
    color: #64748b;
    z-index: 1;
    margin-top: 5px;
}

/* Reward Levels */
.reward-preview {
    margin-top: 20px;
}

.reward-level {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.reward-level:hover {
    transform: translateX(-5px);
}

.no-reward {
    background: #f1f5f9;
    border-right: 3px solid #94a3b8;
}

.bronze-level {
    background: #fef3c7;
    border-right: 3px solid #d97706;
}

.silver-level {
    background: #f1f5f9;
    border-right: 3px solid #64748b;
}

.gold-level {
    background: #fef3c7;
    border-right: 3px solid #d97706;
}

.reward-level i {
    font-size: 20px;
    margin-left: 10px;
    width: 30px;
}

.no-reward i {
    color: #94a3b8;
}
.bronze-level i {
    color: #d97706;
}
.silver-level i {
    color: #64748b;
}
.gold-level i {
    color: #d97706;
}

.level-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.level-range {
    background: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

/* Form Card */
.gamification-form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.form-label i {
    margin-left: 8px;
    color: #4361ee;
}

.form-control,
.form-select {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus,
.form-select:focus {
    border-color: #4361ee;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
    outline: none;
}

.char-counter {
    text-align: left;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 5px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.form-check-label {
    font-size: 14px;
    color: #475569;
    cursor: pointer;
}

/* Form Actions */
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.submit-btn {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
}

.submit-btn i {
    margin-left: 10px;
}

.form-tips {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #64748b;
    background: #f1f5f9;
    padding: 10px 15px;
    border-radius: 8px;
}

.form-tips i {
    margin-left: 8px;
    color: #f59e0b;
}

/* Responsive */
@media (max-width: 992px) {
    .section-title {
        font-size: 30px;
    }

    .gamification-model-card,
    .gamification-form-card {
        padding: 30px;
    }

    .score-circle {
        width: 180px;
        height: 180px;
    }

    .circle-progress::before {
        width: 140px;
        height: 140px;
    }

    .score-value {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .form-actions {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .submit-btn {
        justify-content: center;
    }
}
/*پایان بخش گیمیفیکیشن*/
/*شروع سکشن توضیحات*/
/* BehKavosh App Design Styles - Clean & Professional */
:root {
    --behkavosh-primary: #2a6bb1;
    --behkavosh-secondary: #1e4a8a;
    --behkavosh-accent: #3b82f6;
    --behkavosh-success: #10b981;
    --behkavosh-warning: #f59e0b;
    --behkavosh-danger: #ef4444;
    --behkavosh-light: #f8fafc;
    --behkavosh-dark: #1e293b;
    --behkavosh-gray: #64748b;
    --behkavosh-border: #e2e8f0;
    --behkavosh-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Header Section */
.behkavosh-section-header {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.behkavosh-section-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.behkavosh-subtitle {
    display: inline-block;
    padding: 8px 24px;
    background: var(--behkavosh-primary);
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.behkavosh-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--behkavosh-dark);
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
}

.behkavosh-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% - 40px);
    width: 80px;
    height: 4px;
    background: var(--behkavosh-accent);
    border-radius: 2px;
}

.decoration-img {
    margin-top: 30px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Sticky Navigation */
.behkavosh-sticky-nav {
    background: white;
    border-radius: 15px;
    box-shadow: var(--behkavosh-shadow);
    border: 1px solid var(--behkavosh-border);
    position: sticky;
    top: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.behkavosh-sticky-nav:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.nav-header {
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.nav-icon {
    font-size: 1.5rem;
}

.nav-links-container {
    padding: 20px 0;
}

.behkavosh-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    border-bottom: 1px solid var(--behkavosh-border);
}

.nav-item:last-child {
    border-bottom: none;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: var(--behkavosh-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    background: #f1f5f9;
    color: var(--behkavosh-primary);
    padding-right: 25px;
}

.nav-link.active::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--behkavosh-accent);
    border-radius: 0 2px 2px 0;
}

.nav-number {
    width: 35px;
    height: 35px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--behkavosh-gray);
    margin-left: 15px;
    transition: all 0.3s ease;
}

.nav-link:hover .nav-number,
.nav-link.active .nav-number {
    background: var(--behkavosh-accent);
    color: white;
}

.nav-text {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
}

.nav-footer {
    padding: 20px;
    border-top: 1px solid var(--behkavosh-border);
}

.share-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-label {
    font-size: 14px;
    color: var(--behkavosh-gray);
    font-weight: 500;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn.whatsapp {
    background: #25D366;
}
.share-btn.linkedin {
    background: #0077B5;
}
.share-btn.twitter {
    background: #1DA1F2;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Content Container */
.behkavosh-content-container {
    background: white;
    border-radius: 15px;
    box-shadow: var(--behkavosh-shadow);
    border: 1px solid var(--behkavosh-border);
    overflow: hidden;
}

.content-section {
    display: none;
    padding: 40px;
}

.content-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-badge {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--behkavosh-border);
}

.badge-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 20px;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--behkavosh-dark);
    margin: 0;
    flex: 1;
}

.section-content {
    line-height: 1.8;
    color: var(--behkavosh-gray);
}

.section-content h3,
.section-content h4 {
    color: var(--behkavosh-dark);
    margin-top: 25px;
    margin-bottom: 15px;
}

.section-content h3 {
    font-size: 1.5rem;
}

.section-content h4 {
    font-size: 1.25rem;
}

.lead {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    font-weight: 500;
    margin-bottom: 20px;
}

/* Feature Cards */
.feature-card {
    display: flex;
    align-items: flex-start;
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    border-right: 4px solid var(--behkavosh-accent);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateX(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-left: 20px;
    flex-shrink: 0;
    margin-top: -97px;
    margin-bottom: 48px;
    margin-right: -4px;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 1.125rem;
    margin: 0 0 10px 0;
    color: var(--behkavosh-dark);
}

/* App Features List */
.app-feature-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f1f5f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.app-feature-item:hover {
    background: #e2e8f0;
    transform: translateY(-2px);
}

.feature-list-icon {
    color: var(--behkavosh-primary);
    margin-left: 10px;
    font-size: 1.125rem;
    width: 24px;
    text-align: center;
}

/* Platform Sections */
.platform-section {
    padding: 25px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 30px;
}

.platform-title {
    font-size: 1.375rem;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--behkavosh-border);
}

.android-title {
    color: #3DDC84;
}

.ios-title {
    color: #000000;
}

.stats-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.stat-item {
    margin-bottom: 10px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--behkavosh-primary);
    display: block;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--behkavosh-gray);
    display: block;
    margin-top: 5px;
}

.benefits-list {
    margin-top: 20px;
}

.benefits-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-items li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
}

/* Steps Timeline */
.steps-timeline {
    margin-top: 30px;
}

.timeline-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.timeline-step {
    background: white;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.timeline-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.timeline-step::after {
    content: '→';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--behkavosh-gray);
    opacity: 0.5;
}

.timeline-step:first-child::after {
    display: none;
}

.step-number {
    display: block;
    width: 30px;
    height: 30px;
    background: var(--behkavosh-primary);
    color: white;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 auto 10px;
    font-weight: 700;
}

.step-text {
    font-size: 0.875rem;
    color: var(--behkavosh-dark);
    font-weight: 500;
}

/* Comparison Table */
.comparison-table-custom {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.comparison-table-custom thead {
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    color: white;
}

.comparison-table-custom th {
    font-weight: 600;
    padding: 15px;
    border: none;
}

.comparison-table-custom td {
    padding: 15px;
    border-color: var(--behkavosh-border);
}

.comparison-table-custom tbody tr:nth-child(even) {
    background: #f8fafc;
}

/* Decision Guide */
.decision-guide {
    margin-top: 30px;
}

.choice-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.choice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.choice-card.recommended {
    border-color: var(--behkavosh-border);
}

.choice-card.best-choice {
    border-color: var(--behkavosh-accent);
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
}

.choice-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.choice-header i {
    font-size: 1.5rem;
    margin-left: 15px;
    color: var(--behkavosh-primary);
}

.choice-header h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--behkavosh-dark);
    margin: 0;
    flex: 1;
}

.choice-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.choice-card li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
}

.choice-card li::before {
    content: '✓';
    color: var(--behkavosh-success);
    font-weight: bold;
    margin-left: 10px;
}

/* Cost Factors */
.cost-factors {
    margin-top: 30px;
}

.factor-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.factor-item:hover {
    background: #f1f5f9;
    transform: translateX(-5px);
}

.factor-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-left: 20px;
    flex-shrink: 0;
}

.factor-content {
    flex: 1;
}

.factor-content h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0 0 5px 0;
    font-weight: 600;
}

/* Cost Comparison */
.cost-comparison {
    margin-top: 40px;
}

.cost-type {
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-top: 4px solid var(--behkavosh-primary);
    transition: all 0.3s ease;
}

.cost-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cost-type h5 {
    font-size: 1.25rem;
    color: var(--behkavosh-dark);
    margin-bottom: 10px;
    font-weight: 700;
}

.cost-desc {
    color: var(--behkavosh-gray);
    margin-bottom: 15px;
    font-size: 0.9375rem;
}

.cost-badge {
    display: inline-block;
    padding: 6px 15px;
    background: #e0f2fe;
    color: var(--behkavosh-primary);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Revenue Methods */
.revenue-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.method-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--behkavosh-success);
    transition: all 0.3s ease;
}

.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.method-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.method-header i {
    font-size: 1.75rem;
    color: var(--behkavosh-primary);
    margin-left: 15px;
}

.method-header h4 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

/* Growth Points */
.growth-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.growth-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.growth-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.growth-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.growth-content h4 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0 0 10px 0;
    font-weight: 600;
}

/* No Code Advantages */
.no-code-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.advantage-item {
    text-align: center;
    padding: 25px 20px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    background: #f1f5f9;
    transform: translateY(-5px);
}

.advantage-icon {
    font-size: 2rem;
    color: var(--behkavosh-primary);
    margin-bottom: 15px;
}

.advantage-item h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0 0 10px 0;
    font-weight: 600;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    border-radius: 15px;
    padding: 40px;
    color: white;
    text-align: center;
}

.cta-content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: white;
}

.cta-content p {
    opacity: 0.9;
    margin-bottom: 25px;
}

.btn-behkavosh {
    display: inline-flex;
    align-items: center;
    background: white;
    color: var(--behkavosh-primary);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-behkavosh:hover {
    background: #f1f5f9;
    color: var(--behkavosh-secondary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-behkavosh i {
    margin-left: 10px;
}

/* App Types */
.app-types-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.app-type-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.app-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.app-type-header {
    padding: 25px;
    color: white;
    display: flex;
    align-items: center;
}

.app-type-header i {
    font-size: 2rem;
    margin-left: 15px;
}

.app-type-header h4 {
    font-size: 1.125rem;
    margin: 0;
    font-weight: 600;
}

.app-type-header.native {
    background: linear-gradient(135deg, #3DDC84, #34A853);
}
.app-type-header.hybrid {
    background: linear-gradient(135deg, #667eea, #764ba2);
}
.app-type-header.web {
    background: linear-gradient(135deg, #4299e1, #3182ce);
}
.app-type-header.pwa {
    background: linear-gradient(135deg, #ed8936, #dd6b20);
}

.app-type-body {
    padding: 25px;
}

.type-features {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.type-features li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
}

.type-features li::before {
    content: '✓';
    color: var(--behkavosh-success);
    font-weight: bold;
    margin-left: 10px;
}

/* WordPress Plugins */
.wordpress-plugins {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.plugin-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.plugin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.plugin-header {
    padding: 20px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--behkavosh-border);
}

.plugin-header h4 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

.plugin-badge {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
}

.plugin-badge.popular {
    background: #fee2e2;
    color: #dc2626;
}
.plugin-badge.affordable {
    background: #dcfce7;
    color: #16a34a;
}
.plugin-badge.easy {
    background: #dbeafe;
    color: #2563eb;
}
.plugin-badge.custom {
    background: #fef3c7;
    color: #d97706;
}

.plugin-body {
    padding: 20px;
}

.plugin-features {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.feature-tag {
    font-size: 0.75rem;
    padding: 4px 10px;
    background: #e2e8f0;
    color: var(--behkavosh-gray);
    border-radius: 12px;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 15px;
    padding: 50px;
    color: white;
    text-align: center;
}

.final-cta h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
    color: white;
}

.final-cta p {
    opacity: 0.9;
    margin-bottom: 30px;
    font-size: 1.125rem;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-behkavosh-primary {
    display: inline-flex;
    align-items: center;
    background: var(--behkavosh-accent);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-behkavosh-primary:hover {
    background: var(--behkavosh-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
    color: white;
}

.btn-behkavosh-outline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-behkavosh-outline:hover {
    background: white;
    color: var(--behkavosh-dark);
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .behkavosh-main-title {
        font-size: 2rem;
    }

    .behkavosh-sticky-nav {
        position: static;
        margin-bottom: 30px;
    }

    .content-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .behkavosh-main-title {
        font-size: 1.75rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .content-section {
        padding: 20px;
    }

    .feature-card,
    .factor-item {
        flex-direction: column;
    }

    .feature-icon,
    .factor-icon {
        margin: 0 0 15px 0;
    }

    .timeline-container {
        grid-template-columns: 1fr;
    }

    .timeline-step::after {
        content: '↓';
        left: 50%;
        top: auto;
        bottom: -12px;
        transform: translateX(-50%);
    }

    .cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .behkavosh-main-title {
        font-size: 1.5rem;
    }

    .nav-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .share-section {
        flex-direction: column;
        gap: 15px;
    }

    .share-buttons {
        justify-content: center;
    }
}

/* Print Styles */
@media print {
    .behkavosh-sticky-nav,
    .share-buttons,
    .btn-behkavosh,
    .cta-box,
    .final-cta {
        display: none;
    }

    .content-section {
        display: block !important;
        page-break-inside: avoid;
    }
}
/*پایان سکشن توضیحات*/
/*بخش fqa*/
/* BehKavosh FAQ Section Styles */
:root {
    --behkavosh-primary: #2a6bb1;
    --behkavosh-secondary: #1e4a8a;
    --behkavosh-accent: #3b82f6;
    --behkavosh-success: #10b981;
    --behkavosh-warning: #f59e0b;
    --behkavosh-danger: #ef4444;
    --behkavosh-light: #f8fafc;
    --behkavosh-dark: #1e293b;
    --behkavosh-gray: #64748b;
    --behkavosh-border: #e2e8f0;
    --behkavosh-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    --behkavosh-radius: 12px;
}

/* FAQ Section */
.behkavosh-faq-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.behkavosh-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(135deg, rgba(42, 107, 177, 0.1), transparent);
    border-radius: 0 0 100% 100%;
}

.section-badge {
    display: inline-block;
    padding: 8px 24px;
    background: var(--behkavosh-primary);
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.behkavosh-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--behkavosh-dark);
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
}

.behkavosh-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% - 40px);
    width: 80px;
    height: 4px;
    background: var(--behkavosh-accent);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--behkavosh-gray);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* FAQ Categories Tabs */
.faq-categories-tabs {
    margin-bottom: 40px;
}

.faq-categories-tabs .nav-pills {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.faq-categories-tabs .nav-link {
    padding: 12px 24px;
    border-radius: 50px;
    background: white;
    color: var(--behkavosh-gray);
    font-weight: 500;
    border: 2px solid var(--behkavosh-border);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    min-width: 120px;
    justify-content: center;
}

.faq-categories-tabs .nav-link:hover {
    border-color: var(--behkavosh-primary);
    color: var(--behkavosh-primary);
    transform: translateY(-2px);
}

.faq-categories-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    color: white;
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(42, 107, 177, 0.3);
}

.faq-categories-tabs .nav-link i {
    font-size: 1.125rem;
    margin-left: 8px;
}

/* Accordion Styles */
.behkavosh-accordion {
    background: white;
    border-radius: var(--behkavosh-radius);
    overflow: hidden;
    box-shadow: var(--behkavosh-shadow);
}

.accordion-item {
    border: none;
    border-bottom: 1px solid var(--behkavosh-border);
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    background: white;
    color: var(--behkavosh-dark);
    font-weight: 600;
    padding: 25px 30px;
    font-size: 1.125rem;
    border: none;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: #f1f5f9;
    color: var(--behkavosh-primary);
    box-shadow: none;
}

.accordion-button:hover {
    background: #f8fafc;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232a6bb1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232a6bb1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.question-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.accordion-button:not(.collapsed) .question-number {
    background: var(--behkavosh-secondary);
}

.question-text {
    flex: 1;
    text-align: right;
    line-height: 1.5;
}

.accordion-collapse {
    border-top: 1px solid var(--behkavosh-border);
}

.accordion-body {
    padding: 30px;
    background: #f8fafc;
}

/* Answer Content Styles */
.answer-content {
    line-height: 1.8;
    color: var(--behkavosh-gray);
}

.answer-content .lead {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    font-weight: 500;
    margin-bottom: 20px;
}

.answer-content h5,
.answer-content h6 {
    color: var(--behkavosh-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

/* Advantages Grid */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.advantage-item {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
    font-size: 2rem;
    color: var(--behkavosh-primary);
    margin-bottom: 15px;
}

.advantage-item h5 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--behkavosh-dark);
}

/* Suitable Organizations */
.suitable-organizations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.org-type {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--behkavosh-primary);
}

.org-type.hospital {
    border-top-color: #3b82f6;
}

.org-type.medical {
    border-top-color: #10b981;
}

.org-type.organization {
    border-top-color: #f59e0b;
}

.org-type i {
    font-size: 2rem;
    color: var(--behkavosh-primary);
    margin-bottom: 15px;
}

.org-type h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin-bottom: 15px;
}

.org-type ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.org-type li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    color: var(--behkavosh-gray);
}

.org-type li::before {
    content: '•';
    color: var(--behkavosh-primary);
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.5rem;
    line-height: 1;
}

/* Timeline Process */
.timeline-process {
    margin: 30px 0;
}

.process-step {
    display: flex;
    align-items: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateX(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    margin-left: 20px;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-content h6 {
    font-size: 1rem;
    color: var(--behkavosh-dark);
    margin-bottom: 5px;
    font-weight: 600;
}

.step-content p {
    color: var(--behkavosh-gray);
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.step-duration {
    background: #e0f2fe;
    color: var(--behkavosh-primary);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.timeline-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.summary-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.summary-icon {
    font-size: 2rem;
    color: var(--behkavosh-primary);
    margin-left: 15px;
}

.summary-content h5 {
    font-size: 0.875rem;
    color: var(--behkavosh-gray);
    margin-bottom: 5px;
    font-weight: 500;
}

.summary-time {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--behkavosh-dark);
}

.summary-text {
    font-size: 1rem;
    color: var(--behkavosh-dark);
    font-weight: 600;
}

/* Module Status */
.module-status {
    margin-bottom: 20px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #dcfce7;
    color: #166534;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.status-badge i {
    margin-left: 8px;
}

/* Module Features */
.module-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.feature-highlight {
    display: flex;
    align-items: flex-start;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-left: 20px;
    flex-shrink: 0;
}

.feature-details {
    flex: 1;
}

.feature-details h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin-bottom: 10px;
    font-weight: 600;
}

/* Integration Info */
.integration-info {
    margin-top: 25px;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 10px;
    border-right: 4px solid var(--behkavosh-primary);
}

.integration-info h6 {
    color: var(--behkavosh-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.integration-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.integration-tag {
    background: white;
    color: var(--behkavosh-primary);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid var(--behkavosh-border);
    transition: all 0.3s ease;
}

.integration-tag:hover {
    background: var(--behkavosh-primary);
    color: white;
}

/* Module Overview */
.module-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.overview-card {
    text-align: center;
    padding: 25px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.overview-icon {
    font-size: 2.5rem;
    color: var(--behkavosh-primary);
    margin-bottom: 15px;
}

.overview-card h5 {
    font-size: 1rem;
    color: var(--behkavosh-dark);
    margin-bottom: 10px;
    font-weight: 600;
}

/* Feature List */
.detailed-features {
    margin-top: 25px;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.feature-item i {
    margin-left: 10px;
    font-size: 1.125rem;
}

/* Committee Features */
.committee-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 20px 0;
}

.committee-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
}

.committee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.committee-card.planning {
    border-top-color: #3b82f6;
}

.committee-card.meeting {
    border-top-color: #10b981;
}

.committee-card.followup {
    border-top-color: #f59e0b;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.card-header i {
    font-size: 1.5rem;
    color: var(--behkavosh-primary);
    margin-left: 15px;
}

.card-header h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

.committee-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.committee-card li {
    padding: 8px 0;
    color: var(--behkavosh-gray);
    display: flex;
    align-items: flex-start;
}

.committee-card li::before {
    content: '✓';
    color: var(--behkavosh-primary);
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.125rem;
}

/* Committee Workflow */
.committee-workflow {
    margin-top: 30px;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 10px;
}

.workflow-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 8px;
}

.step-name {
    font-size: 0.875rem;
    color: var(--behkavosh-dark);
    font-weight: 500;
}

.workflow-arrow {
    color: var(--behkavosh-primary);
    font-size: 1.5rem;
    font-weight: bold;
}

/* Risk Management */
.risk-management-overview {
    margin-top: 20px;
}

.risk-phases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.phase-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.phase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.phase-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid;
}

.phase-header.identification {
    border-color: #3b82f6;
}

.phase-header.analysis {
    border-color: #10b981;
}

.phase-header.control {
    border-color: #f59e0b;
}

.phase-header.monitoring {
    border-color: #ef4444;
}

.phase-header i {
    font-size: 1.5rem;
    color: inherit;
    margin-left: 10px;
}

.phase-header h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

/* Incident Management */
.incident-management {
    padding: 25px;
    background: #fef2f2;
    border-radius: 10px;
    border-right: 4px solid #ef4444;
}

.incident-workflow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
}

.incident-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--behkavosh-primary);
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-text {
    font-size: 0.875rem;
    color: var(--behkavosh-dark);
    font-weight: 500;
}

/* Customization */
.customization-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    color: white;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}

.customization-badge i {
    margin-left: 10px;
    font-size: 1.5rem;
}

.module-selection {
    margin: 25px 0;
}

.selection-guide {
    margin-bottom: 20px;
}

.module-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.module-tag {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.module-tag.active {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.module-tag.optional {
    background: #dbeafe;
    color: var(--behkavosh-primary);
    border: 1px solid #bfdbfe;
}

.customization-process {
    margin-top: 25px;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 10px;
}

.process-steps {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.process-steps li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    color: var(--behkavosh-dark);
    border-bottom: 1px solid #e2e8f0;
}

.process-steps li:last-child {
    border-bottom: none;
}

.process-steps li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    background: var(--behkavosh-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 15px;
    flex-shrink: 0;
}

.process-steps {
    counter-reset: step;
}

/* Dashboard Preview */
.dashboard-overview {
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-card {
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    color: white;
    padding: 30px;
    border-radius: 15px;
    display: inline-block;
}

.dashboard-card i {
    font-size: 3rem;
    margin-bottom: 15px;
}

.dashboard-card h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.dashboard-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.widget {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.widget-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}

.widget-header i {
    font-size: 1.5rem;
    color: var(--behkavosh-primary);
    margin-left: 15px;
}

.widget-header h6 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

.widget-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-content li {
    padding: 10px 0;
    color: var(--behkavosh-gray);
    display: flex;
    align-items: flex-start;
}

.widget-content li::before {
    content: '•';
    color: var(--behkavosh-primary);
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.5rem;
    line-height: 1;
}

.dashboard-features {
    margin-top: 30px;
}

.features-grid {
    /*    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));*/
    gap: 15px;
    margin-top: 15px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-item i {
    font-size: 1.5rem;
    color: var(--behkavosh-primary);
    margin-bottom: 10px;
}

/* Reporting System */
.reporting-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.report-type {
    text-align: center;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--behkavosh-primary);
    transition: all 0.3s ease;
}

.report-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.type-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.type-header i {
    font-size: 2rem;
    color: var(--behkavosh-primary);
    margin-left: 15px;
}

.type-header h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

.reporting-features {
    background: #f0f9ff;
    padding: 25px;
    border-radius: 10px;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.feature-detail {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background: white;
    border-radius: 8px;
}

.feature-detail i {
    margin-left: 15px;
    font-size: 1.25rem;
    margin-top: 3px;
}

.feature-detail div {
    flex: 1;
}

.feature-detail strong {
    display: block;
    color: var(--behkavosh-dark);
    margin-bottom: 5px;
}

/* Security Overview */
.security-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 25px;
}

.security-badge i {
    margin-left: 10px;
    font-size: 1.5rem;
}

.security-layers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.layer {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.layer:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.layer-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-left: 20px;
    flex-shrink: 0;
}

.layer-content h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin-bottom: 8px;
    font-weight: 600;
}

.security-standards {
    padding: 20px;
    background: #f0f9ff;
    border-radius: 10px;
}

.standards-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.standard-tag {
    padding: 8px 16px;
    background: white;
    color: var(--behkavosh-primary);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid var(--behkavosh-border);
}

/* Support Channels */
.support-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.channel-card {
    text-align: center;
    padding: 30px 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.channel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.channel-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.channel-header i {
    font-size: 2.5rem;
    color: var(--behkavosh-primary);
    margin-left: 15px;
}

.channel-header h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin: 0;
    font-weight: 600;
}

.channel-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--behkavosh-primary);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.channel-link:hover {
    background: var(--behkavosh-secondary);
    color: white;
}

.channel-info {
    display: block;
    margin-top: 15px;
    font-size: 0.875rem;
    color: var(--behkavosh-success);
    font-weight: 500;
}

/* SLA Table */
.support-sla {
    background: #f0f9ff;
    padding: 25px;
    border-radius: 10px;
}

.sla-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.sla-row {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.sla-level {
    font-size: 0.875rem;
    color: var(--behkavosh-gray);
    margin-bottom: 5px;
}

.sla-issue {
    font-weight: 600;
    color: var(--behkavosh-dark);
    margin-bottom: 5px;
}

.sla-response {
    font-size: 0.875rem;
    color: var(--behkavosh-success);
    font-weight: 500;
}

/* Training Methods */
.training-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.method-card {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.method-icon {
    font-size: 2.5rem;
    color: var(--behkavosh-primary);
    margin-bottom: 15px;
}

.method-card h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin-bottom: 10px;
    font-weight: 600;
}

.method-duration {
    display: block;
    margin-top: 15px;
    padding: 6px 12px;
    background: #e0f2fe;
    color: var(--behkavosh-primary);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Training Certification */
.training-certification {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: center;
}

.certificate-info {
    display: flex;
    align-items: center;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.certificate-info i {
    font-size: 2.5rem;
    color: #f59e0b;
    margin-left: 20px;
}

.certificate-details h6 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin-bottom: 5px;
    font-weight: 600;
}

.assessment-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.assessment-item {
    padding: 8px 16px;
    background: white;
    color: var(--behkavosh-primary);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid var(--behkavosh-border);
}

/* Requirements Overview */
.requirements-overview {
    margin-bottom: 30px;
}

.requirements-section {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
}

.requirements-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.requirement-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.requirement-item i {
    margin-left: 10px;
    color: var(--behkavosh-success);
}

/* Deployment Options */
.deployment-options {
    margin-top: 30px;
}

.deployment-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.deployment-card {
    text-align: center;
    padding: 30px 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--behkavosh-primary);
    transition: all 0.3s ease;
}

.deployment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.deployment-card.on-premise {
    border-top-color: #3b82f6;
}

.deployment-card.cloud {
    border-top-color: #10b981;
}

.deployment-card.hybrid {
    border-top-color: #f59e0b;
}

.card-header i {
    font-size: 2.5rem;
    color: inherit;
    margin-bottom: 15px;
}

.deployment-tag {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 12px;
    background: #e0f2fe;
    color: var(--behkavosh-primary);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Standards Support */
.standards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.standard-item {
    display: flex;
    align-items: center;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.standard-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.standard-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-left: 20px;
    flex-shrink: 0;
}

.standard-details h5 {
    font-size: 1.125rem;
    color: var(--behkavosh-dark);
    margin-bottom: 5px;
    font-weight: 600;
}

.integration-capabilities {
    padding: 25px;
    background: #f0f9ff;
    border-radius: 10px;
}

.capabilities-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.capability {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
}

.capability i {
    margin-left: 10px;
    color: var(--behkavosh-success);
}

/* FAQ Actions */
.faq-actions {
    margin-top: 50px;
}

.action-card {
    background: linear-gradient(135deg, var(--behkavosh-primary), var(--behkavosh-secondary));
    border-radius: 15px;
    padding: 50px;
    color: white;
    text-align: center;
    box-shadow: 0 15px 35px rgba(42, 107, 177, 0.2);
}

.action-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.action-text {
    font-size: 1.125rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.action-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-behkavosh-primary {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background: white;
    color: var(--behkavosh-primary);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-behkavosh-primary:hover {
    background: #f1f5f9;
    color: var(--behkavosh-secondary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-behkavosh-outline {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-behkavosh-outline:hover {
    background: white;
    color: var(--behkavosh-primary);
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .behkavosh-section-title {
        font-size: 2rem;
    }

    .faq-categories-tabs .nav-link {
        min-width: 100px;
        padding: 10px 20px;
        font-size: 0.875rem;
    }

    .accordion-button {
        padding: 20px;
        font-size: 1rem;
    }

    .action-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .behkavosh-section-title {
        font-size: 1.75rem;
    }

    .section-badge {
        padding: 6px 20px;
        font-size: 12px;
    }

    .faq-categories-tabs .nav-pills {
        flex-direction: column;
        align-items: stretch;
    }

    .faq-categories-tabs .nav-link {
        width: 100%;
        justify-content: center;
    }

    .accordion-button {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .question-number {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .btn-behkavosh-primary,
    .btn-behkavosh-outline {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .behkavosh-section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .accordion-body {
        padding: 20px;
    }

    .action-title {
        font-size: 1.5rem;
    }

    .action-text {
        font-size: 1rem;
    }
}
/*پایان بخش fqa*/


/*بخش نظرات کارشناسان*/
/* Testimonials Beautiful Section - Modern Design */
.testimonials-beautiful-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-beautiful-header {
    margin-bottom: 60px;
}

.testimonials-beautiful-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4F46E5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.testimonials-beautiful-subtitle::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4F46E5);
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials-beautiful-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #4F46E5 0%, #8B5CF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-beautiful-divider {
    margin: 25px auto 0;
    opacity: 0.8;
}

/* Slider Container */
.testimonials-beautiful-slider-wrapper {
    position: relative;
    padding: 0 60px;
    margin-bottom: 80px;
}

.testimonials-beautiful-slider-container {
    position: relative;
    z-index: 2;
}

/* Testimonial Card */
.testimonial-beautiful-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(79, 70, 229, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-beautiful-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4F46E5, #8B5CF6);
    border-radius: 20px 20px 0 0;
}

.testimonial-beautiful-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(79, 70, 229, 0.15);
}

.testimonial-beautiful-quote {
    margin-bottom: 25px;
    opacity: 0.8;
}

.testimonial-beautiful-content {
    margin-bottom: 30px;
}

.testimonial-beautiful-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
    text-align: justify;
    position: relative;
    padding-left: 20px;
}

.testimonial-beautiful-text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: #4F46E5;
    opacity: 0.2;
    font-family: Georgia, serif;
}

/* Author Section */
.testimonial-beautiful-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.author-avatar-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
}

.author-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.avatar-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: #10B981;
    border-radius: 50%;
    border: 2px solid white;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.author-position {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Rating */
.testimonial-beautiful-rating {
    color: #FBBF24;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px;
    background: rgba(79, 70, 229, 0.05);
    border-radius: 10px;
}

/* Navigation */
.testimonials-beautiful-navigation {
    position: absolute;
    top: 50%;
    left: -30px;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
}

.testimonial-nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #4F46E5;
}

.testimonial-nav-btn:hover {
    background: #4F46E5;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.3);
}

.testimonial-nav-btn svg {
    width: 24px;
    height: 24px;
}

/* Pagination */
.testimonials-beautiful-pagination {
    position: relative !important;
    margin-top: 40px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #CBD5E1 !important;
    opacity: 1 !important;
    margin: 0 8px !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #4F46E5, #8B5CF6) !important;
    transform: scale(1.3);
}

/* Decorative Elements */
.testimonials-beautiful-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(139, 92, 246, 0.05));
    animation: float 6s ease-in-out infinite;
}

.decoration-circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.decoration-circle-2 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 10%;
    animation-delay: 2s;
}

.decoration-circle-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

/* Stats Section */
.testimonials-beautiful-stats {
    margin-top: 60px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}

.stat-card {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: #64748b;
    font-weight: 600;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .testimonials-beautiful-title {
        font-size: 2.5rem;
    }

    .testimonial-beautiful-card {
        padding: 35px;
    }
}

@media (max-width: 991.98px) {
    .testimonials-beautiful-section {
        padding: 80px 0;
    }

    .testimonials-beautiful-slider-wrapper {
        padding: 0 40px;
    }

    .testimonial-nav-btn {
        width: 48px;
        height: 48px;
    }

    .stat-number {
        font-size: 2.8rem;
    }
}

@media (max-width: 767.98px) {
    .testimonials-beautiful-section {
        padding: 60px 0;
    }

    .testimonials-beautiful-title {
        font-size: 2.2rem;
    }

    .testimonials-beautiful-slider-wrapper {
        padding: 0 20px;
    }

    .testimonial-beautiful-card {
        padding: 30px 25px;
    }

    .testimonial-beautiful-text {
        font-size: 1rem;
    }

    .author-avatar-wrapper {
        width: 60px;
        height: 60px;
    }

    .author-name {
        font-size: 1.2rem;
    }

    .testimonials-beautiful-navigation {
        left: -15px;
        right: -15px;
    }

    .testimonial-nav-btn {
        width: 44px;
        height: 44px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .testimonials-beautiful-stats {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonials-beautiful-title {
        font-size: 1.8rem;
    }

    .testimonials-beautiful-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .testimonials-beautiful-slider-wrapper {
        padding: 0 10px;
    }

    .testimonial-beautiful-author {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .author-info {
        width: 100%;
    }

    .testimonial-nav-btn {
        width: 40px;
        height: 40px;
    }

    .testimonial-nav-btn svg {
        width: 20px;
        height: 20px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-label {
        font-size: 1rem;
    }
}

/* RTL Support */
[dir="rtl"] .testimonial-beautiful-text {
    padding-left: 0;
    padding-right: 20px;
}

[dir="rtl"] .testimonial-beautiful-text::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .author-avatar-wrapper {
    order: 2;
}

[dir="rtl"] .author-info {
    order: 1;
    text-align: right;
}

[dir="rtl"] .testimonial-prev-btn svg {
    transform: rotate(180deg);
}

[dir="rtl"] .testimonial-next-btn svg {
    transform: rotate(180deg);
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .testimonials-beautiful-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }

    .testimonials-beautiful-title {
        background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .testimonial-beautiful-card {
        background: #1e293b;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .testimonial-beautiful-text {
        color: #cbd5e1;
    }

    .author-name {
        color: #f1f5f9;
    }

    .author-position {
        color: #94a3b8;
    }

    .testimonial-nav-btn {
        background: #334155;
        color: #cbd5e1;
    }

    .testimonial-nav-btn:hover {
        background: #4F46E5;
        color: white;
    }

    .testimonials-beautiful-stats {
        background: #1e293b;
    }

    .stat-label {
        color: #94a3b8;
    }
}
/*بخش نظرات کارشناسان پایان */

/* User Comments Section - Modern & Beautiful */
.user-comments-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

.user-comments-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(180deg, rgba(79, 70, 229, 0.05) 0%, transparent 100%);
    pointer-events: none;
}

/* Header Styles */
.comments-header {
    margin-bottom: 60px;
    position: relative;
}

.comments-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    color: white;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.2);
}

.comments-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #1e293b 30%, #4F46E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.comments-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.divider-line {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4F46E5, transparent);
}

.divider-icon {
    font-size: 1.5rem;
    color: #4F46E5;
}

/* Stats Cards */
.stats-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.total-comments {
    border-top: 4px solid #4F46E5;
}

.replied-comments {
    border-top: 4px solid #10B981;
}

.rating-avg {
    border-top: 4px solid #F59E0B;
}

.stats-icon {
    font-size: 2.5rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(79, 70, 229, 0.1);
}

.total-comments .stats-icon {
    background: rgba(79, 70, 229, 0.1);
}

.replied-comments .stats-icon {
    background: rgba(16, 185, 129, 0.1);
}

.rating-avg .stats-icon {
    background: rgba(245, 158, 11, 0.1);
}

.stats-content {
    flex: 1;
}

.stats-number {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(135deg, #1e293b, #4F46E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-label {
    color: #64748b;
    font-size: 0.95rem;
    margin: 5px 0 0;
    font-weight: 500;
}

/* Comments Filter */
.comments-filter {
    background: white;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #64748b;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.filter-btn:hover {
    border-color: #4F46E5;
    color: #4F46E5;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.sort-dropdown {
    min-width: 200px;
}

.sort-dropdown .form-select {
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    color: #475569;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23475469' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: left 1rem center;
    background-size: 16px 12px;
}

.sort-dropdown .form-select:focus {
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

/* Comments List */
.comments-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.comment-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.comment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.comment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #4F46E5, #8B5CF6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.comment-card:hover::before {
    opacity: 1;
}

.comment-card.replied {
    border-left: 4px solid #10B981;
}

.comment-card.pending {
    border-left: 4px solid #F59E0B;
}

.comment-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.user-avatar {
    position: relative;
    flex-shrink: 0;
}

.avatar-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.verified-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: #10B981;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border: 2px solid white;
}

.user-info {
    flex: 1;
}

.user-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.comment-date {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 500;
}

.comment-rating {
    color: #F59E0B;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.badge {
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.featured-badge {
    background: linear-gradient(135deg, #FCD34D, #F59E0B);
    color: #92400E;
}

.pending-badge {
    background: rgba(245, 158, 11, 0.1);
    color: #D97706;
}

.comment-body {
    margin-bottom: 20px;
}

.comment-text {
    color: #475569;
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.comment-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tag {
    padding: 6px 15px;
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag:hover {
    background: #4F46E5;
    color: white;
    transform: scale(1.05);
}

.comment-actions {
    display: flex;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    color: #64748b;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.action-btn:hover {
    background: #4F46E5;
    color: white;
    border-color: #4F46E5;
    transform: translateY(-2px);
}

.action-btn .icon {
    font-size: 1rem;
}

/* Admin Reply */
.admin-reply {
    background: #f8fafc;
    border-radius: 16px;
    padding: 25px;
    margin-top: 25px;
    border-right: 4px solid #4F46E5;
    position: relative;
}

.admin-reply::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50px;
    width: 20px;
    height: 20px;
    background: #f8fafc;
    transform: rotate(45deg);
    border-top: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
}

.admin-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.admin-avatar {
    position: relative;
}

.admin-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: #4F46E5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    border: 2px solid white;
}

.admin-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.reply-date {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}

.reply-text {
    color: #475569;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* Add Comment Form */
.add-comment-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 30px;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.form-subtitle {
    color: #64748b;
    font-size: 1rem;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    margin-bottom: 0;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #475569;
    font-size: 0.95rem;
}

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.form-control:focus {
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
    background: white;
}

/* Rating Stars */
.rating-stars {
    direction: ltr;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.rating-stars input {
    display: none;
}

.rating-stars label {
    font-size: 2rem;
    color: #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rating-stars label:hover,
.rating-stars label:hover ~ label,
.rating-stars input:checked ~ label {
    color: #F59E0B;
}

/* Char Counter */
.char-counter {
    text-align: left;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.char-counter .current {
    color: #4F46E5;
    font-weight: 600;
}

/* Tags Input */
.tags-input {
    position: relative;
}

.suggested-tags {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.tag-suggestion {
    padding: 6px 12px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 50px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag-suggestion:hover {
    background: #4F46E5;
    color: white;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.btn-submit,
.btn-reset {
    flex: 1;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-submit {
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    color: white;
    box-shadow: 0 5px 20px rgba(79, 70, 229, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.4);
}

.btn-reset {
    background: #f1f5f9;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

.btn-reset:hover {
    background: #e2e8f0;
    transform: translateY(-3px);
}

/* Form Notice */
.form-notice {
    background: #f0f9ff;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
    border-right: 4px solid #4F46E5;
}

.form-notice p {
    margin: 8px 0;
    color: #475569;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-notice p::before {
    font-size: 1.1rem;
}

/* Load More Button */
.btn-load-more {
    padding: 16px 40px;
    background: white;
    border: 2px solid #4F46E5;
    color: #4F46E5;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(79, 70, 229, 0.1);
}

.btn-load-more:hover {
    background: #4F46E5;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3);
}

/* Floating Action Button */
.fab-comment {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.fab-comment:hover {
    width: 150px;
    border-radius: 50px;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(79, 70, 229, 0.4);
}

.fab-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.fab-text {
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fab-comment:hover .fab-icon {
    transform: scale(1.1);
}

.fab-comment:hover .fab-text {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .comments-title {
        font-size: 2.5rem;
    }

    .stats-number {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .user-comments-section {
        padding: 60px 0;
    }

    .comments-title {
        font-size: 2.2rem;
    }

    .comments-filter {
        flex-direction: column;
        gap: 20px;
    }

    .filter-tabs {
        width: 100%;
        justify-content: center;
    }

    .sort-dropdown {
        width: 100%;
    }

    .add-comment-card {
        margin-top: 40px;
        position: static;
    }
}

@media (max-width: 767.98px) {
    .comments-title {
        font-size: 1.8rem;
    }

    .comment-card,
    .add-comment-card {
        padding: 25px 20px;
    }

    .user-avatar {
        width: 60px;
        height: 60px;
    }

    .avatar-img {
        width: 60px;
        height: 60px;
    }

    .user-name {
        font-size: 1.1rem;
    }

    .form-actions {
        flex-direction: column;
    }

    .fab-comment {
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 575.98px) {
    .comments-title {
        font-size: 1.6rem;
    }

    .comments-badge {
        font-size: 0.8rem;
        padding: 6px 15px;
    }

    .header-divider {
        gap: 10px;
    }

    .divider-line {
        width: 60px;
    }

    .stats-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .stats-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .stats-number {
        font-size: 1.8rem;
    }

    .comment-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .user-avatar {
        margin: 0 auto;
    }

    .filter-tabs {
        flex-direction: column;
    }

    .filter-btn {
        width: 100%;
    }

    .fab-comment {
        width: 50px;
        height: 50px;
    }

    .fab-comment:hover {
        width: 130px;
    }
}

/* RTL Support */
[dir="rtl"] .sort-dropdown .form-select {
    background-position: right 1rem center;
}

[dir="rtl"] .admin-reply::before {
    left: auto;
    right: 50px;
}

[dir="rtl"] .rating-stars {
    direction: rtl;
}

[dir="rtl"] .char-counter {
    text-align: right;
}

[dir="rtl"] .fab-comment {
    left: auto;
    right: 30px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment-card {
    animation: fadeInUp 0.6s ease-out;
}

.comment-card:nth-child(1) {
    animation-delay: 0.1s;
}
.comment-card:nth-child(2) {
    animation-delay: 0.2s;
}
.comment-card:nth-child(3) {
    animation-delay: 0.3s;
}
.comment-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .user-comments-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }

    .user-comments-section::before {
        background: linear-gradient(180deg, rgba(79, 70, 229, 0.1) 0%, transparent 100%);
    }

    .comments-title {
        background: linear-gradient(135deg, #f1f5f9 30%, #8B5CF6 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .stats-card,
    .comment-card,
    .add-comment-card,
    .comments-filter {
        background: #1e293b;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .comment-text,
    .reply-text,
    .form-notice p {
        color: #cbd5e1;
    }

    .user-name,
    .admin-name {
        color: #f1f5f9;
    }

    .comment-date,
    .reply-date {
        color: #94a3b8;
    }

    .form-control {
        background: #334155;
        border-color: #475569;
        color: #f1f5f9;
    }

    .form-control:focus {
        background: #475569;
    }

    .btn-reset {
        background: #334155;
        color: #cbd5e1;
        border-color: #475569;
    }

    .btn-reset:hover {
        background: #475569;
    }

    .action-btn {
        background: #334155;
        border-color: #475569;
        color: #cbd5e1;
    }

    .admin-reply {
        background: #334155;
    }

    .form-notice {
        background: #334155;
    }

    .btn-load-more {
        background: #1e293b;
        color: #8B5CF6;
    }

    .btn-load-more:hover {
        background: #4F46E5;
        color: white;
    }
}
/* User Comments Section - Modern & Beautiful */
/* Order Registration Form Section - Modern & Beautiful */
.order-form-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

.order-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(180deg, rgba(79, 70, 229, 0.05) 0%, transparent 100%);
    pointer-events: none;
}

/* Layout Columns */
.order-image-col {
    padding-right: 0;
}

.form-col {
    padding-left: 0;
}

/* Image Column */
.order-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 600px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-main-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.order-main-image:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}

/* Image Decorations */
.image-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.decoration-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    animation: float 8s ease-in-out infinite;
}

.shape-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 80px;
    height: 80px;
    bottom: 40%;
    right: 20%;
    animation-delay: 4s;
}

/* Floating Info Cards */
.floating-info-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    animation: float 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 220px;
}

.floating-info-card:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.card-1 {
    top: 15%;
    left: 63px;
    animation-delay: 1s;
}

.card-2 {
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
    animation-delay: 3s;
}

.card-3 {
    bottom: 20%;
    left: 58px;
    animation-delay: 5s;
}

.info-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    color: white;
    flex-shrink: 0;
}

.info-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.info-content p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

/* Form Container */
.form-container {
    background: white;
    border-radius: 20px 0 0 20px;
    padding: 50px;
    height: 100%;
    min-height: 600px;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

.form-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #1e293b 30%, #4F46E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.form-description {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Progress Steps */
.form-progress {
    margin-bottom: 40px;
}

.progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 1;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #f1f5f9;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #64748b;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step.active .step-number {
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    border-color: #4F46E5;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.3);
}

.step-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #94a3b8;
    text-align: center;
    transition: all 0.3s ease;
}

.step.active .step-label {
    color: #4F46E5;
}

.step-line {
    flex: 1;
    height: 3px;
    background: #e2e8f0;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.step-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #4F46E5, #8B5CF6);
    transition: width 0.5s ease;
}

/* Form Steps */
.form-step {
    display: none;
    animation: fadeIn 0.5s ease-out;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-header {
    margin-bottom: 30px;
    text-align: center;
}

.step-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.step-subtitle {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
}

/* Form Groups */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
    color: #475569;
    font-size: 0.95rem;
}

.label-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.required-star {
    color: #EF4444;
    font-size: 1.2rem;
}

/* Input Groups */
.input-group {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #94a3b8;
    z-index: 2;
}

.form-control {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-control:focus {
    outline: none;
    border-color: #4F46E5;
    background: white;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.form-control::placeholder {
    color: #94a3b8;
}

/* Textarea */
textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Input Feedback */
.input-feedback {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 0.85rem;
    padding: 3px 8px;
    border-radius: 4px;
    display: none;
}

.input-feedback.error {
    display: block;
    background: #FEE2E2;
    color: #DC2626;
}

.input-feedback.success {
    display: block;
    background: #D1FAE5;
    color: #059669;
}

/* Character Counter */
.char-counter {
    text-align: left;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.char-counter .current {
    color: #4F46E5;
    font-weight: 600;
}

/* Project Type Selector */
.project-type-selector {
    margin-top: 10px;
}

.type-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.type-input {
    display: none;
}

.type-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.type-card:hover {
    border-color: #4F46E5;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.type-input:checked + .type-card {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(139, 92, 246, 0.05));
    border-color: #4F46E5;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.15);
}

.type-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: white;
    flex-shrink: 0;
}

.type-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.type-info p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

/* Budget Slider */
.budget-slider-container {
    margin-top: 15px;
}

.budget-range {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.range-min,
.range-max {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.budget-slider {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #4F46E5, #8B5CF6);
    border-radius: 4px;
    outline: none;
}

.budget-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 3px solid #4F46E5;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.budget-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.budget-value {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4F46E5;
    padding: 10px 20px;
    background: rgba(79, 70, 229, 0.1);
    border-radius: 10px;
    display: inline-block;
}

/* Deadline Selector */
.deadline-selector {
    margin-top: 10px;
}

.deadline-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.deadline-input {
    display: none;
}

.deadline-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    flex-direction: column;
}

.deadline-card:hover {
    border-color: #4F46E5;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.deadline-input:checked + .deadline-card {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(139, 92, 246, 0.05));
    border-color: #4F46E5;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.15);
}

.deadline-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.deadline-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.deadline-info p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

/* Confirmation Summary */
.confirmation-summary {
    animation: fadeIn 0.5s ease-out;
}

.summary-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px solid #e2e8f0;
}

.summary-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.summary-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.summary-item:last-child {
    border-bottom: none;
}

.item-label {
    font-weight: 600;
    color: #475569;
    font-size: 0.95rem;
}

.item-value {
    color: #1e293b;
    font-weight: 500;
    text-align: left;
    max-width: 200px;
    word-break: break-word;
}

/* Terms Agreement */
.terms-agreement {
    background: #f0f9ff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 4px solid #4F46E5;
}

.form-check {
    margin-bottom: 15px;
}

.form-check:last-child {
    margin-bottom: 0;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: #4F46E5;
    border-color: #4F46E5;
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.form-check-label {
    color: #475569;
    font-size: 0.95rem;
    cursor: pointer;
    user-select: none;
}

.terms-link {
    color: #4F46E5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms-link:hover {
    color: #3730a3;
    text-decoration: underline;
}

/* Privacy Notice */
.privacy-notice {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fef3c7;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #F59E0B;
}

.notice-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.notice-content h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #92400E;
    margin: 0 0 8px 0;
}

.notice-content p {
    font-size: 0.95rem;
    color: #92400E;
    margin: 0;
    opacity: 0.8;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f1f5f9;
}

.btn-prev,
.btn-next,
.btn-submit {
    padding: 16px 30px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    min-width: 150px;
}

.btn-prev {
    background: #f1f5f9;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

.btn-prev:hover {
    background: #e2e8f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.btn-next {
    background: linear-gradient(135deg, #4F46E5, #8B5CF6);
    color: white;
    box-shadow: 0 5px 20px rgba(79, 70, 229, 0.3);
}

.btn-next:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.4);
}

.btn-submit {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.3);
    display: none;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

.btn-icon {
    font-size: 1.2rem;
}

/* Quick Contact */
.quick-contact {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f1f5f9;
}

.contact-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}

.contact-divider::before,
.contact-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.divider-text {
    padding: 0 20px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: white;
    border-color: #4F46E5;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.method-icon {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: white;
    flex-shrink: 0;
}

.method-info h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 5px 0;
}

.method-info p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f1f5f9;
}

.indicator {
    display: flex;
    align-items: center;
    gap: 10px;
}

.indicator-icon {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
}

.indicator-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .form-title {
        font-size: 2.2rem;
    }

    .type-options {
        grid-template-columns: 1fr;
    }

    .deadline-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .order-form-section {
        padding: 60px 0;
    }

    .order-image-col {
        display: none;
    }

    .form-col {
        padding-left: 15px;
    }

    .form-container {
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    }

    .contact-methods {
        grid-template-columns: 1fr;
    }

    .trust-indicators {
        flex-direction: column;
        gap: 20px;
    }

    .floating-info-card {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .form-container {
        padding: 30px 25px;
    }

    .form-title {
        font-size: 1.8rem;
    }

    .progress-steps {
        flex-direction: column;
        gap: 20px;
    }

    .step-line {
        width: 3px;
        height: 30px;
        margin: 0;
    }

    .form-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .btn-prev,
    .btn-next,
    .btn-submit {
        width: 100%;
    }

    .summary-item {
        flex-direction: column;
        gap: 5px;
    }

    .item-value {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .form-title {
        font-size: 1.6rem;
    }

    .form-badge {
        font-size: 0.8rem;
        padding: 6px 15px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .type-card,
    .deadline-card {
        padding: 15px;
    }

    .type-icon,
    .deadline-icon {
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
    }

    .info-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/* RTL Support */
[dir="rtl"] .input-icon {
    right: auto;
    left: 15px;
}

[dir="rtl"] .form-control {
    padding: 16px 20px 16px 50px;
}

[dir="rtl"] .char-counter {
    text-align: right;
}

[dir="rtl"] .budget-slider {
    direction: ltr;
}

[dir="rtl"] .form-check-input {
    margin-left: 0;
    margin-right: 10px;
}

[dir="rtl"] .btn-prev .btn-icon {
    transform: rotate(180deg);
}

[dir="rtl"] .btn-next .btn-icon {
    transform: rotate(180deg);
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .order-form-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }

    .order-form-section::before {
        background: linear-gradient(180deg, rgba(79, 70, 229, 0.1) 0%, transparent 100%);
    }

    .form-container {
        background: #1e293b;
    }

    .form-title {
        background: linear-gradient(135deg, #f1f5f9 30%, #8B5CF6 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .form-description,
    .step-subtitle {
        color: #cbd5e1;
    }

    .step-number {
        background: #334155;
        border-color: #475569;
        color: #cbd5e1;
    }

    .step.active .step-number {
        background: linear-gradient(135deg, #4F46E5, #8B5CF6);
        border-color: #4F46E5;
    }

    .form-label,
    .step-title {
        color: #f1f5f9;
    }

    .form-control {
        background: #334155;
        border-color: #475569;
        color: #f1f5f9;
    }

    .form-control:focus {
        background: #475569;
    }

    .type-card,
    .deadline-card {
        background: #334155;
        border-color: #475569;
    }

    .type-info h4,
    .deadline-info h4 {
        color: #f1f5f9;
    }

    .summary-card {
        background: #334155;
        border-color: #475569;
    }

    .summary-title {
        color: #f1f5f9;
        border-color: #475569;
    }

    .item-value {
        color: #cbd5e1;
    }

    .btn-prev {
        background: #334155;
        color: #cbd5e1;
        border-color: #475569;
    }

    .contact-method {
        background: #334155;
        border-color: #475569;
    }

    .indicator-text {
        color: #cbd5e1;
    }
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/* Order Registration Form Section - Modern & Beautiful */

/*دکمه های فیلتر********************/
/* استایل‌های فیلتر - بهینه برای سئو */
/* استایل‌های فیلتر - بهینه برای سئو */
.features-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 12px;
    justify-content: flex-start;
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.75rem 1.25rem;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.25s ease;
    min-height: 44px;
    text-decoration: none;
    border: none;
}

.filter-btn:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.filter-btn:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

.filter-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.filter-btn.active:focus {
    outline: 2px solid #ffffff;
}

.filter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
}

.filter-text {
    white-space: nowrap;
    font-weight: 600;
}

.filter-count {
    background: rgba(0, 0, 0, 0.08);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 28px;
    text-align: center;
}

.filter-btn.active .filter-count {
    background: rgba(255, 255, 255, 0.3);
}

/* استایل‌های کارت‌ها */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-card-inner {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 1rem;
}

.feature-tag {
    background: #e9ecef;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.75rem;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.feature-tag:hover,
.feature-tag:focus {
    background: #dee2e6;
    transform: translateY(-1px);
    outline: none;
}

.feature-tag.active-tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
}

.no-results-message {
    background: white;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
    text-align: center;
}

/* ریسپانسیو و دسترسی */
@media (max-width: 768px) {
    .features-filter {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.75rem;
        -webkit-overflow-scrolling: touch;
    }

    .filter-btn {
        flex-shrink: 0;
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .filter-btn,
    .feature-card,
    .feature-tag {
        transition: none;
    }
}

/* بهبود نمایش برای خواندن صفحه‌خوان */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/*دکمه های فیلتر پایان********************/
/*فیچر ها*********************************************/

/*فیچر ها پایان***************************************/
/* ============================================
   CSS بنر نوروزی برای صفحه اصلی - کاملاً ایمن
   این استایل‌ها فقط روی کلاس‌های norouz- تأثیر می‌گذارند
============================================ */

/* هدیه نوروزی شگفت‌انگیز */
.norouz-magic-banner {
  background: linear-gradient(135deg, 
    #007bff 0%, 
    #4F46E5 30%, 
    #8B5CF6 70%, 
    #0056b3 100%);
  border-radius: 30px;
  margin: 50px auto;
  padding: 60px 40px;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 30px 80px rgba(79, 70, 229, 0.4),
    0 0 100px rgba(0, 123, 255, 0.2) inset;
  animation: gradient-shift 8s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* جلوه‌های ذرات */
.magic-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 2px, transparent 3px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 2px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.2) 1px, transparent 2px);
  background-size: 200px 200px;
  animation: particles-float 20s linear infinite;
}

@keyframes particles-float {
  0% { transform: translateY(0) translateX(0); }
  100% { transform: translateY(-200px) translateX(100px); }
}

/* درخشش‌های متحرک */
.magic-sparkles {
  position: absolute;
  width: 100%;
  height: 100%;
}

.magic-sparkles::before,
.magic-sparkles::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: sparkle-move 4s ease-in-out infinite;
}

.magic-sparkles::before {
  top: -50px;
  left: -50px;
  animation-delay: 0s;
}

.magic-sparkles::after {
  bottom: -50px;
  right: -50px;
  animation-delay: 2s;
}

@keyframes sparkle-move {
  0%, 100% { transform: scale(0.8); opacity: 0.3; }
  50% { transform: scale(1.2); opacity: 0.6; }
}

/* کانتینر محتوا */
.norouz-magic-container {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
}

/* بج ویژه */
.magic-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 12px 28px;
  border-radius: 50px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.badge-text {
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
}

.badge-glow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, 
    transparent 20%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 80%);
  animation: badge-shine 3s ease-in-out infinite;
  border-radius: 60px;
}

@keyframes badge-shine {
  0% { transform: translateX(-100%) rotate(45deg); }
  100% { transform: translateX(200%) rotate(45deg); }
}

/* عنوان */
.magic-title {
  margin-bottom: 25px;
}

.title-line {
  display: block;
  color: white;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 
    0 2px 20px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(255, 255, 255, 0.3);
  position: relative;
}

.title-line:first-child {
  background: linear-gradient(to right, #ffffff, #e0f7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-line:last-child {
  font-size: 3rem;
  opacity: 0.95;
}

/* توضیحات */
.magic-description {
  color: white;
  font-size: 1.6rem;
  margin-bottom: 50px;
  text-align: center;
  opacity: 0.9;
}

.highlight-text {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

/* ویژگی‌ها */
.magic-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.magic-feature {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.magic-feature:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 15px 35px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(255, 255, 255, 0.1) inset;
}

.magic-features-grid .feature-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: inline-block;
  animation: icon-bounce 2s ease infinite;
}

@keyframes icon-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.feature-text {
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
}

/* دکمه جادویی */
.magic-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: linear-gradient(45deg, 
    #ff6b6b, 
    #ffa500, 
    #ffd700);
  color: #0056b3;
  padding: 22px 50px;
  border-radius: 15px;
  font-weight: 800;
  font-size: 1.3rem;
  text-decoration: none;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 
    0 15px 40px rgba(255, 107, 107, 0.4),
    0 0 50px rgba(255, 215, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
  margin-right: 320px;
}
 
    /* موبایل */
    @media (max-width: 767px) {
        .magic-cta-btn {
            margin-right: 0px;
        }
    }
    
    /* موبایل کوچک */
    @media (max-width: 576px) {
        .magic-cta-btn {
            width: 0px;
        }
    }
.btn-text {
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

.btn-sparkle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  animation: sparkle-fly 1.5s linear infinite;
  opacity: 0;
}

@keyframes sparkle-fly {
  0% {
    transform: translateX(-100px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(200px) rotate(360deg);
    opacity: 0;
  }
}

.btn-arrow {
  font-size: 1.8rem;
  font-weight: bold;
  animation: arrow-bounce 1s ease infinite;
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

.magic-cta-btn:hover {
  transform: 
    translateY(-5px) 
    scale(1.05) 
    rotate(-1deg);
  box-shadow: 
    0 25px 60px rgba(255, 107, 107, 0.6),
    0 0 80px rgba(255, 215, 0, 0.5);
}

.magic-cta-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, 
    #ff6b6b, #ffa500, #ffd700, 
    #4F46E5, #007bff, #0056b3);
  border-radius: 17px;
  z-index: -1;
  animation: btn-border-rotate 3s linear infinite;
  background-size: 400% 400%;
}

@keyframes btn-border-rotate {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* تایمر */
/* تایمر شمارش معکوس - نسخه فارسی اصلاح‌شده */
.countdown-timer {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px;
  margin: 40px auto;
  max-width: 500px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.timer-title {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.timer-display {
  display: flex;
  justify-content: center;
  gap: 30px;
  /* جهت برای اعداد */
  direction: ltr;
  unicode-bidi: bidi-override;
}

.time-unit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.5rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 15px;
  min-width: 100px;
  height: 80px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  animation: number-pulse 2s ease infinite;
  /* جهت اعداد */
  direction: ltr;
  unicode-bidi: plaintext;
}

.time-label {
  display: block;
  color: white;
  font-size: 1rem;
  margin-top: 10px;
  opacity: 0.9;
  /* جهت متن فارسی */
  direction: rtl;
}
/* هدیه متحرک */
.animated-gift {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 50px auto 0;
}

.gift-box {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  animation: gift-float 3s ease-in-out infinite;
}

@keyframes gift-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(5deg); }
  75% { transform: translateY(-10px) rotate(-5deg); }
}

.box-bottom {
  position: absolute;
  width: 150px;
  height: 100px;
  background: linear-gradient(45deg, #ff4757, #ff6b6b);
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4);
}

.box-top {
  position: absolute;
  width: 160px;
  height: 40px;
  background: linear-gradient(45deg, #ff3838, #ff4d4d);
  top: 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(255, 56, 56, 0.4);
}

.ribbon {
  position: absolute;
  width: 180px;
  height: 40px;
  background: linear-gradient(45deg, #2ed573, #1dd1a1);
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 2;
  animation: ribbon-wave 2s ease-in-out infinite;
}

@keyframes ribbon-wave {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

.bow {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #ff9ff3, #f368e0);
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 5px 20px rgba(255, 159, 243, 0.4);
  animation: bow-rotate 4s linear infinite;
}

@keyframes bow-rotate {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}

.gift-shadow {
  position: absolute;
  width: 120px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(10px);
  animation: shadow-pulse 3s ease-in-out infinite;
}

@keyframes shadow-pulse {
  0%, 100% { 
    transform: translateX(-50%) scale(0.9); 
    opacity: 0.5; 
  }
  50% { 
    transform: translateX(-50%) scale(1.1); 
    opacity: 0.8; 
  }
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .norouz-magic-banner {
    margin: 30px 15px;
    padding: 40px 20px;
    border-radius: 20px;
  }
  
  .title-line {
    font-size: 2.2rem;
  }
  
  .title-line:last-child {
    font-size: 1.8rem;
  }
  
  .magic-description {
    font-size: 1.2rem;
  }
  
  .magic-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .magic-feature {
    padding: 15px;
  }
  
  .time-number {
    font-size: 2.5rem;
    min-width: 70px;
    padding: 8px 15px;
  }
  
  .timer-display {
    gap: 15px;
  }
  
  .magic-cta-btn {
    padding: 18px 30px;
    font-size: 1.1rem;
    width: 100%;
  }
  
  .animated-gift {
    width: 150px;
    height: 150px;
  }
  
  .gift-box {
    transform: scale(0.8);
  }
}

@media (max-width: 480px) {
  .magic-features-grid {
    grid-template-columns: 1fr;
  }
  
  .title-line {
    font-size: 1.8rem;
  }
  
  .timer-display {
    flex-direction: column;
    gap: 15px;
  }
  
  .time-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  
  .time-number {
    min-width: 80px;
  }
}
/* حل قطعی مشکل اعداد برعکس */
.ltr-number {
  display: inline-block;
  direction: ltr;
  unicode-bidi: embed;
  font-family: 'Courier New', monospace; /* اعداد فیکس‌شده */
}

.time-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.5rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 15px;
  min-width: 100px;
  height: 80px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  animation: number-pulse 2s ease infinite;
  /* جهت کلی رو روی ltr بذار */
  direction: ltr;
}

/* بقیه استایل‌های تایمر همینه */
.timer-display {
  display: flex;
  justify-content: center;
  gap: 30px;
  direction: ltr; /* اینم مهمه */
}

.time-label {
  display: block;
  color: white;
  font-size: 1rem;
  margin-top: 10px;
  opacity: 0.9;
  direction: rtl; /* فقط برچسب‌ها فارسی */
}
/* راه‌حل نهایی برای اعداد */
.time-number-fixed {
  display: inline-block;
  direction: ltr;
  unicode-bidi: embed;
  font-feature-settings: "tnum"; /* اعداد table-style */
  font-variant-numeric: tabular-nums;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, monospace;
}

.time-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.5rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 15px;
  min-width: 100px;
  height: 80px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  animation: number-pulse 2s ease infinite;
  direction: ltr; /* مهمترین خط */
}
/* ============================================
   تنظیمات ریسپانسیو برای موبایل
============================================ */

@media (max-width: 768px) {
  /* ویژگی‌ها در یک ردیف - 4 تایی */
  .magic-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  
  .magic-feature {
    padding: 15px 8px !important;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
 .magic-features-grid .feature-icon {
    font-size: 1.8rem !important;
    margin-bottom: 8px !important;
  }
  
  .feature-text {
    font-size: 0.8rem !important;
    text-align: center;
    white-space: nowrap;
  }
  
  /* تایمر در یک ردیف - 3 تایی */
  .timer-display {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: nowrap !important;
  }
  
  .time-unit {
    flex: 1;
    min-width: 70px;
  }
  
  .time-number-wrapper {
    min-width: 60px !important;
    height: 60px !important;
    padding: 5px 10px !important;
    font-size: 2rem !important;
  }
  
  .time-number-fixed {
    font-size: 2rem !important;
  }
  
  .time-label {
    font-size: 0.8rem !important;
    margin-top: 5px !important;
  }
  
  /* کاهش اندازه سایر عناصر */
  .magic-title .title-line {
    font-size: 1.8rem !important;
  }
  
  .magic-title .title-line:last-child {
    font-size: 1.5rem !important;
  }
  
  .magic-description {
    font-size: 1.1rem !important;
    margin-bottom: 30px !important;
  }
  
  .magic-cta-btn {
    padding: 16px 25px !important;
    font-size: 1rem !important;
    margin: 20px auto !important;
  }
  
  .animated-gift {
    width: 120px !important;
    height: 120px !important;
    margin-top: 30px !important;
  }
}

/* برای موبایل‌های خیلی کوچک */
@media (max-width: 480px) {
  .magic-features-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
  }
  
  .magic-feature {
    padding: 12px 5px !important;
  }
  
 .magic-features-grid .feature-icon {
    font-size: 1.5rem !important;
            margin-right: 20px;
  }
  
  .feature-text {
    font-size: 0.7rem !important;
  }
  
  .timer-display {
    gap: 10px !important;
  }
  
  .time-number-wrapper {
    min-width: 50px !important;
    height: 50px !important;
    font-size: 1.6rem !important;
  }
  
  .time-number-fixed {
    font-size: 1.6rem !important;
  }
  
  .magic-title .title-line {
    font-size: 1.5rem !important;
  }
  
  .magic-title .title-line:last-child {
    font-size: 1.3rem !important;
  }
}

/* برای حالت landscape موبایل */
@media (max-width: 768px) and (orientation: landscape) {
  .magic-features-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  
  .timer-display {
    gap: 20px !important;
  }
}
/* ============================================
   CSS بنر نوروزی برای صفحه اصلی - کاملاً ایمن
   این استایل‌ها فقط روی کلاس‌های norouz- تأثیر می‌گذارند
============================================ */
