.elementor-562 .elementor-element.elementor-element-57e03af{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd3feac *//* 1. Container dyal l-description */
.product-description-clean {
    max-width: 850px;
    margin: 10px auto;
    font-family: 'Inter', sans-serif;
    color: #444;
    line-height: 1.7;
}

/* 2. Style dyal Titles (H4) - Creative & Small */
.product-description-clean .creative-title {
    font-family: 'Lexend Deca', sans-serif !important;
    font-size: 18px !important;
    color: #111 !important;
    font-weight: 700 !important;
    margin: 25px 0 12px 0 !important;
    display: flex;
    align-items: center;
    letter-spacing: -0.3px;
}

/* Khat gradient mor l-3onwan */
.product-description-clean .creative-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #eee, transparent);
    margin-left: 15px;
}

/* 3. Subtitles (H5) - Orange Accent (TechnovaKey Color) */
.product-description-clean .creative-subtitle {
    font-family: 'Lexend Deca', sans-serif !important;
    font-size: 14px !important;
    color: #d83b01 !important; 
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 18px 0 10px 0 !important;
    font-weight: 600 !important;
}

/* 4. Lists (Bullet points creative) */
.product-description-clean .feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 25px 0 !important;
}

.product-description-clean .feature-list li {
    font-size: 14.5px !important;
    padding-left: 22px !important;
    position: relative;
    margin-bottom: 8px !important;
    color: #555 !important;
}

.product-description-clean .feature-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #d83b01;
    font-weight: bold;
}

/* 5. Partner Badge (Trust Box) */
.partner-badge {
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.partner-badge:hover {
    border-color: #d83b01;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.partner-icon {
    background: #d83b01;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.partner-text h6 {
    font-family: 'Lexend Deca', sans-serif !important;
    margin: 0 0 4px 0 !important;
    font-size: 15px !important;
    color: #111 !important;
    font-weight: 700 !important;
}

.partner-text p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

/* 6. Links styling */
.product-description-clean a {
    transition: color 0.2s ease;
    font-weight: 500;
}

.product-description-clean a:hover {
    color: #b53201 !important;
}

/* 7. Responsive for Mobile */
@media (max-width: 768px) {
    .partner-badge {
        flex-direction:/* End custom CSS */