.elementor-4400 .elementor-element.elementor-element-13bdc7b{--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;--margin-top:-99px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4400 .elementor-element.elementor-element-13bdc7b.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-4400 .elementor-element.elementor-element-13bdc7b{--width:102.264%;}}/* Start custom CSS for html, class: .elementor-element-2d491c5 *//* =========================================
   صفحه درباره ما - استایل مدرن و تکنو استودیو اینوه
   ========================================= */

.enove-about-wrapper {
    background-color: #060b13;
    font-family: inherit;
    direction: rtl;
    text-align: right;
    color: #cbd5e1;
    overflow: hidden;
    line-height: 1.8;
    padding: 60px 20px;
}

/* هیرو اختصاصی */
.enove-about-hero {
    position: relative;
    padding: 40px 20px 20px;
    text-align: center;
    margin-bottom: 50px;
}

.enove-about-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(#38bdf8 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.08;
    pointer-events: none;
}

.enove-about-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #38bdf8;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.enove-about-title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(to right, #38bdf8, #ffffff, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* کانتینر محتوا */
.enove-about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* ساختار بخش معرفی اصلی */
.enove-about-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}

.enove-about-content h2 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}

.enove-about-content h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 60px;
    height: 3px;
    background: #38bdf8;
    border-radius: 2px;
}

.enove-about-content p {
    font-size: 15px;
    color: #94a3b8;
    text-align: justify;
    margin-bottom: 20px;
}

.enove-about-content strong {
    color: #38bdf8;
    font-weight: 700;
}

/* کارت ویژوال کناری */
.enove-about-visual {
    position: relative;
}

.enove-visual-card {
    background: linear-gradient(135deg, #0f172a 0%, #0b1324 100%);
    border: 1px solid #1e293b;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

.enove-visual-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0; width: 100%; height: 4px;
    background: linear-gradient(90deg, #38bdf8, #60a5fa, #38bdf8);
}

.enove-visual-badge {
    font-size: 11px;
    font-weight: 700;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.1);
    padding: 4px 12px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, 0.2);
}

.enove-visual-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 20px 0 12px 0;
}

.enove-visual-card p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.7;
}

/* گرید ارزش‌های محوری */
.enove-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.enove-value-item {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 30px 25px;
    transition: all 0.3s ease;
}

.enove-value-item:hover {
    border-color: #38bdf8;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(56, 189, 248, 0.05);
}

.enove-value-icon {
    width: 45px;
    height: 45px;
    background: rgba(56, 189, 248, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s;
}

.enove-value-item:hover .enove-value-icon {
    background: #38bdf8;
}

.enove-value-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #38bdf8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s;
}

.enove-value-item:hover .enove-value-icon svg {
    stroke: #0f172a;
}

.enove-value-item h3 {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 12px;
}

.enove-value-item p {
    font-size: 13.5px;
    color: #94a3b8;
    margin: 0;
    text-align: justify;
    line-height: 1.7;
}

/* ریسپانسیو - موبایل و تبلت */
@media (max-width: 992px) {
    .enove-about-main {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .enove-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .enove-about-title {
        font-size: 28px;
    }
}/* End custom CSS */