.elementor-62 .elementor-element.elementor-element-b99ec9a{--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-62 .elementor-element.elementor-element-57201d3{--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-62 .elementor-element.elementor-element-36472fb{--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-62 .elementor-element.elementor-element-b7b9c9a{--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-62 .elementor-element.elementor-element-f30266c{--display:flex;--min-height:0px;--gap:22px 22px;--row-gap:22px;--column-gap:22px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-15px;--padding-bottom:-15px;--padding-left:-15px;--padding-right:-15px;}.elementor-62 .elementor-element.elementor-element-f60b92a{--display:flex;}.elementor-62 .elementor-element.elementor-element-f60b92a:not(.elementor-motion-effects-element-type-background), .elementor-62 .elementor-element.elementor-element-f60b92a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-520e711 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-62 .elementor-element.elementor-element-5094b83 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:#FFFFFF;}.elementor-62 .elementor-element.elementor-element-5d67a0a{--display:flex;--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-62 .elementor-element.elementor-element-5d67a0a:not(.elementor-motion-effects-element-type-background), .elementor-62 .elementor-element.elementor-element-5d67a0a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-62 .elementor-element.elementor-element-5d67a0a.e-con{--align-self:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-62 .elementor-element.elementor-element-cb3e218 .elementor-button{background-color:var( --e-global-color-520e711 );}@media(min-width:768px){.elementor-62 .elementor-element.elementor-element-57201d3{--width:25%;}.elementor-62 .elementor-element.elementor-element-36472fb{--width:50%;}.elementor-62 .elementor-element.elementor-element-b7b9c9a{--width:25%;}.elementor-62 .elementor-element.elementor-element-f30266c{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-09cbdb5 */.custom-box-menu {
    border: 1px solid #ddd;
    background: #fff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: right;
    direction: rtl;
    width: 220px; /* عدل العرض حسب ما تحب */
}

.custom-box-menu .box-title {
    background: #a60034; /* نفس الأحمر اللي في الصورة */
    color: #fff;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.custom-box-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-box-menu ul li {
    padding: 8px;
    border-bottom: 1px dotted #666;
    color: #000;
    cursor: default; /* عشان ميبقاش فيه يد */
}

.custom-box-menu ul li.active {
    color: red; /* العنصر المميز */
    font-weight: bold;
}

.custom-box-menu ul li:last-child {
    border-bottom: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5ad5e37 */.ticker-track {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-scroll 100s linear infinite;
}

.member-box {
    color: #000;
    font-weight: bold;
    margin: 0 10px;
}

.separator {
    color: #fff;
    margin: 0 10px;
}

@keyframes ticker-scroll {
   0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}/* End custom CSS */