.text-orange {
    color: var(--theme-color);
}

.text-black {
    color: #000;
}

.text-grey {
    color: var(--font-color);
}
@media (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
    }

    .main-root,
    #main_root,
    .main-content,
    .dsn-container {
        overflow-x: hidden;
    }
}
/* update menu in mobile */

@media (max-width: 991px) {
    #site_menu_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    #site_menu_header .main-logo {
        flex: 0 0 auto;
        max-width: 70%;
        width: auto !important;
    }

    #site_menu_header .main-logo img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    #site_menu_header #navbar_toggle {
        flex: 0 0 auto;
        width: auto !important;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.about-section, .blogs-sec, .intro-sec, .grids-section, .bg-sec {
    background: var(--reverse-heading-color);
}

.contact-sec {
    background: var(--assistant-color);
}

.sub-title {
    color: var(--heading-color);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-family);
    font-weight: var(--fw-semibold) !important;
    margin-bottom: 30px;
}

[data-overlay]::before,
[data-dsn-overlay]::before {
    background: linear-gradient(0deg,
            #FFF 45.02%,
            rgba(255, 255, 255, 0) 81.75%);
}

[data-overlay="7"]:before, [data-dsn-overlay="7"]:before {
    opacity: -1;
}



.title-banner {
    color: #EF3C23;
    text-align: center;
    font-size: 104px;
    line-height: 112px !important;
    text-transform: capitalize;
    font-family: var(--font-family);
    font-weight: var(--fw-bold) !important;
}
@media(max-width:500px) {
    .title-banner {
        font-size: 60px !important;
        line-height: 70px !important;
    }
    .bottom-108 {
        bottom: 0px !important;
    }
}

.title-banner-sub {
    color: var(--heading-color);
    font-size: 104px;
    line-height: 112px !important;
    font-family: var(--font-family);
    font-weight: var(--fw-semibold) !important;
}


.description-hero {
    color: #767676;
    text-align: center;
    font-family: var(--font-family);
    font-weight: var(--fw-light) !important;
    font-size: 20px;
    line-height: 24px;
}

.description-hero.about {
    font-weight: var(--fw-regular) !important;
    text-align: left;
}

.facts-inner.p-10.d-grid.grid-lg-3.gap-10.d-grid-no-space {
    border-radius: 15px;
    background: var(--bg-color);
}

.big-number {
    color: #D9D9D9;
    font-weight: var(--fw-medium) !important;
    font-size: 96px;
    line-height: 104px;
    opacity: 0.45;

}

.title-block.grids {
    font-weight: var(--fw-bold) !important;

}

@media(min-width:767px) {
    .title-block.grids {
        height: 100px;
    }
}

td.acf-field.maxima-force-hidden {
    display: none !important;
}

.rights-section, .partners-section {
    background: var(--reverse-heading-color);
}

.rights-para {
    text-transform: capitalize;
    color: #767676;
}

.box-image-bg.w-100.over-hidden.before-z-index.dsn-swiper-parallax-transform.has-border-radius::before {
    border-radius: 15px;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, #000 100%);
}

.title-rights {
    color: var(--reverse-heading-color);
    font-size: 32px !important;
    font-weight: var(--fw-semibold) !important;
}

.para-rights-slider, .title-footer {
    color: var(--reverse-heading-color);
}

.title-footer {
    font-weight: var(--fw-semibold);
}

.content-grid {
    padding: 48px 20px;
}

.dsn-grid-layout:not(.full-width-last-item)>.grid-item {
    max-width: calc((84% / var(--dsn-width-item)) - var(--dsn-col-item));
}

@media(max-width:400px) {
    .dsn-grid-layout:not(.full-width-last-item)>.grid-item {
        max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
    }

    .img-h80 .img-cat, .img-h80 .box-image-bg {
        height: 50vh !important;
    }
}

.rights-note {
    gap: 10px;
}

.rights-note-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-block;
    border-radius: 15px;
    background: rgba(239, 60, 35, 0.4);
    position: relative;
}

