.elementor-35178 .elementor-element.elementor-element-433b05d{--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-35178 .elementor-element.elementor-element-aaf4b1a{--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-35178 .elementor-element.elementor-element-0930d4b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-35178 .elementor-element.elementor-element-adf6264{--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-35178 .elementor-element.elementor-element-d326751{--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-35178 .elementor-element.elementor-element-53f983e{--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-35178 .elementor-element.elementor-element-36841bd{--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-35178 .elementor-element.elementor-element-d0a7cf5{--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-35178 .elementor-element.elementor-element-3f9be36{--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-35178 .elementor-element.elementor-element-1472d6a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-35178 .elementor-element.elementor-element-4f47536{--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-35178 .elementor-element.elementor-element-a19f26f{--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-35178 .elementor-element.elementor-element-76f0bb2{--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;}@media(min-width:768px){.elementor-35178 .elementor-element.elementor-element-adf6264{--width:50%;}.elementor-35178 .elementor-element.elementor-element-d326751{--width:50%;}.elementor-35178 .elementor-element.elementor-element-4f47536{--width:50%;}.elementor-35178 .elementor-element.elementor-element-a19f26f{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-36841bd */#dee-table *{
    box-sizing:border-box;
    font-family:'Cairo',sans-serif;
}

#dee-table{
    width:100%;
    margin:60px auto;
}

#dee-table .table-wrapper{

    width:100%;
    overflow-x:auto;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

#dee-table table{

    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#ffffff;
    min-width:900px;

}

/* ===========================
        TABLE HEADER
=========================== */

#dee-table thead th{

    background:linear-gradient(180deg,#346B5B,#2B5A4C);

    color:#ffffff;

    font-size:22px;

    font-weight:700;

    padding:20px;

    text-align:center;

    border:1px solid #2B5A4C;

    line-height:1.6;

}

#dee-table thead th:first-child{

    border-top-right-radius:18px;

}

#dee-table thead th:last-child{

    border-top-left-radius:18px;

}

/* ===========================
        TABLE BODY
=========================== */

#dee-table tbody td{

    padding:18px 20px;

    font-size:18px;

    line-height:1.9;

    color:#444;

    text-align:center;

    vertical-align:middle;

    border:1px solid #E5E5E5;

    transition:all .3s ease;

}

/* العمود الأخير (وجه المقارنة) */

#dee-table tbody td:last-child{

    background:#F7FBF9;

    color:#346B5B;

    font-weight:700;

    white-space:nowrap;

}

/* العمود الأول (Integrated Healthcare) */

#dee-table tbody td:first-child{

    color:#2F2F2F;

    font-weight:600;

}

/* العمود الثاني */

#dee-table tbody td:nth-child(2){

    color:#555;

}

/* صفوف بالتبادل */

#dee-table tbody tr:nth-child(even){

    background:#FCFCFC;

}

/* Hover */

#dee-table tbody tr:hover{

    background:#F2F7F5;

}

/* آخر صف */

#dee-table tbody tr:last-child td:first-child{

    border-bottom-right-radius:18px;

}

#dee-table tbody tr:last-child td:last-child{

    border-bottom-left-radius:18px;

}

/* ===========================
        RESPONSIVE
=========================== */

@media(max-width:991px){

    #dee-table table{

        min-width:850px;

    }

}

@media(max-width:768px){

    #dee-table{

        margin:40px auto;

    }

    #dee-table thead th{

        font-size:17px;

        padding:15px;

        line-height:1.5;

    }

    #dee-table tbody td{

        font-size:15px;

        padding:14px;

        line-height:1.7;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2cca7b */#dee-table *{
    box-sizing:border-box;
    font-family:'Cairo',sans-serif;
}

#dee-table{
    margin:50px auto;
}

#dee-table .table-wrapper{
    width:100%;
    overflow-x:auto;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

#dee-table table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
}

/* ===========================
        TABLE HEADER
=========================== */

#dee-table thead th{

    background:linear-gradient(180deg,#346B5B,#2B5A4C);

    color:#ffffff;

    font-size:22px;

    font-weight:700;

    padding:20px;

    border:1px solid #2B5A4C;

    text-align:center;

}

#dee-table thead th:first-child{
    border-top-right-radius:18px;
}

