/* ================================================================
       FIX: Make Hero, Banner and Features Full Width
       ================================================================ */
#content .section.nobg.py-2 .container,
#content .ohidden.parallax .container,
#content .bg-white.bg-mobile-height .container {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#sectors .container,
#services .container,
#pricing .container,
#clients .container,
#faq .container,
#contact .container,
#section-gallery .container {
    max-width: 1320px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ohidden.parallax {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content .section.nobg.py-2 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bg-white.bg-mobile-height {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hero-features {
    max-width: 85% !important;
    margin-left: 0;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-left: 4px solid rgba(0, 0, 0, .2) !important;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.hero-text {
    padding: 0 65px 0 75px
}

.hero-text2 {
    padding: 0 75px 0 0
}
/* ================================================================
       HEADER / NAVBAR
       ================================================================ */
#header {
    position: relative !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.05) !important;
    border-bottom: none !important;
    padding: 0 !important;
    z-index: 1000;
}

#header-wrap {
    padding: 0 !important;
}

    #header-wrap .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        max-width: 1320px !important;
        padding: 0 15px !important;
        position: relative;
        min-height: 70px;
    }

#logo {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-right: 15px;
}

    #logo img {
        height: 42px !important;
        width: auto !important;
        padding: 2px 4px !important;
        transition: transform .3s ease;
    }

    #logo a:hover img {
        transform: scale(1.04);
    }

#primary-menu,
#primary-menu > ul > li > a,
#top-account .btn-default,
.lang-toggle {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

html[lang="ar"] #primary-menu,
html[lang="ar"] #primary-menu > ul > li > a,
html[lang="ar"] #top-account .btn-default,
html[lang="ar"] .lang-toggle {
    font-family: 'Tajawal', 'Poppins', sans-serif !important;
}

#primary-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    margin-left: auto !important;
    gap: 0 !important;
}

    #primary-menu > ul {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 2px !important;
    }

        #primary-menu > ul > li {
            position: relative !important;
            white-space: nowrap !important;
        }

            #primary-menu > ul > li > a {
                display: block !important;
                position: relative !important;
                padding: 0 14px !important;
                font-size: 14.5px !important;
                font-weight: 500 !important;
                text-transform: capitalize !important;
                letter-spacing: .2px !important;
                color: #1a1a2e !important;
                text-decoration: none !important;
                transition: color .3s ease !important;
                line-height: 64px !important;
            }

                #primary-menu > ul > li > a::after {
                    content: '';
                    position: absolute;
                    left: 14px;
                    right: 14px;
                    bottom: 14px;
                    height: 2px;
                    border-radius: 2px;
                    background: #10cea8;
                    transform: scaleX(0);
                    transform-origin: center;
                    transition: transform .3s ease;
                }

                #primary-menu > ul > li > a:hover::after,
                #primary-menu > ul > li.current > a::after {
                    transform: scaleX(1);
                }

                #primary-menu > ul > li > a:hover,
                #primary-menu > ul > li.current > a {
                    color: #10cea8 !important;
                }

#top-account {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 14px !important;
    flex-shrink: 0 !important;
}

    #top-account .btn-default {
        background: #10cea8 !important;
        color: #fff !important;
        padding: 7px 14px !important;
        border-radius: 8px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        letter-spacing: .3px !important;
        border: none !important;
        white-space: nowrap !important;
        text-decoration: none !important;
        transition: all .3s ease !important;
    }

        #top-account .btn-default:hover {
            background: #0db894 !important;
            color: #fff !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(16,206,168,.3);
        }

.lang-switcher {
    position: relative !important;
    flex-shrink: 0 !important;
}

.lang-toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 12px !important;
    border: 2px solid #10cea8 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #10cea8 !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    transition: all .3s ease !important;
}

    .lang-toggle:hover {
        background: #10cea8 !important;
        color: #fff !important;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(16,206,168,.25);
    }

    .lang-toggle img {
        width: 18px !important;
        height: 12px !important;
        object-fit: cover !important;
        border-radius: 2px;
    }

#primary-menu-trigger {
    display: none !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .3s ease;
    -webkit-tap-highlight-color: transparent;
}

    #primary-menu-trigger:hover,
    #primary-menu-trigger:active {
        background: rgba(16,206,168,.1);
    }

    #primary-menu-trigger i {
        font-size: 24px;
        color: #1a1a2e;
        transition: transform .3s ease, color .3s ease;
    }

    #primary-menu-trigger.active i {
        color: #10cea8;
        transform: rotate(90deg);
    }
/* 
.lang-switcher-mobile {
    display: none !important;
} */

/* ================================================================
       BANNER - ALWAYS RIGHT ALIGNED (English & Arabic both right)
       ================================================================ */
/*=================================================
            HERO BANNER
==================================================*/

.banner1-mobile-view {
    display: flex;
    align-items: center;
    height: 650px;
    padding: 0 75px;
}

    .banner1-mobile-view h3 {
        font-size: 38px;
        font-weight: 00;
        line-height: 1.25;
        color: #fff;
        margin: 0;
    }

.text-default {
    color: #47d7c5;
}

.banner1-images {
    position: relative;
    width: 100%;
    height: 500px;
}

/* Back Phone */

.banner1-img-1 {
    position: absolute;
    width: 200px;
    top: -10px;
    right: 170px;
    z-index: 1;
    animation: float 5s ease-in-out infinite;
}

