.elementor-12562 .elementor-element.elementor-element-8b4b76f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f6c5a58 *//* --- Webinew About Us Page Styles | Safe & Isolated --- */

:root {
    --webinew-primary: #EF3A4F;
    --webinew-primary-dark: #d62d40;
    --webinew-primary-soft: #fff1f2;
    --webinew-primary-soft-2: #ffe4e6;
    --webinew-text: #1e293b;
    --webinew-muted: #64748b;
    --webinew-border: #e2e8f0;
    --webinew-bg: #ffffff;
    --webinew-card: #f8fafc;
    --webinew-dark: #0f172a;
    --webinew-green: #16a34a;
    --webinew-blue: #2563eb;
    --webinew-orange: #f97316;
    --webinew-shadow: 0 16px 45px rgba(15,23,42,.08);
    --webinew-shadow-red: 0 16px 45px rgba(239,58,79,.18);
}

.webinew-about-page,
.webinew-about-page * {
    box-sizing: border-box;
}

.webinew-about-page {
    direction: rtl;
    text-align: right;
    font-family: inherit;
    color: var(--webinew-text);
    background: #fff;
    line-height: 2;
    overflow: hidden;
}

.webinew-about-page a { color: inherit; text-decoration: none; }
.webinew-about-page p { margin: 0 0 16px; color: #475569; font-size: 16px; }
.webinew-about-page strong { color: #111827; }

.webinew-about-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.webinew-about-section { padding: 58px 0; position: relative; }
.webinew-about-section.compact { padding: 35px 0; }

.webinew-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--webinew-primary-soft);
    color: var(--webinew-primary);
    border: 1px solid #fecdd3;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}
.webinew-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--webinew-primary);
    box-shadow: 0 0 0 6px rgba(239,58,79,.12);
}

.webinew-title {
    color: var(--webinew-text);
    font-size: 34px;
    line-height: 1.55;
    font-weight: 950;
    letter-spacing: -.4px;
    margin: 0 0 16px;
}
.webinew-title span { color: var(--webinew-primary); }

.webinew-subtitle {
    color: #475569;
    font-size: 17px;
    line-height: 2.1;
    max-width: 840px;
}

.webinew-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 28px;
}
.webinew-heading-2 {
    margin: 0;
    font-size: 27px;
    line-height: 1.6;
    color: var(--webinew-text);
    font-weight: 950;
    position: relative;
    padding-bottom: 10px;
}
.webinew-heading-2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 76px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--webinew-primary), #fb7185);
}
.webinew-head-desc { max-width: 520px; color: var(--webinew-muted); font-size: 15px; margin: 0; }

/* Hero */
.webinew-hero {
    position: relative;
    padding: 56px 0 34px;
    background:
        radial-gradient(circle at 10% 20%, rgba(239,58,79,.11), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(37,99,235,.08), transparent 25%),
        linear-gradient(135deg, #ffffff 0%, #fff7f8 50%, #ffffff 100%);
}
.webinew-hero:before,
.webinew-hero:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    opacity: .85;
}
.webinew-hero:before {
    width: 260px; height: 260px; left: -90px; top: 40px;
    background: rgba(239,58,79,.08);
    filter: blur(4px);
    animation: webinewFloat 7s ease-in-out infinite;
}
.webinew-hero:after {
    width: 160px; height: 160px; right: -50px; bottom: 20px;
    border: 28px solid rgba(239,58,79,.08);
    animation: webinewFloat 8s ease-in-out infinite reverse;
}
@keyframes webinewFloat { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-16px) } }

.webinew-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.webinew-hero-card {
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(254,205,211,.8);
    border-radius: 28px;
    padding: 34px;
    box-shadow: var(--webinew-shadow-red);
    backdrop-filter: blur(10px);
}
.webinew-hero-actions,
.webinew-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.webinew-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 12px;
    padding: 12px 22px;
    font-weight: 900;
    transition: all .25s ease;
    border: 2px solid transparent;
    cursor: pointer;
    min-height: 48px;
}
.webinew-btn-primary {
    background: var(--webinew-primary);
    color: #fff!important;
    box-shadow: 0 10px 24px rgba(239,58,79,.26);
}
.webinew-btn-primary:hover { background: var(--webinew-primary-dark); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(239,58,79,.32); }
.webinew-btn-secondary {
    background: #fff;
    color: var(--webinew-primary)!important;
    border-color: var(--webinew-primary);
}
.webinew-btn-secondary:hover { background: #fff1f2; transform: translateY(-2px); }
.webinew-btn-dark { background: var(--webinew-dark); color: #fff!important; }
.webinew-btn-dark:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15,23,42,.22); }

