.elementor-3085 .elementor-element.elementor-element-090f046{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-42e8384{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-3f26dbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-63a1458{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-89b9676{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-429852c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-5721528{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3085 .elementor-element.elementor-element-cdfb416{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ff3fb5 */.gaming-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    direction:rtl;
    background:
    linear-gradient(
    135deg,
    #0f172a 0%,
    #111827 50%,
    #020617 100%);
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(
    circle at top right,
    rgba(0,255,170,.15),
    transparent 40%);
}

.hero-container{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:80px 24px;
    position:relative;
    z-index:2;

    /* ✅ center elements */
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.hero-content{
    max-width:800px;

    /* ✅ center alignment */
    display:flex;
    flex-direction:column;
    align-items:center;
}

.hero-content h1{
    color:#fff;
    font-size:clamp(36px,5vw,64px);
    line-height:1.2;
    font-weight:900;
    margin-bottom:24px;
}

.hero-description{
    color:#cbd5e1;
    font-size:20px;
    line-height:2;
    margin-bottom:40px;

    /* ✅ justify text */
    text-align:justify;
    text-align-last:center;
}

.hero-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-bottom:40px;
}

.feature-item{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:18px;
    border-radius:12px;
    color:#fff;
    font-size:15px;
    transition:.3s;
}

.feature-item:hover{
    transform:translateY(-3px);
    border-color:#00ffae;
}

.hero-buttons{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    width:100%;
    margin-top:40px;
}

.cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:58px;
    border-radius:12px;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:all .3s ease;
    text-align:center;
}

.call-btn{
    background:#00ffae;
    color:#000;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.bale-btn{
    background:#0D6EFD;
    color:#fff;
}

.cta-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* موبایل */

@media (max-width:768px){

    .hero-buttons{
        grid-template-columns:1fr;
        gap:12px;
    }

    .cta-btn{
        width:100%;
        height:54px;
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b593982 */.gaming-problems{
    padding:100px 20px;
    background:#f8fafc;
    direction:rtl;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.section-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}


.section-header h2{
    font-size:clamp(30px,4vw,48px);
    font-weight:900;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

.section-header p{
    color:#64748b;
    line-height:2;
    font-size:18px;
}

.problems-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.problem-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    border:1px solid #e2e8f0;
    transition:.3s ease;
}

.problem-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.problem-card h3{
    font-size:22px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:800;
}

.problem-card p{
    color:#64748b;
    line-height:2;
    font-size:15px;
}

@media (max-width:992px){

    .problems-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:768px){

    .gaming-problems{
        padding:70px 15px;
    }

    .problems-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .section-header h2{
        font-size:30px;
    }

    .section-header p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e621098 */.gaming-services{
    padding:120px 20px;
    background:
    radial-gradient(circle at top right,#00ffae15 0%,transparent 30%),
    radial-gradient(circle at bottom left,#00ffae10 0%,transparent 35%),
    #0f172a;
    direction:rtl;
    overflow:hidden;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.services-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 80px;
}

.services-header h2{
    color:#ffffff;
    font-size:clamp(32px,5vw,52px);
    line-height:1.4;
    font-weight:900;
    margin-bottom:20px;
}

.services-header p{
    color:#94a3b8;
    font-size:18px;
    line-height:2;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.service-card{
    position:relative;
    background:rgba(255,255,255,.04);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;

    padding:35px 25px;

    transition:.4s ease;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:4px;
    background:linear-gradient(
    90deg,
    #00ffae,
    #00d9ff
    );
    transform:scaleX(0);
    transform-origin:right;
    transition:.4s;
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-card:hover{
    transform:translateY(-12px);
    border-color:#00ffae;
    box-shadow:
    0 20px 50px rgba(0,255,174,.12),
    0 0 30px rgba(0,255,174,.08);
}

.service-icon{
    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:38px;

    border-radius:20px;

    background:
    linear-gradient(
    135deg,
    rgba(0,255,174,.15),
    rgba(0,217,255,.15)
    );

    margin-bottom:25px;
}

.service-card h3{
    color:#ffffff;
    font-size:22px;
    font-weight:800;
    line-height:1.6;
    margin-bottom:15px;
}

.service-card p{
    color:#cbd5e1;
    font-size:15px;
    line-height:2;
}

@media(max-width:992px){

    .gaming-services{
        padding:90px 20px;
    }

    .services-grid{
        grid-template-columns:
        repeat(2,minmax(0,1fr));
    }

}

@media(max-width:768px){

    .gaming-services{
        padding:70px 15px;
    }

    .services-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .service-card{
        padding:28px 20px;
    }

    .service-icon{
        width:65px;
        height:65px;
        font-size:30px;
    }

    .service-card h3{
        font-size:19px;
    }

    .services-header h2{
        font-size:30px;
    }

    .services-header p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95c1af9 */.why-us{
    padding:110px 20px;
    background:#0b1220;
    direction:rtl;
    position:relative;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.why-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}


.why-header h2{
    font-size:clamp(30px,4vw,50px);
    font-weight:900;
    color:#ffffff;
    margin-bottom:20px;
    line-height:1.4;
}

.why-header p{
    color:#94a3b8;
    font-size:18px;
    line-height:2;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.why-card{
    position:relative;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px;
    transition:.4s ease;
    overflow:hidden;
}

.why-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
    135deg,
    rgba(0,255,174,.08),
    transparent
    );
    opacity:0;
    transition:.4s;
}

.why-card:hover::before{
    opacity:1;
}

.why-card:hover{
    transform:translateY(-10px);
    border-color:#00ffae;
    box-shadow:0 20px 60px rgba(0,255,174,.12);
}

.why-card h3{
    color:#ffffff;
    font-size:20px;
    font-weight:800;
    margin-bottom:15px;
    line-height:1.6;
}

.why-card p{
    color:#cbd5e1;
    font-size:15px;
    line-height:2;
}

/* Mobile */

@media(max-width:768px){

    .why-us{
        padding:70px 15px;
    }

    .why-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .why-header h2{
        font-size:28px;
    }

    .why-header p{
        font-size:16px;
    }

    .why-card{
        padding:25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d5b613 */.process{
    padding:110px 20px;
    background:#0b1220;
    direction:rtl;
}

.container{
    max-width:1000px;
    margin:0 auto;
}

.process-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 80px;
}


.process-header h2{
    font-size:clamp(30px,4vw,50px);
    font-weight:900;
    color:#ffffff;
    margin-bottom:20px;
    line-height:1.4;
}

.process-header p{
    color:#94a3b8;
    font-size:18px;
    line-height:2;
}

.process-timeline{
    position:relative;
    display:flex;
    flex-direction:column;
    gap:30px;
}

/* خط وسط تایم‌لاین */
.process-timeline::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:18px;
    width:2px;
    background:linear-gradient(#00ffae,#00d9ff);
    opacity:.4;
}

.process-step{
    display:flex;
    align-items:flex-start;
    gap:25px;
    position:relative;
}

.step-number{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:50%;
    background:#00ffae;
    color:#0b1220;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
}

.step-content{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:25px;
    flex:1;
    transition:.3s;
}

.step-content:hover{
    transform:translateY(-5px);
    border-color:#00ffae;
    box-shadow:0 15px 40px rgba(0,255,174,.1);
}

.step-content h3{
    color:#ffffff;
    font-size:20px;
    font-weight:800;
    margin-bottom:10px;
}

.step-content p{
    color:#cbd5e1;
    font-size:15px;
    line-height:2;
}

/* موبایل */
@media(max-width:768px){

    .process{
        padding:70px 15px;
    }

    .process-header h2{
        font-size:28px;
    }

    .process-header p{
        font-size:16px;
    }

    .step-content{
        padding:20px;
    }

    .process-timeline::before{
        right:12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec89872 */.performance{
    padding:110px 20px;
    background:
    radial-gradient(circle at top,#00ffae10,transparent 40%),
    radial-gradient(circle at bottom,#00d9ff10,transparent 40%),
    #0a0f1c;
    direction:rtl;
}

.container{
    max-width:1100px;
    margin:0 auto;
}

.performance-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}


.performance-header h2{
    font-size:clamp(30px,4vw,52px);
    font-weight:900;
    color:#ffffff;
    margin-bottom:20px;
    line-height:1.4;
}

.performance-header p{
    color:#94a3b8;
    font-size:18px;
    line-height:2;
}

.performance-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.performance-card{
    position:relative;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px 25px;
    transition:.4s ease;
    overflow:hidden;
}

.performance-card::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:2px;
    background:linear-gradient(90deg,#00ffae,#00d9ff);
    transform:scaleX(0);
    transform-origin:right;
    transition:.4s;
}

.performance-card:hover::before{
    transform:scaleX(1);
}

.performance-card:hover{
    transform:translateY(-10px);
    border-color:#00ffae;
    box-shadow:0 25px 60px rgba(0,255,174,.12);
}

.performance-card h3{
    color:#ffffff;
    font-size:20px;
    font-weight:800;
    margin-bottom:15px;
}

.performance-card p{
    color:#cbd5e1;
    font-size:15px;
    line-height:2;
}

/* Responsive */

@media(max-width:900px){

    .performance-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .performance-header h2{
        font-size:28px;
    }

    .performance-header p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3854026 */.social-proof{
    padding:110px 20px;
    background:#0b1220;
    direction:rtl;
}

.container{
    max-width:1100px;
    margin:0 auto;
}

.social-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}



.social-header h2{
    font-size:clamp(30px,4vw,50px);
    font-weight:900;
    color:#ffffff;
    margin-bottom:20px;
    line-height:1.4;
}

.social-header p{
    color:#94a3b8;
    font-size:18px;
    line-height:2;
}

.before-after{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:70px;
}

.ba-card{
    padding:30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.03);
}

.ba-card h3{
    font-size:20px;
    color:#ffffff;
    margin-bottom:15px;
}

.ba-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ba-card ul li{
    color:#cbd5e1;
    font-size:15px;
    line-height:2;
    margin-bottom:10px;
    position:relative;
    padding-right:18px;
}

.ba-card ul li::before{
    content:"•";
    position:absolute;
    right:0;
    color:#00ffae;
}

.before{
    border-right:2px solid #ff4d4d;
}

.after{
    border-right:2px solid #00ffae;
}

.testimonials{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.testimonial-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:30px;
    transition:.3s ease;
}

.testimonial-card:hover{
    transform:translateY(-6px);
    border-color:#00ffae;
}

.testimonial-card p{
    color:#e2e8f0;
    font-size:15px;
    line-height:2;
    margin-bottom:15px;
}

.testimonial-card span{
    color:#00ffae;
    font-weight:700;
}

/* Responsive */

@media(max-width:900px){

    .before-after{
        grid-template-columns:1fr;
    }

    .testimonials{
        grid-template-columns:1fr;
    }

    .social-header h2{
        font-size:28px;
    }

    .social-header p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14a432d */.cta-final{
    padding:110px 20px;
    background:
    radial-gradient(circle at top,#00ffae15,transparent 40%),
    radial-gradient(circle at bottom,#00d9ff15,transparent 40%),
    #0b1220;
    direction:rtl;
    text-align:center;
}

.container{
    max-width:900px;
    margin:0 auto;
}

.cta-box{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:60px 30px;
    box-shadow:0 20px 60px rgba(0,0,0,.3);
}

.cta-box h2{
    font-size:clamp(28px,4vw,48px);
    font-weight:900;
    color:#ffffff;
    margin-bottom:20px;
    line-height:1.4;
}

.cta-box p{
    color:#94a3b8;
    font-size:18px;
    line-height:2;
    margin-bottom:40px;
}

.cta-buttons{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

/* BUTTON BASE */
.cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    padding:16px 26px;
    border-radius:14px;
    font-size:16px;
    font-weight:800;
    text-decoration:none;

    min-width:200px;

    transition:.3s ease;
}

/* CALL */
.cta-btn.call{
    background:#00ffae;
    color:#0b1220;
}

/* WHATSAPP */
.cta-btn.whatsapp{
    background:#25D366;
    color:#fff;
}

/* BALE */
.cta-btn.bale{
    background:#0D6EFD;
    color:#fff;
}

/* HOVER EFFECT */
.cta-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.3);
}

/* MOBILE */
@media(max-width:768px){

    .cta-final{
        padding:70px 15px;
    }

    .cta-box{
        padding:40px 20px;
    }

    .cta-box h2{
        font-size:26px;
    }

    .cta-box p{
        font-size:16px;
    }

    .cta-buttons{
        flex-direction:column;
        gap:12px;
    }

    .cta-btn{
        width:100%;
        min-width:auto;
    }
}/* End custom CSS */