/* Front Phone */

.banner1-img-2 {
    position: absolute;
    width: 200px;
    top: 35px;
    right: 20px;
    z-index: 3;
    animation: float 5s ease-in-out infinite .7s;
}

/* Food */

.banner1-img-3 {
    position: absolute;
    width: 190px;
    bottom: 56px;
    right: -90px;
    z-index: 4;
    animation: float 5s ease-in-out infinite .7s;
}

@keyframes float {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

html[dir="ltr"] .banner1-mobile-view {
    text-align: left;
}

html[dir="rtl"] .banner1-mobile-view {
    text-align: right;
}
/* ================================================================
       HERO / FEATURES BAR
       ================================================================ */
.hero-features {
    transform: translateY(-50%);
    padding: 40px 30px;
    max-width: 80%;
    margin-left: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 4px solid rgba(0, 0, 0, .2);
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

    .hero-features i {
        font-size: 24px;
        line-height: 1.4;
    }

    .hero-features h5 {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-features .feature-box {
        padding: 0 15px;
    }

        .hero-features .feature-box .fbox-icon {
            margin-bottom: 10px;
        }

            .hero-features .feature-box .fbox-icon i {
                color: #fff;
                font-size: 28px;
            }

        .hero-features .feature-box h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .hero-features .feature-box p {
            font-size: 14px;
            opacity: 0.9;
        }

.bg-mobile-height {
    height: 140px;
    padding-bottom: 30px;
}

/* ================================================================
       SECTORS
       ================================================================ */
.sectors-grid {
    display: none;
}

.sectors-slider {
    display: block;
    margin-top: 2rem;
}

    .sectors-slider .sector-card {
        margin: 0;
        height: 100%;
    }

    .sectors-slider .owl-item {
        display: flex;
        height: auto;
        padding: 0;
    }

    .sectors-slider .item {
        padding: 0 4px;
    }

.sector-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .sector-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(16, 206, 168, 0.12);
        border-color: #10cea8;
    }

    .sector-card .sector-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 1rem;
        border-radius: 50%;
        background: rgba(16, 206, 168, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #10cea8;
        font-size: 30px;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .sector-card:hover .sector-icon {
        background: #10cea8;
        color: #fff;
        transform: scale(1.05);
    }

    .sector-card h4 {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 0.5rem;
    }

    .sector-card .sector-desc {
        font-size: 0.9rem;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 0.3rem;
    }

    .sector-card .sector-tag {
        font-size: 0.8rem;
        color: #10cea8;
        font-weight: 600;
        margin-top: 0.5rem;
    }

/* ================================================================
       SERVICES
       ================================================================ */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.service-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(16, 206, 168, 0.10);
        border-color: #10cea8;
    }

    .service-card .service-image {
        aspect-ratio: 16/9;
        overflow: hidden;
        position: relative;
        background: #f8fafc;
        min-height: 180px;
    }

        .service-card .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .service-card .service-body {
        padding: 1rem 1rem 1.25rem;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .service-card .service-title {
        font-size: 1rem;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 0.5rem;
    }

    .service-card .service-desc {
        font-size: 0.85rem;
        color: #6b7280;
        margin-bottom: 0.75rem;
        line-height: 1.5;
        flex: 1;
    }

    .service-card .benefits-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .service-card .benefits-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            font-size: 0.8rem;
            color: #4b5563;
            padding: 0.25rem 0;
        }

            .service-card .benefits-list li i {
                color: #10cea8;
                font-size: 14px;
                margin-top: 2px;
            }

/* ================================================================
       PRICING
       ================================================================ */
.pricing-slider {
    overflow: visible;
}

.pricing-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.pricing-slider .owl-item {
    display: flex;
    align-items: stretch;
    height: auto;
}

.pricing-slider .item {
    height: 100%;
    display: flex;
    width: 100%;
    padding: 0 4px;
}

.pricing-slider .pricing-card,
.pricing-grid .pricing-card {
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    padding: 1.5rem 1.25rem;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 480px;
    width: 100%;
    align-self: stretch;
}

    .pricing-slider .pricing-card:hover,
    .pricing-grid .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(16, 206, 168, 0.12);
        border-color: #10cea8;
    }

    .pricing-slider .pricing-card .pricing-icon,
    .pricing-grid .pricing-card .pricing-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
        border-radius: 16px;
        background: rgba(16, 206, 168, 0.1);
        border: 2px solid #10cea8;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #10cea8;
        font-size: 28px;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .pricing-slider .pricing-card:hover .pricing-icon,
    .pricing-grid .pricing-card:hover .pricing-icon {
        background: #10cea8;
        color: #fff;
        transform: scale(1.05);
    }

    .pricing-slider .pricing-card .pricing-name,
    .pricing-grid .pricing-card .pricing-name {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 0.3rem;
    }

    .pricing-slider .pricing-card .pricing-price,
    .pricing-grid .pricing-card .pricing-price {
        font-size: 2.2rem;
        font-weight: 700;
        color: #10cea8;
    }

        .pricing-slider .pricing-card .pricing-price small,
        .pricing-grid .pricing-card .pricing-price small {
            font-size: 0.9rem;
            font-weight: 400;
            color: #6b7280;
        }

    .pricing-slider .pricing-card .pricing-desc,
    .pricing-grid .pricing-card .pricing-desc {
        font-size: 0.85rem;
        color: #6b7280;
        margin: 0.5rem 0 0.75rem;
        line-height: 1.6;
        flex-shrink: 0;
        min-height: 50px;
    }

    .pricing-slider .pricing-card .pricing-features,
    .pricing-grid .pricing-card .pricing-features {
        text-align: left;
        margin: 0.5rem 0 1rem;
        font-size: 0.85rem;
        color: #4b5563;
        list-style: none;
        padding: 0;
        flex: 1 1 auto;
        min-height: 120px;
    }

        .pricing-slider .pricing-card .pricing-features li,
        .pricing-grid .pricing-card .pricing-features li {
            padding: 0.3rem 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

            .pricing-slider .pricing-card .pricing-features li i,
            .pricing-grid .pricing-card .pricing-features li i {
                color: #10cea8;
                font-size: 14px;
                flex-shrink: 0;
            }

    .pricing-slider .pricing-card .btn-subscribe,
    .pricing-grid .pricing-card .btn-subscribe {
        width: 100%;
        padding: 0.7rem;
        border-radius: 10px;
        background: #10cea8;
        color: #fff;
        border: none;
        font-weight: 600;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        cursor: pointer;
        margin-top: auto;
        flex-shrink: 0;
        min-height: 48px;
    }

        .pricing-slider .pricing-card .btn-subscribe:hover,
        .pricing-grid .pricing-card .btn-subscribe:hover {
            background: #0db894;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(16, 206, 168, 0.3);
        }

.pricing-grid {
    display: none;
}

/* ================================================================
       CLIENTS
       ================================================================ */
.clients-section {
    background: #f8fafc;
    padding: 3rem 0;
}

.client-title {
    font-size: 36px;
    color: #1a1a2e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
}

.client-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.client-item {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border: 1px solid #f0f2f5;
    margin: 5px;
}

    .client-item:hover {
        box-shadow: 0 8px 30px rgba(16, 206, 168, 0.12);
        transform: translateY(-4px);
        border-color: #10cea8;
    }

    .client-item img {
        max-height: 80px;
        width: auto;
        object-fit: contain;
    }

/* ================================================================
       SECTION SCROLL OFFSET
       ================================================================ */
section[id],
.page-section[id],
#content .section[id],
#clients[id] {
    scroll-margin-top: 100px;
}

/* ================================================================
       FAQ
       ================================================================ */
.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

    .faq-item:last-child {
        border-bottom: none;
    }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.1rem 0;
    font-weight: 600;
    font-size: 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #1a1a2e;
}

    .faq-question:hover {
        color: #10cea8;
    }

    .faq-question i {
        transition: transform 0.3s ease;
        font-size: 16px;
        color: #10cea8;
    }

    .faq-question.active i {
        transform: rotate(180deg);
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.7;
}

    .faq-answer.open {
        max-height: 300px;
        padding: 0 0 1.25rem 0;
    }

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* ================================================================
       HERO SECTION
       ================================================================ */
