/* Custom Button */
.bg-blur {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.about-custom-image .elementor-swiper-button {
    background: #D5D9E1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.about-custom-image .elementor-swiper-button:hover {
    opacity: .7;
}

.custom-btn-banner svg {
    width: 48px;
    height: 48px;
}

.custom-btn-banner span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.custom-btn-2 svg {
    width: 26.793px;
    height: 26.793px;
}

.custom-btn svg {
    width: 36px;
    height: 36px;
}

.custom-btn span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .bg-blur {
        right: 18px;
    }
}

@media (max-width: 768px) {
    .slide-height img {
        height: 112px;
    }

    p.subscribe-form {
        padding: 0 !important;
        width: 100%;
    }

    .newsletter .subscribe-form input[type="email"],
    .newsletter p.subscribe-form input[type="email"] {
        width: 100% !important;
    }
}

/* ============================================
   ALJP Header - Desktop
   ============================================ */
/* Mailchimp Alerts */
.mc4wp-alert {
    padding: 12px 20px;
    border-radius: 8px;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.mc4wp-alert a {
    text-decoration: underline;
}

.mc4wp-error {
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
}

.mc4wp-error a {
    color: #c62828;
}

.mc4wp-success {
    background: rgba(81, 133, 154, 0.1);
    color: var(--primary-7-base, #51859A);
}

.mc4wp-success a {
    color: var(--primary-7-base, #51859A);
}

.ltr {
    direction: ltr;
    text-align: right;
}

.ov-hidden {
    overflow: hidden;
}

.ul-mb li {
    margin-bottom: 12px;
}

/* Header Fixed */
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.header-fixed.is-scrolled {
    background-color: var(--e-global-color-primary, #1C3258);
}

.header-fixed.is-hidden {
    transform: translateY(-100%);
}

.aljp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aljp-header__logo img {
    width: 148.204px;
    height: 44px;
}

.aljp-header__nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.aljp-header__nav ul li a {
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', 'Gotham', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.aljp-header__nav ul li a:hover {
    opacity: 0.7;
}

.aljp-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.aljp-header__lang a {
    color: var(--gray-1, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.aljp-header__lang a:hover {
    opacity: 0.7;
}

.aljp-header__cta a {
    border-radius: var(--border-radius-4xl, 32px);
    background: var(--primary-7-base, #51859A);
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--gray-1, #FFF);
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.aljp-header__cta a:hover {
    opacity: 0.7;
}

.aljp-header__cta a svg {
    width: 16px;
    height: 12px;
    flex-shrink: 0;
    display: inline-block;
}

.aljp-header__cta a i {
    display: inline-block;
    flex-shrink: 0;
}

/* Mobile toggle + mobile actions - hidden on desktop */
.aljp-header__toggle {
    display: none;
    background: var(--primary-7-base, #51859A);
    border: none;
    cursor: pointer;
    border-radius: 144px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.aljp-header__toggle:hover {
    opacity: 0.7;
}

.aljp-header__mobile-actions {
    display: none;
}

/* Sidebar - hidden on desktop */
.aljp-sidebar-overlay,
.aljp-sidebar {
    display: none;
}

/* ============================================
   ALJP Header - Mobile (max 1024px)
   ============================================ */
@media (max-width: 1024px) {
    /* Hide desktop nav, actions */
    .aljp-header__nav,
    .aljp-header__actions {
        display: none;
    }

    /* Mobile logo size */
    .aljp-header__logo img {
        width: 95px;
        height: 28px;
    }

    /* Show mobile actions (lang + toggle) */
    .aljp-header__mobile-actions {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .aljp-header__mobile-actions .aljp-header__lang a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    /* Show toggle */
    .aljp-header__toggle {
        display: flex;
    }

    /* --- Sidebar Overlay --- */
    .aljp-sidebar-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .aljp-sidebar-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }

    /* --- Sidebar --- */
    .aljp-sidebar {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-1, #1C3258);
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow-y: auto;
    }

    .aljp-sidebar.is-open {
        transform: translateX(0);
    }

    /* Sidebar Header */
    .aljp-sidebar__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
    }

    .aljp-sidebar__logo img {
        width: 95px;
        height: 28px;
    }

    .aljp-sidebar__header-actions {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .aljp-sidebar__header-actions .aljp-header__lang a {
        font-size: 14px;
        line-height: 20px;
    }

    .aljp-sidebar__close {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        transition: opacity 0.3s ease;
    }

    .aljp-sidebar__close:hover {
        opacity: 0.7;
    }

    /* Sidebar Nav */
    .aljp-sidebar__nav {
        flex: 1;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 35px;
    }

    .aljp-sidebar__nav ul {
        list-style: none;
        margin: 0;
        padding: 0 24px;
        text-align: right;
    }

    .aljp-sidebar__nav ul li {
        margin-bottom: 8px;
    }

    .aljp-sidebar__nav ul li a {
        display: block;
        padding: 12px 0;
        color: var(--gray-1, #FFF);
        font-family: var(--font-arabic);
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        text-decoration: none !important;
        transition: opacity 0.3s ease;
    }

    .aljp-sidebar__nav ul li a:hover {
        opacity: 0.7;
    }

    /* Sidebar Footer */
    .aljp-sidebar__footer {
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .aljp-sidebar__footer .aljp-header__cta {
        width: 100%;
        margin-bottom: 10px;
    }

    .aljp-sidebar__footer .aljp-header__cta a {
        width: 100%;
    }

    /* Hide floating buttons when sidebar is open */
    .aljp-scroll-top.is-sidebar-open,
    .aljp-whatsapp.is-sidebar-open {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* Social Icons */
    .aljp-sidebar__social {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .aljp-sidebar__social-link {
        color: var(--gray-1, #FFF);
        font-size: 22px;
        transition: opacity 0.3s ease;
        text-decoration: none !important;
    }

    .aljp-sidebar__social-link:hover {
        opacity: 0.7;
    }

    .aljp-sidebar__social-link i {
        color: var(--gray-1, #FFF);
    }

    .aljp-sidebar__social-link svg {
        width: 22px;
        height: 22px;
        fill: var(--gray-1, #FFF);
    }

    /* Stagger animation for menu items */
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li {
        animation: sidebarSlideIn 0.3s ease forwards;
        opacity: 0;
    }

    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(1) { animation-delay: 0.05s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(2) { animation-delay: 0.1s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(3) { animation-delay: 0.15s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(4) { animation-delay: 0.2s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(5) { animation-delay: 0.25s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(6) { animation-delay: 0.3s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(7) { animation-delay: 0.35s; }
    .aljp-sidebar.is-open .aljp-sidebar__nav ul li:nth-child(8) { animation-delay: 0.4s; }

    .aljp-sidebar.is-open .aljp-sidebar__footer {
        animation: sidebarSlideIn 0.3s ease 0.3s forwards;
        opacity: 0;
    }
}

@keyframes sidebarSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   ALJP Accordion Cards - Desktop
   ============================================ */
.aljp-acards {
    position: relative;
}

.aljp-acard {
    border-bottom: 1px solid var(--secondary-2, #D2D6DE);
    padding: 24px 0;
    cursor: pointer;
    position: relative;
}

.aljp-acard:first-child {
    border-top: 1px solid var(--secondary-2, #D2D6DE);
}

/* Header row */
.aljp-acard__header {
    position: relative;
    z-index: 1;
}

.aljp-acard__row {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 32px;
}

.aljp-acard__title {
    color: var(--gray-11, #272728);
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    flex: 1;
}

.aljp-acard__number {
    color: var(--primary-7-base, #51859A);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    flex-shrink: 0;
}

/* Expandable content */
.aljp-acard__content {
    overflow: hidden;
}

.aljp-acard__desc {
    color: var(--gray-8-base, #616163);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 475px;
    margin: 20px 0 0 0;
    text-align: right;
}

/* Image - absolute on desktop */
.aljp-acard__image {
    position: absolute;
    left: 100px;
    top: -60px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(0.8);
    pointer-events: none;
}

.aljp-acard.is-active .aljp-acard__image {
    opacity: 1;
    transform: scale(1);
}

.aljp-acard__image img {
    width: 192px;
    height: 240px;
    object-fit: cover;
    border: 7.2px solid var(--gray-shade-0, #FFF);
    border-radius: 0;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ============================================
   ALJP Accordion Cards - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-acard {
        padding: 20px 16px !important;
    }

    .aljp-acard__row {
        gap: 12px;
    }

    .aljp-acard__title {
        font-size: 24px;
        line-height: 32px;
    }

    .aljp-acard__number {
        font-size: 20px;
        line-height: 28px;
    }

    .aljp-acard__desc {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        margin-top: 12px;
    }

    /* Image - flow on mobile */
    .aljp-acard__image {
        position: static;
        opacity: 1;
        transform: none;
        margin-top: 20px;
        pointer-events: auto;
    }

    .aljp-acard.is-active .aljp-acard__image {
        transform: none;
    }

    .aljp-acard__image img {
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        border-width: 0;
        box-shadow: none;
    }
}

/* ============================================
   ALJP Team - Desktop
   ============================================ */
.aljp-team {
    overflow: hidden;
}

.aljp-team__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.aljp-team__top-right {
    text-align: right;
}

.aljp-team__title {
    color: var(--gray-10, #3A3A3B);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 16px 0;
}

/* Filters */
.aljp-team__filters {
    display: flex;
    align-items: center;
    gap: 20px;
}

.aljp-team__filter {
    color: var(--gray-6, #A0A0A1);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none !important;
    cursor: pointer;
    transition: color 0.3s ease, font-size 0.3s ease;
}

.aljp-team__filter.is-active {
    color: var(--primary-7-base, #51859A);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

/* Arrows */
.aljp-team__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: flex-end;
}

.aljp-team__arrow {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: var(--radius-999, 999px);
    border: 1px solid var(--gray-8-base, #616163);
    background: none;
    cursor: pointer;
    color: var(--gray-8-base, #616163);
    transition: opacity 0.3s ease, border-color 0.3s ease;
}

.aljp-team__arrow:hover {
    opacity: 0.7;
}

.aljp-team__arrow.swiper-button-disabled {
    border-radius: var(--radius-999, 999px);
    border: 1px solid var(--gray-6, #A0A0A1);
    cursor: default;
}

.aljp-team__arrow.swiper-button-disabled svg {
    opacity: 0.5;
}

.aljp-team__arrow svg {
    width: 36px;
    height: 17px;
}

/* Swiper */
.aljp-team__swiper {
    overflow: visible;
    padding-right: 64px;
}

.aljp-team__swiper .swiper-slide {
    transition: opacity 0.4s ease;
}

/* Card */
.aljp-team-card__image img {
    width: 316px;
    height: 316px;
    object-fit: cover;
    display: block;
}

@media (min-width: 1601px) {
    .aljp-team-card__image img {
        width: 100%;
    }
}

.aljp-team-card__info {
    padding: 20px;
    background: var(--gray-1, #FFF);
}

.aljp-team-card__name {
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 2px 0;
}

.aljp-team-card__job {
    color: var(--gray-10, #3A3A3B);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 24px 0;
}

.aljp-team-card__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--gap-14, 14px);
    align-self: stretch;
    color: var(--primary-7-base, #51859A);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.aljp-team-card__link:hover {
    opacity: 0.7;
}

.aljp-team-card__link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ============================================
   ALJP Team - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-team__top {
        flex-direction: column;
        gap: 20px;
    }

    .aljp-team__title {
        font-size: 36px;
        line-height: 40px;
    }

    .aljp-team__filters {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
    }

    .aljp-team__filter {
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
    }

    .aljp-team__filter.is-active {
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
    }

    .aljp-team__arrows {
        align-self: flex-start;
    }

    .aljp-team__swiper {
        padding-right: 20px;
    }

    .aljp-team-card__image img {
        width: 100%;
        height: 260px;
    }
}

/* ============================================
   ALJP Form
   ============================================ */
.aljp-form {
    display: flex;
    flex-direction: column;
}

.aljp-form__input,
.aljp-form__select {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-20, 20px);
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-bottom: 1px solid var(--gray-5, #D0D0D0);
    background: var(--gray-1, #FFF);
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 14px;
    outline: none;
    border-radius: 0;
    width: 100%;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aljp-form__input::placeholder {
    color: var(--secondary-4, #8E99AC);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.aljp-form__select {
    color: var(--secondary-4, #8E99AC);
    cursor: pointer;
}

.aljp-form__select:valid {
    color: var(--gray-10, #3A3A3B);
}

/* Phone field */
.aljp-form__phone {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid var(--gray-5, #D0D0D0);
    background: var(--gray-1, #FFF);
    margin-bottom: 14px;
}

.aljp-form__phone-code {
    padding: var(--gap-12, 12px) 12px;
    border: none;
    background: transparent;
    color: var(--secondary-4, #8E99AC);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    direction: ltr;
    flex-shrink: 0;
    width: auto;
}

.aljp-form__phone-sep {
    width: 1px;
    height: 28px;
    background: var(--gray-5, #D0D0D0);
    flex-shrink: 0;
}

.aljp-form__phone-input {
    flex: 1;
    padding: var(--gap-12, 12px) var(--gap-20, 20px);
    border: none;
    background: transparent;
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    text-align: right;
    min-width: 0;
}

/* File upload */
.aljp-form__file {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-20, 20px);
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-bottom: 1px solid var(--gray-5, #D0D0D0);
    background: var(--gray-1, #FFF);
    margin-bottom: 14px;
}

.aljp-form__file-label {
    color: var(--secondary-4, #8E99AC);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.aljp-form__file-btn {
    color: var(--secondary-7-base, #1C3258);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.aljp-form__file-btn:hover {
    opacity: 0.7;
}

/* Submit */
.aljp-form__submit {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-32, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--primary-7-base, #51859A);
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.aljp-form__submit:hover {
    opacity: 0.85;
}

.aljp-form__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Message */
.aljp-form__message {
    text-align: center;
    padding: 12px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
}

.aljp-form__message--success {
    color: #2e7d32;
    background: #e8f5e9;
}

.aljp-form__message--error {
    color: #c62828;
    background: #ffebee;
}

/* ============================================
   Subscribe Form
   ============================================ */
p.subscribe-form {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: max-content;
    border-radius: 37px;
    background: var(--secondary-6, #334769);
    padding: 2px 24px 2px 2px;
    direction: rtl;
}

p.subscribe-form input[type="email"] {
    flex: 1;
    border: none;
    background: transparent;
    color: var(--gray-1, #FFF);
    text-align: right;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    padding: 8px 0;
}

p.subscribe-form input[type="email"]::placeholder {
    color: var(--secondary-4, #8E99AC);
}

p.subscribe-form input[type="submit"] {
    border-radius: 35px;
    background: var(--primary-7-base, #51859A);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--gray-1, #FFF);
    text-align: center;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

p.subscribe-form input[type="submit"]:hover {
    opacity: 0.85;
}

/* Newsletter variant (mobile / stacked) */
.newsletter .subscribe-form,
.newsletter p.subscribe-form {
    margin: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    background: none;
    padding: 0;
}

.newsletter .subscribe-form input[type="email"],
.newsletter p.subscribe-form input[type="email"] {
    border-radius: var(--radius-0, 0);
    border: 1px solid var(--primary-5, #85AAB8);
    background: var(--primary-6, #6291A4);
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-20, 20px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--gray-1, #FFF);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 280px;
}

.newsletter .subscribe-form input[type="email"],
.newsletter p.subscribe-form input[type="email"] {
    margin-bottom: 8px;
}

.newsletter .subscribe-form input[type="email"]::placeholder,
.newsletter p.subscribe-form input[type="email"]::placeholder {
    color: var(--gray-1, #FFF);
    opacity: 0.7;
}

.newsletter .subscribe-form input[type="submit"],
.newsletter p.subscribe-form input[type="submit"] {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-32, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: var(--radius-0, 0);
    background: var(--secondary-7-base, #1C3258);
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    width: 100%;
}

.newsletter .subscribe-form input[type="submit"]:hover,
.newsletter p.subscribe-form input[type="submit"]:hover {
    opacity: 0.85;
}

/* ============================================
   ALJP Tabbed Content
   ============================================ */
.aljp-tc__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aljp-tc__tab {
    display: flex;
    padding: var(--gap-16, 16px) var(--gap-32, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.aljp-tc__tab.is-active {
    border-radius: var(--radius-0, 0);
    background: var(--secondary-1, #E8EBEE);
    color: var(--primary-7-base, #51859A);
}

/* Layout: content right, sidebar left */
.aljp-tc__layout {
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
    padding: 96px 0 144px 0;
}

/* Content */
.aljp-tc__content {
    flex: 1;
    min-width: 0;
}

.aljp-tc__content h3 {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 16px 0;
}

.aljp-tc__section:not(:first-child) {
    margin-top: 60px;
}

.aljp-tc__content p {
    color: var(--gray-8-base, #616163);
    text-align: right;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 8px 0;
}

.aljp-tc__content p + ul,
.aljp-tc__content p + ol {
    margin-top: -8px;
}

.aljp-tc__content p:has(+ ul),
.aljp-tc__content p:has(+ ol) {
    margin-bottom: 24px;
}

.aljp-tc__content ul,
.aljp-tc__content ol {
    color: var(--gray-8-base, #616163);
    text-align: right;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-right: 20px;
    margin: 0 0 16px 0;
}

.aljp-tc__content ul li,
.aljp-tc__content ol li {
    margin-bottom: 8px;
}

/* Sidebar */
.aljp-tc__sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.aljp-tc__sidebar-title {
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 24px;
    margin: 0 0 24px 0;
    border-bottom: 1px solid rgba(81, 133, 154, 0.20);
}

.aljp-tc__toc a {
    display: block;
    color: var(--gray-8-base, #616163);
    text-align: right;
    font-family: var(--font-arabic, 'Test Karbon', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none !important;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.aljp-tc__toc a:hover,
.aljp-tc__toc a.is-active {
    color: var(--primary-7-base, #51859A);
    font-weight: 600;
}

/* ============================================
   ALJP Tabbed Content - Mobile
   ============================================ */
@media (max-width: 1024px) {
    /* Tabs */
    .aljp-tc__tab {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    .aljp-tc__tab.is-active {
        padding: 8px 16px;
    }

    /* Layout */
    .aljp-tc__layout {
        flex-direction: column-reverse;
        gap: 60px;
        padding: 48px 8px 96px;
    }

    /* Sidebar */
    .aljp-tc__sidebar {
        width: 100%;
        position: static;
    }

    .aljp-tc__sidebar-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .aljp-tc__toc a {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .aljp-tc__toc a:hover,
    .aljp-tc__toc a.is-active {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    /* Content */
    .aljp-tc__content h3 {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
    }

    .aljp-tc__section:not(:first-child) {
        margin-top: 60px;
    }

    .aljp-tc__content p {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }

    .aljp-tc__content ul,
    .aljp-tc__content ol {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
}

/* ============================================
   ALJP FAQ - Desktop
   ============================================ */
.aljp-faq__layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

/* Sidebar */
.aljp-faq__sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    height: max-content;
    position: sticky;
    top: 50px;
}

.aljp-faq__cat {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-32, 32px);
    border: 1px solid var(--secondary-3, #BBC2CD);
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: max-content;
}

.aljp-faq__cat.is-active {
    border-radius: var(--radius-32, 32px);
    background: var(--primary-7-base, #51859A);
    border-color: var(--primary-7-base, #51859A);
    color: var(--gray-1, #FFF);
    font-weight: 600;
}

.aljp-faq__cat:hover:not(.is-active) {
    opacity: 0.7;
}

/* Content */
.aljp-faq__content {
    flex: 1;
    min-width: 0;
}

.aljp-faq__group + .aljp-faq__group {
    margin-top: 80px;
}

.aljp-faq__group-title {
    color: var(--primary-7-base, #51859A);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 24px 0;
    text-align: right;
}

/* Cards */
.aljp-faq__card {
    padding: 24px 0;
    border-bottom: 1px solid var(--secondary-3, #BBC2CD);
}

.aljp-faq__card:first-child {
    border-top: 1px solid var(--secondary-3, #BBC2CD);
}

.aljp-faq__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 40px;
}

.aljp-faq__card-title {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    flex: 1;
}

/* Plus/Minus icon */
.aljp-faq__card-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.aljp-faq__icon-h,
.aljp-faq__icon-v {
    position: absolute;
    background: var(--gray-10, #3A3A3B);
    transition: transform 0.3s ease;
}

.aljp-faq__icon-h {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.aljp-faq__icon-v {
    width: 2px;
    height: 20px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.aljp-faq__card.is-open .aljp-faq__icon-v {
    transform: translateX(-50%) rotate(90deg);
}

/* Answer */
.aljp-faq__card-body {
    overflow: hidden;
}

.aljp-faq__card-body p {
    color: var(--gray-8-base, #616163);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 12px 0 0 0;
}

/* ============================================
   ALJP FAQ - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-faq__layout {
        flex-direction: column;
        gap: 40px;
    }

    .aljp-faq__sidebar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 16px;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        gap: 12px;
        height: max-content;
        position: relative;
        top: 0;
    }

    .aljp-faq__cat {
        padding: 8px 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

    .aljp-faq__group-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .aljp-faq__card {
        padding: 20px 0;
    }

    .aljp-faq__card-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .aljp-faq__card-body p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 12px;
    }

    .aljp-faq__group + .aljp-faq__group {
        margin-top: 64px;
    }
}

/* ============================================
   ALJP Contact Form
   ============================================ */
.aljp-cform {
    display: flex;
    flex-direction: column;
}

.aljp-cform__input,
.aljp-cform__select,
.aljp-cform__textarea {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-20, 20px);
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--secondary-6, #334769);
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 14px;
    outline: none;
    border-radius: 0;
    width: 100%;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aljp-cform__input::placeholder,
.aljp-cform__textarea::placeholder {
    color: var(--secondary-4, #8E99AC);
}

.aljp-cform__select {
    color: var(--secondary-4, #8E99AC);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238E99AC' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding-left: 40px;
}

.aljp-cform__textarea {
    resize: vertical;
    min-height: 100px;
}

/* Phone */
.aljp-cform__phone {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--secondary-6, #334769);
    margin-bottom: 14px;
}

.aljp-cform__phone-code {
    padding: var(--gap-12, 12px) 12px;
    border: none;
    background: #334769;
    color: var(--secondary-4, #8E99AC);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    direction: ltr;
    flex-shrink: 0;
    width: auto;
}

.aljp-cform__phone-sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.aljp-cform__phone-input {
    flex: 1;
    padding: var(--gap-12, 12px) var(--gap-20, 20px);
    border: none;
    background: #334769;
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    text-align: right;
    min-width: 0;
}

.aljp-cform__phone-input::placeholder {
    color: var(--secondary-4, #8E99AC);
}

/* Submit */
.aljp-cform__submit {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-32, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--primary-7-base, #51859A);
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.aljp-cform__submit:hover {
    opacity: 0.85;
}

.aljp-cform__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.aljp-cform__message {
    text-align: center;
    padding: 12px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}

.aljp-cform__message--success {
    color: #a5d6a7;
    background: rgba(46, 125, 50, 0.15);
}

.aljp-cform__message--error {
    color: #ef9a9a;
    background: rgba(198, 40, 40, 0.15);
}

/* ============================================
   ALJP Blog - Desktop
   ============================================ */

/* Filters */
.aljp-blog__filters-swiper {
    margin-bottom: 60px;
    overflow: visible;
}

.aljp-blog__filter-slide {
    width: auto !important;
}

/* Filter arrow - hidden on desktop */
.aljp-blog__filter-arrow {
    display: none;
}

.aljp-blog__filters {
    display: flex;
    align-items: center;
    gap: var(--gap-12, 12px);
}

.aljp-blog__filter {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-32, 32px);
    border: 1px solid var(--secondary-3, #BBC2CD);
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aljp-blog__filter.is-active {
    background: var(--primary-7-base, #51859A);
    border-color: var(--primary-7-base, #51859A);
    color: var(--gray-1, #FFF);
}

.aljp-blog__filter:hover:not(.is-active) {
    opacity: 0.7;
}

/* Cards */
.aljp-blog__card {
    padding: 48px 0;
    border-bottom: 1px solid rgba(81, 133, 154, 0.20);
    display: flex;
    gap: 48px;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
}

.aljp-blog__card:first-child {
    border-top: 1px solid rgba(81, 133, 154, 0.20);
}

.aljp-blog__card-img {
    width: 47%;
    flex-shrink: 0;
    overflow: hidden;
}

.aljp-blog__card-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.aljp-blog__card:hover .aljp-blog__card-img img {
    transform: scale(1.05);
}

.aljp-blog__card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.aljp-blog__card-cat {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.aljp-blog__card-title {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 8px 0;
}

.aljp-blog__card-excerpt {
    overflow: hidden;
    color: var(--gray-8-base, #616163);
    text-align: right;
    text-overflow: ellipsis;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin: 0 0 20px 0;
}

.aljp-blog__card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.aljp-blog__card-date {
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.aljp-blog__card-link {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.aljp-blog__card-icon {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--secondary-7-base, #1C3258);
    transition: background 0.3s ease;
}

/* Hover on card */
.aljp-blog__card:hover .aljp-blog__card-link {
    color: var(--primary-7-base, #51859A);
}

.aljp-blog__card:hover .aljp-blog__card-icon {
    background: var(--primary-7-base, #51859A);
}

/* Load More */
.aljp-blog__loadmore-wrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.aljp-blog__loadmore {
    display: flex;
    padding: var(--gap-12, 12px) var(--gap-32, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-32, 32px);
    border: 1px solid var(--secondary-3, #BBC2CD);
    background: none;
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aljp-blog__loadmore:hover {
    background: var(--primary-7-base, #51859A);
    border-color: var(--primary-7-base, #51859A);
    color: var(--gray-1, #FFF);
}

.aljp-blog__loadmore:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Loader */
.aljp-blog__loader {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.aljp-blog__loader::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid rgba(81, 133, 154, 0.2);
    border-top-color: var(--primary-7-base, #51859A);
    border-radius: 50%;
    animation: blogSpin 0.7s linear infinite;
}

@keyframes blogSpin {
    to { transform: rotate(360deg); }
}

/* ============================================
   ALJP Blog - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-blog__filters-swiper {
        margin-bottom: 40px;
        overflow: hidden;
        padding-right: 8px;
    }

    .aljp-blog__filter {
        padding: var(--gap-12, 12px) var(--gap-24, 24px);
        border: 1px solid rgba(81, 133, 154, 0.50);
    }

    .aljp-blog__filter.is-active {
        background: var(--primary-7-base, #51859A);
        border-color: var(--primary-7-base, #51859A);
    }

    /* Filter arrow */
    .aljp-blog__filter-arrow {
        display: flex;
        padding: 10px 20px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid var(--gray-8-base, #616163);
        background: var(--gray-1, #FFF);
        cursor: pointer;
        color: var(--gray-8-base, #616163);
        transition: opacity 0.3s ease;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .aljp-blog__filter-arrow svg {
        width: 36px;
        height: 17px;
    }

    .aljp-blog__filter-arrow:hover {
        opacity: 0.7;
    }

    .aljp-blog__filter-arrow.swiper-button-disabled {
        border-color: var(--gray-6, #A0A0A1);
        opacity: 0.5;
    }

    .aljp-blog__filters-swiper {
        position: relative;
    }

    .aljp-blog__card {
        padding: 40px 0;
        flex-direction: column;
        gap: 0;
    }

    .aljp-blog__card-img {
        width: 100%;
    }

    .aljp-blog__card-img img {
        height: 220px;
    }

    .aljp-blog__card-info {
        padding: 16px 16px 0;
    }

    .aljp-blog__card-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .aljp-blog__card-excerpt {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}

/* ============================================
   ALJP Featured Post - Desktop
   ============================================ */
.aljp-fp {
    display: flex;
    max-width: 1064px;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    text-decoration: none !important;
}

.aljp-fp__img {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.aljp-fp__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.aljp-fp:hover .aljp-fp__img img {
    transform: scale(1.05);
}

.aljp-fp__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.aljp-fp__meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.aljp-fp__date {
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.aljp-fp__cat {
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.aljp-fp__title {
    color: var(--gray-1, #FFF);
    text-align: right;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}

.aljp-fp__link {
    display: flex;
    align-items: center;
    gap: var(--gap-14, 14px);
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.aljp-fp__icon {
    border-radius: var(--radius-999, 999px);
    background: var(--primary-7-base, #51859A);
    display: flex;
    padding: var(--gap-10, 10px);
    align-items: center;
    gap: var(--gap-16, 16px);
    transition: opacity 0.3s ease;
}

.aljp-fp:hover .aljp-fp__icon {
    opacity: 0.8;
}

/* ============================================
   ALJP Featured Post - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-fp {
        flex-direction: column;
        gap: 24px;
    }

    .aljp-fp__img {
        width: 100%;
    }

    .aljp-fp__img img {
        height: 280px;
    }

    .aljp-fp__info {
        width: 100%;
        gap: 12px;
    }

    .aljp-fp__title {
        font-size: 30px;
        line-height: 36px;
    }
}

/* ============================================
   ALJP Posts List - Desktop
   ============================================ */
.aljp-pl__card {
    padding: 48px 0;
    border-bottom: 1px solid rgba(81, 133, 154, 0.20);
    display: flex;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    text-decoration: none !important;
}

.aljp-pl__card:first-child {
    padding-top: 0;
}

.aljp-pl__card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.aljp-pl__img {
    width: 360px;
    flex-shrink: 0;
    overflow: hidden;
}

.aljp-pl__img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.aljp-pl__card:hover .aljp-pl__img img {
    transform: scale(1.05);
}

.aljp-pl__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.aljp-pl__title {
    overflow: hidden;
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    text-overflow: ellipsis;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 8px 0;
}

.aljp-pl__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--gray-8-base, #616163);
    text-align: right;
    text-overflow: ellipsis;
    font-family: var(--font-arabic, 'Almarai', sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 30px 0;
}

.aljp-pl__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aljp-pl__date {
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.aljp-pl__icon {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--secondary-7-base, #1C3258);
    transition: background 0.3s ease;
}

.aljp-pl__card:hover .aljp-pl__icon {
    background: var(--primary-7-base, #51859A);
}

/* ============================================
   ALJP Posts List - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-pl__card {
        padding: 40px 0;
        flex-direction: column;
        gap: 0;
    }

    .aljp-pl__card:first-child {
        padding-top: 0;
    }

    .aljp-pl__img {
        width: 100%;
    }

    .aljp-pl__img img {
        height: 220px;
    }

    .aljp-pl__info {
        padding: 20px 16px 0;
    }

    .aljp-pl__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .aljp-pl__excerpt {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .aljp-pl__date {
        font-family: var(--font-arabic);
        font-size: 18px;
        line-height: 28px;
    }

    .aljp-pl__icon {
        border-radius: 16px;
        background: var(--primary-7-base, #51859A);
    }
}

/* ============================================
   ALJP Image Cards - Desktop
   ============================================ */
.aljp-icards {
    display: flex;
    gap: 60px;
}

.aljp-icard {
    display: flex;
    height: 520px;
    padding-top: var(--gap-40, 40px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Info overlay */
.aljp-icard__info {
    padding: 28px;
    width: 100%;
    background: linear-gradient(180deg, rgba(81, 133, 154, 0.00) 0%, rgba(81, 133, 154, 0.80) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
}

.aljp-icard__icon {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--primary-7-base, #51859A);
    flex-shrink: 0;
    align-self: flex-end;
    transition: background 0.3s ease, transform 0.3s ease;
}

.aljp-icard.is-active .aljp-icard__icon {
    background: var(--secondary-7-base, #1C3258);
    transform: rotate(45deg);
}

.aljp-icard__text {
    flex: 1;
}

.aljp-icard__title {
    color: var(--gray-1, #FFF);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

.aljp-icard__desc {
    color: var(--gray-1, #FFF);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    display: none;
}

.aljp-icard.is-active .aljp-icard__desc {
    display: block;
    margin-top: 16px;
}

/* ============================================
   ALJP Image Cards - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-icards {
        flex-direction: column;
        gap: 8px;
    }

    .aljp-icard {
        height: 320px;
    }
}

/* ============================================
   ALJP Communities - Desktop
   ============================================ */
.aljp-comm {
    position: relative;
}

/* Main Title */
.aljp-comm__main-title {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-bottom: 65px;
}

.aljp-comm__main-light {
    color: var(--primary-7-base, #51859A);
    font-family: var(--font-arabic);
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
}

.aljp-comm__main-bold {
    color: var(--primary-7-base, #51859A);
    font-family: var(--font-arabic);
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
}

.aljp-comm__swiper {
    overflow: hidden;
}

.aljp-comm__card {
    display: flex;
    align-items: flex-end;
    gap: 8.5%;
    align-self: stretch;
    flex-direction: row-reverse;
}

.aljp-comm__img {
    width: 49.5%;
    flex-shrink: 0;
}

.aljp-comm__img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.aljp-comm__img {
    position: relative;
}

.aljp-comm__info {
    width: 42%;
    padding-bottom: 0;
}

.aljp-comm__status {
    margin-bottom: 65px;
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--primary-7-base, #51859A);
    color: var(--gray-1, #FFF);
    font-family: var(--font-arabic);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.aljp-comm__title {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 16px 0;
}

.aljp-comm__desc {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 40px 0;
}

.aljp-comm__link {
    display: flex;
    align-items: center;
    gap: var(--gap-14, 14px);
    color: var(--primary-7-base, #51859A);
    font-family: var(--font-arabic);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.aljp-comm__link:hover {
    opacity: 0.7;
}

.aljp-comm__link svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border: 1px solid #51859A;
    padding: 8px;
    border-radius: 26px;
}

/* Arrows */
.aljp-comm__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 48px;
}

.aljp-comm__arrow {
    display: flex;
    padding: var(--gap-10, 10px) var(--gap-20, 20px);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-999, 999px);
    border: 1px solid var(--gray-8-base, #616163);
    background: none;
    cursor: pointer;
    color: var(--gray-8-base, #616163);
    transition: opacity 0.3s ease;
}

.aljp-comm__arrow:hover {
    opacity: 0.7;
}

.aljp-comm__arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.aljp-comm__arrow svg {
    width: 36px;
    height: 17px;
}

/* ============================================
   ALJP Communities - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-icard {
        min-height: 320px;
    }

    .aljp-comm__main-title {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 40px;
    }

    .aljp-comm__main-light {
        font-size: 36px;
        line-height: 40px;
    }

    .aljp-comm__main-bold {
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
    }

    .aljp-comm__card {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .aljp-comm__img {
        width: 100%;
    }

    .aljp-comm__img img {
        height: 300px;
    }

    .aljp-comm__info {
        width: 100%;
        padding: 0 16px 0;
    }

    .aljp-comm__status {
        margin-bottom: 20px;
    }

    .aljp-comm__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .aljp-comm__desc {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .aljp-comm__arrows {
        margin-top: 24px;
    }
}

/* ============================================
   ALJP Mini FAQ
   ============================================ */
.aljp-mfaq {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
}

.aljp-mfaq__card {
    width: 100%;
    cursor: pointer;
}

.aljp-mfaq__header {
    display: flex;
    padding: 16px 20px;
    gap: 19px;
    align-items: flex-start;
    border: 1px solid var(--secondary-2, #D2D6DE);
    background: #EEF3F5;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Icon */
.aljp-mfaq__icon {
    width: 19px;
    height: 19px;
    position: relative;
    flex-shrink: 0;
    margin-top: 6px;
}

.aljp-mfaq__icon-h,
.aljp-mfaq__icon-v {
    position: absolute;
    background: var(--gray-10, #3A3A3B);
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease;
}

.aljp-mfaq__icon-h {
    width: 19px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.aljp-mfaq__icon-v {
    width: 2px;
    height: 19px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.aljp-mfaq__card.is-open .aljp-mfaq__icon-v {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.aljp-mfaq__card.is-open .aljp-mfaq__icon-h {
    transform: translateY(-50%) rotate(0deg);
}

/* Body */
.aljp-mfaq__body {
    flex: 1;
}

.aljp-mfaq__title {
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.aljp-mfaq__content {
    overflow: hidden;
}

.aljp-mfaq__desc {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 12px 0 0 0;
}
.hide-status span.aljp-comm__status {
    display: none;
}

/* ============================================
   ALJP Mini FAQ - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-mfaq {
        max-width: 100%;
        gap: 8px;
    }

    .aljp-mfaq__header {
        padding: 16px 20px;
        flex-direction: row;
        align-items: flex-start;
        gap: 19px;
    }

    .aljp-mfaq__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .aljp-mfaq__desc {
        font-size: 18px;
        line-height: 28px;
        margin-top: 12px;
    }
}

/* ============================================
   ALJP Gallery - Desktop
   ============================================ */
.aljp-gallery {
    padding-right: 0;
    padding-left: 64px;
    overflow: hidden;
    direction: ltr;
}

.aljp-gallery__swiper {
    overflow: hidden;
}

.aljp-gallery__slide {
    height: 490px;
}

.aljp-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aljp-gallery__slide.swiper-slide-active {
    height: 580px;
}

/* Bottom */
.aljp-gallery__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 52%;
    margin-left: auto;
    margin-top: -40px;
    z-index: 10;
    position: relative;
    flex-direction: row-reverse;
    padding-right: 64px;
}

.aljp-gallery__view-all {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--primary-7-base, #51859A);
    font-family: var(--font-arabic);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none !important;
    flex-direction: row-reverse;
    transition: opacity 0.3s ease;
}

.aljp-gallery__view-all:hover {
    opacity: 0.7;
}

.aljp-gallery__view-icon {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--primary-7-base, #51859A);
    color: #FFF;
    padding: 0;
}

.aljp-gallery__view-icon svg {
    width: auto;
    height: auto;
}

/* Arrows */
.aljp-gallery__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
}

.aljp-gallery__arrow {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--gray-8-base, #616163);
    background: none;
    cursor: pointer;
    color: var(--gray-8-base, #616163);
    transition: opacity 0.3s ease;
}

.aljp-gallery__arrow:hover {
    opacity: 0.7;
}

.aljp-gallery__arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.aljp-gallery__arrow svg {
    width: 36px;
    height: 17px;
}

/* Lightbox */
.aljp-gallery__lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.aljp-gallery__lightbox.is-open {
    display: flex;
}

.aljp-gallery__lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #FFF;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

.aljp-gallery__lb-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.aljp-gallery__lb-content img {
    max-width: 85%;
    max-height: 85vh;
    object-fit: contain;
    display: none;
}

.aljp-gallery__lb-content img.is-active {
    display: block;
}

.aljp-gallery__lb-prev,
.aljp-gallery__lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #FFF;
    font-size: 48px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.aljp-gallery__lb-prev:hover,
.aljp-gallery__lb-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

.aljp-gallery__lb-prev {
    left: 20px;
}

.aljp-gallery__lb-next {
    right: 20px;
}

/* ============================================
   ALJP Gallery - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-gallery {
        padding-right: 0;
        padding-left: 0;
    }

    .aljp-gallery__swiper {
        overflow: hidden;
    }

    .aljp-gallery__slide {
        height: 340px;
    }

    .aljp-gallery__slide.swiper-slide-active {
        height: 340px;
    }

    .aljp-gallery__bottom {
        padding-right: 0;
        padding: 0 16px;
        justify-content: flex-start;
        align-items: flex-end;
        margin-top: 30px;
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        gap: 20px;
    }

    .aljp-gallery__arrows {
        order: -1;
    }
}

/* ============================================
   ALJP Feature List
   ============================================ */
.aljp-fl__card {
    display: flex;
    padding: var(--gap-16, 16px) 16px;
    align-items: center;
    gap: var(--gap-20, 20px);
    align-self: stretch;
    border-bottom: 1px solid var(--primary-3, #CBDAE1);
    transition: background 0.3s ease;
}

.aljp-fl__card:first-child {
    border-top: 1px solid var(--primary-3, #CBDAE1);
}

.aljp-fl__card.is-active {
    background: rgba(81, 133, 154, 0.10);
}

.aljp-fl__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aljp-fl__icon svg {
    width: 24px;
    height: 24px;
}

.aljp-fl__icon i {
    font-size: 24px;
}

.aljp-fl__content {
    flex: 1;
}

.aljp-fl__title {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    display: none;
}

.aljp-fl__card.is-active .aljp-fl__title {
    display: block;
}

.aljp-fl__desc {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

/* ============================================
   ALJP Feature List - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-fl__card {
        padding: var(--gap-16, 16px) 16px;
        gap: var(--gap-20, 20px);
    }

    .aljp-fl__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .aljp-fl__desc {
        font-size: 18px;
        line-height: 28px;
    }
}

/* ============================================
   ALJP Units - Desktop
   ============================================ */
.aljp-units__slide {
    display: flex;
    gap: 0;
    flex-direction: row-reverse;
}

/* Images */
.aljp-units__images {
    width: 52%;
    flex-shrink: 0;
}

.aljp-units__main-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.aljp-units__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.aljp-units__thumb {
    flex: 1;
}

.aljp-units__thumb {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.aljp-units__thumb.is-active {
    opacity: 1;
}

.aljp-units__thumb:hover {
    opacity: 0.8;
}

.aljp-units__thumb img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

/* Content */
.aljp-units__content {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    padding-left: 112px;
}

.aljp-units__label {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 331px;
}

.aljp-units__title {
    color: var(--gray-10, #3A3A3B);
    text-align: right;
    font-family: var(--font-arabic);
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 40px 0;
}

/* Numbers */
.aljp-units__numbers {
    display: flex;
    gap: 48px;
    align-self: stretch;
    margin-bottom: 40px;
}

.aljp-units__num {
    text-align: right;
}

.aljp-units__num-top {
    display: flex;
    align-items: baseline;
    gap: 8px;
    justify-content: flex-end;
}

.aljp-units__num-top strong {
    color: var(--gray-10, #3A3A3B);
    font-family: var(--font-arabic);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

.aljp-units__num-top span {
    color: var(--gray-8-base, #616163);
    font-family: var(--font-arabic);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.aljp-units__num-desc {
    color: var(--gray-8-base, #616163);
    font-family: var(--font-arabic);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: block;
}

.aljp-units__num-sep {
    width: 1px;
    height: 64px;
    background: rgba(81, 133, 154, 0.20);
    align-self: center;
}

/* Arrows */
.aljp-units__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aljp-units__arrow {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--gray-8-base, #616163);
    background: none;
    cursor: pointer;
    color: var(--gray-8-base, #616163);
    transition: opacity 0.3s ease;
}

.aljp-units__arrow:hover {
    opacity: 0.7;
}

.aljp-units__arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.aljp-units__arrow svg {
    width: 36px;
    height: 17px;
}

/* ============================================
   ALJP Units - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-units__slide {
        flex-direction: column;
    }

    .aljp-units__images {
        width: 100%;
        order: 2;
    }

    .aljp-units__content {
        width: 100%;
        padding: 0 16px 30px;
        order: 1;
    }

    .aljp-units__label {
        margin-bottom: 10px;
    }

    .aljp-units__title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .aljp-units__numbers {
        margin-bottom: 24px;
    }

    .aljp-units__main-img img {
        height: 300px;
    }

    .aljp-units__thumb img {
        height: 120px;
    }
}

/* ============================================
   ALJP Anchor Nav
   ============================================ */
.anchor-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.aljp-anav {
    background: var(--secondary-7-base, #1C3258);
}

.aljp-anav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aljp-anav__item {
    display: flex;
    padding: var(--gap-24, 24px) var(--gap-32, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--secondary-4, #8E99AC);
    font-family: var(--font-arabic);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none !important;
    border-bottom: 3px solid #1C3258;
    transition: color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.aljp-anav__item:hover {
    color: var(--gray-1, #FFF);
}

.aljp-anav__item.is-active {
    color: var(--gray-1, #FFF);
    border-bottom: 3px solid var(--primary-7-base, #51859A);
}

/* ============================================
   ALJP Anchor Nav - Mobile
   ============================================ */
@media (max-width: 1024px) {
    .aljp-anav__inner {
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .aljp-anav__inner::-webkit-scrollbar {
        display: none;
    }

    .aljp-anav__item {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        padding: 12px 20px;
        white-space: nowrap;
    }
}

/* ============================================
   LTR Overrides (English mode)
   ============================================ */

/* --- General --- */
html[dir="ltr"] {
    --font-arabic: 'Test Karbon', sans-serif;
    --e-global-typography-primary-font-family: 'Test Karbon';
    --e-global-typography-secondary-font-family: 'Test Karbon';
    --e-global-typography-text-font-family: 'Test Karbon';
    --e-global-typography-accent-font-family: 'Test Karbon';
}

html[dir="ltr"] body,
html[dir="ltr"] .elementor-widget,
html[dir="ltr"] .elementor-widget *,
html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3,
html[dir="ltr"] h4, html[dir="ltr"] h5, html[dir="ltr"] h6,
html[dir="ltr"] p, html[dir="ltr"] a, html[dir="ltr"] span,
html[dir="ltr"] input, html[dir="ltr"] textarea, html[dir="ltr"] select, html[dir="ltr"] button {
    font-family: 'Test Karbon', sans-serif;
}

html[dir="ltr"] .ltr {
    direction: ltr;
    text-align: left;
}

/* --- Header --- */
html[dir="ltr"] .aljp-header {
    flex-direction: row-reverse;
}

html[dir="ltr"] .aljp-header__actions {
    flex-direction: row-reverse;
}

html[dir="ltr"] .aljp-header__actions a {
    font-family: 'Almarai';
}

html[dir="ltr"] .aljp-header__mobile-actions {
    flex-direction: row-reverse;
}

html[dir="ltr"] .aljp-header__mobile-actions a,
html[dir="ltr"] .aljp-sidebar__header .aljp-sidebar__header-actions .aljp-header__lang a {
    font-family: 'Almarai' !important;
}

html[dir="ltr"] .aljp-sidebar__header {
    flex-direction: row-reverse;
}

html[dir="ltr"] .aljp-sidebar__header .aljp-sidebar__header-actions {
    flex-direction: row-reverse;
}

/* --- Sidebar (Mobile) --- */
@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-sidebar {
        left: auto;
        right: 0;
        transform: translateX(100%);
    }

    html[dir="ltr"] .aljp-sidebar.is-open {
        transform: translateX(0);
    }

    html[dir="ltr"] .aljp-sidebar__nav ul {
        text-align: left;
    }
}

@keyframes sidebarSlideInLtr {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

html[dir="ltr"] .aljp-sidebar.is-open .aljp-sidebar__nav ul li {
    animation-name: sidebarSlideInLtr;
}

html[dir="ltr"] .aljp-sidebar.is-open .aljp-sidebar__footer {
    animation-name: sidebarSlideInLtr;
}

/* --- Scroll to Top --- */
html[dir="ltr"] .aljp-scroll-top {
    left: auto;
    right: 30px;
}

/* --- Accordion Cards --- */
html[dir="ltr"] .aljp-acard__title {
    text-align: left;
}

html[dir="ltr"] .aljp-acard__desc {
    text-align: left;
}

html[dir="ltr"] .aljp-acard__image {
    left: auto;
    right: 100px;
}

/* --- Team --- */
html[dir="ltr"] .aljp-team__top-right {
    text-align: left;
}

html[dir="ltr"] .aljp-team__swiper {
    padding-right: 0;
    padding-left: 64px;
}

html[dir="ltr"] .aljp-team-card__link {
    justify-content: flex-end;
}

html[dir="ltr"] .aljp-team__arrows {
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-team__swiper {
        padding-right: 0;
        padding-left: 20px;
    }

    html[dir="ltr"] .aljp-team__filters {
        align-items: flex-start;
    }

    html[dir="ltr"] .aljp-team__arrows {
        align-self: flex-start;
        flex-direction: row-reverse;
    }
}

/* --- Forms (Apply / Contact) --- */
html[dir="ltr"] .aljp-form__input,
html[dir="ltr"] .aljp-form__select {
    text-align: left;
}

html[dir="ltr"] .aljp-form__input::placeholder {
    text-align: left;
}

html[dir="ltr"] .aljp-form__phone {
    flex-direction: row-reverse;
}

html[dir="ltr"] .aljp-form__phone-input {
    text-align: left;
}

html[dir="ltr"] .aljp-cform__input,
html[dir="ltr"] .aljp-cform__select,
html[dir="ltr"] .aljp-cform__textarea {
    text-align: left;
}

html[dir="ltr"] .aljp-cform__select {
    background-position: right 20px center;
    padding-left: 20px;
    padding-right: 40px;
}

html[dir="ltr"] .aljp-cform__phone {
    flex-direction: row;
}

html[dir="ltr"] .aljp-cform__phone-input {
    text-align: left;
}

/* --- Subscribe Form --- */
html[dir="ltr"] p.subscribe-form {
    direction: ltr;
    padding: 2px 2px 2px 24px;
}

html[dir="ltr"] p.subscribe-form input[type="email"] {
    text-align: left;
}

html[dir="ltr"] .newsletter .subscribe-form,
html[dir="ltr"] .newsletter p.subscribe-form {
    margin-right: auto;
}

html[dir="ltr"] .newsletter .subscribe-form input[type="email"],
html[dir="ltr"] .newsletter p.subscribe-form input[type="email"] {
    text-align: left;
}

/* --- Tabbed Content --- */
html[dir="ltr"] .aljp-tc__layout {
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-tc__layout {
        flex-direction: column-reverse;
    }
}

html[dir="ltr"] .aljp-tc__content h3 {
    text-align: left;
}

html[dir="ltr"] .aljp-tc__content p {
    text-align: left;
}

html[dir="ltr"] .aljp-tc__content ul,
html[dir="ltr"] .aljp-tc__content ol {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}

html[dir="ltr"] .aljp-tc__toc a {
    text-align: left;
}

/* --- FAQ --- */
html[dir="ltr"] .aljp-faq__group-title {
    text-align: left;
}

html[dir="ltr"] .aljp-faq__card-title {
    text-align: left;
}

html[dir="ltr"] .aljp-faq__card-body p {
    text-align: left;
}

/* --- Blog --- */
html[dir="ltr"] .aljp-blog__card-cat {
    text-align: left;
}

html[dir="ltr"] .aljp-blog__card-title {
    text-align: left;
}

html[dir="ltr"] .aljp-blog__card-excerpt {
    text-align: left;
}

@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-blog__filters-swiper {
        padding-right: 0;
        padding-left: 8px;
    }

    html[dir="ltr"] .aljp-blog__filter-arrow {
        left: auto;
        right: 0;
        transform: translateY(-50%) scaleX(-1);
    }
}

/* --- Featured Post --- */
html[dir="ltr"] .aljp-fp__title {
    text-align: left;
}

/* --- Posts List --- */
html[dir="ltr"] .aljp-pl__title {
    text-align: left;
}

html[dir="ltr"] .aljp-pl__excerpt {
    text-align: left;
}

/* --- Image Cards --- */
html[dir="ltr"] .aljp-icard__title {
    text-align: left;
}

html[dir="ltr"] .aljp-icard__desc {
    text-align: left;
}

/* --- Communities --- */
html[dir="ltr"] .aljp-comm__main-title {
    text-align: left;
}

html[dir="ltr"] .aljp-comm__card {
    flex-direction: row-reverse;
}

html[dir="ltr"] .aljp-comm__title {
    text-align: left;
}

html[dir="ltr"] .aljp-comm__desc {
    text-align: left;
}

html[dir="ltr"] .aljp-comm__link {
    flex-direction: row;
    justify-content: flex-start;
}


html[dir="ltr"] .aljp-comm__arrows {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-comm__main-title {
        flex-direction: row;
        justify-content: flex-start;
    }

    html[dir="ltr"] .aljp-comm__card {
        flex-direction: column-reverse;
    }

    html[dir="ltr"] .aljp-comm__arrows {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
}

/* --- Mini FAQ --- */
html[dir="ltr"] .aljp-mfaq__desc {
    text-align: left;
}

/* --- Gallery --- */
html[dir="ltr"] .aljp-gallery {
    padding-left: 0;
    padding-right: 64px;
}

html[dir="ltr"] .aljp-gallery__bottom {
    margin-left: 0;
    margin-right: auto;
    flex-direction: row;
    padding-right: 0;
    padding-left: 64px;
}

html[dir="ltr"] .aljp-gallery__view-all {
    flex-direction: row;
}

html[dir="ltr"] .aljp-gallery__arrows {
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-gallery {
        padding-right: 0;
    }

    html[dir="ltr"] .aljp-gallery__bottom {
        padding-left: 16px;
        margin-right: 0;
    }
}

/* --- Feature List --- */
html[dir="ltr"] .aljp-fl__title {
    text-align: left;
}

html[dir="ltr"] .aljp-fl__desc {
    text-align: left;
}

/* --- Units --- */
html[dir="ltr"] .aljp-units__slide {
    flex-direction: row;
}

html[dir="ltr"] .aljp-units__content {
    padding-left: 0;
    padding-right: 112px;
}

html[dir="ltr"] .aljp-units__label {
    text-align: left;
}

html[dir="ltr"] .aljp-units__title {
    text-align: left;
}

html[dir="ltr"] .aljp-units__num {
    text-align: left;
}

html[dir="ltr"] .aljp-units__num-top {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    html[dir="ltr"] .aljp-units__content {
        padding-right: 16px;
    }
}

