/*landing background start*/

/* کانتینر اصلی پس‌زمینه که در کل صفحه قرار می‌گیرد */
.global-bg-elements {
    position: fixed; /* یا absolute اگر می‌خواهی با اسکرول حرکت کند */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* همیشه پشت همه چیز باشد */
    pointer-events: none; /* اجازه می‌دهد کلیک‌ها از روی آن رد شوند */
    overflow: hidden;
}

.bg-blur-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px); /* کمی بیشترش کردیم برای پخش شدن بهتر */
    opacity: 0.3;
    animation: shapeFloat 20s infinite alternate ease-in-out;
}

.shape-1 {
    top: 10%;
    right: 5%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, var(--accent-primary), #6c5ce7);
}

.shape-2 {
    bottom: 20%;
    left: 5%;
    width: 700px;
    height: 700px;
    background: linear-gradient(135deg, #E6F0FF, var(--e-global-color-da3ec38));
}

.shape-3 {
    top: 50%;
    left: 40%;
    width: 500px;
    height: 500px;
    background: rgba(239, 62, 99, 0.15);
    animation-duration: 25s;
}

@keyframes shapeFloat {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 100px) scale(1.1);
    }
}

/* اگر نمی‌خواهی پس‌زمینه بخش‌های خاصی (مثل فوتر) با این اشکال تداخل داشته باشد */
.site-footer, .testimonial-section {
    position: relative;
    z-index: 1;
}

/*landing background end*/

.hero-3d-section {
    position: relative;
    /*background-color: #fcfcfc;*/
    direction: rtl;
    padding: 280px 0 80px 0;
    perspective: 1200px;
}

.hero-3d-section .hero-3d-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-3d-section .bg-blur-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.hero-3d-section .shape-1 {
    top: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, var(--accent-primary), var(--e-global-color-5dad059));
}

.hero-3d-section .shape-2 {
    bottom: 10%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #E6F0FF, var(--e-global-color-da3ec38));
}

.hero-3d-section .container-3d {
    position: relative;
    z-index: 1;
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 992px) {
    .hero-3d-section .container-3d {
        padding-left: 0;
        padding-right: 0;
    }
}

.hero-3d-section .hero-3d-scene {
    transform-style: preserve-3d;
    will-change: transform;
}

.hero-3d-section .hero-3d-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}

@media (min-width: 992px) {
    .hero-3d-section .hero-3d-grid {
        grid-template-columns: 1fr 1.2fr;
    }
}

.hero-3d-section .layer-front {
    transform: translateZ(40px);
}

.hero-3d-section .layer-back {
    transform: translateZ(-20px);
}

.hero-3d-section .hero-3d-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-3d-section .hero-3d-breadcrumbs {
    font-size: 13px;
    color: var(--e-global-color-text);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-3d-section .hero-3d-breadcrumbs a {
    color: var(--accent-primary);
    font-weight: 700;
    transition: opacity 0.3s;
}

.hero-3d-section .hero-3d-breadcrumbs a:hover {
    opacity: 0.8;
}

.hero-3d-section .hero-3d-title {
    font-size: 52px;
    color: var(--e-global-color-f49861a);
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.3;
}

.hero-3d-section .hero-3d-desc p {
    font-size: 16px;
    line-height: 2;
    color: var(--e-global-color-text);
    margin-bottom: 20px;
    text-align: justify;
}

.hero-3d-section .text-highlight {
    color: var(--accent-primary);
    font-weight: 700;
}

.hero-3d-section .hero-3d-actions {
    margin-top: 30px;
}

.hero-3d-section .hero-3d-btn {
    min-width: 220px;
    height: 55px;
    font-size: 16px;
}

.hero-3d-section .hero-3d-visual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.hero-3d-section .visual-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    transform-style: preserve-3d;
}

.hero-3d-section .main-3d-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.hero-3d-section .prop-3d {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

.hero-3d-section .prop-cube {
    /*width: 140px;*/
    width: 264px;
    top: -40px;
    /*right: -20px;*/
    right: 27px;
    border-radius: 20px;
    transform: translateZ(80px);
}

.hero-3d-section .prop-sphere {
    width: 100px;
    bottom: 20px;
    left: -30px;
    border-radius: 50%;
    transform: translateZ(120px);
}

.hero-3d-section .prop-torus {
    /*width: 120px;*/
    width: 250px;
    top: 40%;
    left: -11px;
    border-radius: 20px;
    transform: translateZ(60px);
}

.hero-3d-section .float-anim-1 {
    animation: floatY 6s ease-in-out infinite;
}

.hero-3d-section .float-anim-2 {
    animation: floatYRotate 8s ease-in-out infinite reverse;
}

.hero-3d-section .float-anim-3 {
    animation: floatX 7s ease-in-out infinite;
}

.hero-3d-section .float-anim-4 {
    animation: floatDiag 9s ease-in-out infinite;
}

@keyframes floatY {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes floatYRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg) translateZ(80px);
    }
    50% {
        transform: translateY(-25px) rotate(10deg) translateZ(80px);
    }
}