.rights-note-icon::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #EF3C23;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title.partner {
    text-align: left;
}

.partners-section .partners-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partners-section .partners-slider-track {
    display: flex;
    align-items: center;
    gap: 70px;
    width: max-content;
    animation: partnersMarqueeFromRight 40s linear infinite;
    will-change: transform;
}

.partners-section .partner-logo-item {
    flex: 0 0 auto;
    width: 228px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-section .partner-logo-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@keyframes partnersMarqueeFromRight {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-50%);
    }
}

.lastest-update-sec {
    font-size: 20px !important;
    letter-spacing: 0px !important;
}

.post-date {
    color: var(--heading-color);
    font-size: 15px;
    font-weight: var(--fw-medium);
}

.background-footer {
    background: var(--reverse-color);
}

.footer-menu li a {
    color: #D9D9D9;
    font-weight: var(--fw-regular);
}

.email-info, .email-info a {
    color: var(--reverse-heading-color);
    font-size: 16px;
    font-weight: var(--fw-regular) !important;
    line-height: 25.6px;
}

.fab:before {
    color: var(--reverse-heading-color);
}

.fab.banner:before {}

.copyright-para, .copyright-para a {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: var(--fw-medium);
}

.scrolltop-sec {
    background: #111111;
    color: var(--reverse-heading-color);
    padding: 30px 80px;
}

.span-scroll {
    color: var(--reverse-heading-color);
}