#dee-table thead th:last-child{
    border-top-left-radius:18px;
}

/* ===========================
        TABLE BODY
=========================== */

#dee-table tbody td{

    padding:18px;

    font-size:18px;

    line-height:1.9;

    color:#444;

    border:1px solid #E6E6E6;

    text-align:center;

    vertical-align:middle;

}

/* أول عمود */

#dee-table tbody td:first-child{

    background:#F7FBF9;

    color:#346B5B;

    font-weight:700;

}

/* صفوف بالتبادل */

#dee-table tbody tr:nth-child(even){

    background:#FCFCFC;

}

/* Hover */

#dee-table tbody tr{

    transition:all .3s ease;

}

#dee-table tbody tr:hover{

    background:#F2F7F5;

    transform:scale(1.01);

}

/* آخر صف */

#dee-table tbody tr:last-child td:first-child{
    border-bottom-right-radius:18px;
}

#dee-table tbody tr:last-child td:last-child{
    border-bottom-left-radius:18px;
}

/* ===========================
        RESPONSIVE
=========================== */

@media(max-width:768px){

    #dee-table thead th{

        font-size:17px;

        padding:15px;

    }

    #dee-table tbody td{

        font-size:15px;

        padding:14px;

        line-height:1.7;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79f9a1e *//* ===========================
            FAQ
=========================== */

.faq-section{

    max-width:1100px;
    margin:80px auto;
    padding:0 20px;
    font-family:'Cairo',sans-serif;

}

.faq-section h2{

    text-align:center;
    font-size:42px;
    font-weight:800;
    color:#346B5B;
    margin-bottom:50px;

}

/* ===========================
          FAQ ITEM
=========================== */

.faq-item{

    margin-bottom:18px;
    background:#346B5B;
    border:1px solid #346B5B;
    border-radius:18px;
    overflow:hidden;
    transition:all .35s ease;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.faq-item:hover{

    background:#2B5A4C;
    transform:translateY(-2px);

}

/* ===========================
        ACTIVE ITEM
=========================== */

.faq-item.active{

    background:#FFFFFF;
    border:2px solid #346B5B;
    box-shadow:
    0 15px 40px rgba(0,0,0,.08),
    0 5px 15px rgba(52,107,91,.15);

}

/* ===========================
        QUESTION
=========================== */

.faq-question{

    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding:24px 28px;
    user-select:none;

}

.faq-question span{

    font-size:22px;
    font-weight:700;
    color:#E2BF5F;
    transition:all .35s ease;

}

.faq-item.active .faq-question{

    border-bottom:1px solid rgba(52,107,91,.20);
    margin-bottom:18px;

}

.faq-item.active .faq-question span{

    color:#346B5B;

}

/* ===========================
          ANSWER
=========================== */

.faq-answer{

    max-height:0;
    overflow:hidden;
    opacity:0;

    padding:0 28px;

    font-size:18px;
    line-height:2;
    color:#555555;

    transition:
    max-height .45s ease,
    opacity .35s ease,
    padding .35s ease;

}

.faq-item.active .faq-answer{

    max-height:600px;
    opacity:1;
    padding:0 28px 28px;

}

/* ===========================
            ICON
=========================== */

.icon{

    position:relative;
    width:24px;
    height:24px;
    flex-shrink:0;

}

.icon::before,
.icon::after{

    content:"";
    position:absolute;
    background:#E2BF5F;
    border-radius:10px;
    transition:all .35s ease;

}

/* الخط الأفقي */

.icon::before{

    width:20px;
    height:3px;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

}

/* الخط الرأسي */

.icon::after{

    width:3px;
    height:20px;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

}

/* عند الفتح */

.faq-item.active .icon::before,
.faq-item.active .icon::after{

    background:#346B5B;

}

.faq-item.active .icon::after{

    transform:
    translate(-50%,-50%)
    rotate(90deg)
    scaleY(0);

}

/* ===========================
        RESPONSIVE
=========================== */

@media(max-width:768px){

    .faq-section{

        margin:50px auto;

    }

    .faq-section h2{

        font-size:30px;

    }

    .faq-question{

        padding:20px;

    }

    .faq-question span{

        font-size:18px;
        line-height:1.8;

    }

    .faq-answer{

        font-size:16px;
        line-height:1.9;

    }

}/* End custom CSS */