.display-4 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.text-rotater {
    color: #10cea8;
}

.feature-title {
    font-size: 36px;
    color: #000;
    font-weight: 500;
}

.demo-heading {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

/* ================================================================
       CONTACT FORM
       ================================================================ */
.form-head-bg {
    background-image: linear-gradient(to right, rgba(242, 142, 38, 1), #fd644f);
    padding: 8px 16px;
}

    .form-head-bg span {
        top: 4px;
        position: relative;
        font-size: 20px;
        line-height: 0.5;
        color: #fff;
        padding-left: 2px;
        display: inline-block;
        margin-right: 4px;
    }

.form-control {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    /* padding: 10px 14px; */
    font-size: 14px;
    transition: all 0.3s ease;
}

    .form-control:focus {
        border-color: #10cea8;
        box-shadow: 0 0 0 3px rgba(16, 206, 168, 0.1);
    }

    .form-control::placeholder {
        color: #999;
        opacity: 1;
    }

.card.shadow-md {
    box-shadow: 3px 4px 7px -2px rgba(0, 0, 0, 0.175) !important;
}

.bg-lightblue {
    background-color: #f4f8fe !important;
}

.bg-default {
    background-color: #10cea8 !important;
}

.btn-demo {
    color: #fff !important;
    background-color: #ff7b47;
    border-color: #ff7b47;
    padding: 11px 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .btn-demo:hover {
        background-color: #ff7b47 !important;
        color: #fff !important;
        box-shadow: 0 0 0 0.2rem rgb(255 138 0 / 25%);
        transform: translateY(-2px);
        text-decoration: none;
    }

    .btn-demo span {
        text-transform: uppercase;
    }

.btn.btn-form-submit {
    color: #fff !important;
    background-image: linear-gradient(to left, #f28e26, #fd644f) !important;
    border: none !important;
    padding: 0px 34px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-form-submit span {
    font-size: 12px;
}

.btn.btn-form-submit:hover {
    background-image: linear-gradient(to right, #f28e26, #fd644f) !important;
    box-shadow: 0 0 0 0.2rem rgb(255 138 0 / 25%);
    transform: translateY(-2px);
}

.pencil-lg {
    position: absolute !important;
    left: -74px !important;
    top: 77px !important;
    z-index: 10 !important;
}

.letter-green {
    position: absolute !important;
    right: 100px !important;
    top: -73px !important;
    z-index: 1 !important;
}

.attherate {
    position: absolute !important;
    top: -64px !important;
    left: 12px !important;
    z-index: 1 !important;
}

.letter-lg {
    position: absolute !important;
    bottom: -85px !important;
    right: 0 !important;
    z-index: 0 !important;
}

/* ================================================================
       PRICING MODAL
       ================================================================ */
.pricing-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.pricing-modal .modal-header {
    border-bottom: none;
    padding: 1.75rem 1.75rem 0;
}

    .pricing-modal .modal-header h5 {
        color: #1a1a2e;
        font-weight: 700;
    }

.pricing-modal .modal-body {
    padding: 0 1.75rem 1.75rem;
}

.pricing-modal .form-control {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

    .pricing-modal .form-control:focus {
        border-color: #10cea8;
        box-shadow: 0 0 0 3px rgba(16, 206, 168, 0.12);
    }

.pricing-modal .btn-submit {
    background: #10cea8;
    color: #fff;
    border: none;
    padding: 0.8rem;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 1rem;
}

    .pricing-modal .btn-submit:hover {
        background: #0db894;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(16, 206, 168, 0.25);
    }

.pricing-modal .checkbox-group {
    padding: 0.5rem 0;
}

.pricing-modal .checkbox-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem 0;
    cursor: pointer;
}

    .pricing-modal .checkbox-option input[type="checkbox"] {
        display: none;
    }

.pricing-modal .checkbox-custom {
    width: 22px;
    height: 22px;
    border: 2px solid #10cea8;
    border-radius: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pricing-modal .checkbox-option input:checked + .checkbox-custom {
    background: #10cea8;
}

    .pricing-modal .checkbox-option input:checked + .checkbox-custom::after {
        content: "✓";
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

.pricing-modal .checkbox-label {
    font-size: 0.9rem;
    color: #4b5563;
}

/* ================================================================
       OWL CAROUSEL FIXES - Green dots, hide arrows
       ================================================================ */
.owl-carousel .owl-dots .owl-dot {
    background-color: #10cea8 !important;
    width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

    .owl-carousel .owl-dots .owl-dot.active {
        width: 45px;
        opacity: 1;
    }

.owl-carousel .owl-nav {
    display: none !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    padding: 10px 0;
}

/* ================================================================
       FOOTER
       ================================================================ */
.footer-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

.footer-phone {
    font-size: 18px;
    margin-top: 4px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 16px;
    color: #fff;
    line-height: 1.3;
}

.footer-email {
    font-size: 13px !important;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 20px;
    letter-spacing: 0.4px;
    color: #fff;
}

.footer-copyright {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 2px;
}

/* ================================================================
       OWL CAROUSEL RTL SUPPORT
       ================================================================ */
html[dir="rtl"] .owl-carousel {
    direction: rtl !important;
}

    html[dir="rtl"] .owl-carousel .owl-stage {
        direction: rtl !important;
    }

    html[dir="rtl"] .owl-carousel .owl-item {
        direction: rtl !important;
        float: right !important;
    }

    html[dir="rtl"] .owl-carousel .owl-dots {
        direction: rtl !important;
    }

    /* Fix navigation arrows for RTL if you ever enable them */
    html[dir="rtl"] .owl-carousel .owl-nav .owl-prev {
        left: auto !important;
        right: 10px !important;
    }

    html[dir="rtl"] .owl-carousel .owl-nav .owl-next {
        right: auto !important;
        left: 10px !important;
    }

/* ================================================================
       RESPONSIVE
       ================================================================ */

/* Mobile Navigation */
@media (max-width: 991px) {
    #header-wrap .container {
        flex-wrap: wrap !important;
        padding: 0 15px !important;
        min-height: 60px !important;
    }

    #logo {
        margin-right: auto !important;
        flex: 0 0 auto !important;
    }

        #logo img {
            height: 38px !important;
        }

    .lang-switcher-mobile {
        display: inline-flex !important;
        align-items: center !important;
        margin-left: 8px !important;
    }

    #primary-menu-trigger {
        display: flex !important;
        margin-left: 4px !important;
    }

    #top-account .lang-switcher {
        display: none !important;
    }

    #primary-menu {
        order: 4;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        flex-basis: 100% !important;
        margin-left: 0 !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition: max-height .45s ease, opacity .35s ease, transform .35s ease;
        padding: 0 !important;
    }

        #primary-menu.open {
            max-height: 600px;
            opacity: 1;
            transform: translateY(0);
        }

        #primary-menu > ul {
            display: flex !important;
            flex-direction: column !important;
            width: 100% !important;
            padding: 8px 0 0 !important;
            gap: 0 !important;
        }

            #primary-menu > ul > li {
                width: 100% !important;
                white-space: normal !important;
            }

                #primary-menu > ul > li > a {
                    padding: 12px 10px !important;
                    width: 100% !important;
                    white-space: normal !important;
                    border-bottom: 1px solid #f0f2f5 !important;
                    font-size: 15px !important;
                    line-height: 1.5 !important;
                    border-radius: 6px 6px 0 0;
                }

                    #primary-menu > ul > li > a::after {
                        display: none;
                    }

                    #primary-menu > ul > li > a:hover,
                    #primary-menu > ul > li.current > a {
                        background: rgba(16,206,168,.06);
                    }

    #top-account {
        margin-left: 0 !important;
        padding: 12px 10px 14px !important;
        width: 100% !important;
        justify-content: stretch !important;
    }

        #top-account .btn-default {
            font-size: 14px !important;
            padding: 11px 14px !important;
            width: 100% !important;
            text-align: center !important;
        }

    .lang-toggle {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

        .lang-toggle img {
            width: 16px !important;
            height: 11px !important;
        }

    .display-4 {
        font-size: 2.5rem;
    }

    .feature-title {
        font-size: 28px;
    }

    .client-title {
        font-size: 28px;
    }

    .demo-heading {
        font-size: 24px;
    }

    .section.nobg {
        padding: 1.5rem 0 !important;
    }

        .section.nobg.pt-4 {
            padding-top: 1.5rem !important;
        }

        .section.nobg.my-0 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }

    /* .banner1-images {
        min-height: 350px;
    } */

    .banner1-img-1 {
        width: 180px !important;
    }

    .banner1-img-2 {
        width: 130px !important;
        top: 60px !important;
        left: 30px !important;
    }

    .banner1-img-3 {
        width: 150px !important;
        bottom: 100px !important;
        left: -60px !important;
    }

    .hero-features {
        padding: 20px 20px;
        margin-top: -30px;
    }

        .hero-features .feature-box {
            margin-bottom: 20px;
        }

            .hero-features .feature-box:last-child {
                margin-bottom: 0;
            }

    #content .section.nobg.py-2 .container,
    #content .ohidden.parallax .container,
    #content .bg-white.bg-mobile-height .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hero-features {
        max-width: 100% !important;
        border-radius: 6px !important;
        border-left: none !important;
        border-right: none !important;
    }
}