.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.logo-item img {
    max-width: 70px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.logo-item span {
    font-size: 12px;
    line-height: 1.4;
}

/* SITE MAP */
.sitemap-menu {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-menu li {
    position: relative;
    line-height: 1;
}

.sitemap-menu li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: var(--reverse-heading-color);
    margin: 0 10px;
    vertical-align: middle;
}

.sitemap-menu li a {
    color: var(--reverse-heading-color);
    font-size: 13px;
    font-weight: var(--fw-regular);
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.sitemap-menu li a:hover {
    color: var(--theme-color);
}

.description-footer {
    color: var(--reverse-heading-color);
    font-size: 14px;
    font-weight: var(--fw-regular);
}

.title-logos {
    color: var(--reverse-heading-color);
    font-size: 20px;
    font-weight: var(--fw-semibold);
}

.recognized-logos {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
    /* يبقوا بنفس السطر */
}

.recognized-logos .logo-item {
    flex: 0 0 auto;
    /* لا يتمدد ولا ينكمش */
    display: flex;
    align-items: center;
    justify-content: center;
}

.recognized-logos .logo-item img {
    width: auto;
    max-width: none;
    /* يلغي أي max-width موروثة */
    height: auto;
    display: block;
    object-fit: contain;
}

/* responsive */
@media (max-width: 991px) {

    .corner-box {
        height: 320px !important;
        min-height: 320px !important;
        overflow: hidden;
    }

    .corner-box .box-img {
        height: 100% !important;
        min-height: 320px !important;
        display: block;
    }

    .corner-box .box-img img,
    .corner-box .box-img img.cover-bg-img {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        display: block !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .footer-head .dsn-container {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        gap: 20px;
        text-align: center;
    }

    .footer-head .dsn-btn {
        margin-top: 0;
        justify-content: center;
    }

    .footer-head .dsn-socials {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 0;
        padding: 0;
    }
}

.copyright .dsn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.copyright-para {
    margin: 0;
}

.sitemap-menu {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-menu li {
    margin: 0;
    padding: 0;
}

.sitemap-menu li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .copyright .dsn-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sitemap-menu {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.hover-icon {
    color: var(--theme-color) !important;
    top: 15% !important;
}

.breadcrumb {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: var(--fw-light);

}

.breadcrumb a {
    color: var(--heading-color);
    text-decoration: none;
}

.breadcrumb span {
    color: var(--theme-color);
}

/* about */
.intro-title {
    font-size: 48px;
    font-weight: var(--fw-medium) !important;
    letter-spacing: 0% !important;
    color: #333132 !important;
}

.intro-title, .intro-title .word {
    line-height: 65px !important;
}

.desc-into {
    letter-spacing: 0% !important;
    font-weight: var(--fw-medium) !important;
}

.grids-section {
    padding: 80px 0;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.what-we-do-card {
    background: var(--reverse-heading-color);
    padding: 40px;
    border-radius: 15px;
    min-height: 220px;
    box-shadow: 0 2px 200px 0 rgba(0, 0, 0, 0.08);
}

.what-we-do-card h3 {
    letter-spacing: 0px;
}



.what-we-do-card a {
    color: var(--theme-color) !important;
    font-weight: var(--fw-medium) !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .what-we-do-grid {
        grid-template-columns: 1fr;
    }

    .what-we-do-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .dsn-service .d-grid {
        grid-template-columns: repeat(var(--cards-count), 1fr);
    }
}

@media (min-width: 992px) {
    .dsn-service .d-grid.legal-grids {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.dsn-service.services-accordion .accordion__item .accordion__question .icon {
    rotate: 0deg;
}

.title-accordion, .title-step {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
}

@media (max-width:767px) {
    .title-accordion, .title-step, .dsn-service.services-personal .service-item .title-box .number {
        font-size: 24px;
    }
}

.accordion-link-icon {
    position: relative;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
}

.accordion-link-icon svg,
.accordion-link-icon path {
    pointer-events: none;
}

@media (max-width: 767px) {
    .accordion__item.section {
        display: block;
        height: auto !important;
    }

    .accordion__item .accordion__answer.section {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
    }

    .accordion__question.section {
        cursor: default;
    }
}

.licensing .what-we-do-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width:767px) {
    .licensing .what-we-do-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.licensing .title-rights {
    font-size: 24px !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
    .header-normal .title-lg {
        font-size: 50px;
        line-height: 55px !important;
    }
}

.button-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* NEWS PAGE */
h3.post-title.lastest-update-sec.word-wrap.d-inline-block.title-block {
    min-height: 44px;
}

.news-hover-sec .news-hover-grid {
    display: grid;
    grid-template-columns: 1fr 548px 1fr;
    gap: 30px;
    align-items: center;
}

.news-hover-sec .news-main-image {
    width: 100%;
    aspect-ratio: 548 / 508;
    border-radius: 10px;
    overflow: hidden;
}

.news-hover-sec .news-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity 0.25s ease;
}

.news-hover-sec .news-main-image img.fade {
    opacity: 0;
}


@media (max-width: 499px) {
    .news-hover-sec .news-hover-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width: 1199px) {
    .news-hover-sec .news-hover-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-hover-sec .news-main-image {
        order: -1;
        height: 320px;
        min-height: 320px;
        max-height: 320px;
    }
}

a.news-read-more.effect-ajax {
    color: var(--theme-color);
}

.lastest-update-sec.news {
    font-weight: var(--fw-semibold) !important;
}

.news-hover-sec .news-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-hover-sec .news-hover-item {
    min-height: 112px;
}

.post-info-card {
    padding: 15px 0px;
}

.blogs-sec .tob-box {
    display: grid !important;
    grid-template-columns: 1fr 438px;
    gap: 40px;
    align-items: end;
}

.blogs-sec .tob-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .blogs-sec .tob-box, .tob-box {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .sort-select-wrap {
        width: 150px;
        height: 46px;
    }
}

.blogs-sec .tob-box .title {
    max-width: 100%;
    margin: 0;
}

.blogs-sec .tob-box p {
    max-width: 438px;
    margin: 0;
}

@media (max-width: 767px) {
    .tob-box h2 {
        margin-bottom: 0;
    }

    .tob-box p {
        width: 100%;
        margin: 0;
    }
}

.sort-form {
    margin: 0;
    padding: 0;
}

.sort-select-wrap {
    position: relative;
    width: fit-content;
    height: 50px;
}

.sort-select-wrap select {
    width: 100%;
    height: 100%;
    padding: 0 42px 0 22px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    background-color: #fff;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: var(--fw-regular);
    outline: none;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sort-select-wrap::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.sort-select-wrap select:hover {
    border-color: #d0d0d0;
}

.sort-select-wrap select:focus {
    border-color: #cfcfcf;
}

.knowledge span.post-date {
    display: none;
}

/* responsive card mobile */
/* Desktop: نخفي صورة الكارد الداخلية حتى يبقى تأثير الهوفر الأساسي */
.news-hover-item>.box-image-bg {
    display: none;
}

/* Mobile */
@media (max-width: 1199px) {

    .news-hover-sec .tob-box {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-hover-sec .tob-box p {
        width: 100%;
        margin: 0;
    }

    .news-hover-grid {
        display: grid;
    }

    .news-column {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    /* نخفي صورة الهوفر الوسطية بالموبايل */
    .news-main-image {
        display: none !important;
    }

    /* نظهر صورة الكارد العادية بالموبايل */
    .news-hover-item>.box-image-bg {
        display: block;
    }

    /* إلغاء تأثير الهوفر بالموبايل */
    .news-hover-item,
    .news-hover-item:hover,
    .news-hover-item.active {
        transform: none !important;
        opacity: 1 !important;
        padding: 20px 0px;
    }

    .news-hover-item:hover .post-content,
    .news-hover-item.active .post-content {
        transform: none !important;
    }

    .news-hover-item .post-content {
        margin-top: 20px;
    }
}


.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 45px;
}

.news-page-btn {
    width: 35px;
    height: 35px;
    min-width: 26px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    background: var(--reverse-heading-color);
    color: #000000;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.news-page-btn:hover {
    background: #f04b23;
    border-color: #f04b23;
    color: #fff;
}

.news-page-btn.active {
    background: #f04b23;
    border-color: #f04b23;
    color: #fff;
}

.news-arrow-btn {
    font-size: 15px;
}

.news-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.news-page-btn:disabled:hover {
    background: #fff;
    border-color: #e6e6e6;
    color: #111;
}

#newsPostsWrap.loading {
    opacity: 0.45;
    pointer-events: none;
}

#newsPagination.loading {
    pointer-events: none;
}

.box-form {
    background: var(--reverse-heading-color);
    padding: 80px 40px;
    border-radius: 30px;
    min-height: 220px;
    box-shadow: 0 2px 200px 0 rgba(0, 0, 0, 0.08);
}

.contact-submit-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-top: 30px;
}

.contact-submit-wrap .image-zoom {
    width: 100%;
}

.contact-submit-btn {
    width: 100%;
    height: 40px;
    padding: 0 30px;
    border: none;
    border-radius: 30px;
    background: var(--theme-color);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
}

.contact-submit-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.contact-submit-btn.disabled {
    pointer-events: auto;
}

.href-link {
    font-weight: var(--fw-medium) !important;
}

/* Desktop */
/* Contact emails: نفس هوامش زر Scroll Down والسوشال */
.header-corporate .box-content {
    width: 100%;
}

.header-corporate .contact-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-top: 50px;
    gap: 28px 90px;
}

.header-corporate .contact-links a {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.header-corporate .contact-links .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    min-width: 11px;
    height: 11px;
    margin-left: 15px;
    color: inherit;
}

.header-corporate .contact-links .icon svg,
.header-corporate .contact-links .icon svg path {
    width: 11px;
    height: 11px;
    display: block;
    fill: currentColor;
}

/* Mobile */
@media (max-width: 767px) {
    .header-corporate .contact-links {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 35px;
    }

    .header-corporate .contact-links a {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.title.single-news {
    text-transform: capitalize;
    letter-spacing: 0px;
}

.post-meta-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
    margin: 20px 0;
    font-size: 14px;
}


.post-share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-share a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.post-share a:hover {
    color: var(--theme-color);
}

.single-news .fab:before,
.single-knowledge .fab:before {
    color: var(--heading-color);
}

.copy-popup {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--theme-color);
    color: var(--reverse-heading-color);
    ;
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: var(--fw-medium);
    font-size: 13px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.copy-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.single-news-container {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px;
}


.single-news-container .featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.single-news-container .content {
    margin-top: 25px;
}

.single-news-container .single-news {
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1.1;
}

/* single creators or license */
/* ================================
   Info Section
================================ */

.single-page .emra-info-section {
    padding: 80px 0;
    background: var(--reverse-heading-color);
}

.single-page.emra-info-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: flex-start;
}

.single-page .emra-info-sidebar {
    padding: 40px;
    border-radius: 30px;
    background: var(--reverse-heading-color);
    box-shadow: 0 2px 200px rgba(0, 0, 0, 0.10);
}

.single-page .emra-info-tab {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 16px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: var(--fw-regular);
    text-align: left;
    cursor: pointer;
    border-radius: 8px;
}

.single-page .emra-info-tab {
    color: var(--font-color);
}

.single-page .emra-info-tab.active,
.single-page .emra-info-tab:hover {
    color: var(--theme-color) !important;
    font-weight: var(--fw-semibold) !important;
}

.single-page .tab-arrow {
    font-size: 18px;
    line-height: 1;
}

.single-page .emra-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 18px;
    padding: 12px 20px;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--reverse-heading-color);
    font-size: 14px;
    font-weight: var(--fw-medium);
    text-decoration: none;
}

.single-page .emra-join-btn:hover {
    color: var(--reverse-heading-color);
    background: var(--theme-color);
}

.single-page .emra-info-content h2 {
    color: var(--heading-color);
    font-size: 48px;
    font-weight: var(--fw-bold);
    line-height: 56px;
}

.single-page .emra-info-panel {
    display: none;
}

.single-page .emra-info-panel.active {
    display: block;
}


/* ================================
   Download Items
================================ */

.single-page .emra-download-list {
    max-width: 760px;
    margin-top: 30px;
}

.single-page .emra-download-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    margin-bottom: 12px;
    padding: 14px 18px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background: var(--reverse-heading-color);
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.single-page .emra-download-item:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.single-page .emra-pdf-icon {
    width: 34px;
    height: 34px;
    border: 1px solid var(--theme-color);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 18px;
    flex-shrink: 0;
}


/* ================================
   FAQ Accordion
================================ */

.single-page #faqs .accordion__item {
    margin-bottom: 16px;
    border-radius: 30px;
    background: var(--reverse-heading-color);
    box-shadow: 0 2px 200px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.single-page #faqs .accordion__question {
    padding: 40px;
}

.single-page #faqs .accordion__answer {
    padding: 0 40px 40px;
}

.single-page #faqs .accordion__answer[style*="display:none"] {
    padding: 0 40px;
}