@keyframes floatX {
    0%, 100% {
        transform: translateX(0) translateY(0) translateZ(120px);
    }
    50% {
        transform: translateX(15px) translateY(-15px) translateZ(120px);
    }
}

@keyframes floatDiag {
    0%, 100% {
        transform: translate(0, 0) rotate(-10deg) translateZ(60px);
    }
    50% {
        transform: translate(-20px, 20px) rotate(5deg) translateZ(60px);
    }
}

@media (max-width: 992px) {
    .hero-3d-section {
        padding: 140px 0 60px 0;
    }

    .hero-3d-section .hero-3d-title {
        font-size: 36px;
    }

    .hero-3d-section .layer-front,
    .hero-3d-section .layer-back {
        transform: none;
    }

    .hero-3d-section .prop-cube {
        width: 90px;
        top: 30px;
        right: 0;
    }

    .hero-3d-section .prop-sphere {
        width: 70px;
        left: 0;
    }

    .hero-3d-section .prop-torus {
        width: 80px;
        left: 0;
    }
}

/*services start*/

.services-stacked-section {
    padding: 120px 0;
    direction: rtl;
    background-color: transparent;
}

.services-stacked-section .section-head {
    text-align: center;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.services-stacked-section .section-title {
    font-size: 44px;
    color: var(--e-global-color-f49861a);
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.4;
}

.services-stacked-section .section-desc {
    font-size: 16px;
    line-height: 2;
    color: var(--e-global-color-text);
    text-align: justify;
    text-align-last: center;
}

.services-stacked-section .cards-container {
    position: relative;
    display: block;
}

.services-stacked-section .stack-card {
    position: -webkit-sticky;
    position: sticky;
    top: calc(120px + (var(--card-index) * 25px));
    margin-bottom: 80px;
    z-index: var(--card-index);
}

.services-stacked-section .card-inner {
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.04), 0 20px 40px rgba(0, 0, 0, 0.04);
    padding: 80px 60px 60px 60px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    transform-origin: top center;
    will-change: transform, filter;
}

.services-stacked-section .card-top-title {
    position: absolute;
    top: 12px;
    right: 50px;
    font-size: 15px;
    font-weight: 800;
    color: var(--accent-primary);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.services-stacked-section .index-num {
    opacity: 0.4;
    font-size: 14px;
}

.services-stacked-section .card-title {
    font-size: 34px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 24px;
    line-height: 1.4;
}

.services-stacked-section .card-desc {
    font-size: 16px;
    line-height: 2;
    color: var(--e-global-color-text);
    text-align: justify;
}

.services-stacked-section .card-image {
    width: 100%;
    height: 100%;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
}

.services-stacked-section .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.services-stacked-section .stack-card:hover .card-image img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .services-stacked-section {
        padding: 80px 0;
    }

    .services-stacked-section .section-title {
        font-size: 32px;
    }

    .services-stacked-section .section-desc {
        text-align-last: right;
    }

    .services-stacked-section .stack-card {
        top: calc(80px + (var(--card-index) * 20px));
        margin-bottom: 60px;
    }

    .services-stacked-section .card-inner {
        grid-template-columns: 1fr;
        padding: 70px 30px 40px 30px;
        gap: 40px;
        min-height: auto;
    }

    .services-stacked-section .card-top-title {
        right: 30px;
        top: 20px;
        font-size: 14px;
    }

    .services-stacked-section .card-title {
        font-size: 26px;
    }

    .services-stacked-section .card-image {
        min-height: 250px;
    }
}

/*services end*/

/*scroll gallery start*/

/* دقیقاً کدهای خودتان، فقط ارتفاع بیشتر شد تا جا برای انیمیشن‌های جدید باشد */
.scroll-gallery-section {
    height: 250vh; /* تغییر از 400 به 600 */
    position: relative;
    direction: ltr;
}

.scroll-gallery-section .gallery-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.scroll-gallery-section .gallery-text {
    position: relative;
    z-index: 10;
    text-align: center;
}

.scroll-gallery-section .gallery-text h2 {
    direction: rtl;
    font-size: 8vw;
    font-weight: 900;
    line-height: 0.85;
    color: var(--e-global-color-f49861a);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.scroll-gallery-section .gallery-wheel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 5;
    will-change: transform; /* برای زوم نرم‌تر */
}

.scroll-gallery-section .wheel-item {
    position: absolute;
    top: -130px;
    left: -130px;
    width: 260px;
    height: 260px;
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: transform, opacity;
}

.scroll-gallery-section .wheel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border: 8px solid #fff;
}

.scroll-gallery-section .layer-back {
    z-index: 5;
}

.scroll-gallery-section .layer-front {
    z-index: 15;
}