@media (max-width: 767.98px) {
    .sectors-slider {
        display: block !important;
    }

    .sectors-grid {
        display: none !important;
    }
}

@media (max-width: 576px) {
    #logo img {
        height: 34px !important;
    }

    .lang-toggle {
        font-size: 11px !important;
        padding: 5px 9px !important;
    }

        .lang-toggle img {
            width: 15px !important;
            height: 10px !important;
        }

    #header-wrap .container {
        min-height: 52px !important;
        padding: 0 10px !important;
    }

    .display-4 {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 1rem !important;
    }

    .content-wrap.pt-3 {
        padding-top: 0.5rem !important;
    }

    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .section.nobg {
        padding: 1rem 0 !important;
    }

        .section.nobg.pt-4 {
            padding-top: 1rem !important;
        }

        .section.nobg.my-0 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }

    /* .banner1-images {
        min-height: 200px;
    } */

    .banner1-img-1 {
        width: 100px !important;
    }

    .banner1-img-2 {
        width: 80px !important;
        top: 30px !important;
        left: 20px !important;
    }

    .banner1-img-3 {
        width: 90px !important;
        bottom: 50px !important;
        left: -40px !important;
    }

    .banner1-mobile-view h2 {
        font-size: 1.2rem !important;
    }

    .hero-features {
        padding: 15px 15px;
        margin-top: -20px;
        border-radius: 10px;
        max-width: 100% !important;
    }

        .hero-features .feature-box h3 {
            font-size: 16px;
        }

        .hero-features .feature-box p {
            font-size: 13px;
        }

        .hero-features .feature-box .fbox-icon i {
            font-size: 22px;
        }

    .sector-card {
        min-height: 200px;
        padding: 1.25rem 1rem;
    }

        .sector-card .sector-icon {
            width: 56px;
            height: 56px;
            font-size: 24px;
        }

        .sector-card h4 {
            font-size: 1rem;
        }

        .sector-card .sector-desc {
            font-size: 0.8rem;
        }

    .service-card {
        min-height: 280px;
    }

        .service-card .service-image {
            min-height: 140px;
            aspect-ratio: 16/8;
        }

        .service-card .service-body {
            padding: 0.75rem 0.75rem 1rem;
        }

        .service-card .service-title {
            font-size: 0.9rem;
        }

        .service-card .service-desc {
            font-size: 0.8rem;
        }

        .service-card .benefits-list li {
            font-size: 0.75rem;
        }

    .clients-section {
        padding: 1.5rem 0;
    }

    .client-title {
        font-size: 24px !important;
    }

    .client-subtitle {
        font-size: 0.9rem;
    }

    .client-item {
        min-height: 80px;
        padding: 10px;
        margin: 3px;
    }

        .client-item img {
            max-height: 50px;
        }

    .btn-demo {
        padding: 8px 20px;
        font-size: 12px;
    }

    .btn.btn-form-submit {
        padding: 0px 20px;
    }

    .contact-heading {
        font-size: 24px !important;
    }

    .contact-paragraph {
        font-size: 15px !important;
    }

    .card-body {
        padding: 1rem !important;
    }

    .faq-question {
        padding: 0.8rem 0;
        font-size: 0.9rem;
    }

    .faq-answer {
        font-size: 0.85rem;
    }

        .faq-answer.open {
            padding: 0 0 0.75rem 0;
        }

    .pricing-modal .modal-body {
        padding: 0 1rem 1rem;
    }

    .pricing-modal .modal-header {
        padding: 1rem 1rem 0;
    }

    .pencil-lg {
        position: absolute !important;
        left: -40px !important;
        top: 40px !important;
        width: 35px !important;
        height: auto !important;
    }

    .letter-green {
        right: 40px !important;
        top: -40px !important;
        width: 40px !important;
    }

    .attherate {
        top: -35px !important;
        left: 6px !important;
        width: 30px !important;
    }

    .letter-lg {
        bottom: -40px !important;
        right: 0 !important;
        width: 60px !important;
    }
}