.single-page #faqs .title-accordion.single-page,
.single-page #faqs .title-accordion {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: var(--fw-semibold);
    line-height: 32px;
}


/* ================================
   Accordion Arrow
================================ */

.single-page #faqs .accordion-arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.single-page #faqs .accordion-arrow::before,
.single-page #faqs .accordion-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background: var(--heading-color);
    transition: 0.3s ease;
}

/* Closed: arrow down */
.single-page #faqs .accordion-arrow::before {
    left: 2px;
    transform: rotate(45deg);
}

.single-page #faqs .accordion-arrow::after {
    right: 2px;
    transform: rotate(-45deg);
}

/* Open: arrow up */
.single-page #faqs .accordion__question.expanded .accordion-arrow::before,
.single-page #faqs .accordion__item.active .accordion-arrow::before {
    transform: rotate(-45deg);
}

.single-page #faqs .accordion__question.expanded .accordion-arrow::after,
.single-page #faqs .accordion__item.active .accordion-arrow::after {
    transform: rotate(45deg);
}


/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
    .single-page.emra-info-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .single-page .emra-info-content h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 575px) {
    .single-page .emra-info-section {
        padding: 50px 0;
    }

    .single-page .emra-info-content h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .single-page .emra-download-item {
        align-items: flex-start;
        font-size: 13px;
    }

    .single-page #faqs .accordion__item {
        border-radius: 20px;
        margin-bottom: 12px;
    }

    .single-page #faqs .accordion__question {
        padding: 24px;
    }

    .single-page #faqs .accordion__answer {
        padding: 0 24px 24px;
    }

    .single-page #faqs .accordion__answer[style*="display:none"] {
        padding: 0 24px;
    }

    .single-page #faqs .title-accordion.single-page,
    .single-page #faqs .title-accordion {
        font-size: 17px;
        line-height: 24px;
    }
}