@media (max-width: 992px) {
    .scroll-gallery-section .gallery-text h2 {
        font-size: 16vw;
    }

    .scroll-gallery-section .wheel-item {
        width: 180px;
        height: 180px;
        top: -90px;
        left: -90px;
    }
}

/*scroll gallery end*/

.testimonials-section {
    padding: 120px 0;
    overflow: hidden;
    direction: rtl;
    background: transparent;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-section .testimonials-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonials-section .t-stage-col {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.testimonials-section .t-title {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.2;
    color: var(--e-global-color-f49861a);
    margin: 0;
}

.testimonials-section .t-highlight {
    color: var(--accent-primary);
}

.testimonials-section .t-display-card {
    overflow: hidden;


    position: relative;
    width: 100%;
    max-width: 700px;
    min-height: 400px;
    border-radius: 140px 40px 40px 0;
    display: flex;
    flex-direction: column;
    padding: 56px;
    padding-left: 180px;
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.5);
    animation: fadeCard 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    transition: background-color 0.4s ease;
}

.testimonials-section .t-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@keyframes fadeCard {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.testimonials-section .t-quote-icon {
    font-size: 60px;
    line-height: 0;
    color: rgba(1, 2, 78, 0.15);
    margin-bottom: 24px;
    display: block;
}

.testimonials-section .t-quote-text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    color: var(--e-global-color-f49861a);
    margin-bottom: 40px;
    text-align: justify;
}

.testimonials-section .t-author-block {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonials-section .t-name {
    font-size: 22px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin: 0;
}

.testimonials-section .t-role {
    font-size: 14px;
    color: rgba(1, 2, 78, 0.7);
    font-weight: 600;
}

.testimonials-section .t-image-pop {
    position: absolute;
    bottom: -40px;
    left: -50px;
    width: 240px;
    height: 300px;
    z-index: 5;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
    pointer-events: none;
}

.testimonials-section .t-image-pop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.testimonials-section .t-tracks-col {
    position: relative;
    height: 600px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}

.testimonials-section .tracks-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: 100%;
}

.testimonials-section .logo-track-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.testimonials-section .logo-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
    width: 100%;
}

.testimonials-section .logo-track-wrapper.up .logo-track {
    animation: scrollUp 40s linear infinite;
}

.testimonials-section .logo-track-wrapper.down .logo-track {
    animation: scrollDown 45s linear infinite;
}

.testimonials-section .logo-track-wrapper:hover .logo-track {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-33.33%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-33.33%);
    }
    100% {
        transform: translateY(0);
    }
}

.testimonials-section .logo-item {
    background: #fff;
    border-radius: 20px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
    filter: grayscale(100%);
}

.testimonials-section .logo-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.testimonials-section .logo-item:hover {
    opacity: 1;
    filter: grayscale(0%);
    border-color: var(--accent-primary);
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 10px 25px rgba(239, 62, 99, 0.15);
}

.testimonials-section .logo-item.is-active {
    opacity: 1;
    filter: grayscale(0%);
    border-color: var(--accent-primary);
    background: #fff;
    box-shadow: 0 10px 25px rgba(239, 62, 99, 0.15);
}

@media (max-width: 992px) {
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-section .testimonials-layout {
        margin: 0 12px;
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .testimonials-section .t-stage-col {
        order: 1;
        text-align: center;
    }

    .testimonials-section .t-display-card {
        margin: 0 auto;
        padding: 32px 32px 180px 32px;
        border-radius: 40px;
        text-align: center;
    }

    .testimonials-section .t-quote-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .testimonials-section .t-author-block {
        align-items: center;
        margin-bottom: 10px;
    }

    .testimonials-section .t-image-pop {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 190px;
    }

    .testimonials-section .t-tracks-col {
        order: 2;
        height: 400px;
    }

    .testimonials-section .tracks-container {
        gap: 12px;
    }

    .testimonials-section .logo-item {
        height: 100px;
    }

    .testimonials-section .logo-item img {
        width: 70px;
        height: 70px;
    }
}

.t-floating-thumb {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9000;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    background: #000;
}

.t-floating-thumb.is-visible {
    opacity: 1;
}

.t-floating-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.t-floating-thumb .thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.t-video-modal {
    position: fixed;
    inset: 0;
    z-index: 11000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: none;
}

.t-video-modal .t-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 2, 78, 0.9);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.t-video-modal .t-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    animation: modalPop 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes modalPop {
    to {
        transform: scale(1);
    }
}

.t-video-modal .t-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.t-video-modal .t-close-btn:hover {
    background: var(--accent-primary);
    transform: rotate(90deg);
}

.t-video-modal .t-video-wrapper {
    width: 100%;
    height: 100%;
}

.t-video-modal .t-modal-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .t-floating-thumb {
        display: none !important;
    }
}

/*pricing start*/

