.elementor-67 .elementor-element.elementor-element-e30be31{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:12px 12px 12px 12px;}.elementor-67 .elementor-element.elementor-element-e30be31:not(.elementor-motion-effects-element-type-background), .elementor-67 .elementor-element.elementor-element-e30be31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-67 .elementor-element.elementor-element-91cc354{--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-67 .elementor-element.elementor-element-e30be31{--content-width:1400px;}.elementor-67 .elementor-element.elementor-element-91cc354{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ac6e18d *//* درباره ما */
.about-azbuilt {
    padding: 50px 20px;
    background: #f8f9fb;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1e2a38;
}

.about-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

.highlight-text {
    color: #2c7be5;
    font-weight: 600;
}



/* بخش آمار */
.az-stats {
    padding: 50px 20px;
    background: #ffffff;
}

.az-stats-row {
    max-width: 900px;
    margin: 0 auto;
}

.az-stats-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.az-stat-card {
    background: #f3f6fa;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    transition: 0.3s ease;
}

.az-stat-card:hover {
    background: #e9edf3;
}

.az-stat-icon {
    display: block;
    margin-bottom: 12px;
    color: #2c7be5;
}

.az-stat-number {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: #1e2a38;
}

.az-stat-label {
    font-size: 15px;
    color: #555;
}

/* کارت بزرگ */
.full-width {
    background: #2c7be5;
    color: #fff;
}

.white-text {
    color: #fff !important;
}

.white-icon svg {
    stroke: #fff !important;
}


/* موبایل */
@media (max-width: 768px) {
    .about-title {
        font-size: 24px;
    }
    .az-stat-number {
        font-size: 24px;
    }
}/* End custom CSS */