.elementor-kit-63{--e-global-color-primary:#82CAFFD6;--e-global-color-secondary:#000000;--e-global-color-text:#535353;--e-global-color-accent:#1F30CE;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alexandria";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Noto Naskh Arabic";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.elementor-kit-63 h1{color:var( --e-global-color-secondary );}.elementor-kit-63 h2{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-kit-63{--e-page-transition-entrance-animation:e-page-transition-fade-out;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.auto-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Alexandria', sans-serif;
    direction: rtl;
    text-align: right;
}

.auto-category-list li {
    padding: 12px 0;
}

.auto-category-list li a {
    text-decoration: none;
    color: var(--ast-global-color-3); /* Astra gray */
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.auto-category-list li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #00aaff; /* light blue */
    transition: width 0.3s ease;
}

.auto-category-list li a:hover,
.auto-category-list li a.active {
    color: #00aaff; /* light blue */
}

.auto-category-list li a:hover::after,
.auto-category-list li a.active::after {
    width: 100%;
}/* End custom CSS */