.pricing-3d-section {
    padding: 120px 0;
    direction: rtl;
    background-color: transparent;
    overflow: visible;
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing-3d-section .pricing-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.pricing-3d-section .pricing-title {
    font-size: 42px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 30px;
    line-height: 1.4;
}

.pricing-3d-section .pricing-desc p {
    font-size: 15px;
    line-height: 2.2;
    color: var(--e-global-color-text);
    margin-bottom: 20px;
    text-align: justify;
}

.pricing-3d-section .text-highlight {
    color: var(--accent-primary);
    font-weight: 800;
}

.pricing-3d-section .pricing-btn {
    margin-top: 30px;
    min-width: 200px;
}

.pricing-3d-section .pricing-visual-wrapper {
    perspective: 1200px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pricing-3d-section .pricing-visual {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    transform-style: preserve-3d;
    will-change: transform;
}

.pricing-3d-section .pricing-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(-80px);
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 40px;
    opacity: 0.3;
    filter: blur(4px);
}

.pricing-3d-section .price-card-3d {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 24px;
    width: 280px;
    will-change: transform;
}

.pricing-3d-section .price-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-3d-section .p-cat {
    font-size: 13px;
    color: var(--e-global-color-text);
    font-weight: 600;
}

.pricing-3d-section .p-val {
    font-size: 24px;
    font-weight: 900;
    color: var(--accent-primary);
    direction: ltr;
    text-align: right;
}

.pricing-3d-section .p-val small {
    font-size: 12px;
    color: var(--e-global-color-f49861a);
    font-weight: 700;
}

.pricing-3d-section .p-card-1 {
    top: 10%;
    right: 5%;
}

.pricing-3d-section .p-card-2 {
    top: 30%;
    left: -10%;
}

.pricing-3d-section .p-card-3 {
    bottom: 30%;
    right: -5%;
}

.pricing-3d-section .p-card-4 {
    bottom: 10%;
    left: 10%;
}

@media (max-width: 992px) {
    .pricing-3d-section {
        padding: 60px 0;
    }

    .pricing-3d-section .pricing-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pricing-3d-section .pricing-title {
        font-size: 32px;
        text-align: center;
    }

    .pricing-3d-section .pricing-btn {
        width: 100%;
    }

    .pricing-3d-section .pricing-visual {
        height: auto;
        aspect-ratio: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        /*transform: none !important;*/
    }

    .pricing-3d-section .pricing-bg-img {
        display: none;
    }

    .pricing-3d-section .price-card-3d {
        position: relative;
        width: 100%;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .pricing-3d-section .p-val {
        font-size: 20px;
    }
}

/*pricing end*/

/*why us start*/

.features-diagonal-section {
    position: relative;
    height: 350vh;
    direction: rtl;
    background-color: transparent;
}

.features-diagonal-section .features-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.features-diagonal-section .features-header {
    text-align: center;
    margin-bottom: 60px;
    z-index: 10;
    position: relative;
}

.features-diagonal-section .f-main-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    line-height: 1.5;
}

.features-diagonal-section .diagonal-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /*transform: rotate(-6deg);*/
    transform-origin: center center;
    width: 100%;
    align-items: center;
}

.features-diagonal-section .diagonal-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
}

.features-diagonal-section .row-offset {
    transform: translateX(-80px);
}

.features-diagonal-section .f-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    will-change: transform, background-color;
}

.features-diagonal-section .f-card-icon {
    width: 32px;
    height: 32px;
    background-color: var(--accent-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}

.features-diagonal-section .f-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features-diagonal-section .f-card-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin: 0;
}

.features-diagonal-section .f-card-desc {
    font-size: 13px;
    line-height: 1.8;
    color: var(--e-global-color-text);
    margin: 0;
    text-align: justify;
}

.features-diagonal-section .f-card.is-highlighted {
    background-color: var(--e-global-color-5dad059);
    border-color: #b873337a;
    /*border-color: rgba(239, 62, 99, 0.2);*/
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 40px rgba(239, 62, 99, 0.1);
}

.features-diagonal-section .f-card.is-highlighted .f-card-icon {
    transform: scale(1.2);
    box-shadow: 0 5px 15px rgba(239, 62, 99, 0.3);
}

@media (max-width: 992px) {
    .features-diagonal-section .f-main-title {
        font-size: 24px;
        padding: 0;
    }

    .features-diagonal-section .diagonal-wrapper {
        transform: rotate(0deg);
        padding: 20px 0;
        gap: 16px;
        width: 100%;
    }

    .features-diagonal-section .diagonal-row {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        width: 100%;
    }

    .features-diagonal-section .row-offset {
        transform: translateX(0);
    }

    .features-diagonal-section .f-card {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: none;
    }

    .features-diagonal-section .f-card.is-highlighted {
        transform: none;
        box-shadow: none;
    }
}

.features-diagonal-section .features-blob-bg {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 60vw;
    max-width: 800px;
    min-width: 400px;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    animation: spinBlob 30s linear infinite;
}