.single-page .general-buttons {
    gap: 12px;
    flex-wrap: wrap;
}

.license-btn, .tariffs-btn {
    border-radius: 50px;
    padding: 12px 24px;
}
.login-btn {
    border-radius: 30px;
    padding: 0px 40px
}
.btn-text.login-text {
line-height: 40px;
}

.tariffs-btn {
    border: 1px solid var(--font-color);
}

.btn-text {
    font-size: 14px;
    font-weight: var(--fw-medium) !important;
}

.working-hours-day, .working-hours-time  , .location-contact{
    color: var(--font-color);
    font-weight: var(--fw-medium);
    font-size: 15px;
    line-height: 27px;
}
.btn-lang.lang-dropdown {
    position: relative;
    display: inline-block;
    z-index: 999;
}

.btn-lang .lang-current {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: var(--fw-medium);
    line-height: 1;
    cursor: pointer;
}

.btn-lang .lang-icon,
.btn-lang .lang-arrow {
    display: flex;
    align-items: center;
}

.btn-lang .lang-arrow {
    transition: transform 0.25s ease;
}

.btn-lang .lang-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 70px;
    padding: 8px 0;
    background: var(--reverse-heading-color);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
}

.btn-lang .lang-menu a {
    display: block;
    padding: 8px 14px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-lang .lang-menu a:hover {
    background: var(--reverse-heading-color);
}

.btn-lang:hover .lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.btn-lang:hover .lang-arrow {
    transform: rotate(180deg);
}

html[lang="ar"] .btn-lang .lang-current,
html[lang="ar"] .btn-lang .lang-menu {
    direction: ltr;
}

/* Desktop */
@media only screen and (min-width: 992px) {
    #site_menu_header > .header-actions {
        display: flex !important;
        align-items: center;
        gap: 18px;
        margin-left: auto;
    }

    #site_menu_header .main-navigation .header-actions {
        display: none !important;
    }
}