@media (min-width: 576px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .service-card .service-body {
        padding: 1.25rem 1.25rem 1.5rem;
    }

    .pricing-slider .pricing-card,
    .pricing-grid .pricing-card {
        padding: 1.75rem 1.5rem;
        min-height: 460px;
    }
}

@media (min-width: 768px) {
    .sectors-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .sectors-slider {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sectors-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .service-card .service-title {
        font-size: 1.1rem;
    }

    .pricing-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }

    .pricing-slider {
        display: none !important;
    }

        .pricing-slider .pricing-card,
        .pricing-grid .pricing-card {
            padding: 2rem 1.75rem;
            min-height: 500px;
        }

            .pricing-slider .pricing-card .pricing-icon,
            .pricing-grid .pricing-card .pricing-icon {
                width: 68px;
                height: 68px;
                font-size: 32px;
                margin: 0 auto 1.25rem;
            }

            .pricing-slider .pricing-card .pricing-name,
            .pricing-grid .pricing-card .pricing-name {
                font-size: 1.4rem;
            }

            .pricing-slider .pricing-card .pricing-price,
            .pricing-grid .pricing-card .pricing-price {
                font-size: 2.5rem;
            }

            .pricing-slider .pricing-card .pricing-features,
            .pricing-grid .pricing-card .pricing-features {
                margin: 1rem 0 1.25rem;
                font-size: 0.9rem;
                min-height: 140px;
            }

            .pricing-slider .pricing-card .btn-subscribe,
            .pricing-grid .pricing-card .btn-subscribe {
                padding: 0.8rem;
                font-size: 1rem;
                min-height: 52px;
            }
}

