.elementor-1123 .elementor-element.elementor-element-7f7882e:not(.elementor-motion-effects-element-type-background), .elementor-1123 .elementor-element.elementor-element-7f7882e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1123 .elementor-element.elementor-element-7f7882e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1123 .elementor-element.elementor-element-7f7882e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1123 .elementor-element.elementor-element-ab218e5{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1123 .elementor-element.elementor-element-ab218e5:after{content:"0.66";}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__thumbnail__link{width:100%;}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__meta-data span + span:before{content:"///";}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__thumbnail{border-radius:3px 3px 3px 3px;}.elementor-1123 .elementor-element.elementor-element-ab218e5.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1123 .elementor-element.elementor-element-ab218e5.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1123 .elementor-element.elementor-element-ab218e5.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__title, .elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__title a{color:var( --e-global-color-f8f1f25 );}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__meta-data{color:var( --e-global-color-f8f1f25 );}@media(max-width:767px){.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1123 .elementor-element.elementor-element-ab218e5:after{content:"0.5";}.elementor-1123 .elementor-element.elementor-element-ab218e5 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS *//* ===== تصميم أسود وذهبي مطفي - بسيط ======= */
    .femto-smile-article {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.8;
        color: #E8E8E8;
        background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .femto-smile-article h2 {
        color: #D4AF6A;
        font-size: 32px;
        font-weight: 700;
        margin: 40px 0 20px 0;
        padding-bottom: 15px;
        border-bottom: 3px solid #C9A961;
        text-align: right;
    }

    .femto-smile-article h3 {
        color: #E0C589;
        font-size: 24px;
        font-weight: 600;
        margin: 30px 0 15px 0;
        text-align: right;
    }

    .femto-smile-article p {
        font-size: 18px;
        margin: 15px 0;
        text-align: right;
        color: #D1D1D1;
    }

    .femto-smile-article ul,
    .femto-smile-article ol {
        margin: 20px 0;
        padding-right: 30px;
        text-align: right;
    }

    .femto-smile-article li {
        margin: 10px 0;
        font-size: 17px;
        color: #D1D1D1;
    }

    .femto-smile-article strong {
        color: #D4AF6A;
        font-weight: 600;
    }

    /* جداول */
    .price-table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        background: #1a1a1a;
        border: 2px solid #C9A961;
        box-shadow: 0 4px 15px rgba(201, 169, 97, 0.2);
        border-radius: 8px;
        overflow: hidden;
    }

    .price-table thead {
        background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    }

    .price-table th {
        padding: 18px 15px;
        text-align: right;
        color: #D4AF6A;
        font-weight: 700;
        font-size: 17px;
        border-bottom: 2px solid #C9A961;
    }

    .price-table td {
        padding: 15px;
        text-align: right;
        color: #D1D1D1;
        font-size: 16px;
        border-bottom: 1px solid #2a2a2a;
    }

    .price-table tbody tr:hover {
        background: #252525;
        transition: all 0.3s ease;
    }

    /* صندوق التحذير */
    .warning-box {
        background: linear-gradient(135deg, #2a1a1a 0%, #1a1010 100%);
        border-right: 5px solid #C9A961;
        padding: 20px 25px;
        margin: 25px 0;
        border-radius: 8px;
    }

    .warning-box p {
        margin: 0;
        color: #E0C589;
        font-size: 17px;
    }

    /* صندوق الملاحظة */
    .note-box {
        background: linear-gradient(135deg, #1a1a2a 0%, #10101a 100%);
        border-right: 5px solid #8B7355;
        padding: 20px 25px;
        margin: 25px 0;
        border-radius: 8px;
    }

    .note-box p {
        margin: 0;
        color: #D1D1D1;
        font-size: 16px;
    }

    /* الروابط */
    .internal-link {
        color: #D4AF6A;
        text-decoration: none;
        border-bottom: 1px solid #C9A961;
        transition: all 0.3s ease;
    }

    .internal-link:hover {
        color: #E0C589;
        border-bottom: 2px solid #E0C589;
    }

    .external-link {
        color: #8B7355;
        text-decoration: none;
        border-bottom: 1px dotted #8B7355;
    }

    .external-link:hover {
        color: #A08968;
    }

    /* الانفوجرافيك */
    .infographic {
        text-align: center;
        margin: 40px 0;
    }

    .infographic img {
        max-width: 90%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(201, 169, 97, 0.3);
    }

    /* تجارب المرضى */
    .testimonial {
        background: #1a1a1a;
        border-right: 4px solid #C9A961;
        padding: 20px 25px;
        margin: 20px 0;
        border-radius: 8px;
        font-style: italic;
    }

    .testimonial p {
        color: #E0C589;
        margin: 0;
    }

    /* CTA زر */
    .cta-box {
        background: linear-gradient(135deg, #C9A961 0%, #B8976B 100%);
        color: #0a0a0a;
        padding: 30px;
        margin: 40px 0;
        border-radius: 10px;
        text-align: center;
    }

    .cta-box h3 {
        color: #0a0a0a;
        margin: 0 0 15px 0;
    }

    .cta-box p {
        color: #1a1a1a;
        font-size: 18px;
        margin: 10px 0;
    }

    .cta-btn {
        display: inline-block;
        background: #0a0a0a;
        color: #D4AF6A;
        padding: 15px 40px;
        margin: 15px 10px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        transition: all 0.3s ease;
        border: 2px solid #D4AF6A;
    }

    .cta-btn:hover {
        background: #1a1a1a;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4);
    }

    /* المصادر */
    .sources {
        background: #1a1a1a;
        padding: 25px;
        margin: 40px 0;
        border-radius: 8px;
        border-top: 3px solid #C9A961;
    }

    .sources h3 {
        color: #D4AF6A;
        margin-top: 0;
    }

    .sources ol {
        padding-right: 25px;
    }

    .sources li {
        margin: 15px 0;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .femto-smile-article {
            padding: 20px 15px;
        }

        .femto-smile-article h2 {
            font-size: 26px;
        }

        .infographic img {
            max-width: 100%;
        }
    }/* End custom CSS */