.webinew-hero-visual {
    position: relative;
    min-height: 420px;
}
.webinew-orbit {
    position: absolute;
    inset: 30px 10px 10px 10px;
    border: 1px dashed rgba(239,58,79,.35);
    border-radius: 32px;
    animation: webinewPulseBorder 3s ease-in-out infinite;
}
@keyframes webinewPulseBorder { 0%,100% { box-shadow: none } 50% { box-shadow: 0 0 0 12px rgba(239,58,79,.04) } }
.webinew-visual-main {
    position: absolute;
    inset: 68px 35px 45px;
    background: linear-gradient(135deg, #111827, #1e293b);
    border-radius: 30px;
    padding: 24px;
    color: #fff;
    box-shadow: 0 28px 80px rgba(15,23,42,.28);
    overflow: hidden;
}
.webinew-visual-main:before {
    content: "";
    position: absolute;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(239,58,79,.32);
    left: -65px; top: -80px;
    filter: blur(3px);
}
.webinew-visual-main h3 { position: relative; margin: 0 0 8px; color: #fff; font-size: 22px; font-weight: 950; }
.webinew-visual-main p { position: relative; color: #cbd5e1; font-size: 14px; margin-bottom: 22px; }
.webinew-mini-metrics { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.webinew-mini-metric { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 14px; }
.webinew-mini-metric b { display: block; color: #fff; font-size: 24px; line-height: 1.3; }
.webinew-mini-metric span { color: #cbd5e1; font-size: 12px; }

.webinew-floating-badge {
    position: absolute;
    background: #fff;
    border: 1px solid var(--webinew-border);
    box-shadow: var(--webinew-shadow);
    border-radius: 18px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    animation: webinewFloat 6s ease-in-out infinite;
}
.webinew-floating-badge .icon {
    width: 36px; height: 36px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: var(--webinew-primary-soft);
    color: var(--webinew-primary);
    font-weight: 900;
}
.webinew-floating-badge strong { display: block; color: #0f172a; font-size: 14px; line-height: 1.5; }
.webinew-floating-badge small { display: block; color: var(--webinew-muted); font-size: 12px; line-height: 1.5; }
.badge-1 { top: 12px; right: 0; }
.badge-2 { bottom: 20px; left: 0; animation-delay: .9s; }
.badge-3 { top: 115px; left: -10px; animation-delay: 1.4s; }

/* Stats */
.webinew-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 26px;
}
.webinew-stat-card {
    background: #fff;
    border: 1px solid var(--webinew-border);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(15,23,42,.04);
    position: relative;
    overflow: hidden;
}
.webinew-stat-card:before {
    content: "";
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 5px;
    background: var(--webinew-primary);
}
.webinew-stat-card b { display: block; font-size: 28px; line-height: 1.4; color: var(--webinew-primary); font-weight: 950; }
.webinew-stat-card span { color: var(--webinew-muted); font-size: 14px; }

/* Story */
.webinew-story-box {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 24px;
    align-items: stretch;
}
.webinew-story-card,
.webinew-white-card {
    background: #fff;
    border: 1px solid var(--webinew-border);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--webinew-shadow);
}
.webinew-story-card {
    background: linear-gradient(135deg, #fff1f2, #ffffff);
    border-color: #fecdd3;
}
.webinew-story-card h3 { margin: 0 0 14px; font-size: 22px; color: var(--webinew-primary); font-weight: 950; }
.webinew-timeline { position: relative; padding-right: 24px; }
.webinew-timeline:before { content: ""; position: absolute; right: 6px; top: 8px; bottom: 8px; width: 2px; background: #fecdd3; }
.webinew-timeline-item { position: relative; margin-bottom: 18px; padding: 14px 18px; background: #f8fafc; border-radius: 16px; border: 1px solid #e2e8f0; }
.webinew-timeline-item:before { content: ""; position: absolute; right: -25px; top: 22px; width: 14px; height: 14px; border-radius: 50%; background: var(--webinew-primary); border: 3px solid #fff; box-shadow: 0 0 0 5px #fff1f2; }
.webinew-timeline-item b { display: block; margin-bottom: 5px; color: #0f172a; }

/* Services */
.webinew-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.webinew-service-card {
    position: relative;
    min-height: 255px;
    background: #fff;
    border: 1px solid var(--webinew-border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(15,23,42,.05);
    transition: all .25s ease;
    overflow: hidden;
}
.webinew-service-card:hover { transform: translateY(-6px); box-shadow: var(--webinew-shadow); border-color: #fecdd3; }
.webinew-service-card:after { content: ""; position: absolute; left: -42px; bottom: -42px; width: 120px; height: 120px; border-radius: 50%; background: rgba(239,58,79,.07); transition: all .25s ease; }
.webinew-service-card:hover:after { transform: scale(1.3); }
.webinew-service-icon {
    width: 50px; height: 50px; border-radius: 16px;
    background: var(--webinew-primary-soft);
    color: var(--webinew-primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 23px; font-weight: 950;
    margin-bottom: 16px;
}
.webinew-service-card h3 { margin: 0 0 10px; font-size: 19px; font-weight: 950; color: #0f172a; }
.webinew-service-card p { font-size: 14.5px; line-height: 1.9; margin-bottom: 14px; }
.webinew-service-link { display: inline-flex; align-items: center; gap: 8px; color: var(--webinew-primary)!important; font-weight: 900; font-size: 14px; position: relative; z-index: 2; }
.webinew-service-link:after { content: "←"; transition: transform .2s ease; }
.webinew-service-link:hover:after { transform: translateX(-4px); }

/* Process */
.webinew-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.webinew-process-step {
    background: #fff;
    border: 1px solid var(--webinew-border);
    border-radius: 22px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.webinew-process-step .num {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
    color: rgba(239,58,79,.12);
}
.webinew-process-step h3 { margin: 20px 0 8px; font-size: 18px; font-weight: 950; color: #0f172a; }
.webinew-process-step p { font-size: 14px; margin: 0; line-height: 1.85; }

/* Portfolio */
.webinew-proof-bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #111827 100%);
    color: #fff;
    position: relative;
}
.webinew-proof-bg:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 18%, rgba(239,58,79,.25), transparent 28%), radial-gradient(circle at 85% 20%, rgba(59,130,246,.18), transparent 26%); pointer-events: none; }
.webinew-proof-bg .webinew-heading-2 { color: #fff; }
.webinew-proof-bg .webinew-head-desc { color: #cbd5e1; }
.webinew-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 2; }
.webinew-case-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    padding: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    transition: all .25s ease;
}
.webinew-case-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.11); }
.webinew-case-tag { display: inline-flex; background: rgba(239,58,79,.18); border: 1px solid rgba(239,58,79,.35); color: #fecdd3; border-radius: 999px; padding: 4px 12px; font-size: 12px; font-weight: 900; margin-bottom: 14px; }
.webinew-case-card h3 { color: #fff; margin: 0 0 12px; font-size: 21px; font-weight: 950; }
.webinew-case-card p { color: #cbd5e1; font-size: 14.5px; line-height: 1.95; }
.webinew-case-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 18px 0; }
.webinew-case-metric { background: rgba(255,255,255,.08); border-radius: 16px; padding: 12px; border: 1px solid rgba(255,255,255,.09); }
.webinew-case-metric b { display: block; color: #fff; font-size: 20px; line-height: 1.4; }
.webinew-case-metric span { color: #94a3b8; font-size: 12px; line-height: 1.5; }
.webinew-case-link { display: inline-flex; color: #fff!important; background: var(--webinew-primary); border-radius: 12px; padding: 9px 15px; font-weight: 900; font-size: 13px; }

/* Location/contact */
.webinew-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: stretch; }
.webinew-contact-list { display: grid; gap: 12px; }
.webinew-contact-item { display: flex; gap: 12px; align-items: flex-start; background: #f8fafc; border: 1px solid var(--webinew-border); border-radius: 18px; padding: 16px; }
.webinew-contact-icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 14px; background: var(--webinew-primary-soft); color: var(--webinew-primary); display: flex; align-items: center; justify-content: center; font-weight: 950; }
.webinew-contact-item b { display: block; color: #0f172a; margin-bottom: 3px; }
.webinew-contact-item span, .webinew-contact-item a { color: #475569; font-size: 14.5px; }
.webinew-map-card { min-height: 360px; background: linear-gradient(135deg, #fff1f2, #ffffff); border: 1px solid #fecdd3; border-radius: 24px; padding: 16px; box-shadow: var(--webinew-shadow); overflow: hidden; }
.webinew-map-card iframe { width: 100%; height: 100%; min-height: 330px; border: 0; border-radius: 18px; display: block; }

/* FAQ */
.webinew-faq { display: grid; gap: 12px; }
.webinew-faq-item { background: #fff; border: 1px solid var(--webinew-border); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 20px rgba(15,23,42,.04); }
.webinew-faq-q { width: 100%; background: #fff; border: 0; text-align: right; direction: rtl; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; font-weight: 950; color: #0f172a; cursor: pointer; font-family: inherit; font-size: 16px; }
.webinew-faq-q span { width: 30px; height: 30px; border-radius: 10px; background: var(--webinew-primary-soft); color: var(--webinew-primary); display: flex; align-items: center; justify-content: center; flex: 0 0 30px; transition: all .2s ease; }
.webinew-faq-item.active .webinew-faq-q span { background: var(--webinew-primary); color: #fff; transform: rotate(45deg); }
.webinew-faq-a { display: none; padding: 0 20px 18px; color: #475569; line-height: 1.9; }
.webinew-faq-item.active .webinew-faq-a { display: block; }

/* CTA */
.webinew-final-cta {
    background: linear-gradient(135deg, var(--webinew-primary), #be123c);
    border-radius: 30px;
    padding: 36px;
    color: #fff;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 20px;
    align-items: center;
    box-shadow: var(--webinew-shadow-red);
    position: relative;
    overflow: hidden;
}
.webinew-final-cta:before { content: ""; position: absolute; width: 220px; height: 220px; border: 35px solid rgba(255,255,255,.12); border-radius: 50%; left: -70px; top: -70px; }
.webinew-final-cta h2 { position: relative; margin: 0 0 10px; color: #fff; font-size: 27px; font-weight: 950; line-height: 1.6; }
.webinew-final-cta p { position: relative; color: #ffe4e6; margin: 0; font-size: 16px; }
.webinew-final-cta .webinew-cta-row { justify-content: flex-end; margin: 0; position: relative; }
.webinew-final-cta .webinew-btn-secondary { background: #fff; color: var(--webinew-primary)!important; border-color: #fff; }
.webinew-final-cta .webinew-btn-dark { background: #0f172a; }

/* Reveal Animations */
.webinew-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.webinew-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* --- Team Section Additions --- */
.webinew-team-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
}
.webinew-team-image-box {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: var(--webinew-shadow);
    border: 10px solid #fff;
}
.webinew-team-image-box img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}
.webinew-team-image-box:hover img { transform: scale(1.05); }

.webinew-team-roles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.webinew-role-card {
    background: #f8fafc;
    border: 1px solid var(--webinew-border);
    padding: 15px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: var(--webinew-dark);
    transition: all 0.3s ease;
}
.webinew-role-card:hover {
    background: #fff;
    border-color: var(--webinew-primary);
    transform: translateX(8px); /* جهت حرکت متناسب با RTL */
    box-shadow: var(--webinew-shadow);
}
.webinew-role-card span { font-size: 20px; }


/* --- Media Queries (Responsiveness) --- */

@media (max-width: 1024px) {
    .webinew-hero-grid, .webinew-story-box, .webinew-contact-grid, .webinew-final-cta { grid-template-columns: 1fr; }
    .webinew-services-grid, .webinew-cases-grid { grid-template-columns: repeat(2, 1fr); }
    .webinew-process, .webinew-stats { grid-template-columns: repeat(2, 1fr); }
    .webinew-hero-visual { min-height: 390px; }
    .webinew-final-cta .webinew-cta-row { justify-content: flex-start; }
}

@media (max-width: 991px) {
    .webinew-team-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .webinew-team-image-box {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .webinew-about-container { padding: 0 14px; }
    .webinew-hero { padding-top: 28px; }
    .webinew-hero-card { padding: 24px 18px; border-radius: 22px; }
    .webinew-title { font-size: 25px; }
    .webinew-heading-2 { font-size: 22px; }
    .webinew-section-head { display: block; }
    .webinew-head-desc { margin-top: 14px; }
    .webinew-services-grid, .webinew-cases-grid, .webinew-process, .webinew-stats { grid-template-columns: 1fr; }
    .webinew-hero-actions, .webinew-cta-row { flex-direction: column; }
    .webinew-btn { width: 100%; }
    .webinew-hero-visual { min-height: 430px; }
    .webinew-visual-main { inset: 85px 8px 60px; padding: 20px; }
    .webinew-floating-badge { max-width: 230px; padding: 10px 12px; }
    .badge-1 { right: 8px; top: 12px; }
    .badge-2 { left: 8px; bottom: 10px; }
    .badge-3 { left: 8px; top: 125px; }
    .webinew-mini-metrics { grid-template-columns: 1fr; }
    .webinew-final-cta { padding: 28px 18px; border-radius: 24px; }
}

@media (max-width: 576px) {
    .webinew-team-roles-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .webinew-role-card {
        padding: 12px 15px;
        font-size: 14px;
    }
}/* End custom CSS */