/* Mobile */
@media only screen and (max-width: 991px) {
    #site_menu_header > .header-actions {
        display: none !important;
    }

    #site_menu_header .main-navigation .header-actions {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-top: 35px;
        margin-left: 0;
        width: 100%;
    }
}

#site_menu_header .header-actions .btn-lang.lang-dropdown {
    margin: 0;
}

#site_menu_header .header-actions .license-btn {
    margin: 0;
}
@media only screen and (min-width: 992px) {
    #site_menu_header .main-navigation {
        margin-left: auto;
        margin-right: auto;
    }

    #site_menu_header #dsn-primary-list {
        display: flex;
        justify-content: center;
    }
}
@media (min-width:1005px){
ul.nav-item li.nav-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    min-width: 160px;
}
ul.nav-item li.nav-item > a::after {
    content: "→" !important;
    font-size: 15px;
    font-weight: var(--fw-medium);
    line-height: 1;
    margin-left: auto;
}}
@media only screen and (max-width: 991px) {
    .site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
   padding-top: 100px;
    }}
.creators-sub-menu li.nav-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    min-width: 160px;
}

.creators-sub-menu li.nav-item > a::after {
    content: "→";
    font-size: 22px;
    line-height: 1;
    margin-left: auto;
}
.content strong  , .content b{
  color:#333333;
  font-weight: var(--fw-bold);
}