.elementor-32 .elementor-element.elementor-element-145ecd91{--display:flex;}.elementor-32 .elementor-element.elementor-element-1f1a0cff{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-32 .elementor-element.elementor-element-87db044{width:100%;max-width:100%;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-secondary );}.elementor-32 .elementor-element.elementor-element-87db044 a{color:var( --e-global-color-secondary );}.elementor-32 .elementor-element.elementor-element-acc2b31{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-32 .elementor-element.elementor-element-1f1a0cff{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-32 .elementor-element.elementor-element-87db044{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-32 .elementor-element.elementor-element-acc2b31{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-1f1a0cff{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-32 .elementor-element.elementor-element-87db044{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-32 .elementor-element.elementor-element-acc2b31{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-1f1a0cff */.curtains-installation-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #5C3D2E;
    margin: 0 auto;
    padding: 20px;
    background: #FFFFFF;
}

.curtains-installation-wrapper h1 {
    color: #E69A4B;
    font-size: 50px;
    text-align: center;
    margin-bottom: 25px;
    padding: 20px;
    background: #fffaf5;
    border-radius: 10px;
    border: 2px solid #F7B96C;
}

.curtains-installation-wrapper h2 {
    color: #5C3D2E;
    font-size: 40px;
    margin: 30px 0 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #E69A4B;
}

.curtains-installation-wrapper h3 {
    color: #E69A4B;
    font-size: 30px;
    margin: 25px 0 15px 0;
    padding: 12px 15px;
    background: #fffaf5;
    border-radius: 6px;
}

.curtains-installation-wrapper p {
    margin-bottom: 18px;
    font-size: 23px;
    text-align: justify;
    padding: 10px;
    line-height: 1.8;
}

.curtains-installation-wrapper ul {
    background: #f8f9fa;
    padding: 18px 25px;
    border-radius: 8px;
    margin: 15px 0;
}

.curtains-installation-wrapper li {
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.curtains-installation-wrapper li:last-child {
    border-bottom: none;
}

.curtains-installation-wrapper b {
    color: #E69A4B;
    font-weight: bold;
}

/* تنسيق الجداول */
.curtains-installation-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.curtains-installation-wrapper thead {
    background: #E69A4B;
}

.curtains-installation-wrapper thead td strong {
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.curtains-installation-wrapper tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    text-align: right;
}

.curtains-installation-wrapper tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.curtains-installation-wrapper tbody tr:hover {
    background: #fffaf5;
}

.curtains-installation-wrapper tbody b {
    color: #E69A4B;
}

.curtains-installation-wrapper hr {
    border: none;
    height: 2px;
    background: #F7B96C;
    margin: 25px 0;
    border-radius: 2px;
}

/* تصميم متجاوب للجوال */
@media (max-width: 768px) {
    .curtains-installation-wrapper {
        padding: 15px;
    }
    
    .curtains-installation-wrapper h1 {
        font-size: 20px;
        padding: 15px;
    }
    
    .curtains-installation-wrapper h2 {
        font-size: 18px;
        padding: 12px;
    }
    
    .curtains-installation-wrapper h3 {
        font-size: 17px;
        padding: 10px 12px;
    }
    
    .curtains-installation-wrapper p {
        font-size: 15px;
        padding: 8px;
    }
    
    .curtains-installation-wrapper ul {
        padding: 15px 20px;
    }
    
    .curtains-installation-wrapper table {
        font-size: 14px;
    }
    
    .curtains-installation-wrapper thead td,
    .curtains-installation-wrapper tbody td {
        padding: 10px 8px;
    }
}

/* للشاشات الصغيرة جداً */
@media (max-width: 480px) {
    .curtains-installation-wrapper {
        padding: 12px;
    }
    
    .curtains-installation-wrapper h1 {
        font-size: 18px;
        padding: 12px;
    }
    
    .curtains-installation-wrapper h2 {
        font-size: 16px;
        padding: 10px;
    }
    
    .curtains-installation-wrapper h3 {
        font-size: 15px;
        padding: 8px 10px;
    }
    
    .curtains-installation-wrapper table {
        font-size: 13px;
    }
    
    .curtains-installation-wrapper thead td,
    .curtains-installation-wrapper tbody td {
        padding: 8px 6px;
    }
    
    .curtains-installation-wrapper ul {
        padding: 12px 15px;
    }
    
    .curtains-installation-wrapper li {
        font-size: 14px;
    }
}

/* تحسينات إضافية للجداول على الجوال */
@media (max-width: 768px) {
    .curtains-installation-wrapper table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* تحسينات للقراءة على الجوال */
@media (max-width: 768px) {
    .curtains-installation-wrapper p,
    .curtains-installation-wrapper li,
    .curtains-installation-wrapper td {
        word-break: break-word;
        hyphens: auto;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-87db044 */.contact-page-unique {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #5C3D2E;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #FFFFFF;
}

.contact-header h1 {
    color: #E69A4B;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    background: #fffaf5;
    border-radius: 10px;
    border: 2px solid #F7B96C;
}

.contact-header h2 {
    color: #5C3D2E;
    font-size: 20px;
    margin: 25px 0 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #E69A4B;
}

.contact-header p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: justify;
    padding: 10px;
}

/* تنسيق الجدول */
.contact-page-unique table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.contact-page-unique thead {
    background: #E69A4B;
}

.contact-page-unique thead td {
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.contact-page-unique tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
}

.contact-page-unique tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.contact-page-unique tbody tr:hover {
    background: #fffaf5;
}

.contact-page-unique tbody b {
    color: #E69A4B;
}

/* تنسيق القوائم */
.contact-page-unique ul {
    background: #f8f9fa;
    padding: 18px 25px;
    border-radius: 8px;
    margin: 15px 0;
}

.contact-page-unique li {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.contact-page-unique li:last-child {
    border-bottom: none;
}

.contact-page-unique li b {
    color: #E69A4B;
}

/* تنسيق وسائل التواصل الاجتماعي */
.social-media-unique {
    margin: 25px 0;
}

.social-media-unique ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    background: transparent !important;
}

.social-media-unique li {
    margin: 0;
    padding: 0;
    border: none !important;
}

.social-media-unique a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #E69A4B;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.social-media-unique a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 154, 75, 0.3);
}

.social-media-unique .facebook:hover {
    background: #1877F2;
}

.social-media-unique .twitter:hover {
    background: #1DA1F2;
}

.social-media-unique .instagram:hover {
    background: #E4405F;
}

/* تنسيق الخريطة */
.map-container {
    margin: 25px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.map-container iframe {
    display: block;
    border: none;
}

.contact-page-unique hr {
    border: none;
    height: 2px;
    background: #F7B96C;
    margin: 25px 0;
    border-radius: 2px;
}

/* تصميم متجاوب للجوال */
@media (max-width: 768px) {
    .contact-page-unique {
        padding: 15px;
    }
    
    .contact-header h1 {
        font-size: 20px;
        padding: 15px;
    }
    
    .contact-header h2 {
        font-size: 18px;
        padding: 12px;
    }
    
    .contact-header p {
        font-size: 15px;
    }
    
    .contact-page-unique table {
        font-size: 14px;
    }
    
    .contact-page-unique thead td,
    .contact-page-unique tbody td {
        padding: 10px 8px;
    }
    
    .social-media-unique ul {
        flex-direction: column;
        align-items: center;
    }
    
    .social-media-unique a {
        width: 200px;
        justify-content: center;
    }
    
    .map-container {
        margin: 20px 0;
    }
}

/* للشاشات الصغيرة جداً */
@media (max-width: 480px) {
    .contact-page-unique {
        padding: 12px;
    }
    
    .contact-header h1 {
        font-size: 18px;
        padding: 12px;
    }
    
    .contact-header h2 {
        font-size: 16px;
        padding: 10px;
    }
    
    .contact-page-unique table {
        font-size: 13px;
    }
    
    .contact-page-unique thead td,
    .contact-page-unique tbody td {
        padding: 8px 6px;
    }
    
    .contact-page-unique ul {
        padding: 15px 20px;
    }
}/* End custom CSS */