/*
Theme Name: Al Majarrat
Theme URI: https://tamiyouzalrowad.com
Author: Tamiyouz Alrowad
Author URI: https://tamiyouzalrowad.com
Description: Custom WordPress theme for Al Majarrat website.
Version: 1.0.0
Text Domain: almajarrat
Domain Path: /languages
Requires at least: 6.0
Requires PHP: 8.0
*/
/* Footer Contact Form 7 Fix */
.footer-reference__form.footer-cf7-form {
    width: 100%;
    max-width: 720px;
    margin: 10px 0px;
    display: block !important;
}

.footer-cf7-form .wpcf7,
.footer-cf7-form .wpcf7-form {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-cf7-form p {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-quick-form {
    width: 100%;
    direction: rtl;
}

.footer-quick-form__body {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    width: 100%;
}

.footer-quick-form__fields {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-quick-form__message {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-cf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.footer-cf7-form input[type="text"],
.footer-cf7-form input[type="tel"],
.footer-cf7-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    outline: none !important;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}

.footer-cf7-form input[type="text"],
.footer-cf7-form input[type="tel"] {
    height: 44px !important;
}

.footer-cf7-form textarea {
    height: 98px !important;
    min-height: 98px !important;
    resize: none;
    overflow: auto;
}

.footer-cf7-form input::placeholder,
.footer-cf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer-quick-form__submit {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.footer-cf7-form input[type="submit"] {
    width: auto !important;
    min-width: 120px;
    height: 44px;
    background: #08142b !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 10px !important;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 30px !important;
}

.footer-cf7-form input[type="submit"]:hover {
    opacity: 0.9;
}

.footer-cf7-form .wpcf7-spinner {
    display: none;
}

.footer-cf7-form .wpcf7-response-output {
    color: #ffffff;
    border-radius: 10px;
    margin: 12px 0 0 !important;
    padding: 10px;
    font-size: 13px;
    direction: rtl;
}

.footer-cf7-form .wpcf7-not-valid-tip {
    color: #ffb4ab;
    font-size: 12px;
    margin-top: 4px;
    direction: rtl;
}
.almajarrat-checkbox-card {
    grid-column: 1 / -1;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 14px 16px;
}

.almajarrat-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    margin: 0;
}

.almajarrat-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}
@media (max-width: 767px) {
    .footer-quick-form__body {
        flex-direction: column;
    }

    .footer-quick-form__fields {
        flex: 1 1 auto;
    }

    .footer-cf7-form textarea {
        height: 110px !important;
        min-height: 110px !important;
    }
}

/* Store Categories Slider Fix */

.store-categories-section {
    overflow: hidden;
}

.store-carousel {
    width: 100%;
    position: relative;
}

.store-carousel__viewport {
    width: 100%;
    overflow: hidden;
}

.store-carousel__track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.store-category-card {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    text-decoration: none;
}

.store-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.store-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
}

.store-carousel__dot.is-active {
    width: 34px;
    background: #ff7a1a;
}

.store-carousel-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.store-carousel__button {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #0f172a;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

.store-carousel__button:hover {
    background: #ff7a1a;
    color: #ffffff;
    border-color: #ff7a1a;
}

@media (max-width: 1024px) {
    .store-category-card {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .store-category-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .store-categories-header {
        align-items: flex-start;
    }

    .store-categories-actions {
        width: 100%;
    }

    .store-carousel-controls {
        margin-top: 12px;
    }
}
/* ================================
   Recent Products Slider - Final Fix
================================ */

.recent-products-section {
    background: #f6f7f9;
    padding: 72px 0 86px;
    overflow: hidden;
    direction: rtl;
}

.recent-products-section .max-w-container-max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.recent-products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 34px;
}

.recent-products-header h3 {
    color: #07152f;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 900;
    margin: 0 0 8px;
}

.recent-products-header p {
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.recent-products-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
}

.recent-products-link {
    order: 1;
}

.recent-products-controls {
    order: 2;
}

.recent-products-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff7a1a;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    line-height: 1;
    transition: color 0.25s ease;
}

.recent-products-link .material-symbols-outlined {
    font-size: 20px;
    color: #ff7a1a;
    transition: transform 0.25s ease, color 0.25s ease;
}

.recent-products-link:hover {
    color: #07152f;
}

.recent-products-link:hover .material-symbols-outlined {
    color: #07152f;
    transform: translateX(-5px);
}

.recent-products-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.recent-products__button {
    height: 44px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #07152f;
    padding: 0 18px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transition: all 0.25s ease;
}

.recent-products__button:hover {
    background: #ff7a1a;
    color: #ffffff;
    border-color: #ff7a1a;
}

.recent-products-slider {
    width: 100%;
    position: relative;
}

.recent-products__viewport {
    width: 100%;
    overflow: hidden;
}

.recent-products__track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.recent-product-card {
    flex: 0 0 calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 405px;
}

.recent-product-card__image {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    background: #f3f4f6;
}

.recent-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.recent-product-card:hover .recent-product-card__image img {
    transform: scale(1.05);
}

.recent-product-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #ff7a1a;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
}

.recent-product-card__body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.recent-product-card__category {
    color: #ff7a1a;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 8px;
}

.recent-product-card h4 {
    margin: 0 0 10px;
    color: #07152f;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
}

.recent-product-card h4 a {
    color: inherit;
    text-decoration: none;
}

.recent-product-card__description {
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 18px;
    min-height: 54px;
}

.recent-product-card__footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.recent-product-card__price {
    color: #07152f;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.recent-product-card__button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #07152f;
    color: #ffffff;
    border-radius: 10px;
    padding: 9px 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.recent-product-card__button:hover {
    background: #ff7a1a;
    color: #ffffff;
}

.recent-products__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
}

.recent-products__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
}

.recent-products__dot.is-active {
    width: 34px;
    background: #ff7a1a;
}

@media (max-width: 1024px) {
    .recent-product-card {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 767px) {
    .recent-products-section {
        padding: 56px 0;
    }

    .recent-products-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .recent-products-header h3 {
        font-size: 28px;
    }

    .recent-products-actions {
        width: 100%;
    }

    .recent-products-controls {
        width: 100%;
        justify-content: space-between;
    }

    .recent-product-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .recent-product-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .recent-product-card__button {
        justify-content: center;
    }
}
/* Home page layout reset */
body.home #primary.site-main {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: none;
}

body.home .hero-slider {
    width: 100%;
    max-width: none;
    margin: 0;
}
/* ================================
   Latest Projects Section
================================ */

.latest-projects-section {
    position: relative;
    overflow: hidden;
    background: #07152f;
    direction: rtl;
}

.latest-projects-slider {
    position: relative;
    min-height: 720px;
}

.latest-project-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.latest-project-slide.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.latest-project-slide__bg,
.latest-project-slide__bg img,
.latest-project-slide__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.latest-project-slide__bg img {
    object-fit: cover;
}

.latest-project-slide__overlay {
    background: linear-gradient(90deg, rgba(7, 21, 47, 0.65), rgba(7, 21, 47, 0.92));
}

.latest-project-slide__content {
    position: relative;
    z-index: 2;
    min-height: 720px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px;
    display: grid;
    grid-template-columns: 360px 1fr;
    align-items: center;
    gap: 90px;
}

.latest-project-card {
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    padding: 34px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.latest-project-card__label {
    display: inline-flex;
    background: #ff7a1a;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.latest-project-card h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 18px;
    font-weight: 900;
}

.latest-project-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
    margin: 0 0 28px;
}

.latest-project-card a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.latest-project-main {
    color: #ffffff;
    max-width: 640px;
}

.latest-project-main__heading {
    border-right: 4px solid #ff7a1a;
    padding-right: 18px;
    margin-bottom: 24px;
}

.latest-project-main__heading p {
    color: #ff7a1a;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.latest-project-main__heading span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.latest-project-main h2 {
    color: #ffffff;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 900;
    margin: 0 0 24px;
}

.latest-project-main__desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 32px;
}

.latest-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.latest-project-tags span,
.latest-project-tags a {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.latest-project-tags a:hover {
    background: #ff7a1a;
    border-color: #ff7a1a;
    color: #ffffff;
}

.latest-projects-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.latest-projects-control--prev {
    right: 34px;
}

.latest-projects-control--next {
    left: 34px;
}

.latest-projects-dots {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
}

.latest-projects-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.latest-projects-dots button.is-active {
    width: 34px;
    background: #ff7a1a;
}

@media (max-width: 900px) {
    .latest-project-slide__content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 80px 20px;
    }

    .latest-project-main h2 {
        font-size: 38px;
    }

    .latest-project-card {
        max-width: 420px;
    }
}
/* Latest Projects Header Fix */