@keyframes spinBlob {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*why us end*/

/*timeline start*/

.path-section {
    padding: 100px 0;
    direction: rtl;
    background-color: transparent;
    overflow: hidden;
}

.path-header {
    text-align: center;
    margin-bottom: 80px;
}

.path-main-title {
    font-size: 40px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin: 0;
}

.path-section .text-highlight {
    color: var(--accent-primary);
}

.path-timeline-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    perspective: 1500px;
}

.path-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 6px;
    background: rgba(1, 2, 78, 0.05);
    transform: translateX(50%);
    border-radius: 6px;
    z-index: 1;
}

.path-line-progress {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: var(--accent-primary);
    box-shadow: 0 0 20px var(--accent-primary);
    border-radius: 6px;
}

.path-step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    z-index: 2;
}

.path-step:nth-child(even) {
    justify-content: flex-end;
}

.step-dot {
    position: absolute;
    right: 50%;
    transform: translateX(50%) scale(0);
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 5px solid var(--accent-primary);
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 15px rgba(239, 62, 99, 0.4);
}

.step-card-wrap {
    width: 45%;
    position: relative;
    perspective: 1200px;
}

.step-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    padding: 35px 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease, border-color 0.5s ease;
    display: flex;
    align-items: center;
    min-height: 120px;
}

.step-card:hover {
    transform: translateY(-10px) translateZ(40px) rotateX(5deg);
    box-shadow: 0 30px 60px rgba(239, 62, 99, 0.15);
    border-color: rgba(239, 62, 99, 0.4);
}

.step-bg-num {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 70px;
    font-weight: 900;
    color: rgba(239, 62, 99, 0.08);
    transform: translateZ(10px);
    line-height: 1;
    pointer-events: none;
    transition: color 0.5s ease, transform 0.5s ease;
}

.step-card:hover .step-bg-num {
    color: rgba(239, 62, 99, 0.2);
    transform: translateZ(30px);
}

.step-text {
    font-size: 18px;
    font-weight: 800;
    color: var(--e-global-color-f49861a);
    margin: 0;
    line-height: 1.6;
    transform: translateZ(40px);
}

@media (max-width: 992px) {
    .path-line {
        right: 30px;
        transform: translateX(50%);
    }

    .step-dot {
        right: 30px;
    }

    .path-step, .path-step:nth-child(even) {
        justify-content: flex-end;
    }

    .step-card-wrap {
        width: calc(100% - 70px);
    }

    .path-main-title {
        font-size: 28px;
    }

    .step-text {
        font-size: 15px;
    }

    .step-bg-num {
        font-size: 70px;
    }
}

.path-rocket {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px; /* اندازه موشک را می‌توانید بسته به ابعاد عکس تغییر دهید */
    margin-left: -50px; /* برای قرارگیری دقیق در مرکز خط */
    z-index: 3;
    pointer-events: none;
    will-change: transform;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
}

@media (max-width: 992px) {
    .path-rocket {
        display: none; /* در نمای موبایل که فضای زیگزاگ نیست مخفی می‌شود */
    }
}

/*timeline end*/

/*faq single question start*/

.faq-redesign-section {
    padding: 120px 0;
    direction: rtl;
    background-color: transparent;
    /* این خط از اسکرول افقی هنگام ورود عکس جلوگیری می‌کند */
    overflow: hidden;
}

.faq-redesign-section .faq-redesign-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.faq-redesign-section .faq-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 30px;
    line-height: 1.5;
}

.faq-redesign-section .faq-desc {
    font-size: 16px;
    line-height: 2.2;
    color: var(--e-global-color-text);
    text-align: justify;
    margin: 0;
}

.faq-redesign-section .text-highlight {
    color: var(--accent-primary);
    font-weight: 800;
}

.faq-redesign-section .faq-image-col {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq-redesign-section .faq-img-wrapper {
    transform: translateX(-100vw);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 1.2s ease;
    width: 100%;
    max-width: 400px;
    will-change: transform, opacity;
}

.faq-redesign-section .faq-img-wrapper.is-visible {
    transform: translateX(0);
    opacity: 1;
}

.faq-redesign-section .faq-img-pulse {
    width: 100%;
    /* انیمیشن پالس کُند */
    animation: slowPulseAnim 4s ease-in-out infinite;
    will-change: transform;
}

.faq-redesign-section .faq-img-pulse img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

@keyframes slowPulseAnim {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-15px) scale(1.02);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 992px) {
    .faq-redesign-section {
        padding: 80px 0;
    }

    .faq-redesign-section .faq-redesign-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-redesign-section .faq-title {
        font-size: 28px;
        text-align: center;
    }

    .faq-redesign-section .faq-desc {
        text-align-last: right;
    }

    .faq-redesign-section .faq-image-col {
        order: -1; /* در صورت نیاز اگر می‌خواهی عکس بالای متن بیاید، این را از کامنت در بیاور. در غیر این صورت پاکش کن */
    }

    /* تغییر جهت انیمیشن در موبایل به پایین‌به‌بالا برای جلوگیری از خرابی کادر گوشی */
    .faq-redesign-section .faq-img-wrapper {
        transform: translateY(100px);
        max-width: 400px;
    }

    .faq-redesign-section .faq-img-wrapper.is-visible {
        transform: translateY(0);
    }
}

