.elementor-31889 .elementor-element.elementor-element-b0e92e8{--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-31889 .elementor-element.elementor-element-b0e92e8.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-31889 .elementor-element.elementor-element-b0e92e8{--width:107.214%;}}/* Start custom CSS for html, class: .elementor-element-ba97739 *//* أنماط عامة */
.article-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
    line-height: 1.8;
    color: #333;
    direction: rtl;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.article-container h2 {
    font-size: 1.5rem;
    color: #fff;
    margin: 3rem 0 2rem 0;
    padding: 25px 30px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50px 15px 50px 15px;
    position: relative;
    box-shadow: 0 8px 25px rgba(230, 126, 34, 0.3);
    overflow: hidden;
}

.article-container h3 {
    font-size: 1.4rem;
    text-align: center;
    color: var(--dark);
    margin: 2rem 0 1.5rem 0;
    padding: 15px 25px;
    background: linear-gradient(90deg, #fff, var(--light), #fff);
    border: 2px solid var(--accent);
    border-radius: 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.2);
}

.article-container p {
    margin-bottom: 0.5rem;
    padding: 5px;
	font-size: 1.3rem;

}

.intro-section {
    background: linear-gradient(135deg, var(--light) 0%, #fff 50%, var(--accent) 100%);
    padding: 3px;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    border: 3px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.components-list {
    background: linear-gradient(135deg, #fff 0%, var(--light) 100%);
    padding: 30px;
    border-radius: 20px;
    margin: 0.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.components-list ul {
    list-style: none;
    padding: 0;
}

.components-list li {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    border-right: 6px solid var(--primary);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	font-size: 1.2rem;

}

.components-list li::before {
    content: '-';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.2rem;
    font-weight: bold;
}

.components-list strong {
    color: var(--dark);
    font-size: 1.2rem;
    display: block;
    margin-bottom: 8px;
}

.benefits-section,
.drawbacks-section {
    margin: 3rem 0;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
	font-size: 1.2rem;

}

.benefits-section {
    background: linear-gradient(135deg, #e8f8f5 0%, var(--light) 100%);
    border: 3px solid #2ecc71;
	font-size: 1.2rem;

}

.benefits-section::before {
    content: '✓';
    position: absolute;
    top: 5px;
    right: 10px;
    background: #2ecc71;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.drawbacks-section {
    background: linear-gradient(135deg, #fdf2e9 0%, var(--light) 100%);
    border: 3px solid #e74c3c;
	font-size: 1.2rem;

}

.drawbacks-section::before {
    content: '⚠';
    position: absolute;
    top: 5px;
    right: 10px;
    background: #e74c3c;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.comparison-table th {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
}

.comparison-table th::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    opacity: 0.3;
}

.comparison-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--accent);
    text-align: center;
    position: relative;
    font-size: 1.05rem;
}

.comparison-table tr:nth-child(even) {
    background: linear-gradient(90deg, var(--light), #fff, var(--light));
}

.faq-section {
    background: linear-gradient(135deg, var(--light) 0%, #fff 50%, var(--accent) 100%);
    padding: 20px;
    border-radius: 25px;
    margin: 0.5rem 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	font-size: 1.2rem;

}

.faq-item {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    border-right: 8px solid var(--secondary);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	font-size: 1.2rem;
}

.faq-question {
    font-weight: bold;
    color: var(--dark);
    font-size: 1.2rem;
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
	font-size: 1.2rem;
}

.highlight-box {
    background: linear-gradient(135deg, var(--accent) 0%, var(--light) 50%, #fff 100%);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 45px;
    border: 3px solid var(--primary);
    position: relative;
    overflow: hidden;
	font-size: 1.2rem;
}

.highlight-box .product-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.highlight-box .buy-button-container {
    text-align: center;
    margin-top: 20px;
	font-size: 1.2rem;
}

.brand-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.brand-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 0.3s ease;
}

.brand-link:hover::after {
    width: 100%;
}

.conclusion-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    color: white;
    padding: 50px 40px;
    border-radius: 25px;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--gold);
	font-size: 1.2rem;
}

.conclusion-content {
    position: relative;
    z-index: 2;
	font-size: 1.2rem;
}

.conclusion-section h2 {
    font-size: 1.6rem;
    color: var(--light);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.conclusion-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 35%;
    right: 35%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.conclusion-section p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.conclusion-section ul {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 30px auto;
	font-size: 1.2rem;
}

.conclusion-section li {
    margin: 20px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border-left: 4px solid var(--gold);
    text-align: right;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	font-size: 1.2rem;
}

.conclusion-section li::before {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 1.3rem;
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(135deg, var(--gold), var(--dark-gold));
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
	color: #000;
}

.rating {
    margin: 30px 0;
    font-size: 1.3rem;
}

.rating-stars {
    color: var(--gold);
    font-size: 2rem;
    letter-spacing: 5px;
    margin-top: 10px;
}

.usage-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
	font-size: 1.2rem;
}

.usage-list li {
    padding: 10px 15px;
    margin: 10px 0;
    background: var(--light);
    border-radius: 10px;
    border-left: 4px solid var(--primary);
	font-size: 1.2rem;
}

.comparison-section {
    background: var(--light);
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
	font-size: 1.2rem;
}

.comparison-section ul {
    list-style-type: none;
    padding: 0;
	font-size: 1.2rem;
}

.comparison-section li {
    padding: 10px 0;
	font-size: 1.2rem;
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 768px) {
    .article-container {
        padding: 15px;
    }
    .article-container h2 {
        font-size: 1.5rem;
        padding: 20px 25px;
        margin: 2rem 0 1.5rem 0;
    }
    .article-container h3 {
        font-size: 1.3rem;
        padding: 12px 20px;
    }
    .intro-section,
    .faq-section {
        padding: 5px;
    }
    .components-list,
    .benefits-section,
    .drawbacks-section {
        padding: 20px;
    }
    .comparison-table {
        font-size: 0.9rem;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
    }
    .highlight-box {
        padding: 20px;
    }
    .conclusion-section {
        padding: 30px 20px;
    }
    .conclusion-section h2 {
        font-size: 1.5rem;
    }
    .conclusion-section li {
        padding: 15px 15px 15px 40px;
    }
    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

/* عرض كامل على الموبايل */
@media (max-width: 768px) {
    .article-container {
        max-width: 100vw !important;
        width: 100vw !important;
        margin: 0 !important;
        padding: 30px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }
    
    /* إضافة padding داخلي للمحتوى فقط */
    .article-container > * {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
}/* End custom CSS */