.latest-projects-header {
    background: #ffffff;
    text-align: center;
    padding: 72px 20px 40px;
    direction: rtl;
}

.latest-projects-header h2 {
    color: #07152f;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 900;
    margin: 0 0 10px;
}

.latest-projects-header p {
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

/* Put project card on left like reference */

.latest-project-slide__content {
    direction: ltr;
    grid-template-columns: 360px 1fr;
}

.latest-project-card,
.latest-project-main {
    direction: rtl;
}

.latest-project-main {
    justify-self: end;
    text-align: right;
}

.latest-project-main h3 {
    color: #ffffff;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 900;
    margin: 0 0 24px;
}

.latest-project-main h2 {
    display: none;
}

@media (max-width: 900px) {
    .latest-projects-header {
        padding: 56px 16px 32px;
    }

    .latest-projects-header h2 {
        font-size: 32px;
    }

    .latest-project-slide__content {
        direction: rtl;
        grid-template-columns: 1fr;
    }

    .latest-project-main {
        justify-self: stretch;
    }

    .latest-project-main h3 {
        font-size: 38px;
    }
}
/* ================================
   Home Consultation CTA
================================ */

.home-consultation-cta {
    background: #b65300;
    padding: 54px 20px;
    direction: rtl;
}

.home-consultation-cta__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.home-consultation-cta__content {
    color: #ffffff;
    text-align: right;
}

.home-consultation-cta__content h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 900;
    margin: 0 0 8px;
}

.home-consultation-cta__content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.home-consultation-cta__button {
    min-width: 260px;
    min-height: 64px;
    background: #07152f;
    color: #ffffff;
    border-radius: 8px;
    padding: 16px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(7, 21, 47, 0.28);
    transition: all 0.25s ease;
}

.home-consultation-cta__button:hover {
    background: #ffffff;
    color: #07152f;
    transform: translateY(-3px);
}

.home-consultation-cta__button .material-symbols-outlined {
    font-size: 26px;
}

@media (max-width: 768px) {
    .home-consultation-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: right;
    }

    .home-consultation-cta__content h2 {
        font-size: 28px;
    }

    .home-consultation-cta__button {
        width: 100%;
    }
}
/* Footer Social Icons */
.footer-reference__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    direction: ltr;
}

.footer-reference__socials a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.25s ease;
}

.footer-reference__socials a:hover {
    background: #ff7a1a;
    border-color: #ff7a1a;
    color: #ffffff;
}

/* Floating WhatsApp */
.almajarrat-whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
}

.almajarrat-whatsapp-float:hover {
    transform: translateY(-4px);
    background: #1ebe5d;
}

.almajarrat-whatsapp-float svg {
    width: 31px;
    height: 31px;
    fill: #ffffff;
}

@media (max-width: 768px) {
    .almajarrat-whatsapp-float {
        right: 18px;
        bottom: 18px;
        width: 52px;
        height: 52px;
    }
}
/* ================================
   About Page Template
================================ */

.about-page-template {
    direction: rtl;
    overflow: hidden;
}

/* Hero */
.about-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #fff;
    padding: 120px 0 80px;
}

.about-hero .container {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: center;
}

.about-hero-content {
    max-width: 720px;
}

.about-hero-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #f97316;
    font-weight: 700;
    font-size: 15px;
}

.about-hero-label {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.about-hero h1 {
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 1.3;
    font-weight: 800;
    color: #fff;
}

.about-hero p {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.9);
}

.about-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-main,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-main {
    background: #f97316;
    color: #fff;
}

.btn-main:hover {
    background: #ea580c;
    color: #fff;
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.btn-outline:hover {
    background: #fff;
    color: #111827;
}

/* Hero Stats */
.about-hero-stats {
    display: grid;
    gap: 18px;
	text-align: center;
}

.about-stat-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
}

.about-stat-card strong {
    display: block;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 12px;
    color: #f97316;
}

.about-stat-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #fff;
}

.about-stat-card span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

/* Identity Section */
.about-identity {
    padding: 90px 0;
    background: #fff;
}

.about-identity .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.about-identity-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
    align-items: center;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #f97316;
    font-weight: 800;
}

.about-identity-content h2 {
    margin: 0 0 20px;
    color: #111827;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 800;
}

.about-identity-content > p {
    margin: 0 0 30px;
    color: #4b5563;
    font-size: 17px;
    line-height: 2;
}

.about-vision-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.about-info-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
}

.about-info-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 22px;
}

.about-info-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.9;
}

.about-identity-image-wrap {
    position: relative;
}

.about-identity-slider {
    position: relative;
    width: 100%;
    height: 520px;
    border-radius: 26px;
    overflow: hidden;
}

.about-identity-image,
.about-identity-slide {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 26px;
    display: block;
}

.about-identity-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.2s ease, transform 6s ease;
}

.about-identity-slide.is-active,
.about-identity-slider--1 .about-identity-slide {
    opacity: 1;
    transform: scale(1);
}

.about-identity-slider--2 .about-identity-slide:nth-child(1) {
    animation: aboutIdentityFadeTwo 12s ease-in-out infinite;
}

.about-identity-slider--2 .about-identity-slide:nth-child(2) {
    animation: aboutIdentityFadeTwo 12s ease-in-out infinite;
    animation-delay: 6s;
}

.about-identity-slider--3 .about-identity-slide:nth-child(1) {
    animation: aboutIdentityFadeThree 18s ease-in-out infinite;
}

.about-identity-slider--3 .about-identity-slide:nth-child(2) {
    animation: aboutIdentityFadeThree 18s ease-in-out infinite;
    animation-delay: 6s;
}

.about-identity-slider--3 .about-identity-slide:nth-child(3) {
    animation: aboutIdentityFadeThree 18s ease-in-out infinite;
    animation-delay: 12s;
}

@keyframes aboutIdentityFadeTwo {
    0%, 45% {
        opacity: 1;
        transform: scale(1);
    }

    50%, 95% {
        opacity: 0;
        transform: scale(1.025);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes aboutIdentityFadeThree {
    0%, 28% {
        opacity: 1;
        transform: scale(1);
    }

    33%, 95% {
        opacity: 0;
        transform: scale(1.025);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.about-experience-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: #f97316;
    color: #fff;
    border-radius: 18px;
    padding: 22px 28px;
    min-width: 150px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.about-experience-badge strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}

.about-experience-badge span {
    font-size: 15px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .about-hero .container,
    .about-identity-grid {
        grid-template-columns: 1fr;
    }

    .about-hero {
        padding: 100px 0 60px;
    }

    .about-hero h1 {
        font-size: 38px;
    }

    .about-hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .about-identity-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .about-hero {
        min-height: auto;
        padding: 90px 0 50px;
    }

    .about-hero h1 {
        font-size: 30px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-hero-stats,
    .about-vision-mission {
        grid-template-columns: 1fr;
    }

    .about-identity {
        padding: 60px 0;
    }

    .about-identity-slider {
        height: 360px;
    }
}
/* ================================
   About Values - Reference Design
================================ */

.about-values {
    padding: 80px 0 90px;
    background: #f7f7f8;
    direction: rtl;
}

.about-values .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.about-values-heading {
    text-align: center;
    margin-bottom: 42px;
}

.about-values-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 16px;
    color: #061633;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
}

.about-values-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #f97316;
    border-radius: 99px;
    transform: translateX(-50%);
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.about-value-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-right: 4px solid #b45309;
    border-radius: 8px;
    padding: 34px 36px 30px;
    min-height: 245px;
    text-align: right;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.about-value-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #102246;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.about-value-card h3 {
    margin: 0 0 22px;
    color: #061633;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
}

.about-value-card p {
    margin: 0;
    color: #5b6472;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 991px) {
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-values-heading h2 {
        font-size: 30px;
    }
}
/* ================================
   About History Section
================================ */

.about-history {
    position: relative;
    padding: 90px 0;
    background: #071833;
    color: #fff;
    direction: rtl;
    overflow: hidden;
}

.about-history .container {
    position: relative;
    z-index: 2;
    width: min(1200px, 92%);
    margin: 0 auto;
}

.about-history-bg-icon {
    position: absolute;
    left: 4%;
    top: 50%;
    width: 360px;
    height: 360px;
    color: rgba(255, 255, 255, 0.04);
    transform: translateY(-50%);
    pointer-events: none;
}

.about-history-bg-icon svg {
    width: 100%;
    height: 100%;
}

.about-history-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
}

.about-history-content h2 {
    position: relative;
    margin: 0 0 42px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 800;
}

.about-history-content h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background: #f97316;
    border-radius: 99px;
}