/*faq single question end*/

/*support section start*/

.support-features-section {
    padding: 140px 0;
    direction: rtl;
    background-color: transparent;
    overflow: visible !important;
}

.support-features-section .support-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.support-features-section .support-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 24px;
    line-height: 1.4;
    position: relative;
    padding-right: 20px;
}

.support-features-section .support-title::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 4px;
    background-color: var(--e-global-color-5dad059);
    border-radius: 4px;
}

.support-features-section .support-desc p {
    font-size: 16px;
    line-height: 2.2;
    color: var(--e-global-color-text);
    text-align: justify;
    margin-bottom: 16px;
}

.support-features-section .text-highlight {
    color: var(--accent-primary);
    font-weight: 800;
}

.support-features-section .support-subtitle {
    font-weight: 800;
    color: var(--e-global-color-f49861a);
    margin-top: 30px;
    font-size: 18px;
}

.support-features-section .support-drag-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--e-global-color-5dad059);
    color: var(--accent-primary);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    animation: pulseHint 2s infinite;
}

@keyframes pulseHint {
    0%, 100% {
        opacity: 0.7;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(-5px);
    }
}

.support-features-section .support-wheel-col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.support-features-section .support-wheel-scene {
    position: relative;
    width: 280px;
    height: 280px;
    perspective: 1200px;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    z-index: 10;
}

.support-features-section .support-wheel-scene:active {
    cursor: grabbing;
}

.support-features-section .support-wheel-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.support-features-section .support-wheel-spinner.is-animating {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.support-features-section .support-wheel-item {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform-style: preserve-3d;
    opacity: 1 !important;
    visibility: visible !important;
}

.support-features-section .item-1 {
    transform: rotateY(0deg) translateZ(240px);
}

.support-features-section .item-2 {
    transform: rotateY(90deg) translateZ(240px);
}

.support-features-section .item-3 {
    transform: rotateY(180deg) translateZ(240px);
}

.support-features-section .item-4 {
    transform: rotateY(270deg) translateZ(240px);
}

.support-features-section .card-3d-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.support-features-section .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    /* این خط اجازه می‌دهد المان‌های داخلی هم در محور Z بیرون بزنند */
    transform-style: preserve-3d;
}

.support-features-section .card-front {
    background: #ffffff;
    transform: rotateY(0deg) translateZ(1px);
}

.support-features-section .card-back {
    background: linear-gradient(135deg, var(--e-global-color-5dad059), #fff);
    transform: rotateY(180deg);
    color: var(--accent-primary);
    font-size: 60px;
    opacity: 0.6;
}

.support-features-section .s-card-icon {
    width: 65px;
    height: 65px;
    background-color: var(--e-global-color-5dad059);
    color: var(--accent-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    /* بیرون زدن آیکون از سطح کارت */
    transform: translateZ(45px);
    box-shadow: 0 15px 25px rgba(239, 62, 99, 0.2);
}

.support-features-section .s-card-text {
    font-size: 15px;
    font-weight: 800;
    color: var(--e-global-color-f49861a);
    line-height: 1.6;
    margin: 0;
    transform: translateZ(30px);
}

.support-features-section .support-wheel-scene::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    width: 250px;
    height: 250px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 60%);
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 992px) {
    .support-features-section {
        padding: 80px 0;
    }

    .support-features-section .support-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .support-features-section .support-title {
        font-size: 28px;
    }

    .support-features-section .support-wheel-scene {
        width: 240px;
        height: 240px;
    }

    .support-features-section .item-1 {
        transform: rotateY(0deg) translateZ(190px);
    }

    .support-features-section .item-2 {
        transform: rotateY(90deg) translateZ(190px);
    }

    .support-features-section .item-3 {
        transform: rotateY(180deg) translateZ(190px);
    }

    .support-features-section .item-4 {
        transform: rotateY(270deg) translateZ(190px);
    }
}

/*support section end*/

/*table section start*/

.comparison-section {
    padding: 120px 0;
    direction: rtl;
    background-color: transparent;
}

.comparison-section .comparison-layout {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 60px;
    align-items: center;
}

.comparison-section .comparison-title {
    font-size: 36px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 24px;
    line-height: 1.5;
}

.comparison-section .text-highlight {
    color: var(--accent-primary);
}

.comparison-section .comparison-desc {
    font-size: 15px;
    line-height: 2.2;
    color: var(--e-global-color-text);
    text-align: justify;
    margin: 0;
}

