.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:-45px;--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;}.elementor-4400 .elementor-element.elementor-element-dfef57d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4400 .elementor-element.elementor-element-6032b17{--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-4400 .elementor-element.elementor-element-52cd4b0{--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;}@media(min-width:768px){.elementor-4400 .elementor-element.elementor-element-13bdc7b{--width:102.264%;}.elementor-4400 .elementor-element.elementor-element-6032b17{--width:50%;}.elementor-4400 .elementor-element.elementor-element-52cd4b0{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-2d491c5 */.about-section {
    padding: 40px 20px;
    background: #0a0a0a;
    color: #fff;
    font-family: 'Vazirmatn', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px; /* فاصله کم بین سکشن‌ها */
}

.about-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.about-text { flex: 1; }
.about-text h2 { color: #d4af37; font-size: 28px; margin-bottom: 15px; }
.about-text p { line-height: 1.6; color: #ccc; font-size: 15px; }

.about-image { flex: 1; }
.about-image img { 
    width: 100%; 
    border-radius: 20px; 
    border: 2px solid #222; 
    transition: 0.3s;
}
.about-image img:hover { border-color: #d4af37; }

/* برای چیدمان معکوس تصویر در سکشن دوم */
.reverse { flex-direction: row-reverse; }

.commitment-box {
    max-width: 900px;
    margin: 20px auto 0;
    padding: 30px;
    background: #121212;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    text-align: center;
}

.commitment-box h3 { color: #d4af37; margin-bottom: 10px; }

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .about-container, .reverse { flex-direction: column; text-align: center; }
}/* End custom CSS */