@media (min-width: 1400px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

/* ================================================================
       RTL FIXES - Only text direction changes, layout stays LTR
       ================================================================ */
html[dir="rtl"] body {
    direction: rtl !important;
}

html[dir="rtl"] .container,
html[dir="rtl"] .row,
html[dir="rtl"] .col-lg-7,
html[dir="rtl"] .col-lg-5,
html[dir="rtl"] .col-md-4,
html[dir="rtl"] .col-lg-6 {
    direction: rtl !important;
    text-align: right !important;
}

html[dir="rtl"] .text-center {
    text-align: center !important;
}

/* IMPORTANT: Logo stays left, menu stays right */
html[dir="rtl"] #logo {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

html[dir="rtl"] #primary-menu {
    margin-left: auto !important;
    margin-right: 0 !important;
}

html[dir="rtl"] #top-account {
    margin-left: 14px !important;
    margin-right: 0 !important;
}

html[dir="rtl"] #primary-menu > ul > li > a {
    text-align: right !important;
    letter-spacing: 0 !important;
}

html[dir="rtl"] .faq-question {
    text-align: right !important;
}

    html[dir="rtl"] .faq-question i {
        transform: rotate(180deg);
    }

    html[dir="rtl"] .faq-question.active i {
        transform: rotate(0deg);
    }

html[dir="rtl"] .pricing-slider .pricing-card .pricing-features li,
html[dir="rtl"] .pricing-grid .pricing-card .pricing-features li {
    flex-direction: row-reverse;
}

html[dir="rtl"] .checkbox-option {
    flex-direction: row-reverse;
}

html[dir="rtl"] .service-card .benefits-list li {
    flex-direction: row-reverse;
}

html[dir="rtl"] .form-head-bg span {
    margin-right: 0;
    margin-left: 4px;
}

html[dir="rtl"] .hero-features {
    margin-left: 0 !important;
    margin-right: auto !important;
    border-left: none !important;
    border-right: 4px solid rgba(0, 0, 0, .2) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

/* RTL pencil icon fix - keep on left side */
html[dir="rtl"] .pencil-lg {
    left: -74px !important;
    right: auto !important;
}

html[dir="rtl"] .letter-green {
    right: 100px !important;
    left: auto !important;
}

html[dir="rtl"] .attherate {
    left: 12px !important;
    right: auto !important;
}

html[dir="rtl"] .letter-lg {
    right: 0 !important;
    left: auto !important;
}

@media (max-width: 576px) {
    html[dir="rtl"] .pencil-lg {
        left: -40px !important;
        right: auto !important;
    }

    html[dir="rtl"] .letter-green {
        right: 40px !important;
        left: auto !important;
    }

    html[dir="rtl"] .attherate {
        left: 6px !important;
        right: auto !important;
    }

    html[dir="rtl"] .letter-lg {
        right: 0 !important;
        left: auto !important;
    }
}

@media (max-width: 991px) {
    html[dir="rtl"] #logo {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    html[dir="rtl"] .lang-switcher-mobile {
        margin-left: 0 !important;
        margin-right: 8px !important;
    }

    html[dir="rtl"] #primary-menu-trigger {
        margin-left: 0 !important;
        margin-right: 4px !important;
    }

    html[dir="rtl"] #top-account {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .banner1-mobile-view {
        position: relative;
        top: -100px;
    }

    .bg-mobile-height {
        height: 286px !important;
    }
}