/* --- تنظیمات 3D کانتینر جدول --- */
.comparison-section .comp-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    perspective: 1200px;
}

.comparison-section .comp-row {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1.3fr;
    gap: 12px;
    transition: transform 0.4s ease;
}

.comparison-section .comp-row:hover {
    transform: translateZ(10px);
    z-index: 5;
}

.comparison-section .comp-cell {
    padding: 16px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.comparison-section .comp-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: 0.6s ease;
    pointer-events: none;
}

.comparison-section .comp-cell:hover::before {
    left: 200%;
}

.comparison-section .comp-cell:hover {
    transform: translateY(-5px) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.comparison-section .header-feature,
.comparison-section .cell-feature {
    background: rgba(43, 46, 113, 0.85);
    color: #ffffff;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.2);
}

.comparison-section .header-plan {
    background: rgba(239, 62, 99, 0.85);
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 30px rgba(239, 62, 99, 0.2);
}

.comparison-section .cell-data {
    background: rgba(255, 255, 255, 0.55);
    color: var(--e-global-color-f49861a);
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.comparison-section .fw-bold {
    font-weight: 900 !important;
    font-size: 18px;
}

@media (max-width: 992px) {
    .comparison-section {
        padding: 80px 0;
    }

    .comparison-section .comparison-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .comparison-section .comparison-title {
        font-size: 28px;
        text-align: center;
    }

    .comparison-section .comparison-desc {
        text-align-last: center;
    }

    .comparison-section .comp-header-row {
        display: none;
    }

    .comparison-section .comp-row {
        display: flex;
        flex-direction: column;
        gap: 8px;
        background: rgba(255, 255, 255, 0.4);
        padding: 16px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        margin-bottom: 12px;
    }

    .comparison-section .comp-cell {
        border-radius: 12px;
        padding: 12px;
        justify-content: flex-start;
        text-align: right;
    }

    .comparison-section .comp-cell:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .comparison-section .cell-feature {
        justify-content: center;
        text-align: center;
        margin-bottom: 8px;
        font-size: 15px;
    }

    .comparison-section .cell-data {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .comparison-section .cell-data::before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 800;
        color: var(--accent-primary);
        display: block;
        opacity: 0.9;
        position: static;
        width: auto;
        height: auto;
        background: none;
        transform: none;
        pointer-events: auto;
    }

    .comparison-section .fw-bold {
        align-items: center !important;
        text-align: center;
    }

    .comparison-section .fw-bold::before {
        align-self: center;
    }
}

/*table section end*/

/*faq time start*/

.faq-time-section {
    padding: 80px 0;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

.faq-time-box {
    width: 98%;
    background: linear-gradient(90deg, var(--e-global-color-f49861a), var(--accent-primary), var(--e-global-color-f49861a), var(--accent-primary));
    background-size: 200% 100%;
    padding: 40px;
    border-radius: 25px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: background-position 0.5s ease;
}

.faq-time-box:hover {
    background-position: 100% 0;
}

.faq-time-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
}

.faq-time-desc {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    text-align: justify;
    opacity: 0.95;
    color: #fff;
}

.faq-time-section .astronaut-3D {
    width: 245px;
    position: absolute;
    left: -70px;
    bottom: 45px;
    pointer-events: none;
    will-change: transform;
    animation: floatAstronaut 7s ease-in-out infinite;
}

@keyframes floatAstronaut {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-25px) rotate(4deg);
    }
}

@media (max-width: 992px) {
    .faq-time-box {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .faq-time-title {
        font-size: 24px;
        text-align: center;
    }

    .faq-time-desc {
        text-align: right;
        font-size: 14px;
    }
}

/*faq time end*/

/*faq host start*/

.hosting-faq-section {
    padding: 120px 0;
    direction: rtl;
    background-color: transparent;
    overflow: hidden;
}

.hosting-faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hosting-title {
    font-size: 38px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 30px;
    line-height: 1.5;
}

.hosting-desc {
    font-size: 16px;
    line-height: 2.2;
    color: var(--e-global-color-text);
    text-align: justify;
    margin: 0;
}

.hosting-image-col {
    display: flex;
    justify-content: center;
}

/* انیمیشن جدید: شروع از کوچک و چرخش */
.hosting-img-wrapper {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s ease;
    width: 100%;
    max-width: 400px;
}

.hosting-img-wrapper.is-visible {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.hosting-img-wrapper img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

@media (max-width: 992px) {
    .hosting-faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hosting-title {
        font-size: 28px;
        text-align: center;
    }

    .hosting-desc {
        text-align-last: center;
    }
}

/*faq host end*/

/*second testimonials start*/

.testimonial-section {
    padding: 100px 0;
    background-color: transparent; /* کاملاً شفاف برای هماهنگی با کل لندینگ */
    overflow: hidden;
}

.testimonial-main-title {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: var(--e-global-color-f49861a); /* رنگ اصلی سایت */
    margin-bottom: 60px;
}

.testimonial-carousel-wrap {
    width: 100%;
    overflow: hidden;
    cursor: grab;

    mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 5%,
            black 95%,
            transparent 100%
    );
    -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 5%,
            black 95%,
            transparent 100%
    );
}