.about-history-timeline {
    position: relative;
    display: grid;
    gap: 28px;
}

.about-history-item {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 22px;
    align-items: start;
}

.about-history-year {
    color: #f97316;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
}

.about-history-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 2;
}

.about-history-quote {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 4px solid #f97316;
    border-radius: 12px;
    padding: 42px 36px;
}

.about-history-quote span {
    display: block;
    color: #f97316;
    font-size: 70px;
    line-height: 0.8;
    font-weight: 800;
    margin-bottom: 12px;
}

.about-history-quote p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
}

@media (max-width: 991px) {
    .about-history-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-history-content h2 {
        font-size: 32px;
    }

    .about-history-bg-icon {
        width: 280px;
        height: 280px;
        opacity: 0.7;
    }
}

@media (max-width: 576px) {
    .about-history {
        padding: 60px 0;
    }

    .about-history-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-history-quote {
        padding: 30px 24px;
    }

    .about-history-quote p {
        font-size: 18px;
    }
}
/* ================================
   About Experts Section
================================ */

.about-experts {
    padding: 90px 0;
    background: #ffffff;
    direction: rtl;
}

.about-experts .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.about-experts-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.about-experts-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 18px;
    padding-bottom: 16px;
    color: #061633;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
}

.about-experts-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #b45309;
    border-radius: 99px;
    transform: translateX(-50%);
}

.about-experts-heading p {
    margin: 0;
    color: #5b6472;
    font-size: 16px;
    line-height: 2;
}

.about-experts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.about-expert-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.about-expert-card-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    min-height: 360px;
}

.about-expert-featured-image {
    height: 100%;
    min-height: 360px;
}

.about-expert-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-expert-featured-content {
    padding: 42px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-expert-featured-content h3,
.about-expert-card-small h3 {
    margin: 0 0 10px;
    color: #061633;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
}

.about-expert-featured-content span,
.about-expert-card-small span {
    display: block;
    margin-bottom: 18px;
    color: #b45309;
    font-size: 14px;
    font-weight: 700;
}

.about-expert-featured-content p {
    margin: 0;
    color: #5b6472;
    font-size: 15px;
    line-height: 2;
}

.about-expert-card-small {
    padding: 38px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-expert-avatar {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    border: 4px solid #f3f4f6;
}

.about-expert-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .about-experts-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-expert-card-featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 576px) {
    .about-experts {
        padding: 60px 0;
    }

    .about-experts-heading h2 {
        font-size: 30px;
    }

    .about-experts-grid {
        grid-template-columns: 1fr;
    }

    .about-expert-card-featured {
        grid-template-columns: 1fr;
    }

    .about-expert-featured-image {
        min-height: 280px;
    }

    .about-expert-featured-content {
        padding: 30px 24px;
    }
}
html {
    scroll-behavior: smooth;
}

#about-vision,
#about-mission,
#about-values,
#about-history,
#about-experts {
    scroll-margin-top: 120px;
}
/* ================================
   Top Bar Marquee
================================ */

.almajarrat-top-bar {
    background: #071833;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
    direction: rtl;
    border-bottom: 2px solid #f97316;
    overflow: hidden;
    white-space: nowrap;
}