@media only screen and (max-width: 990px) {
    .bg-mobile-height {
        height: 191px;
    }
}

@media only screen and (max-width: 375px) {
    .feature-title {
        font-size: 32px;
        font-weight: 600;
    }
}

/* ================================================================
       HAMBURGER MENU ICON (Without ID)
       ================================================================ */

/* Desktop par chhupana */
.hamburger-trigger {
    display: none !important;
}

/* Mobile par dikhana aur style karna (991px se neeche) */
@media (max-width: 991px) {
    .hamburger-trigger {
        display: flex !important; /* Flex se center mein aayega */
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;    /* Size fix */
        height: 40px !important;
        border-radius: 6px !important;
        cursor: pointer !important;
        flex-shrink: 0 !important; /* Is se cut nahi hoga */
        margin-left: 4px !important;
        z-index: 20 !important;
        -webkit-tap-highlight-color: transparent;
        transition: background 0.3s ease;
    }

    .hamburger-trigger i {
        font-size: 24px !important;  /* Icon ka size */
        color: #1a1a2e !important;
        line-height: 1 !important;
        transition: transform 0.3s ease, color 0.3s ease;
        display: block !important;
    }

    /* Hover/Tap effect */
    .hamburger-trigger:hover,
    .hamburger-trigger:active {
        background: rgba(16, 206, 168, 0.1) !important;
    }

    /* Jab menu open ho (active class) */
    .hamburger-trigger.active i {
        color: #10cea8 !important;
        transform: rotate(90deg) !important;
    }
}

/* ================================================================
   HEADER / NAVBAR - COMPLETE FIX
   ================================================================ */

/* Desktop Styles */
#header {
    position: relative !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.05) !important;
    border-bottom: none !important;
    padding: 0 !important;
    z-index: 1000;
}

#header-wrap {
    padding: 0 !important;
}

#header-wrap .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    max-width: 1320px !important;
    padding: 0 15px !important;
    position: relative;
    min-height: 70px;
}

#logo {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-right: 15px;
}

#logo img {
    height: 42px !important;
    width: auto !important;
    padding: 2px 4px !important;
    transition: transform .3s ease;
}

#logo a:hover img {
    transform: scale(1.04);
}

#primary-menu,
#primary-menu > ul > li > a,
#top-account .btn-default,
.lang-toggle {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

html[lang="ar"] #primary-menu,
html[lang="ar"] #primary-menu > ul > li > a,
html[lang="ar"] #top-account .btn-default,
html[lang="ar"] .lang-toggle {
    font-family: 'Tajawal', 'Poppins', sans-serif !important;
}

#primary-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    margin-left: auto !important;
    gap: 0 !important;
}

#primary-menu > ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 2px !important;
}

#primary-menu > ul > li {
    position: relative !important;
    white-space: nowrap !important;
}

#primary-menu > ul > li > a {
    display: block !important;
    position: relative !important;
    padding: 0 14px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: .2px !important;
    color: #1a1a2e !important;
    text-decoration: none !important;
    transition: color .3s ease !important;
    line-height: 64px !important;
}

#primary-menu > ul > li > a::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    height: 2px;
    border-radius: 2px;
    background: #10cea8;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s ease;
}

#primary-menu > ul > li > a:hover::after,
#primary-menu > ul > li.current > a::after {
    transform: scaleX(1);
}

#primary-menu > ul > li > a:hover,
#primary-menu > ul > li.current > a {
    color: #10cea8 !important;
}

#top-account {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 14px !important;
    flex-shrink: 0 !important;
}

#top-account .btn-default {
    background: #10cea8 !important;
    color: #fff !important;
    padding: 7px 14px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .3px !important;
    border: none !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
}

#top-account .btn-default:hover {
    background: #0db894 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16,206,168,.3);
}

.lang-switcher {
    position: relative !important;
    flex-shrink: 0 !important;
}

.lang-toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 12px !important;
    border: 2px solid #10cea8 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #10cea8 !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    transition: all .3s ease !important;
}

.lang-toggle:hover {
    background: #10cea8 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16,206,168,.25);
}

.lang-toggle img {
    width: 18px !important;
    height: 12px !important;
    object-fit: cover !important;
    border-radius: 2px;
}

/* Desktop - Hide mobile elements */
#primary-menu-trigger {
    display: none !important;
}

.lang-switcher-mobile {
    display: none !important;
}

.mobile-demo-btn {
    display: none !important;
}

/* ================================================================
   MOBILE NAVBAR - COMPLETE FIX
   ================================================================ */