.testimonial-track {
    display: flex;
    gap: 30px;
    width: max-content;
    /* انیمیشن پیوسته در CSS */
    animation: continuousScroll 20s linear infinite;
}

@keyframes continuousScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 15px));
    }
    /* برای حرکت پیوسته، نیمی از عرض محتوا جابجا می‌شود */
}

.testimonial-track:hover {
    animation-play-state: paused; /* ایستادن با هاور */
}

.testimonial-card {
    width: 350px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: normal;
}

.t-card-logo {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 50%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-card-logo img {
    object-fit: contain;
    width: 55px;
    height: 55px;
}

.t-card-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--e-global-color-text);
    margin-bottom: 30px;
    flex-grow: 1;
}

.t-card-author h4 {
    font-size: 18px;
    color: var(--e-global-color-f49861a);
    margin: 0 0 5px 0;
}

.t-card-author span {
    font-size: 14px;
    color: var(--accent-primary);
}

/*second testimonials end*/

/*faq accordion start*/

.faq-section {
    padding: 100px 0;
    direction: rtl;
}

.faq-main-title {
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 60px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.faq-item {
    perspective: 1000px;
}

.faq-item.active .faq-question {
    color: var(--accent-primary);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    color: var(--e-global-color-f49861a);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.faq-answer {
    padding-top: 16px;
    padding: 0 25px;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.faq-answer p {
    margin-top: 16px;
}

.faq-image-col img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 13px;
        text-align: right;
        gap: 4px;
    }
}

/*faq accordion end*/

/*comments start*/

.custom-comment-form {
    padding: 80px 0;
    direction: rtl;
}

.custom-comment-form .form-wrapper {
    /*max-width: 900px;*/
    margin: 0 auto;
}

.custom-comment-form .form-note {
    font-size: 14px;
    color: var(--e-global-color-text);
    margin-bottom: 20px;
}

.custom-comment-form .form-group {
    margin-bottom: 20px;
}

.custom-comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--e-global-color-f49861a);
}

.custom-comment-form textarea,
.custom-comment-form input[type="text"],
.custom-comment-form input[type="email"],
.custom-comment-form input[type="url"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fcfcfc;
    transition: border-color 0.3s ease;
}

.custom-comment-form textarea {
    height: 180px;
    resize: vertical;
}

.custom-comment-form textarea:focus,
.custom-comment-form input:focus {
    outline: none;
    border-color: var(--accent-primary);
}

.custom-comment-form .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-comment-form .checkbox-group label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}

.custom-comment-form button {
    background-color: var(--accent-primary);
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-comment-form button:hover {
    background-color: #d13052;
}

@media (max-width: 768px) {
    .custom-comment-form .form-row {
        grid-template-columns: 1fr;
    }
}

/*comments end*/

/*seo section start*/

/* استایل‌های گلوبال برای هماهنگی در لندینگ */
.global-h2 {
    font-size: 34px;
    font-weight: 900;
    color: var(--e-global-color-f49861a);
    margin-bottom: 24px;
    line-height: 1.4;
    position: relative;
    padding-right: 20px;
    text-align: start;
}

/* خط تزیینی کنار تیترها */
.global-h2::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 4px;
    background-color: var(--accent-primary); /* رنگ برند */
    border-radius: 4px;
}

.global-p {
    font-size: 16px;
    line-height: 2.2;
    color: #444;
    text-align: justify;
    margin-bottom: 30px;
}

/* تنظیمات سکشن اسکرول خور */
.scrollable-text-section {
    padding: 100px 0;
    direction: rtl;
}

.scroll-content-wrapper {
    max-height: 500px; /* تعیین ارتفاع برای فعال شدن اسکرول */
    overflow-y: auto;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 20px;
    border: 1px solid #eee;
}

/* سفارشی‌سازی ظاهر اسکرول‌بار برای زیبایی بیشتر */
.scroll-content-wrapper::-webkit-scrollbar {
    width: 6px;
}

.scroll-content-wrapper::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
    border-radius: 10px;
}

.features-list-section {
    padding: 60px 0;
    direction: rtl;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    margin-bottom: 20px;
    padding-right: 35px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* استفاده از آیکون چک‌مارک سفارشی با رنگ برند */
.features-list li::before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 0;
    color: var(--accent-primary); /* رنگ برند شما */
    font-weight: bold;
    font-size: 20px;
}

.features-list li strong {
    color: var(--e-global-color-f49861a); /* رنگ هدینگ‌های اصلی */
}

/*seo section end*/