.almajarrat-top-bar-marquee {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.almajarrat-top-bar-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.almajarrat-top-bar-inner .almajarrat-top-bar-marquee {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

.almajarrat-top-bar-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
}

.almajarrat-top-bar-group {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    min-width: max-content;
    animation: almajarratTopBarMove 50s linear infinite;
}

.almajarrat-top-bar:hover .almajarrat-top-bar-group {
    animation-play-state: paused;
}

.almajarrat-top-bar-group span,
.almajarrat-top-bar-group a {
    color: #fff;
}

.almajarrat-top-bar-group a {
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.almajarrat-top-bar-group a:hover,
.almajarrat-top-bar-group a:focus-visible {
    color: #ffb27a;
    opacity: 0.95;
}

.almajarrat-top-bar-group strong {
    color: #f97316;
}

@keyframes almajarratTopBarMove {
    0% {
        transform: translateX(-100vw);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 767px) {
    .almajarrat-top-bar-inner {
        gap: 10px;
        padding: 0 14px;
    }

    .almajarrat-top-bar-label {
        min-height: 26px;
        padding: 4px 10px;
        font-size: 12px;
    }
}
.almajarrat-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.almajarrat-logo-img {
    width: 52px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    display: block;
}

.almajarrat-brand-text {
    color: #f97316;
    font-weight: 800;
    font-size: 18px;
}
#services-grid,
#services-cta {
    scroll-margin-top: 120px;
}
/* ================================
   Footer Language Switcher Fix
================================ */

.footer-reference__social + .footer-language-switcher,
.footer-language-switcher {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 16px !important;
    direction: ltr !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.footer-language-switcher a,
.footer-language-switcher span {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.footer-language-switcher a:hover,
.footer-language-switcher a.is-active,
.footer-language-switcher .is-active {
    color: #ff7a1a !important;
}

.footer-language-switcher .language-separator,
.footer-language-switcher span {
    color: rgba(255, 255, 255, 0.45) !important;
}

.footer-language-switcher .material-symbols-outlined {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.65) !important;
    margin-inline-start: 4px !important;
}
/* ================================
   WooCommerce Header Cart Polish - Phase 2.5
================================ */

.almajarrat-cart-count.is-empty {
    display: none;
}

.almajarrat-cart-link.is-updated {
    animation: almajarrat-cart-pop 0.38s ease;
}

@keyframes almajarrat-cart-pop {
    0% { transform: scale(1); }
    45% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

/* ================================
   SEO Breadcrumbs - Phase 3.2
================================ */

.almajarrat-breadcrumbs-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 14px var(--space-margin-mobile, 20px);
    position: relative;
    z-index: 3;
    background: #ffffff;
    text-align: center;
}

.almajarrat-breadcrumbs-wrap > * {
    max-width: 1280px;
    margin: 0 auto;
}

.almajarrat-breadcrumbs,
.rank-math-breadcrumb,
.woocommerce-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.almajarrat-breadcrumbs-wrap--woocommerce {
    padding-top: 0;
    margin-bottom: 18px;
}

.almajarrat-breadcrumbs-wrap--custom-page {
    background: #ffffff;
    padding-bottom: 14px;
}

.almajarrat-breadcrumbs,
.almajarrat-breadcrumbs ol,
.rank-math-breadcrumb,
.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: rgba(31, 41, 55, 0.68);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    list-style: none;
}

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.almajarrat-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.almajarrat-breadcrumbs li:not(:last-child)::after,
.rank-math-breadcrumb .separator {
    content: none;
    display: none;
}

.almajarrat-breadcrumbs a,
.rank-math-breadcrumb a,
.rank-math-breadcrumb p a {
    color: #9a5a1f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.almajarrat-breadcrumbs a:hover,
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb p a:hover {
    color: #f97316;
}

.almajarrat-breadcrumbs span[aria-current="page"],
.rank-math-breadcrumb .last,
.rank-math-breadcrumb p .last {
    color: rgba(17, 24, 39, 0.78);
}

@media (min-width: 768px) {
    .almajarrat-breadcrumbs-wrap {
        padding-inline: var(--space-margin-desktop, 64px);
    }
}

@media (max-width: 767px) {
    .almajarrat-breadcrumbs,
    .almajarrat-breadcrumbs ol,
    .rank-math-breadcrumb,
    .rank-math-breadcrumb p {
        font-size: 12px;
        gap: 6px;
    }
}

/* ================================
   Blog Home Template
================================ */
.almajarrat-blog-home {
    direction: rtl;
}

.blog-hero-slider .hero-slide__overlay {
    background: linear-gradient(270deg, rgba(7, 19, 47, 0.94) 0%, rgba(7, 19, 47, 0.64) 52%, rgba(7, 19, 47, 0.22) 100%);
}

.blog-hero-stats {
    min-width: 360px;
}

.blog-categories-section .store-category-card h3,
.blog-categories-section .store-category-card h4 {
    margin-bottom: 10px;
    color: #07132f;
    font-family: 'El Messiri', 'Cairo', Tahoma, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
}

.latest-blog-posts-section .recent-products-header h2,
.blog-categories-section .store-categories-header h2 {
    color: #07152f;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 900;
    margin: 0 0 8px;
}

.latest-blog-posts-section .recent-product-card h3 {
    margin: 0 0 10px;
    color: #07152f;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
}

.latest-blog-posts-section .recent-product-card h3 a,
.latest-blog-posts-section .recent-product-card__category {
    color: inherit;
    text-decoration: none;
}

.latest-blog-posts-section .recent-product-card__category {
    display: inline-flex;
    width: fit-content;
    color: #ff7a1a;
}

.blog-post-card__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #07152f;
    font-size: 13px;
    font-weight: 900;
}

.blog-post-card__date .material-symbols-outlined {
    font-size: 18px;
    color: #ff7a1a;
}

.blog-post-card__button .material-symbols-outlined {
    font-size: 18px;
}

.almajarrat-blog-empty-state {
    display: grid;
    place-items: center;
    gap: 12px;
    padding: 52px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.almajarrat-blog-empty-state .material-symbols-outlined {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    color: #ffffff;
    background: #07152f;
    font-size: 32px;
}

.almajarrat-blog-empty-state h2 {
    margin: 0;
    color: #07152f;
    font-size: 26px;
    font-weight: 900;
}

.almajarrat-blog-empty-state p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .blog-hero-stats {
        min-width: 0;
    }

    .latest-blog-posts-section .recent-products-header h2,
    .blog-categories-section .store-categories-header h2 {
        font-size: 28px;
    }
}

/* ================================
   Unified Site Breadcrumbs - matches blog breadcrumb frame
================================ */
.almajarrat-breadcrumbs-wrap--custom-page,
.almajarrat-breadcrumbs-wrap--woocommerce {
    width: min(760px, calc(100% - 48px));
    max-width: 760px;
    margin: 28px auto 24px;
    padding: 12px 18px;
    border: 1px solid rgba(7, 19, 47, 0.10);
    border-inline-start: 4px solid #f97316;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(7, 19, 47, 0.07);
    text-align: center;
}

.almajarrat-default-page > .almajarrat-breadcrumbs-wrap--custom-page {
    margin-top: 28px;
    margin-bottom: 24px;
    padding: 12px 18px;
}

.almajarrat-breadcrumbs-wrap--custom-page > *,
.almajarrat-breadcrumbs-wrap--woocommerce > * {
    max-width: none;
    margin: 0 auto;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb p,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb p,
.almajarrat-breadcrumbs-wrap--woocommerce .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs ol,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs ol {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs li,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs li:not(:last-child)::after,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs li:not(:last-child)::after,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb .separator,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb .separator,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs__separator {
    content: "";
    display: inline-block !important;
    width: 7px;
    height: 7px;
    border-top: 2px solid #f97316;
    border-left: 2px solid #f97316;
    transform: rotate(-45deg);
    opacity: 0.95;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs a,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb a,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb p a,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs a,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb a,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb p a,
.almajarrat-breadcrumbs-wrap--woocommerce .woocommerce-breadcrumb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 999px;
    background: #fff7ed;
    color: #9a4a12;
    font-family: 'Cairo', Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs a:hover,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb a:hover,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb p a:hover,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs a:hover,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb a:hover,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb p a:hover,
.almajarrat-breadcrumbs-wrap--woocommerce .woocommerce-breadcrumb a:hover {
    border-color: rgba(249, 115, 22, 0.38);
    background: #ffedd5;
    color: #f97316;
}

.almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs span[aria-current="page"],
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb .last,
.almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb p .last,
.almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs span[aria-current="page"],
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb .last,
.almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb p .last {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    max-width: 480px;
    padding: 8px 14px;
    border: 1px solid rgba(7, 19, 47, 0.12);
    border-radius: 999px;
    background: #07132f;
    color: #ffffff !important;
    font-family: 'Cairo', Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
}

@media (max-width: 767px) {
    .almajarrat-breadcrumbs-wrap--custom-page,
    .almajarrat-breadcrumbs-wrap--woocommerce {
        width: calc(100% - 32px);
        margin-top: 22px;
        margin-bottom: 20px;
        padding: 10px 12px;
        border-radius: 22px;
    }

    .almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs a,
    .almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb a,
    .almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb p a,
    .almajarrat-breadcrumbs-wrap--custom-page .almajarrat-breadcrumbs span[aria-current="page"],
    .almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb .last,
    .almajarrat-breadcrumbs-wrap--custom-page .rank-math-breadcrumb p .last,
    .almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs a,
    .almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb a,
    .almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb p a,
    .almajarrat-breadcrumbs-wrap--woocommerce .woocommerce-breadcrumb a,
    .almajarrat-breadcrumbs-wrap--woocommerce .almajarrat-breadcrumbs span[aria-current="page"],
    .almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb .last,
    .almajarrat-breadcrumbs-wrap--woocommerce .rank-math-breadcrumb p .last {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 12px;
    }
}


/* Front page recent products: allow 5 visible product cards on wide desktop screens. */
@media (min-width: 1280px) {
    .recent-products-slider--desktop-five .recent-product-card {
        flex: 0 0 calc((100% - 96px) / 5);
        max-width: calc((100% - 96px) / 5);
    }
}


/* Blog home English layout direction fix: keep Arabic unchanged. */
html[lang^="en"] .almajarrat-blog-home,
html[lang^="en"] .almajarrat-blog-home .blog-categories-section,
html[lang^="en"] .almajarrat-blog-home .latest-blog-posts-section,
html[lang^="en"] .almajarrat-blog-home .store-carousel,
html[lang^="en"] .almajarrat-blog-home .store-carousel__viewport,
html[lang^="en"] .almajarrat-blog-home .store-carousel__track,
html[lang^="en"] .almajarrat-blog-home .recent-products-slider,
html[lang^="en"] .almajarrat-blog-home .recent-products__viewport,
html[lang^="en"] .almajarrat-blog-home .recent-products__track {
    direction: ltr;
}

html[lang^="en"] .almajarrat-blog-home .store-categories-header,
html[lang^="en"] .almajarrat-blog-home .recent-products-header,
html[lang^="en"] .almajarrat-blog-home .store-category-card,
html[lang^="en"] .almajarrat-blog-home .recent-product-card {
    text-align: left;
}

html[lang^="en"] .almajarrat-blog-home .store-category-card__icon {
    right: auto;
    left: 22px;
}

html[lang^="en"] .almajarrat-blog-home .store-category-card:hover .store-category-card__link,
html[lang^="en"] .almajarrat-blog-home .store-category-card:focus-visible .store-category-card__link,
html[lang^="en"] .almajarrat-blog-home .recent-products-link:hover .material-symbols-outlined {
    transform: translateX(5px);
}


/* Blog home English latest posts: show 3 cards per slide so the slider moves when there are more articles. */
@media (min-width: 1025px) {
    html[lang^="en"] .almajarrat-blog-home .latest-blog-posts-slider--desktop-three .recent-product-card {
        flex: 0 0 calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3);
    }
}


/* Contact page map and grouped phone numbers - requested minimal update */
.almajarrat-contact-groups {
    display: grid;
    gap: 14px;
    width: 100%;
}

.almajarrat-contact-group {
    padding: 12px 14px;
    border: 1px solid rgba(7, 19, 47, 0.10);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.68);
}

.almajarrat-contact-group__title {
    margin: 0 0 8px;
    color: var(--color-primary, #07132f);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
}

.almajarrat-contact-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 6px;
    color: var(--color-on-surface-variant, #4c5668);
    font-size: 14px;
    line-height: 1.7;
}

.almajarrat-contact-person:last-child {
    margin-bottom: 0;
}

.almajarrat-contact-person a {
    color: var(--color-primary, #07132f);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.almajarrat-contact-map-frame {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: var(--color-surface-container-high, #eef2f7);
}

.almajarrat-contact-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.almajarrat-contact-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--color-primary, #07132f);
    color: #fff !important;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
}

.footer-reference__contact-list .footer-reference__contact-group-title {
    margin: 10px 0 3px;
    color: var(--color-secondary-fixed, #ffdbca);
    font-weight: 900;
    line-height: 1.6;
    white-space: normal;
}

.footer-reference__contact-list .footer-reference__contact-group-title::before {
    content: none;
}

.footer-reference__contact-list .footer-reference__contact-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    white-space: normal;
}

.footer-reference__contact-list .footer-reference__contact-person a {
    white-space: nowrap;
}

.footer-reference__contact-list .footer-reference__contact-person a::before {
    content: none;
}

@media (max-width: 640px) {
    .almajarrat-contact-person,
    .footer-reference__contact-list .footer-reference__contact-person {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .almajarrat-contact-map-frame {
        height: 220px;
    }
}


/* Maintenance Why Choose - same visual language as About Values */
.maintenance-why-values {
    direction: rtl;
}

.maintenance-why-values-title {
    position: relative;
    margin: 0 0 46px;
    text-align: center;
    color: #061638;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.3;
}

.maintenance-why-values-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 74px;
    height: 4px;
    border-radius: 999px;
    background: #f97316;
    transform: translateX(-50%);
}

.maintenance-why-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.maintenance-why-value-card {
    position: relative;
    min-height: 250px;
    padding: 34px 34px 32px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-right: 4px solid #f97316;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
    text-align: right;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.maintenance-why-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
}

.maintenance-why-value-icon {
    width: 44px;
    height: 44px;
    margin: 0 0 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #061638;
    color: #fff;
    border-radius: 14px;
}

.maintenance-why-value-icon .material-symbols-outlined {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.maintenance-why-value-card h4 {
    margin: 0 0 22px;
    color: #061638;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.maintenance-why-value-card p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 1199px) {
    .maintenance-why-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .maintenance-why-values-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .maintenance-why-value-card {
        min-height: auto;
        padding: 28px 26px;
    }
}


/* Maintenance Why Choose spacing before contact section */
.maintenance-why-values {
    margin-bottom: 96px !important;
    padding-bottom: 72px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.maintenance-why-values + [data-purpose="maintenance-contact-form"] {
    margin-top: 32px !important;
}

@media (max-width: 767px) {
    .maintenance-why-values {
        margin-bottom: 64px !important;
        padding-bottom: 48px !important;
    }
}


/* Maintenance Google Map */
[data-purpose="maintenance-contact-form"] iframe {
    display: block;
}


/* Maintenance Google Map size improvement */
@media (max-width: 767px) {
    .maintenance-google-map-frame {
        height: 280px !important;
        min-height: 280px !important;
    }
}


/* Maintenance contact people */
[data-purpose="contact-info"] a[href^="tel:"] {
    text-decoration: none;
}


/* Maintenance contact people professional layout */
.maintenance-contact-people {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.maintenance-contact-person-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-right: 4px solid #f97316;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    text-align: right;
}

.maintenance-contact-person-info {
    min-width: 0;
}

.maintenance-contact-person-name {
    display: inline-block;
    color: #061638;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
}

.maintenance-contact-person-name:hover {
    color: #f97316;
}

.maintenance-contact-person-phone {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.maintenance-contact-person-action {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}

.maintenance-contact-person-action:hover {
    background: #061638;
    color: #fff;
}

.maintenance-contact-person-action .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 767px) {
    .maintenance-contact-person-card {
        padding: 13px 14px;
    }
}


/* Services English LTR direction fix */
.almajarrat-services-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.almajarrat-services-ltr .space-y-gutter,
.almajarrat-services-ltr .almajarrat-services-section-header,
.almajarrat-services-ltr .almajarrat-services-section-header h2,
.almajarrat-services-ltr .almajarrat-services-section-header p,
.almajarrat-services-ltr .almajarrat-service-feature-card,
.almajarrat-services-ltr .almajarrat-service-feature-head,
.almajarrat-services-ltr .almajarrat-service-feature-body,
.almajarrat-services-ltr .almajarrat-service-feature-tags,
.almajarrat-services-ltr #services-grid h3,
.almajarrat-services-ltr #services-grid p {
    direction: ltr !important;
    text-align: left !important;
}

.almajarrat-services-ltr .almajarrat-services-section-header p {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.almajarrat-services-ltr .almajarrat-service-feature-head,
.almajarrat-services-ltr .flex.items-start {
    flex-direction: row !important;
}

.almajarrat-services-ltr .almajarrat-service-feature-tags {
    justify-content: flex-start !important;
}

.almajarrat-services-ltr .border-r-4 {
    border-right-width: 0 !important;
    border-left: 4px solid currentColor !important;
    padding-right: 0 !important;
    padding-left: 1rem !important;
}

.almajarrat-services-ltr .group-hover\:translate-x-\[-4px\] {
    transform: none;
}


/* Maintenance English LTR direction + image fallback display */
.almajarrat-maintenance-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.almajarrat-maintenance-ltr .space-y-gutter,
.almajarrat-maintenance-ltr h1,
.almajarrat-maintenance-ltr h2,
.almajarrat-maintenance-ltr h3,
.almajarrat-maintenance-ltr h4,
.almajarrat-maintenance-ltr p,
.almajarrat-maintenance-ltr li,
.almajarrat-maintenance-ltr label,
.almajarrat-maintenance-ltr .maintenance-specialties-media-grid,
.almajarrat-maintenance-ltr [data-purpose="maintenance-specialties"],
.almajarrat-maintenance-ltr [data-purpose="maintenance-why-choose"],
.almajarrat-maintenance-ltr [data-purpose="maintenance-contact-form"] {
    direction: ltr !important;
    text-align: left !important;
}

.almajarrat-maintenance-ltr .flex.items-start,
.almajarrat-maintenance-ltr .maintenance-contact-person-card,
.almajarrat-maintenance-ltr .maintenance-contact-person-info {
    flex-direction: row !important;
    text-align: left !important;
}

.almajarrat-maintenance-ltr .maintenance-contact-person-card {
    border-right: 1px solid #e5e7eb !important;
    border-left: 4px solid #f97316 !important;
}

.almajarrat-maintenance-ltr .maintenance-contact-person-phone {
    direction: ltr !important;
    text-align: left !important;
}

.almajarrat-maintenance-ltr .border-r-4 {
    border-right-width: 0 !important;
    border-left: 4px solid currentColor !important;
    padding-right: 0 !important;
    padding-left: 1rem !important;
}

.almajarrat-maintenance-ltr .maintenance-specialties-media-grid img {
    display: block;
    max-width: 100%;
}

.social-icon-box {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    background: #ffffff;
    transition: all 0.25s ease;
}

.social-icon-box svg {
    width: 19px;
    height: 19px;
}

.social-icon-box:hover {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
    transform: translateY(-2px);
}

.almajarrat-floating-action {
    position: fixed;
    right: 32px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.almajarrat-floating-action:hover {
    transform: translateY(-4px) scale(1.04);
    color: #ffffff;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.24);
}

.almajarrat-whatsapp-float {
    bottom: 28px;
    background: #22c55e;
}

.almajarrat-whatsapp-float:hover {
    background: #16a34a;
}

.almajarrat-cart-float {
    bottom: 104px;
    background: #f97316;
}

.almajarrat-cart-float:hover {
    background: #ea580c;
}

.almajarrat-whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.almajarrat-cart-float .material-symbols-outlined {
    font-size: 32px;
    line-height: 1;
}

.almajarrat-cart-float .cart-count,
.almajarrat-cart-float .almajarrat-cart-count,
.almajarrat-cart-float .count,
.almajarrat-cart-float .woocommerce-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}






/* Floating cart safe glow effect */
.almajarrat-cart-float {
    position: fixed !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    animation: almajarratCartSoftGlow 2.4s ease-in-out infinite !important;
}

/* Keep icon and counter visible */
.almajarrat-cart-float > * {
    position: relative;
    z-index: 2;
}

/* Attention ring without hiding the icon */
.almajarrat-cart-float::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 112, 24, 0.55);
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    animation: almajarratCartSafePulse 2.4s ease-in-out infinite;
}

@keyframes almajarratCartSoftGlow {
    0%, 100% {
        box-shadow: 0 12px 30px rgba(255, 112, 24, 0.28);
    }

    50% {
        box-shadow: 0 12px 42px rgba(255, 112, 24, 0.62);
    }
}

@keyframes almajarratCartSafePulse {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    35% {
        opacity: 0.75;
    }

    100% {
        opacity: 0;
        transform: scale(1.22);
    }
}


/* Services page - make rental device image larger */
.almajarrat-service-feature-media--rent {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    margin-bottom: 18px;
    overflow: visible;
}

.almajarrat-service-feature-media--rent img {
    width: 100%;
    max-width: 420px;
    height: 260px;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 767px) {
    .almajarrat-service-feature-media--rent {
        min-height: 190px;
        padding: 14px;
    }

    .almajarrat-service-feature-media--rent img {
        max-width: 280px;
        height: 180px;
    }
}

/* Services page - full width sale card only */
#services-grid > .almajarrat-services-full-sale-card {
    grid-column: 1 / -1 !important;
    position: relative;
    z-index: 1;
}

.almajarrat-services-full-sale-inner {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
    min-height: 430px;
    direction: ltr;
}

.almajarrat-services-full-sale-media {
    grid-column: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    border-inline-end: 1px solid rgba(15, 23, 42, 0.08);
}

.almajarrat-services-full-sale-media img {
    width: auto;
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.almajarrat-services-full-sale-content {
    grid-column: 2;
    direction: rtl;
    text-align: right;
    padding: 46px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.almajarrat-services-full-sale-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #061638;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.almajarrat-services-full-sale-icon .material-symbols-outlined {
    font-size: 30px;
    line-height: 1;
}

.almajarrat-services-full-sale-content h3 {
    margin: 0 0 18px;
    color: #07132f;
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.35;
}

.almajarrat-services-full-sale-content p {
    margin: 0 0 24px;
    color: #475569;
    font-size: 18px;
    line-height: 1.9;
    max-width: 620px;
}

.almajarrat-services-full-sale-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 12px;
    max-width: 620px;
}

.almajarrat-services-full-sale-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 14px;
    padding: 14px 16px;
    color: #07132f;
    font-size: 16px;
    line-height: 1.7;
}

.almajarrat-services-full-sale-list .material-symbols-outlined {
    color: #b45309;
    font-size: 20px;
    flex: 0 0 auto;
}

.almajarrat-services-full-sale-tags {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.almajarrat-services-full-sale-tags li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #92400e;
    background: #fff7ed;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
}

.almajarrat-services-full-sale-tags .material-symbols-outlined {
    font-size: 17px;
}

/* English */
html[lang="en"] .almajarrat-services-full-sale-content,
body.ltr .almajarrat-services-full-sale-content,
.almajarrat-services-ltr .almajarrat-services-full-sale-content {
    direction: ltr;
    text-align: left;
}

/* Tablet / Mobile */
@media (max-width: 991px) {
    .almajarrat-services-full-sale-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .almajarrat-services-full-sale-media,
    .almajarrat-services-full-sale-content {
        grid-column: 1;
    }

    .almajarrat-services-full-sale-media {
        min-height: 280px;
        padding: 30px;
        border-inline-end: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    }

    .almajarrat-services-full-sale-media img {
        max-height: 280px;
    }

    .almajarrat-services-full-sale-content {
        padding: 32px 28px;
        text-align: center;
        align-items: center;
    }

    .almajarrat-services-full-sale-list,
    .almajarrat-services-full-sale-content p {
        max-width: 100%;
    }

    .almajarrat-services-full-sale-tags {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .almajarrat-services-full-sale-media {
        min-height: 230px;
        padding: 24px;
    }

    .almajarrat-services-full-sale-media img {
        max-height: 220px;
    }

    .almajarrat-services-full-sale-content {
        padding: 28px 22px;
    }

    .almajarrat-services-full-sale-content h3 {
        font-size: 25px;
    }

    .almajarrat-services-full-sale-content p,
    .almajarrat-services-full-sale-list li {
        font-size: 15px;
    }
}
/* English services direction */
.almajarrat-services-ltr .almajarrat-service-sale-card {
    grid-template-areas:
        "head media"
        "body media"
        "tags media" !important;
}

.almajarrat-services-ltr .almajarrat-service-sale-card .almajarrat-service-feature-head,
.almajarrat-services-ltr .almajarrat-service-sale-card .almajarrat-service-feature-body {
    text-align: left !important;
    align-items: flex-start !important;
}

/* Tablet and mobile */
@media (max-width: 991px) {
    .almajarrat-service-sale-card,
    .almajarrat-services-ltr .almajarrat-service-sale-card {
        min-height: auto !important;
        padding: 34px 28px !important;
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "media"
            "head"
            "body"
            "tags" !important;
        gap: 22px !important;
        text-align: center !important;
    }

    .almajarrat-service-sale-card .almajarrat-service-feature-head,
    .almajarrat-service-sale-card .almajarrat-service-feature-body,
    .almajarrat-services-ltr .almajarrat-service-sale-card .almajarrat-service-feature-head,
    .almajarrat-services-ltr .almajarrat-service-sale-card .almajarrat-service-feature-body {
        text-align: center !important;
        align-items: center !important;
        margin-inline: auto !important;
    }

    .almajarrat-service-sale-card .almajarrat-service-feature-tags {
        justify-content: center !important;
    }

    .almajarrat-service-sale-card .almajarrat-service-feature-media {
        height: 280px !important;
        min-height: 280px !important;
    }

    .almajarrat-service-sale-card .almajarrat-service-feature-media img {
        height: 270px !important;
    }
}

@media (max-width: 576px) {
    .almajarrat-service-sale-card {
        padding: 28px 22px !important;
    }

    .almajarrat-service-sale-card .almajarrat-service-feature-media {
        height: 230px !important;
        min-height: 230px !important;
    }

    .almajarrat-service-sale-card .almajarrat-service-feature-media img {
        height: 220px !important;
    }
}

/* خلّي الكارتين في نفس الارتفاع عشان شكل الشبكة يبقى منظم */
.almajarrat-service-feature-card {
    height: 100% !important;
}

/* Tablet */
@media (max-width: 991px) {
    .almajarrat-service-rent-card {
        min-height: 500px !important;
        padding: 30px 26px 36px !important;
    }

    .almajarrat-service-rent-media {
        height: 260px !important;
        min-height: 260px !important;
        margin-bottom: 26px !important;
    }

    .almajarrat-service-rent-media img {
        height: 260px !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .almajarrat-service-rent-card {
        min-height: 460px !important;
        padding: 28px 22px 34px !important;
    }

    .almajarrat-service-rent-media {
        height: 230px !important;
        min-height: 230px !important;
        margin-bottom: 24px !important;
    }

    .almajarrat-service-rent-media img {
        height: 230px !important;
    }

    .almajarrat-service-rent-card h3 {
        font-size: 24px !important;
    }

    .almajarrat-service-rent-card .almajarrat-service-feature-body p {
        font-size: 16px !important;
    }
}

/* Maintenance intro image - direct image with caption */
.maintenance-intro-image-direct {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.maintenance-intro-image-direct img {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.maintenance-intro-image-caption {
    margin-top: 18px;
    padding: 16px 22px;
    width: 100%;
    max-width: 620px;
    background: rgba(255, 255, 255, 0.9);
    border-right: 4px solid var(--color-secondary, #f97316);
    text-align: right;
}

.maintenance-intro-image-caption__title {
    margin: 0 0 6px;
    color: var(--color-primary, #07132f);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.maintenance-intro-image-caption__text {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

/* Header active menu item */
.almajarrat-primary-menu > .menu-item > a,
.almajarrat-primary-menu > .mega-dropdown > a {
    position: relative;
}

.almajarrat-primary-menu > .menu-item.current-menu-item > a,
.almajarrat-primary-menu > .menu-item.current-menu-ancestor > a,
.almajarrat-primary-menu > .menu-item.is-active > a,
.almajarrat-primary-menu > .mega-dropdown.current-menu-item > a {
    color: #f97316 !important;
}

.almajarrat-primary-menu > .menu-item.current-menu-item > a::after,
.almajarrat-primary-menu > .menu-item.current-menu-ancestor > a::after,
.almajarrat-primary-menu > .menu-item.is-active > a::after,
.almajarrat-primary-menu > .mega-dropdown.current-menu-item > a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 999px;
    background: #f97316;
}

.almajarrat-mobile-menu .current-menu-item > a,
.almajarrat-mobile-menu .current-menu-ancestor > a,
.almajarrat-mobile-menu .is-active > a {
    color: #f97316 !important;
    background: rgba(249, 115, 22, 0.08);
}


/* ================================
   Header + Mobile Drawer Responsive Fix
   Works on mobile, tablet, and small laptop widths
================================ */

@media (max-width: 1199px) {
    header .almajarrat-desktop-nav {
        display: none !important;
    }

    header .almajarrat-mobile-menu-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    header a.hidden.md\:block {
        display: none !important;
    }

    header .almajarrat-brand {
        min-width: 0;
        flex-shrink: 1;
        max-width: 55vw;
    }

    header .almajarrat-brand-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
    }

    header .almajarrat-logo-img {
        width: 46px;
        max-height: 46px;
        flex-shrink: 0;
    }

    #mobile-drawer,
    #mobile-drawer-overlay {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    header .almajarrat-mobile-menu-button {
        display: none !important;
    }

    header .almajarrat-desktop-nav {
        display: flex !important;
    }

    #mobile-drawer,
    #mobile-drawer-overlay {
        display: none !important;
    }
}

@media (max-width: 480px) {
    header .almajarrat-brand-text {
        font-size: 14px;
    }

    header .almajarrat-logo-img {
        width: 40px;
        max-height: 40px;
    }
}


/* About identity image slider dots */
.about-identity-slider {
    position: relative;
}

/* Disable old CSS auto animation because JS now controls the slider */
.about-identity-slide {
    animation: none !important;
}

.about-identity-slide {
    opacity: 0;
    transform: scale(1.025);
    transition: opacity 0.9s ease, transform 1.2s ease;
}

.about-identity-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.about-identity-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.about-identity-dot {
    width: 7px;
    height: 7px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(7, 19, 47, 0.28);
    cursor: pointer;
    transition: width 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.about-identity-dot.is-active {
    width: 20px;
    background: #f97316;
}

.about-identity-dot:hover {
    transform: scale(1.15);
    background: #f97316;
}

@media (max-width: 576px) {
    .about-identity-dots {
        bottom: 12px;
        gap: 7px;
        padding: 6px 9px;
    }

    .about-identity-dot {
        width: 6px;
        height: 6px;
    }

    .about-identity-dot.is-active {
        width: 18px;
    }
}


/* About identity slider layering fix */
.about-identity-image-wrap {
    position: relative !important;
    overflow: visible !important;
}

.about-identity-slider {
    position: relative !important;
    z-index: 1 !important;
}

.about-identity-slide,
.about-identity-image {
    position: absolute;
    inset: 0;
    z-index: 1 !important;
}

.about-experience-badge {
    position: absolute !important;
    z-index: 10 !important;
    right: 32px !important;
    bottom: 34px !important;
}

/* English/LTR page */
html[lang="en"] .about-experience-badge,
html[lang="en-US"] .about-experience-badge,
body.ltr .about-experience-badge {
    right: 32px !important;
    left: auto !important;
}

/* Dots stay visible but under the badge */
.about-identity-dots {
    z-index: 8 !important;
}



/* Floating shop CTA - icon only with hover label */
.almajarrat-shop-float {
    bottom: 104px;
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff7a1a 0%, #ea580c 100%);
    overflow: visible;
    animation: almajarratShopSoftGlow 2.4s ease-in-out infinite;
}

.almajarrat-shop-float:hover,
.almajarrat-shop-float:focus-visible {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
}

.almajarrat-shop-float .material-symbols-outlined {
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 1;
}

.almajarrat-shop-float__text {
    position: absolute;
    top: 50%;
    inset-inline-end: calc(100% + 12px);
    z-index: 5;
    min-width: max-content;
    padding: 10px 15px;
    border-radius: 999px;
    background: #07132f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 14px 32px rgba(7, 19, 47, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(8px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    pointer-events: none;
}

.almajarrat-shop-float__text::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-start: 100%;
    width: 0;
    height: 0;
    border-block: 7px solid transparent;
    border-inline-start: 8px solid #07132f;
    transform: translateY(-50%);
}

.almajarrat-shop-float:hover .almajarrat-shop-float__text,
.almajarrat-shop-float:focus-visible .almajarrat-shop-float__text {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.almajarrat-shop-float::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    border: 2px solid rgba(255, 112, 24, 0.28);
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    animation: almajarratShopSafePulse 2.4s ease-in-out infinite;
}

@keyframes almajarratShopSoftGlow {
    0%, 100% {
        box-shadow: 0 12px 30px rgba(255, 112, 24, 0.28);
    }

    50% {
        box-shadow: 0 18px 42px rgba(255, 112, 24, 0.42);
    }
}

@keyframes almajarratShopSafePulse {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    35% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

@media (max-width: 640px) {
    .almajarrat-shop-float {
        right: 18px;
        bottom: 96px;
        width: 58px;
        min-width: 58px;
        height: 58px;
    }

    .almajarrat-shop-float .material-symbols-outlined {
        font-size: 28px;
    }

    .almajarrat-shop-float__text {
        display: none;
    }
}

/* RTL tooltip position fix */
html[dir="rtl"] .almajarrat-shop-float__text,
body.rtl .almajarrat-shop-float__text {
    inset-inline-end: auto;
    inset-inline-start: calc(100% + 12px);
    transform: translateY(-50%) translateX(-8px);
}

html[dir="rtl"] .almajarrat-shop-float:hover .almajarrat-shop-float__text,
html[dir="rtl"] .almajarrat-shop-float:focus-visible .almajarrat-shop-float__text,
body.rtl .almajarrat-shop-float:hover .almajarrat-shop-float__text,
body.rtl .almajarrat-shop-float:focus-visible .almajarrat-shop-float__text {
    transform: translateY(-50%) translateX(0);
}

html[dir="rtl"] .almajarrat-shop-float__text::after,
body.rtl .almajarrat-shop-float__text::after {
    inset-inline-start: auto;
    inset-inline-end: 100%;
    border-inline-start: 0;
    border-inline-end: 8px solid #07132f;
}


/* Add to cart popup */
.almajarrat-cart-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.almajarrat-cart-popup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.almajarrat-cart-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 19, 47, 0.52);
    backdrop-filter: blur(8px);
}

.almajarrat-cart-popup__dialog {
    position: relative;
    width: min(440px, 100%);
    padding: 32px;
    border: 1px solid rgba(255, 122, 26, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 26, 0.12), transparent 38%),
        #ffffff;
    box-shadow: 0 30px 80px rgba(7, 19, 47, 0.28);
    text-align: center;
    transform: translateY(18px) scale(0.98);
    transition: transform 0.25s ease;
    outline: none;
}

.almajarrat-cart-popup.is-visible .almajarrat-cart-popup__dialog {
    transform: translateY(0) scale(1);
}

.almajarrat-cart-popup__close {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 19, 47, 0.06);
    color: #07132f;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.almajarrat-cart-popup__close:hover,
.almajarrat-cart-popup__close:focus-visible {
    background: #07132f;
    color: #ffffff;
    transform: rotate(90deg);
}

.almajarrat-cart-popup__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #07132f, #0f2457);
    color: #ffffff;
    font-size: 38px;
    box-shadow: 0 18px 38px rgba(7, 19, 47, 0.22);
}

.almajarrat-cart-popup__title {
    margin: 0;
    color: #07132f;
    font-size: clamp(22px, 3.4vw, 30px);
    font-weight: 900;
    line-height: 1.35;
}

.almajarrat-cart-popup__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 26px;
}

.almajarrat-cart-popup__button {
    min-height: 48px;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.almajarrat-cart-popup__button:hover,
.almajarrat-cart-popup__button:focus-visible {
    transform: translateY(-2px);
}

.almajarrat-cart-popup__button--primary {
    background: #07132f;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(7, 19, 47, 0.18);
}

.almajarrat-cart-popup__button--secondary {
    background: #fff7ed;
    color: #c2410c;
    border-color: rgba(234, 88, 12, 0.16);
}

body.almajarrat-cart-popup-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .almajarrat-shop-float {
        right: 18px;
        bottom: 96px;
        width: 58px;
        min-width: 58px;
        height: 58px;
        padding: 0;
		animation: almajarratShopBounceGlow 2.2s ease-in-out infinite !important;
    }

    .almajarrat-shop-float__text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .almajarrat-cart-popup {
        align-items: flex-end;
        padding: 14px;
    }

    .almajarrat-cart-popup__dialog {
        padding: 28px 18px 20px;
        border-radius: 24px;
    }

    .almajarrat-cart-popup__actions {
        grid-template-columns: 1fr;
    }

    .almajarrat-cart-popup__button {
        width: 100%;
    }
}


/* Footer payment and shipping trust badges - compact style */
.footer-trust-logos {
    width: 100%;
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.footer-trust-logos__group {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.footer-trust-logos--en .footer-trust-logos__group {
    text-align: left;
}

.footer-trust-logos--ar .footer-trust-logos__group {
    text-align: right;
}

.footer-trust-logos__heading {
    margin-bottom: 8px;
}

.footer-trust-logos__heading span {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.footer-trust-logos--en .footer-trust-logos__heading span {
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-trust-logos__heading small {
    display: none;
}

.footer-trust-logos__heading::after {
    display: none;
}

.footer-trust-logos__items {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.footer-trust-logos--ar .footer-trust-logos__items {
    justify-content: flex-end;
}

.footer-trust-logos--en .footer-trust-logos__items {
    justify-content: flex-start;
}

.footer-trust-logos__badge {
    min-width: 0;
    width: auto;
    height: 30px;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #07132f;
    box-shadow: none;
    line-height: 1;
    white-space: nowrap;
}

.footer-trust-logos__badge--paymob {
    min-width: 68px;
    color: #1688e8;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.8px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-trust-logos__badge--tamara {
    min-width: 68px;
    background: linear-gradient(100deg, #dff7ff 0%, #ffe37a 30%, #ff9aa9 65%, #a98af7 100%);
    color: #050505;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.4px;
}

.footer-trust-logos--ar .footer-trust-logos__badge--tamara {
    font-size: 20px;
    font-family: inherit;
}

.footer-trust-logos__badge--fastlo {
    min-width: 102px;
    height: 32px;
    gap: 6px;
    justify-content: flex-start;
    color: #05a5e6;
    padding-inline: 9px;
}

.footer-trust-logos--ar .footer-trust-logos__badge--fastlo {
    direction: ltr;
}

.footer-trust-logos__fastlo-icon {
    width: 20px;
    height: 20px;
    border: 1.5px solid #05a5e6;
    border-radius: 6px 6px 10px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    position: relative;
    flex: 0 0 auto;
}

.footer-trust-logos__fastlo-icon::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 1.5px solid #05a5e6;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translateY(-1px);
    border-radius: 1px;
}

.footer-trust-logos__badge--fastlo strong {
    display: block;
    color: #05a5e6;
    font-size: 17px;
    font-weight: 950;
    line-height: 1;
}

.footer-trust-logos__badge--fastlo em {
    display: none;
}

@media (max-width: 700px) {
    .footer-trust-logos {
        justify-content: flex-start;
        gap: 18px;
    }

    .footer-trust-logos--ar {
        justify-content: flex-end;
    }

    .footer-trust-logos__heading span {
        font-size: 12px;
    }

    .footer-trust-logos__badge {
        height: 28px;
        padding: 5px 8px;
    }

    .footer-trust-logos__badge--paymob,
    .footer-trust-logos__badge--tamara {
        min-width: 62px;
        font-size: 16px;
    }

    .footer-trust-logos--ar .footer-trust-logos__badge--tamara {
        font-size: 18px;
    }

    .footer-trust-logos__badge--fastlo {
        min-width: 92px;
        height: 30px;
    }

    .footer-trust-logos__badge--fastlo strong {
        font-size: 15px;
    }
}

.footer-trust-logos__badge--tabby {
    background: #3cf29a;
    border: 0;
    border-radius: 5px;
    width: 73px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    overflow: hidden;
}

.footer-trust-logos__tabby-word {
    display: inline-block;
    color: #07110d;
    font-family: "Arial Rounded MT Bold", "Nunito Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1.6px;
    text-transform: lowercase;
    transform: scaleX(0.96) translateY(-1px);
    transform-origin: center;
}



/* Final footer trust logos alignment */
.footer-trust-logos {
    width: max-content !important;
    max-width: 100% !important;
}

/* English: stick to the left start of Quick Contact */
.footer-trust-logos--en {
    align-self: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
}

/* Arabic: stick to the right start of التواصل السريع */
.footer-trust-logos--ar {
    align-self: flex-end !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    direction: rtl;
}

.footer-trust-logos--ar .footer-trust-logos__items {
    justify-content: flex-end !important;
}

.footer-trust-logos--en .footer-trust-logos__items {
    justify-content: flex-start !important;
}

@media (max-width: 700px) {
    .footer-trust-logos,
    .footer-trust-logos--en,
    .footer-trust-logos--ar {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-trust-logos--ar {
        align-self: stretch !important;
        justify-content: flex-end !important;
    }

    .footer-trust-logos--en {
        align-self: stretch !important;
        justify-content: flex-start !important;
    }
}


/* Maintenance package subscribe button */
.maintenance-package-subscribe-btn {
    width: fit-content;
    min-width: 160px;
    margin-top: 24px;
    padding: 13px 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ff7a1a;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(255, 122, 26, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.maintenance-package-subscribe-btn:hover,
.maintenance-package-subscribe-btn:focus-visible {
    background: #e9650d;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(255, 122, 26, 0.32);
}

.maintenance-package-subscribe-btn .material-symbols-outlined {
    font-size: 19px;
    line-height: 1;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 640px) {
    .maintenance-package-subscribe-btn {
        width: 100%;
    }
}


/* Stronger floating shop button bounce + glow */
.almajarrat-shop-float {
    animation: almajarratShopBounceGlow 2.2s ease-in-out infinite !important;
    box-shadow:
        0 14px 34px rgba(255, 112, 24, 0.35),
        0 0 0 0 rgba(255, 112, 24, 0.38);
}

.almajarrat-shop-float::before {
    animation: almajarratShopPulseRing 2.2s ease-in-out infinite !important;
}

.almajarrat-shop-float::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255, 122, 26, 0.32), transparent 68%);
    opacity: 0;
    transform: scale(0.78);
    pointer-events: none;
    z-index: -1;
    animation: almajarratShopOuterGlow 2.2s ease-in-out infinite;
}

@keyframes almajarratShopBounceGlow {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow:
            0 14px 34px rgba(255, 112, 24, 0.35),
            0 0 0 0 rgba(255, 112, 24, 0.34);
    }

    18% {
        transform: translateY(-7px) scale(1.04);
        box-shadow:
            0 22px 48px rgba(255, 112, 24, 0.52),
            0 0 0 10px rgba(255, 112, 24, 0.10);
    }

    32% {
        transform: translateY(0) scale(0.98);
    }

    48% {
        transform: translateY(-4px) scale(1.02);
    }

    64% {
        transform: translateY(0) scale(1);
    }
}

@keyframes almajarratShopPulseRing {
    0% {
        opacity: 0;
        transform: scale(0.86);
    }

    35% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 0;
        transform: scale(1.28);
    }
}

@keyframes almajarratShopOuterGlow {
    0%, 100% {
        opacity: 0;
        transform: scale(0.78);
    }

    35% {
        opacity: 1;
        transform: scale(1.08);
    }

    70% {
        opacity: 0;
        transform: scale(1.25);
    }
}

/* Stop bounce while hover so it feels stable */
.almajarrat-shop-float:hover,
.almajarrat-shop-float:focus-visible {
    animation-play-state: paused !important;
    transform: translateY(-3px) scale(1.04);
}


/* ================================
   Global English LTR Direction Fix
   Applies only to English/WPML pages
================================ */
html[lang^="en"],
html[lang^="en"] body,
body[lang^="en"],
body.lang-en,
body.en,
body.wpml-lang-en,
body.almajarrat-lang-en {
    direction: ltr !important;
    text-align: left !important;
}

html[lang^="en"] body [dir="rtl"],
body[lang^="en"] [dir="rtl"],
body.lang-en [dir="rtl"],
body.en [dir="rtl"],
body.wpml-lang-en [dir="rtl"],
body.almajarrat-lang-en [dir="rtl"] {
    direction: ltr !important;
}

html[lang^="en"] main,
html[lang^="en"] section,
html[lang^="en"] article,
html[lang^="en"] aside,
html[lang^="en"] header,
html[lang^="en"] footer,
html[lang^="en"] .site,
html[lang^="en"] .site-main,
html[lang^="en"] .entry-content,
html[lang^="en"] .container,
html[lang^="en"] .max-w-container-max-width,
html[lang^="en"] .woocommerce,
html[lang^="en"] .wpcf7,
html[lang^="en"] form {
    direction: ltr !important;
}

html[lang^="en"] h1,
html[lang^="en"] h2,
html[lang^="en"] h3,
html[lang^="en"] h4,
html[lang^="en"] h5,
html[lang^="en"] h6,
html[lang^="en"] p,
html[lang^="en"] li,
html[lang^="en"] label,
html[lang^="en"] small,
html[lang^="en"] span:not(.material-symbols-outlined),
html[lang^="en"] input,
html[lang^="en"] textarea,
html[lang^="en"] select,
html[lang^="en"] button,
html[lang^="en"] .text-right,
html[lang^="en"] .md\:text-right,
html[lang^="en"] .lg\:text-right {
    direction: ltr !important;
    text-align: left !important;
}

html[lang^="en"] input,
html[lang^="en"] textarea,
html[lang^="en"] select {
    unicode-bidi: plaintext !important;
}

html[lang^="en"] ul,
html[lang^="en"] ol {
    padding-left: 1.25rem !important;
    padding-right: 0 !important;
}

html[lang^="en"] .border-r,
html[lang^="en"] .border-r-2,
html[lang^="en"] .border-r-4 {
    border-right-width: 0 !important;
}

html[lang^="en"] .border-r-2 {
    border-left-width: 2px !important;
}

html[lang^="en"] .border-r-4 {
    border-left-width: 4px !important;
    padding-right: 0 !important;
    padding-left: 1rem !important;
}

html[lang^="en"] .material-symbols-outlined {
    direction: ltr !important;
}

/* Keep language switchers, numbers, phones and emails readable */
html[lang^="en"] .footer-language-switcher,
html[lang^="en"] .language-switcher,
html[lang^="en"] .wpml-ls,
html[lang^="en"] [dir="ltr"],
html[lang^="en"] a[href^="tel:"],
html[lang^="en"] a[href^="mailto:"],
html[lang^="en"] .phone,
html[lang^="en"] .email {
    direction: ltr !important;
    unicode-bidi: isolate !important;
}