@media (max-width: 991px) {
    /* Header container - flex layout with order */
    #header-wrap .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
        min-height: 60px !important;
        padding: 0 12px !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 1. Hamburger - Left side (order: 1) */
    #primary-menu-trigger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 6px !important;
        cursor: pointer !important;
        flex-shrink: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: none !important;
        outline: none !important;
        -webkit-tap-highlight-color: transparent !important;
        transition: background 0.2s ease !important;
        order: 1 !important;
        align-self: center !important;
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }

    #primary-menu-trigger i {
        font-size: 22px !important;
        color: #1a1a2e !important;
        line-height: 1 !important;
        transition: transform 0.2s ease, color 0.2s ease !important;
        pointer-events: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
    }

    #primary-menu-trigger:hover,
    #primary-menu-trigger:active {
        background: rgba(16, 206, 168, 0.08) !important;
    }

    #primary-menu-trigger.active i {
        color: #10cea8 !important;
        transform: rotate(90deg) !important;
    }

    /* 2. Logo - Left / center depending on space */
    #logo {
        order: 2 !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        height: 60px !important;
    }

    #logo img {
        height: 34px !important;
        max-height: 34px !important;
        width: auto !important;
        display: block !important;
    }

    /* 3. Top Account - Right side (order: 3) */
    #top-account {
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        background: transparent !important;
        border: none !important;
        height: 60px !important;
        justify-content: flex-end !important;
    }

    /* Hide desktop demo button on mobile */
    #top-account .desktop-demo-btn {
        display: none !important;
    }

    /* Hide desktop language switcher on mobile */
    #top-account .desktop-lang-switcher {
        display: none !important;
    }

    /* Keep the toggle visible in its mobile container, anchored right */
    .lang-switcher-mobile {
        display: flex !important;
        order: 3 !important;
        margin-left: auto !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .mobile-demo-li {
        display: block !important;
        order: 5 !important;
        width: 100% !important;
    }

    #top-account .lang-toggle {
        font-size: 11px !important;
        padding: 4px 8px !important;
        gap: 4px !important;
        border-width: 1.5px !important;
        border-radius: 6px !important;
        min-height: 32px !important;
    }

    #top-account .lang-toggle img {
        width: 14px !important;
        height: 10px !important;
    }

    #top-account .lang-toggle span {
        font-size: 10px !important;
    }

    /* Show mobile language toggle and hide desktop header toggle */
    .lang-switcher-mobile {
        display: flex !important;
        order: 4 !important;
        margin-left: auto !important;
    }

    #top-account .lang-switcher,
    .desktop-lang-switcher {
        display: none !important;
    }

    /* Mobile menu - Full width dropdown */
    #primary-menu {
        order: 4 !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        flex-basis: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        transform: translateY(-10px) !important;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                    opacity 0.3s ease, 
                    transform 0.3s ease !important;
        background: #ffffff !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        margin-top: 4px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
        border-radius: 0 0 12px 12px !important;
    }

    #primary-menu.open {
        max-height: 600px !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        overflow-y: auto !important;
        padding: 8px 0 !important;
    }

    #primary-menu > ul {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
        list-style: none !important;
    }

    #primary-menu > ul > li {
        width: 100% !important;
        white-space: normal !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #primary-menu > ul > li > a {
        padding: 10px 16px !important;
        width: 100% !important;
        white-space: normal !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        border-radius: 0 !important;
        color: #1a1a2e !important;
        display: block !important;
        transition: background 0.2s ease, color 0.2s ease !important;
        letter-spacing: 0.2px !important;
    }

    #primary-menu > ul > li > a::after {
        display: none !important;
    }

    #primary-menu > ul > li > a:hover,
    #primary-menu > ul > li.current > a {
        background: rgba(16, 206, 168, 0.06) !important;
        color: #10cea8 !important;
    }

    #primary-menu > ul > li:last-child > a {
        border-bottom: none !important;
    }

    /* Mobile Demo Button - Full width at bottom */
    .mobile-demo-btn {
        display: block !important;
        margin: 8px 16px 4px !important;
        padding: 12px 16px !important;
        background: #10cea8 !important;
        color: #fff !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        text-align: center !important;
        text-decoration: none !important;
        border: none !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 8px rgba(16, 206, 168, 0.2) !important;
        letter-spacing: 0.5px !important;
        width: calc(100% - 32px) !important;
    }

    .mobile-demo-btn:hover {
        background: #0db894 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 16px rgba(16, 206, 168, 0.3) !important;
        color: #fff !important;
    }


/* RTL Support for Mobile */
@media (max-width: 991px) {
    html[dir="rtl"] #primary-menu-trigger {
        order: 3 !important;
    }

    html[dir="rtl"] #logo {
        order: 2 !important;
        margin: 0 auto !important;
    }

    html[dir="rtl"] #top-account {
        order: 1 !important;
    }

    html[dir="rtl"] #primary-menu > ul > li > a {
        text-align: right !important;
    }

    html[dir="rtl"] #top-account {
        margin-right: 0 !important;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    #header-wrap .container {
        min-height: 52px !important;
        padding: 0 10px !important;
    }

    #logo {
        height: 52px !important;
    }

    #logo img {
        height: 28px !important;
        max-height: 28px !important;
    }

    #primary-menu-trigger {
        width: 34px !important;
        height: 34px !important;
    }

    #primary-menu-trigger i {
        font-size: 18px !important;
    }

    #top-account {
        height: 52px !important;
    }

    #top-account .lang-toggle {
        font-size: 10px !important;
        padding: 3px 6px !important;
        min-height: 28px !important;
        border-width: 1.5px !important;
        gap: 3px !important;
    }

    #top-account .lang-toggle img {
        width: 12px !important;
        height: 8px !important;
    }

    #top-account .lang-toggle span {
        font-size: 9px !important;
    }

    #primary-menu > ul > li > a {
        padding: 8px 14px !important;
        font-size: 13px !important;
    }

    .mobile-demo-btn {
        font-size: 13px !important;
        padding: 10px 14px !important;
        margin: 6px 14px 2px !important;
        width: calc(100% - 28px) !important;
    }
}
}