.elementor-435 .elementor-element.elementor-element-f4933e3{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-1a763d5 */.custom-about-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.about-flex-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap:120px;
    padding: 0 20px;
}

/* تصميم الجانب البصري */
.about-img-box {
    flex: 1;
    position: relative;
}

.visual-element {
    position: relative;
    z-index: 2;
}

.visual-element img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px -12px rgba(20, 134, 194, 0.2);
}

.color-accent-box {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 150px;
    height: 150px;
    background: #F89920; /* لونك البرتقالي */
    border-radius: 30px;
    z-index: -1;
    opacity: 0.15;
}

/* محتوى النص */
.about-text-box {
    flex: 1;
}

.brand-tag {
    color: #F89920;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
}

.about-text-box h2 {
    font-size: 27px;
    font-weight: 800; /* خط عريض جداً مثل المنافس */
    color: #1486C2;
    line-height: 1.1;
    margin-bottom: 25px;
}

.desc {
    font-size: 20px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 35px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 45px;
}

.feat-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-circle {
    width: 24px;
    height: 24px;
    background: #1486C2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.feat-card p {
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.primary-btn {
    display: inline-block;
    padding: 16px 45px;
    background: #F89920;
    color: white !important;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(20, 134, 194, 0.2);
}

.primary-btn:hover {
    background: #1486C2;
    transform: translateY(-3px);
}

/* الموبايل (ضبط عدد السطور) */
@media (max-width: 768px) {
    .about-flex-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .about-text-box h2 {
        font-size: 1.05rem;
        padding: 0 10px;
    }

    .desc {
        font-size: 0.95rem;
        padding: 0 15px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        display: inline-block;
        text-align: left;
    }

    .feat-card { margin-bottom: 12px; }
}/* End custom CSS */