.elementor-16 .elementor-element.elementor-element-87b8ae2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16 .elementor-element.elementor-element-683ac00{--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-16 .elementor-element.elementor-element-f10fc49{--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-16 .elementor-element.elementor-element-33f5dbe{--display:flex;}.elementor-16 .elementor-element.elementor-element-a105412{--display:flex;}.elementor-16 .elementor-element.elementor-element-8ddc5b0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5aca69e */.president-section {
    padding: 60px 5%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.president-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* تنسيق صورة الرئيس */
.president-image-side {
    flex: 1;
    position: relative;
}

.image-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

.image-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.p-name { display: block; font-size: 1.5rem; font-weight: 800; }
.p-post { font-size: 0.9rem; font-weight: 600; opacity: 0.9; }

/* تنسيق النص */
.president-text-side {
    flex: 1.5;
}

.section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 800;
    margin: 0 0 10px;
}

.gold-text { color: #C5A059; }

.gold-line {
    width: 50px;
    height: 3px;
    background: #C5A059;
    margin-bottom: 30px;
}

.quote-container {
    position: relative;
    padding-left: 30px;
}

.quote-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    color: #eee;
}

.quote-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin-bottom: 40px;
}

/* الأزرار والتوقيع */
.president-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-dark-red {
    background: #8B0000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    margin-right: 15px;
}

.btn-light-grey {
    background: #f4f4f4;
    color: #333;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.signature-area {
    text-align: center;
}

.signature-img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.signature-name {
    font-size: 0.8rem;
    color: #999;
}

@media (max-width: 991px) {
    .president-container { flex-direction: column; }
    .president-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfc55bb */.online-services-section {
    padding: 80px 5%;
    background: #f8f9fa; /* خلفية فاتحة جداً لإبراز البطاقات البيضاء */
    text-align: center;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-header {
    margin-bottom: 60px;
}

.service-badge {
    color: var(--gold);
    background: rgba(197, 160, 89, 0.1);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.service-title {
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 800;
    margin-bottom: 20px;
}

.service-desc {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* شبكة البطاقات */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.service-card::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 4px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.service-card:hover::after {
    transform: scaleX(1);
}

/* أيقونات الخدمات */
.service-icon-box {
    width: 80px;
    height: 80px;
    background: var(--deep-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    transition: 0.4s;
}

.service-card:hover .service-icon-box {
    background: var(--gold);
    transform: rotateY(360deg);
}

.service-card h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
}

.service-card p {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-link {
    color: var(--deep-red);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* للموبايل */
@media (max-width: 600px) {
    .service-title { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c96c8ad *//* Container de l'en-tête des projets */
.projets-header-container {
    padding: 60px 20px 40px;
    text-align: center;
    background-color: #ffffff; /* Fond blanc propre */
    font-family: 'Montserrat', sans-serif;
}

.projets-text-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Petit badge au-dessus du titre */
.projets-badge {
    display: inline-block;
    color: #8B0000; /* Bordeaux */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-size: 0.85rem;
    margin-bottom: 15px;
    position: relative;
}

/* Titre principal */
.projets-main-title {
    font-size: 2.8rem;
    color: #1a1a1a;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.gold-text {
    color: #C5A059; /* Or */
}

/* Ligne de séparation dorée */
.projets-divider {
    width: 70px;
    height: 4px;
    background-color: #C5A059;
    margin: 25px auto;
    border-radius: 2px;
}

/* Description */
.projets-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive : Adaptation pour mobile */
@media (max-width: 768px) {
    .projets-main-title {
        font-size: 2rem;
    }
    
    .projets-description {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7891756 */.population-stats-2024 {
    padding: 100px 5%;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.pop-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.pop-header {
    margin-bottom: 60px;
}

.pop-badge {
    color: #8B0000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.pop-title {
    font-size: 2.8rem;
    color: #2c3e50;
    margin: 10px 0;
    font-weight: 800;
}

.pop-intro {
    color: #777;
    font-size: 1rem;
}

.gold-separator {
    width: 80px;
    height: 4px;
    background: #C5A059;
    margin: 20px auto;
    border-radius: 2px;
}

/* Grille de statistiques */
.pop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.pop-card {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.pop-card:hover {
    transform: translateY(-10px);
    border-color: #C5A059;
}

.pop-icon {
    font-size: 2rem;
    color: #8B0000;
    margin-bottom: 20px;
}

.pop-data .counter {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.gender-split {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.pop-data p {
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.pop-source-note {
    margin-top: 50px;
    font-size: 0.85rem;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .pop-title { font-size: 2.2rem; }
    .pop-grid { grid-template-columns: 1fr; }
}/* End custom CSS */