@charset "UTF-8";

.about p {
    text-align: justify;
}

/* ***** Banner ***** */
.banner .btn {
    --icon-font-size: 16px;
}

.banner .btn-solid {
    background-color: var(--lqd-color-white-smoke);

    /* background-image: linear-gradient(90deg, var(--lqd-color-gradient-start) 0%, var(--lqd-color-gradient-stop) 100%); */
}

.banner .btn-solid:hover,
.banner .btn-solid:focus {
    background-color: var(--lqd-color-primary);
    color: var(--lqd-color-white-smoke);
    /* background-image: linear-gradient(90deg, var(--lqd-color-gradient-stop) 0%, var(--lqd-color-gradient-start) 100%); */
}

.ld-masked-image .clip-svg {
    clip-path: url(#banner-masked-svg);
    -webkit-clip-path: url(#banner-masked-svg);
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}

@media (max-width: 1199px) {
    .banner {
        padding: 100px 30px 0px 30px;
    }

    .banner .ld-fancy-heading h2 {
        font-size: 58px;
    }

    .banner .module-btn {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 120px 10px 0px 10px;
    }

    .banner .ld-fancy-heading h2 {
        font-size: 14vw;
    }

    .banner .module-btn {
        margin: 0 0 10px 0;
    }
}

/* ***** services ***** */
.bg-color {
    background-color: #f0f6fc !important;
}

@media (max-width: 1199px) {
    .services {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .services {
        padding: 70px 0 20px 10px;
    }
}

/* ***** Portfoilo ***** */
@media (max-width: 1199px) {
    .portfolio {
        padding: 50px 0 50px 0;
    }

    .portfolio .module h2 {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .portfolio {
        padding: 20px 10px 30px 10px;
    }

    .portfolio .module-content {
        padding: 15px;
    }
}

/* ***** Marketing ***** */
.marketing .module-content {
    padding-left: 18%;
}

.marketing .module-content .lqd-highlight-inner {
    background: #D3FFF8;
    bottom: 4px;
    left: 0em;
}

.carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
    margin-top: 2.5em;
}

.marketing .carousel-nav {
    left: -17px;
}

.marketing .carousel-nav .flickity-button {
    font-size: 26px;
    width: 50px;
    height: 50px;
}

.marketing .flickity-button,
.marketing .flickity-button:focus,
.marketing .flickity-button:hover {
    background-color: transparent;
    color: #000;
}

@media (max-width: 1199px) {
    .marketing {
        padding: 50px 30px 60px 30px;
    }

    .marketing .carousel-dots-mobile {
        display: block;
    }

    .marketing .carousel-dots-mobile-inside .carousel-dots-mobile {
        opacity: 0;
    }

    .marketing .module-content {
        padding: 0 10px;
    }
}

@media(max-width:767px) {
    .marketing {
        padding: 40px 10px 50px 10px;
    }

    .marketing .module-image {
        margin: 0 0 10px 0;
    }

    .marketing .module-content {
        padding: 0 15px;
    }

    .marketing .module-content .ld-fancy-heading h2 {
        font-size: 15vw;
    }
}

/* ***** case Study Carousel ***** */
.case-study-carousel .carousel-nav .flickity-button {
    width: 20px;
    height: 20px;
}

.case-study-carousel .flickity-button {
    padding: 0;
    border-radius: 0;
}

.case-study-carousel .flickity-button,
.case-study-carousel .flickity-button:focus,
.case-study-carousel .flickity-button:hover {
    background-color: transparent;
    color: #000;
}

@media (max-width: 1199px) {
    .case-study-carousel {
        padding: 45px 40px 25px 40px;
    }

    .case-study-carousel .carousel-items {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .case-study-carousel {
        padding: 45px 25px 55px 25px;
    }

    .case-study-carousel .ld-fancy-heading {
        margin: 0 0 10px 0;
    }
}

/* ***** Case Study ***** */
.case-study .icon-box-module {
    box-shadow: -5px 18px 60px 0px rgba(210, 210, 234, 0.4);
}

.case-study .module-1 .iconbox-icon-container {
    box-shadow: 6px 15px 30px 0px rgb(188 0 50 / 12%);
}

.case-study .module-2 .iconbox-icon-container {
    box-shadow: 6px 15px 30px 0px rgb(103 200 216 / 23%);
}

.case-study .module-3 .iconbox-icon-container {
    box-shadow: 6px 15px 30px 0px rgb(80 207 128 / 18%);
}

.case-study .module-4 .iconbox-icon-container {
    box-shadow: 6px 15px 30px 0px rgb(221 116 195 / 19%);
}

@media (max-width: 1199px) {
    .case-study {
        padding: 50px 30px 25px 30px;
    }

    .case-study .title-module {
        padding: 0 15%;
    }

    .case-study .module-1,
    .case-study .module-3 {
        padding: 10px 25px 10px 10px;
    }

    .case-study .module-2,
    .case-study .module-4 {
        padding: 10px 10px 10px 25px;
    }

    .case-study .icon-box-module {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .case-study {
        padding: 30px 25px 35px 25px;
    }

    .case-study .title-module {
        padding: 0 0 30px 0;
    }

    .case-study .title-module .ld-fancy-heading p {
        font-size: 18px;
    }

    .case-study .module-content {
        margin-bottom: 20px;
        padding: 0;
    }

    .case-study .icon-box-module {
        margin: 0;
    }
}

/* ***** Team ***** */
.team .lqd-tm-details svg stop:first-child {
    stop-color: #F8F9FFE6;
}

.team .lqd-tm-details svg stop:last-child {
    stop-color: #F8F9FF;
}

@media (max-width: 1199px) {
    .team {
        padding: 25px 30px 50px 30px;
    }

    .team .module-2,
    .team .module-3 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .team {
        padding: 25px 10px 50px 10px;
    }

    .team .module-title {
        margin: 0 0 10px 0;
    }

    .team .module-btn {
        padding: 0 15px 20px 15px;
    }

    .team .module-1,
    .team .module-2 {
        margin-bottom: 35px;
    }
}

/* ***** counters ***** */
.counters .ld-fancy-heading .h2 {
    font-size: 50px;
}

.jawali-stat-section {
    overflow: hidden;
    background: linear-gradient(102deg, #f7f7f7 0%, #f7f7f7 78%, #fff1e9 100%);
}

.jawali-stat-heading {
    max-width: 700px;
    margin-bottom: 78px;
}

.jawali-stat-heading h2 {
    margin: 0;
    color: #1C2252;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.jawali-stat-grid {
    align-items: center;
    row-gap: 38px;
}

.jawali-stat-section.is-rtl .jawali-stat-grid {
    direction: rtl;
}

.jawali-stat-section.is-ltr .jawali-stat-grid {
    direction: ltr;
}

.jawali-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-height: 145px;
}

.jawali-stat-section.is-rtl .jawali-stat-item {
    flex-direction: row-reverse;
    text-align: right;
}

.jawali-stat-section.is-ltr .jawali-stat-item {
    flex-direction: row;
    text-align: left;
}

.jawali-stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 135px;
}

.jawali-stat-section.is-rtl .jawali-stat-content {
    align-items: flex-start;
}

.jawali-stat-section.is-ltr .jawali-stat-content {
    align-items: flex-start;
}

.jawali-stat-number {
    direction: ltr;
    color: #1C2252;
    font-size: clamp(44px, 4.2vw, 54px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
}

.jawali-stat-label {
    display: block;
    margin-top: 22px;
    color: #1C2252;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.jawali-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100px;
    flex: 0 0 126px;
}

.jawali-stat-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .counters {
        padding: 50px 0;
    }

    .counters .title-container {
        margin: 0 0 15px 0;
    }

    .counters .data-container {
        margin: 0 0 10px 0;
    }

    .counters .module-number p {
        font-size: 52px;
        line-height: 1em;
    }

    .jawali-stat-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .jawali-stat-heading {
        margin-bottom: 45px;
    }

    .jawali-stat-heading h2 {
        font-size: 30px;
    }

    .jawali-stat-item {
        justify-content: space-between;
        max-width: 360px;
        min-height: 110px;
        margin-inline: auto;
        gap: 20px;
    }

    .jawali-stat-icon {
        width: 94px;
        height: 94px;
        flex-basis: 94px;
    }

    .jawali-stat-number {
        font-size: 40px;
    }

    .jawali-stat-label {
        margin-top: 12px;
        font-size: 18px;
    }
}

/* ***** Testimonial ***** */
.testimonial .carousel-nav .flickity-button:hover {
    color: #FFFFFF;
    background: #000000;
}

.testimonial .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
    margin-top: 1.5em;
}

.carousel-dots-mobile .flickity-page-dots .dot:first-child {
    margin-inline-start: 0;
}

@media (max-width: 1199px) {
    .testimonial {
        padding: 170px 30px 85px 30px;
    }

    .testimonial .image-container {
        width: 100%;
        max-width: 100%;
    }

    .testimonial .lqd-imggrp-img-container {
        width: 50%;
        margin: auto;
    }

    .testimonial .carousel-item {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}

/* .carousel-items .carousel-item {
    width: 50%;
} */
@media (max-width: 767px) {
    .testimonial {
        padding: 70px 10px;
    }
}

/* ***** Clients ***** */
@media (max-width: 1199px) {
    .clients .module-img {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .clients .lqd-imggrp-single {
        margin: 0 0 20px 0;
    }
}

/* ***** Contact ***** */
.wc-contact-page {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 72%);
}

.wc-contact-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.5fr);
    gap: 24px;
    align-items: stretch;
}

.wc-contact-info,
.wc-contact-form-card {
    border: 1px solid rgba(26, 31, 82, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(26, 31, 82, 0.07);
}

.wc-contact-info {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #1A1F52;
    color: #fff;
}

.wc-contact-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(239, 125, 27, 0.14);
    color: #ffb15f;
    font-size: 13px;
    font-weight: 800;
}

.wc-contact-info h2,
.wc-contact-form-head h2 {
    margin: 0;
    color: inherit;
    font-family: 'Montserrat Arabic', 'Cairo', sans-serif;
    font-weight: 900;
    line-height: 1.25;
}

.wc-contact-info h2 {
    font-size: clamp(28px, 2.4vw, 42px);
}

.wc-contact-info p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.9;
}

.wc-contact-methods {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.wc-contact-method {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.wc-contact-method--link {
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.wc-contact-method--link:hover {
    border-color: rgba(239, 125, 27, 0.45);
    background: rgba(239, 125, 27, 0.12);
    color: inherit;
    transform: translateY(-1px);
}

.wc-contact-method__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #EF7D1B;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.wc-contact-method span:not(.wc-contact-method__icon) {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 700;
}

.wc-contact-method strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    word-break: break-word;
}

.wc-contact-social-block {
    margin-top: auto;
    padding-top: 22px;
}

.wc-contact-social-block > span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 800;
}

.wc-contact-info .wc-social-links {
    margin-top: 0;
}

.wc-contact-info .wc-social-links a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.wc-contact-info .wc-social-links a:hover {
    background: #EF7D1B;
    border-color: #EF7D1B;
    color: #fff;
}

.wc-contact-form-card {
    padding: 30px;
}

.wc-contact-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(26, 31, 82, 0.08);
}

.wc-contact-form-head h2 {
    color: #1A1F52;
    font-size: clamp(24px, 1.8vw, 34px);
}

.wc-contact-form-head p {
    margin: 8px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.wc-contact-form-head > span {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(239, 125, 27, 0.1);
    color: #EF7D1B;
    font-size: 12px;
    font-weight: 800;
}

.wc-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wc-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.wc-field--wide {
    grid-column: 1 / -1;
}

.wc-field span {
    color: #1A1F52;
    font-size: 14px;
    font-weight: 800;
}

.wc-field input,
.wc-field textarea {
    width: 100%;
    border: 1px solid rgba(26, 31, 82, 0.14);
    border-radius: 12px;
    background: #fff;
    color: #101828;
    font-size: 15px;
    line-height: 1.6;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wc-field input {
    min-height: 52px;
    padding: 0 14px;
}

.wc-field textarea {
    min-height: 160px;
    resize: vertical;
    padding: 14px;
}

.wc-field input:focus,
.wc-field textarea:focus {
    border-color: rgba(239, 125, 27, 0.72);
    box-shadow: 0 0 0 4px rgba(239, 125, 27, 0.11);
    background: #fff;
}

.wc-contact-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.wc-contact-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.8;
}

.wc-contact-acceptance input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #EF7D1B;
}

.wc-contact-acceptance a {
    color: #EF7D1B;
    font-weight: 800;
}

.wc-contact-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.wc-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: #EF7D1B;
    color: #fff;
    font-family: 'Montserrat Arabic', 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.wc-contact-submit:hover {
    background: #d96810;
    transform: translateY(-1px);
}

.wc-contact-submit:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.wc-contact-response {
    min-height: 24px;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.wc-contact-response p {
    margin: 0;
}

.wc-contact-response ul {
    margin: 6px 0 0;
    padding-inline-start: 18px;
}

.wc-contact-response.is-success {
    color: #027a48;
}

.wc-contact-response.is-error {
    color: #b42318;
}

@media (max-width: 1199px) {
    .contact {
        padding-right: 35px;
        padding-left: 35px;
    }

    .contact .ld-fancy-heading h2 {
        font-size: 38px;
    }

    .contact .module-white {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .wc-contact-page {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .wc-contact-shell {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wc-contact-info,
    .wc-contact-form-card {
        border-radius: 16px;
        padding: 20px;
    }

    .wc-contact-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wc-contact-form-head {
        flex-direction: column;
        gap: 10px;
    }

    .wc-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wc-contact-submit {
        width: 100%;
    }

    .contact {
        padding: 70px 15px;
    }

    .contact .ld-fancy-heading h2 {
        font-size: 11vw;
    }

    .contact .module-white {
        padding: 30px 20px 15px 20px;
    }
}

/* **** about us **** */
.about .btn {
    --icon-font-size: 16px;
}

.about .btn-solid {
    background-image: linear-gradient(-90deg, var(--lqd-color-gradient-start) 0%, var(--lqd-color-gradient-stop) 100%) !important;
}

.about .btn-solid:hover,
.about .btn-solid:focus {
    background-image: linear-gradient(-90deg, var(--lqd-color-gradient-stop) 0%, var(--lqd-color-gradient-start) 100%) !important;
}

.about .module-btn {
    margin-left: 10px;
}

.svg-drow {
    height: 600px
}

.aboutus svg {
    height: 350px !important;
    width: auto;
    position: absolute;
    transform: translate(50%, -50%);
    top: 0px;
    opacity: 1.5
}

.about-features {
    background: #fff;
}

.about-features .row {
    row-gap: 24px;
}

.about-features.is-rtl .row {
    direction: rtl;
}

.about-features.is-ltr .row {
    direction: ltr;
}

.about-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 410px;
    min-height: 255px;
    margin-inline: auto;
    text-align: start;
}

.about-features.is-rtl .about-feature-item {
    align-items: flex-start;
    text-align: right;
    direction: rtl;
}

.about-features.is-rtl .about-feature-icon,
.about-features.is-rtl .about-feature-content {
    align-self: flex-start;
}

.about-features.is-ltr .about-feature-item {
    align-items: flex-start;
    text-align: left;
    direction: ltr;
}

.about-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-bottom: 16px;
}

.about-feature-icon img {
    width: auto;
    height: 45px;
    object-fit: contain;
    object-position: center;
    transition: none;
}

.about-feature-content h3 {
    margin: 0 0 15px;
    color: #1C2252;
    /* font-size: 27px; */
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
}

.about-feature-content p {
    max-width: 390px;
    margin: 0 0 18px;
    color: #1C2252;
    /* font-size: 20px; */
    font-weight: 500;
    line-height: 1.65;
}

.about-feature-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #F57C13;
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.about-feature-link:hover,
.about-feature-link:focus {
    color: #1C2252;
    transform: translateY(-2px);
}

.about-feature-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .about-feature-content h3 {
        font-size: 23px;
    }

    .about-feature-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-features {
        padding-bottom: 50px;
    }

    .about-feature-item {
        min-height: auto;
        padding-inline: 18px;
    }

    .about-feature-content h3 {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .about-feature-content p {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .about-mobile-intro {
        padding: 28px 0 18px !important;
    }

    .about-mobile-intro .container,
    .about-mobile-feature .container,
    .about-mobile-cta .container,
    #testimonials .container {
        padding-inline: 16px !important;
    }

    .about-mobile-intro .row {
        row-gap: 22px !important;
    }

    .about-mobile-intro .w-50percent,
    .about-mobile-intro .w-45percent {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .about-mobile-intro h2 {
        margin-bottom: 12px !important;
        font-size: 30px !important;
        line-height: 1.25 !important;
    }

    .about-mobile-intro .text-20 {
        margin-bottom: 18px !important;
        font-size: 15px !important;
        line-height: 1.85 !important;
    }

    .about-mobile-intro .btn {
        min-height: 42px !important;
        padding: 0 18px !important;
        font-size: 12px !important;
        border-radius: 8px !important;
    }

    .about-mobile-intro .module-img,
    .about-mobile-intro figure {
        width: 100% !important;
        text-align: center !important;
    }

    .about-mobile-intro img {
        width: min(86%, 320px) !important;
        margin: 0 auto !important;
    }

    .about-mobile-feature {
        padding: 10px 0 !important;
    }

    .about-mobile-feature .w-full.flex {
        gap: 14px !important;
    }

    .about-mobile-feature .module-content-col {
        min-height: auto !important;
        margin: 0 !important;
        padding: 24px 22px !important;
        border-radius: 8px !important;
    }

    .about-mobile-feature .module-content-col .spacer {
        display: none !important;
    }

    .about-mobile-feature .module-content-col h2 {
        margin-bottom: 12px !important;
        font-size: 21px !important;
        line-height: 1.35 !important;
    }

    .about-mobile-feature .module-content-col p {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 1.85 !important;
    }

    .about-mobile-feature .module-content-col .mb-80,
    .about-mobile-feature .module-content-col .mb-30,
    .about-mobile-feature .module-content-col .mb-10 {
        margin-bottom: 0 !important;
    }

    .about-mobile-feature .min-h-450,
    .about-mobile-feature .min-h-400 {
        min-height: 260px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 22px !important;
        justify-content: center !important;
        border-radius: 8px !important;
    }

    .about-mobile-feature .min-h-450 > .absolute,
    .about-mobile-feature .min-h-400 > .absolute {
        position: static !important;
        transform: none !important;
        width: 100% !important;
    }

    .about-mobile-feature img.h-305,
    .about-mobile-feature img.object-cover {
        width: min(78vw, 280px) !important;
        height: auto !important;
        max-height: 235px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    #testimonials {
        padding: 28px 0 !important;
    }

    #testimonials .row {
        margin: 0 !important;
        padding: 34px 18px !important;
        background-size: 190px auto !important;
        background-position: left top !important;
    }

    #testimonials .pr-60 {
        padding-right: 0 !important;
    }

    #testimonials .testimonials-title-wrap h2 {
        font-size: 23px !important;
        line-height: 1.35 !important;
    }

    #testimonials .carousel-item {
        padding-inline: 0 !important;
    }

    .about-mobile-cta {
        padding: 36px 0 54px !important;
    }

    .about-mobile-cta-card {
        margin: 0 !important;
        padding: 34px 18px 30px !important;
        border-radius: 8px !important;
    }

    .about-mobile-cta img {
        width: 132px !important;
        height: auto !important;
    }

    .about-mobile-cta h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .about-mobile-cta p {
        margin-bottom: 22px !important;
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .about-mobile-store-link {
        display: block !important;
        width: min(100%, 250px) !important;
        margin: 0 auto 12px !important;
    }

    .about-mobile-cta .cta-store-button {
        width: 100% !important;
        min-height: 68px !important;
        margin-bottom: 0 !important;
        padding: 8px 16px !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    .about-mobile-cta .cta-store-button .icon-wrapper {
        width: 42px !important;
        padding: 6px !important;
        flex: 0 0 42px !important;
    }

    .about-mobile-cta .cta-store-button .icon {
        font-size: 28px !important;
    }

    .about-mobile-cta .cta-store-button .text-22 {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }
}

.svg {
    height: 470px;
    position: absolute;
    transform: translate(50%, 20%);
    right: 69%;
    top: 120px;
    opacity: 1.5;
    z-index: 0
}

.svg-path {
    stroke-dasharray: 1150;
    stroke-dashoffset: 1150;
    animation: 7s linear infinite alternate dash;
    fill-opacity: 1
}

@keyframes dash {
    from {
        stroke-dashoffset: 3000px
    }

    to {
        stroke-dashoffset: 0px;
        fill-opacity: 1
    }
}

.cls-1 {
    stroke: url(#linear-gradient-8);
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8,
.cls-9,
.cls-10 {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 3.07px;
}

.cls-2 {
    stroke: url(#linear-gradient-3);
}

.cls-11 {
    filter: url(#drop-shadow-9);
}

.cls-12 {
    filter: url(#drop-shadow-2);
}

.cls-3 {
    stroke: url(#linear-gradient);
}

.cls-4 {
    stroke: url(#linear-gradient-5);
}

.cls-13 {
    filter: url(#drop-shadow-6);
}

.cls-14,
.cls-15 {
    opacity: 1;
}

.cls-16 {
    filter: url(#drop-shadow-5);
}

.cls-17 {
    fill: #fff;
}

.cls-18 {
    filter: url(#drop-shadow-8);
}

.cls-5 {
    stroke: url(#linear-gradient-4);
}

.cls-19 {
    filter: url(#drop-shadow-4);
}

.cls-6 {
    stroke: url(#linear-gradient-10);
}

.cls-20 {
    filter: url(#drop-shadow-1);
}

.cls-21 {
    filter: url(#drop-shadow-11);
}

.cls-22 {
    filter: url(#drop-shadow-10);
}

.cls-7 {
    stroke: url(#linear-gradient-9);
}

.cls-8 {
    stroke: url(#linear-gradient-2);
}

.cls-9 {
    stroke: url(#linear-gradient-7);
}

.cls-10 {
    stroke: url(#linear-gradient-6);
}

.cls-23 {
    filter: url(#drop-shadow-12);
}

.cls-24 {
    filter: url(#drop-shadow-3);
}

.cls-15 {
    filter: url(#drop-shadow-7);
}

[dir="rtl"] .flip-rtl {
    display: inline-block !important;
    transform: scaleX(-1) !important;
    transform-origin: center;
}

[dir="rtl"] .btn-icon {
    display: inline-block;
    transform: scaleX(-1);
    transform-origin: center;
}

/* اقلب اتجاه رموز الأسهم فقط في RTL (من دون لمس اتجاه السلايدر أو النص) */
[dir="rtl"] #home-hero .flickity-prev-next-button.previous,
[dir="rtl"] #home-hero .flickity-prev-next-button.next {
    transform: scaleX(-1) !important;
    transform-origin: center !important;
}

/* اختياري: لو الثيم يضخ Transform على الـ SVG نفسه عطّله */
[dir="rtl"] #home-hero .flickity-prev-next-button .flickity-button-icon,
[dir="rtl"] #home-hero .flickity-prev-next-button svg {
    transform: none !important;
    transform-box: view-box;
    transform-origin: center;
}

.carousel-item-content h6 {
    color: var(--lqd-body-text-color) !important
}

.primary-color h6 {
    color: var(--lqd-color-primary) !important
}

.hide-mobile {
    display: none;
}

@media (min-width: 992px) {
    .hide-mobile {
        display: block;
    }
}

.search-input::placeholder {
    color: #dedddd !important;
    opacity: 1;
}

.search-input:-ms-input-placeholder {
    color: #dedddd !important;
}

.search-input::-ms-input-placeholder {
    color: #dedddd !important;
}

.services .iconbox:hover {
    background-color: var(--lqd-color-blue-600);
}

.services .iconbox:hover .contents h3,
.services .iconbox:hover .contents p {
    color: #fff;
}

/* ***** Titlebar ***** */
@media (max-width: 767px) {
    .titlebar-inner h1 {
        font-size: 60px;
    }
}

/* ***** Form ***** */
.form .module-form {
    box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}

.form .lqd-contact-form {
    --input-margin-bottom: 20px;
    --inputs-margin: 0 0 var(--input-margin-bottom) 0;
}

@media (max-width: 767px) {
    .form {
        padding-right: 10px;
        padding-left: 10px;
    }

    .form .module-form {
        margin-right: 10px;
        margin-left: 10px;
        padding: 35px 15px;
    }
}

/* ***** Map ***** */
.map .module-contact {
    box-shadow: 20px 40px 60px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .map .module-col {
        padding-right: 50px;
        padding-left: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .map .module-col {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0;
    }

    .map .module-contact {
        padding: 45px 20px;
    }
}

.border-blue-10 {
    border-color: rgba(8, 5, 71, 0.1);
}

.feature-services .lqd-iconbox-scale:hover {
    background-color: #c9ecf682;
    transform: scale(1.1);
}

.features img {
    transition: filter 0.3s ease;
}

.features:hover img {
    filter: brightness(0) invert(1);
}

.services .img {
    transition: filter 0.3s ease;
}

.services:hover .img {
    filter: brightness(0) invert(1);
}

.bg-blue {
    background: linear-gradient(360deg, #13183e, #1c2252);
}

.text-white-300 .text-blue-400 {
    color: #F8F9FF;
}

.main-footer h3 {
    color: #F8F9FF !important;
}

.main-footer .text-slate-500 {
    color: #F8F9FF !important;
}

.main-footer p,
.main-footer span {
    color: #F8F9FF;
}

.main-footer .text-end {
    color: #F8F9FF;
}

.main-footer .lqd-custom-menu a {
    position: relative;
    width: fit-content !important;
    color: #F8F9FF !important;
    transition: color 0.24s ease, transform 0.24s ease;
}

.main-footer .lqd-custom-menu a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #F7921E 0%, #F9C20A 100%);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.24s ease;
}

.main-footer .lqd-custom-menu a:hover,
.main-footer .lqd-custom-menu a:focus-visible {
    color: #F9C20A !important;
    transform: translateX(-4px);
}

.main-footer .lqd-custom-menu a:hover::after,
.main-footer .lqd-custom-menu a:focus-visible::after {
    transform: scaleX(1);
}

.main-footer .store-btn {
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.main-footer .store-btn:hover,
.main-footer .store-btn:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(247, 146, 30, 0.2);
}

.main-footer a:focus-visible {
    outline: 2px solid rgba(249, 194, 10, 0.6);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .main-footer .lqd-custom-menu a,
    .main-footer .lqd-custom-menu a::after,
    .main-footer .store-btn {
        transition: none;
    }
}

/* Back to top coin scroll progress */
.lqd-back-to-top {
    --scroll-progress: 0%;
}

.lqd-back-to-top .circle {
    isolation: isolate;
    background: #fff !important;
    border: 1px solid rgba(245, 158, 11, 0.28);
    box-shadow: 0 12px 30px rgba(28, 34, 82, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.lqd-back-to-top .circle::before,
.lqd-back-to-top .circle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: var(--scroll-progress);
    pointer-events: none;
    z-index: 1;
    transition: height 0.18s linear, opacity 0.18s ease;
    will-change: height, background-position;
}

.lqd-back-to-top .circle::before {
    background:
        radial-gradient(circle at 16px 40px, #2F2588 0 19px, transparent 20px),
        radial-gradient(circle at 36px 18px, #FFC400 0 21px, transparent 22px),
        radial-gradient(circle at 42px 43px, #F7931A 0 20px, transparent 21px),
        radial-gradient(circle at 53px 17px, #F7931A 0 7px, transparent 8px),
        radial-gradient(circle at 72px 50px, #2F2588 0 15px, transparent 16px),
        radial-gradient(circle at 92px 26px, #FFC400 0 18px, transparent 19px),
        radial-gradient(circle at 102px 56px, #F7931A 0 17px, transparent 18px),
        linear-gradient(180deg, rgba(255, 196, 0, 0.12), rgba(247, 147, 26, 0.14));
    background-size: 112px 74px, 112px 74px, 112px 74px, 112px 74px, 112px 74px, 112px 74px, 112px 74px, 100% 100%;
    background-position: 0 0;
    opacity: 0.96;
    animation: backToTopCoins 4.2s linear infinite;
}

.lqd-back-to-top .circle::after {
    height: calc(var(--scroll-progress) + 8%);
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.55) 0 4px, transparent 5px),
        radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.34) 0 3px, transparent 4px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
    opacity: 0.8;
    animation: backToTopCoinSparkle 2.1s ease-in-out infinite alternate;
}

.lqd-back-to-top svg {
    position: relative;
    z-index: 2;
}

.lqd-back-to-top svg path {
    transition: fill 0.2s ease;
}

.lqd-back-to-top.is-filled svg path {
    fill: #1C2252;
}

@keyframes backToTopCoins {
    from {
        background-position: 0 -74px, 0 -74px, 0 -74px, 0 -74px, 0 -74px, 0 -74px, 0 -74px, 0 0;
    }

    to {
        background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}

@keyframes backToTopCoinSparkle {
    from {
        transform: translateY(0);
        opacity: 0.58;
    }

    to {
        transform: translateY(-3px);
        opacity: 0.95;
    }
}

/* GDPR cookie card */
#lqd-gdpr.wc-cookie-card {
    width: min(292px, calc(100vw - 32px)) !important;
    min-width: 0 !important;
    padding: 28px 26px 26px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 10px !important;
    position: fixed !important;
    right: auto !important;
    left: 24px !important;
    bottom: 112px !important;
    z-index: 10152 !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98)),
        radial-gradient(circle at 0% 0%, rgba(245, 124, 19, 0.09), transparent 46%) !important;
    color: #1C2252 !important;
    text-align: center !important;
    box-shadow: 0 22px 52px rgba(28, 34, 82, 0.14) !important;
    transform: translateY(20px) !important;
}

#lqd-gdpr.wc-cookie-card.lqd-gdpr-ready.lqd-gdpr-visible {
    animation: wcCookieIn 0.55s cubic-bezier(.19, 1, .22, 1) both !important;
}

#lqd-gdpr.wc-cookie-card.lqd-gdpr-ready.lqd-gdpr-hidden {
    animation: wcCookieOut 0.35s ease both !important;
}

.wc-cookie-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
}

.wc-cookie-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    background: transparent;
    color: rgba(28, 34, 82, 0.38);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.wc-cookie-close:hover,
.wc-cookie-close:focus {
    background-color: rgba(28, 34, 82, 0.06);
    color: #1C2252;
}

.wc-cookie-icon {
    display: grid;
    width: 64px;
    height: 58px;
    margin: 14px auto 12px;
    place-items: center;
    font-size: 40px;
    line-height: 1;
}

.wc-cookie-content {
    padding: 0 !important;
}

.wc-cookie-content h3 {
    max-width: 210px;
    margin: 0 auto 14px;
    color: #1C2252;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.wc-cookie-content p {
    margin: 0 auto;
    color: rgba(28, 34, 82, 0.76);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
}

.wc-cookie-content a {
    color: #1C2252;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wc-cookie-actions {
    width: 100%;
    margin-top: 24px;
}

.wc-cookie-accept {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 148px !important;
    min-height: 44px !important;
    padding: 12px 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #F57C13 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 14px 26px rgba(245, 124, 19, 0.28) !important;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.wc-cookie-accept:hover,
.wc-cookie-accept:focus {
    background: #e66f0d !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(245, 124, 19, 0.34) !important;
}

@keyframes wcCookieIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes wcCookieOut {
    from {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        visibility: hidden;
        transform: translateY(16px);
    }
}

@media (max-width: 540px) {
    #lqd-gdpr.wc-cookie-card {
        left: 16px !important;
        bottom: 96px !important;
        padding: 24px 22px 22px !important;
    }
}

.partner-logo {
    filter: grayscale(100%) brightness(0.7);
    opacity: 0.8;
    transition: all 0.3s ease;
    height: 60px;
}

/* Language Switch */
.lang-toggle {
    width: 64px;
    height: 32px;
    border-radius: 999px;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.lang-toggle .toggle-track {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(0, 15, 159, 0.10);
    border: 1px solid rgba(0, 15, 159, 0.18);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: .25s ease;
}

.lang-toggle:hover .toggle-track {
    background: rgba(0, 15, 159, 0.14);
}

.lang-toggle .toggle-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
}

.lang-toggle .toggle-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #000F9F;
    line-height: 1;
    user-select: none;
}

/* الحالة ON = اللغة الحالية EN => الدائرة يمين */
.lang-toggle.is-on .toggle-thumb {
    right: 2px;
    left: auto;
}

/* الحالة OFF = اللغة الحالية AR => الدائرة يسار */
.lang-toggle.is-off .toggle-thumb {
    left: 2px;
    right: auto;
}

/* Mobile */
@media (max-width: 767px) {
    .lang-toggle {
        width: 60px;
        height: 30px;
    }

    .lang-toggle .toggle-thumb {
        width: 26px;
        height: 26px;
    }

    .lang-toggle .toggle-label {
        font-size: 10.5px;
    }

    .text-60 {
        font-size: 30px;
    }

    #lqd-gdpr:not(.wc-cookie-card) {
        bottom: 0.5rem;
    }

    .h2,
    h2 {
        font-size: 22px !important;
    }

    .ld-fancy-heading {
        padding-top: 15px;
    }

    .mb-40,
    .my-40 {
        margin-bottom: 20px;
    }

    .text-end {
        text-align: center;
    }
}

/** logo switcher**/
.brand-switcher {
    position: relative;
    width: 260px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.brand-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transform: translateX(40px) scale(0.98);
    transition:
        transform 0.7s cubic-bezier(.22, .61, .36, 1),
        opacity 0.45s ease;
    white-space: nowrap;
}

.brand-item.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 2;
}

.brand-item.is-exit {
    opacity: 0;
    transform: translateX(-25px) scale(0.96);
    z-index: 1;
}

.brand-text {
    font-size: 16px;
    font-weight: 700;
    color: #0b2a6f;
    letter-spacing: .2px;
}

.brand-item,
.brand-switcher {
    will-change: transform, opacity;
}

/* search */
.smart-inline-search {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.smart-inline-search .smart-search-trigger {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, opacity .15s ease;
}

.smart-inline-search.is-open .smart-search-trigger {
    opacity: 0;
    pointer-events: none;
}

.smart-search-dropdown {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    opacity: 0;
    pointer-events: none;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: width .25s cubic-bezier(.2, .8, .2, 1), opacity .15s ease, box-shadow .2s ease;
}

.smart-inline-search.is-open .smart-search-dropdown {
    opacity: 1;
    pointer-events: auto;
    width: 220px;
}

.smart-inline-search.is-open.is-focus .smart-search-dropdown {
    width: 300px;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .10);
    border-color: rgba(11, 42, 111, .25);
}

.smart-inline-search .ld-search-form {
    position: relative;
    display: flex;
    align-items: center;
    height: 38px;
}

.smart-search-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .65;
    color: #0b2a6f;
    flex: 0 0 38px;
}

.smart-search-input {
    height: 38px;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 10px 0 44px;
    font-size: 14px;
    color: #0b2a6f;
}

.smart-search-close {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    opacity: .7;
    cursor: pointer;
}

.smart-search-close:hover {
    opacity: 1;
}

@media (max-width: 480px) {
    .smart-inline-search.is-open .smart-search-dropdown {
        width: 190px;
    }

    .smart-inline-search.is-open.is-focus .smart-search-dropdown {
        width: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .smart-search-dropdown,
    .smart-search-trigger {
        transition: none !important;
    }
}

.lqd-submenu-cover .main-nav>.menu-item-has-children:not(.megamenu)>.nav-item-children {
    top: 50px;
    padding-bottom: 40px;
}

.banner .btn-solid {
    --btn-pt: 16px;
    --btn-pe: 31px;
    --btn-pb: 16px;
    --btn-ps: 31px;
    --icon-mt: 0;
    --icon-me: 18px;
    --icon-mb: 0;
    --icon-ms: 0
}

.banner .btn-icon-right {
    --icon-mt: 2px;
    --icon-ms: 10px
}

@media (max-width:1199px) {
    .banner {
        padding: 40px 40px 0
    }

    .banner .ld-fancy-heading p {
        padding: 0 15%
    }
}

@media (max-width:767px) {
    .banner {
        padding: 20px 0px 180px
    }

    .banner .ld-fancy-heading p {
        padding: 0
    }

    .banner .btn-icon-right {
        margin: 20px 30px 0
    }
}

.clients .lqd-imggrp-single:hover {
    opacity: .7
}

@media (max-width:1199px) {
    .clients {
        padding: 50px 40px
    }
}

@media (max-width:767px) {
    .clients {
        padding: 40px 20px
    }
}

@media (max-width:1199px) {
    .features {
        padding: 100px 20px
    }

    .features .col-12:first-child .d-flex {
        margin: 0 0 30px 20px
    }
}

@media (max-width:767px) {
    .features {
        padding: 40px 0
    }
}

.solutions .lqd-section-scroll-dots {
    flex-direction: column
}

.solutions .lqd-section-scroll-dot {
    justify-content: center;
    align-items: center;
    border-radius: 50em
}

.solutions .lqd-overlay {
    display: block
}

.solutions .module-img-1 .block-revealer__element {
    background-color: #f0ebff
}

@media (max-width:1199px) {
    .solutions {
        padding: 40px
    }

    .solutions .lqd-section-scroll-inner {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .solutions {
        padding: 40px 20px
    }
}

.tab-box .lqd-tabs-nav {
    --icon-size: 1em
}

.tab-box .lqd-tabs .lqd-tabs-nav li a.active,
.tab-box .lqd-tabs-style-5 .lqd-tabs-nav a:after {
    background-color: transparent;
    background-image: linear-gradient(180deg, #eaf4f3 0, #fff 100%)
}

.tab-box .lqd-tabs-nav .h3,
.tab-box .lqd-tabs-nav>li>a,
.tab-box .lqd-tabs-nav>li>a .lqd-tabs-nav-txt {
    font-size: var(--lqd-accent-font-size);
    line-height: var(--lqd-accent-line-height);
    letter-spacing: var(--lqd-accent-letter-spacing);
    word-spacing: var(--lqd-accent-word-spacing)
}

.tab-box .lqd-tabs .lqd-tabs-nav li a.active {
    color: #35399f
}

.tab-box .lqd-counter-element {
    margin-bottom: .3em;
    font-size: 51px
}

@media (max-width:1199px) {
    .tab-box {
        padding: 50px 40px
    }
}

@media screen and (max-width:768px) {
    .lqd-tabs-style-13 {
        flex-direction: column-reverse !important
    }
}

@media (max-width:767px) {
    .tab-box {
        padding: 40px 20px
    }

    .tab-box .lqd-counter-element {
        font-size: 12vw
    }
}

.lqd-tabs-style-10 .lqd-tabs-nav li a.active:before {
    opacity: 1;
    transform: scale(1)
}

@media (max-width:1199px) {
    .blog {
        padding: 0 40px 50px
    }
}

@media (max-width:767px) {
    .blog {
        padding: 0px
    }
}

:root {
    --lqd-container-width: 1140px;
    --lqd-container-width-sm: 100%;
    --lqd-container-width-md: 100%;
    --bs-gutter-x: 20px;
    --lqd-row-gutter-y: 20px;
    --lqd-row-gutter-x: 20px;
    --lqd-text-font-size: 13px;
    --lqd-accent-font-size: 16px;
    --lqd-accent-line-height: 2em;
    --lqd-body-font-size: 16px;
    --lqd-body-font-weight: 400;
    --lqd-body-line-height: 22px;
    --lqd-heading-color: var(--lqd-color-accent);
    --lqd-heading-font-weight: 600;
    --lqd-heading-line-height: 1.2em;
    --lqd-h1-font-size: 65px;
    --lqd-h1-line-height: 57px;
    --lqd-h1-letter-spacing: -1.96px;
    --lqd-h2-font-size: 40px;
    --lqd-h2-line-height: 1.1em;
    --lqd-h2-letter-spacing: -0.5px;
    --lqd-h3-font-size: 36px;
    --lqd-h4-font-size: 32px;
    --lqd-h5-font-size: 20px;
    --lqd-h6-font-size: 17px;
    --lqd-cc-bc: var(--lqd-color-primary);
    --lqd-cc-bg: var(--lqd-color-primary);
    --lqd-cc-size-outer: 35px;
    --lqd-cc-size-inner: 7px;
    --lqd-cc-bw: 1px;
    --lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
    --lqd-cc-active-bc: var(--lqd-color-primary);
    --lqd-cc-active-bg: var(--lqd-color-primary);
    --lqd-cc-active-bw: 1px;
    --lqd-cc-active-circle-color: #fff;
    --lqd-cc-active-circle-txt: #000
}

.main-header .lqd-hide-onstuck {
    background-size: 91px auto
}

.main-header .lqd-hide-onstuck a:before {
    background-color: #fff
}

.main-header .module-primary-nav a:hover,
.main-header .module-primary-nav li.is-active,
.social-icon:hover i {
    color: #000
}

@media (max-width:1199px) {
    .main-header .module-primary-nav .navbar-collapse {
        margin-right: 50px
    }
}

@media (max-width:767px) {
    .main-header .lqd-mobile-sec .navbar-brand img {
        max-width: 171px
    }
}

@media (max-width:991px) {
    .banner {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .banner h1,
    .banner h2 {
        font-size: 66px
    }
}

@media (max-width:767px) {
    .banner h2 {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .about {
        padding-bottom: 40px
    }

    .about h2 {
        font-size: 38px
    }

    .contact {
        border-width: 10px
    }
}

.ld-flipbox-face {
    backface-visibility: hidden
}

@media (max-width:767px) {
    .about {
        padding-bottom: 70px
    }

    .about h2 {
        font-size: var(--lqd-h2-font-size)
    }

    .ld-flipbox-inner {
        padding: 25px
    }
}

:root {
    --lqd-color-blue-900: #0f144e;
    --lqd-container-width: 1170px;
    --lqd-container-width-md: 970px;
    --lqd-container-width-sm: 750px;
    --lqd-row-gutter-y: 0;
    --lqd-row-gutter-x: 30px;
    --lqd-body-font-weight: 400;
    --lqd-body-line-height: 1.7em;
    --lqd-body-font-size: 1em;
    --lqd-body-color: #8a8a91;
    --lqd-heading-font-weight: 700;
    --lqd-heading-line-height: 1.2em;
    --lqd-heading-color: #181b31;
    --lqd-h1-font-size: 52px;
    --lqd-h2-font-size: 40px;
    --lqd-h3-font-size: 30px;
    --lqd-h4-font-size: 25px;
    --lqd-h6-letter-spacing: .1em;
    --lqd-h6-font-size: 12px;
    --lqd-h6-text-transform: uppercase
}

.lqd-highlight-inner svg {
    height: .275em;
    max-height: .475em
}

.ld-flipbox,
.lqd-imggrp-single[data-hover3d] {
    perspective: 1200px
}

.ld-flipbox-face,
.ld-flipbox-wrap,
.lqd-imggrp-single[data-hover3d] .lqd-imggrp-img-container {
    transform-style: preserve-3d
}

.main-header .lqd-head-col>.lqd-active-row-light.header-module>.navbar-collapse .main-nav>li>a {
    color: rgba(0, 0, 0, .8)
}

/* .lqd-section-scroll-dot {
    width: 40px;
    height: 40px;
    border: 1px solid #fdfdfd;
    cursor: pointer;
    font-size: 14px;
    color: #fdfdfd;
    transition: background .3s;
    counter-increment: section-scroll-dots;
} */
.lqd-section-scroll-dot.is-active,
.lqd-section-scroll-dot:hover {
    border-color: #283c62;
    background-color: #283c62;
    color: #fff;
}

/* Chatbot Widget Container */
.chatbot-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Chat Toggle Button */
.chat-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
    background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.chat-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.chat-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    /*background: linear-gradient(135deg, #224398 0%, rgb(237 28 36) 100%)*/
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.chat-toggle:hover::before {
    transform: translateX(100%);
}

.chat-icon {
    width: 24px;
    height: 24px;
    fill: white;
    transition: transform 0.3s ease;
}

.chat-toggle.active .chat-icon {
    transform: rotate(180deg);
}

/* Chat Container */
.chat-container {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    height: 500px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.chat-container.active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}

/* Chat Header */
.chat-header {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
    background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);

    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.chat-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.chat-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.chat-subtitle {
    font-size: 12px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.status-indicator {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 10px;
    height: 10px;
    background: #4ade80;
    border-radius: 50%;
    animation: blink 2s infinite;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0.3;
    }
}

/* Chat Messages */
.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f8fafc;
}

.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.message {
    margin-bottom: 15px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.message.bot {
    text-align: left;
}

.message.user {
    text-align: right;
}

.message-content {
    display: inline-block;
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

.message.bot .message-content {
    background: white;
    color: #374151;
    border-bottom-left-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.message.user .message-content {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
    background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);

    color: white;
    border-bottom-right-radius: 6px;
}

.message-time {
    font-size: 11px;
    opacity: 0.6;
    margin-top: 5px;
}

/* Typing Indicator */
.typing-indicator {
    display: none;
    padding: 12px 16px;
    background: white;
    border-radius: 18px;
    border-bottom-left-radius: 6px;
    max-width: 80%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.typing-dots {
    display: flex;
    gap: 4px;
}

.typing-dot {
    width: 8px;
    height: 8px;
    background: #9ca3af;
    border-radius: 50%;
    animation: typing 1.4s infinite;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {

    0%,
    60%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }
}

/* Chat Input */
.chat-input-container {
    padding: 20px;
    background: white;
    border-top: 1px solid #e5e7eb;
}

.chat-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #f8fafc;
    border-radius: 25px;
    padding: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.chat-input-wrapper:focus-within {
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.chat-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
    background: transparent;
    color: #374151;
}

.chat-input::placeholder {
    color: #9ca3af;
}

.send-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
    /*background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);*/
    background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);

    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.send-button:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.send-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.send-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Welcome Message */
.welcome-message {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);

    border: 1px solid #0ea5e9;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.welcome-title {
    font-weight: 600;
    color: #0369a1;
    margin-bottom: 8px;
}

.welcome-text {
    font-size: 13px;
    color: #0284c7;
    line-height: 1.4;
}

/* Quick Actions */
.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.quick-action {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6b7280;
}

.quick-action:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: translateY(-2px);
}

/* Chat History Controls */
.chat-controls {
    padding: 10px 20px;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear-chat-btn {
    background: #ef4444;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clear-chat-btn:hover {
    background: #dc2626;
    transform: translateY(-1px);
}

.chat-info {
    font-size: 11px;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 480px) {
    .chat-container {
        width: calc(100vw - 40px);
        height: calc(100vh - 100px);
        right: 20px;
        bottom: 80px;
    }

    .chatbot-widget {
        right: 20px;
        bottom: 20px;
    }
}

/* Demo Container for Preview */
.demo-container {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.demo-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.demo-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 30px;
}

.demo-features {
    text-align: right;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #f1f5f9;
    transform: translateX(-5px);
}

.feature-icon {
    width: 20px;
    height: 20px;
    fill: #667eea;
}

.feature-text {
    font-size: 14px;
    color: #374151;
}

.demo-note {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    color: #92400e;
    margin-top: 20px;
}

/* Banner Background */

/* يخلي كل السلايدر يغطي الشاشة */
#banner,
#home-hero,
#banner .carousel-container,
#banner .carousel-items,
#banner .flickity-viewport,
#banner .flickity-slider {
    height: 100vh !important;
}

/* كل سلايد */
#banner .banner-slide {
    width: 100% !important;
    height: 100vh !important;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

#banner .carousel-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* overlay لتحسين قراءة النص */

.banner-overlay {
    position: absolute;
    top: 0;
    line-height: 60px;
    /* left:0; */
    width: 100%;
    height: 100%;
    inset: 0;
    /* background:rgba(0,0,0,0.35); */
}

/* النص */

.banner-content {
    /* position:relative; */
    z-index: 2;
    color: #fff;
    padding-inline: 180px;

}

.banner-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
}

.banner-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.main-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
    box-shadow: none !important;
}

/* موبايل */
@media (max-width:768px) {
    .banner-slide {
        height: 100vh;
        background-position: center;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-content {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

}

.btn-sm {
    --btn-pt: 0.85em;
    --btn-pe: 2em;
    --btn-pb: 0.85em;
    --btn-ps: 2em;
}

/* news */

.news-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}

@media (min-width: 992px) {
    .news-grid-container {
        grid-template-columns: 2fr 1fr;
        /* 66% / 33% ratio */
        grid-template-rows: 250px 250px;
        /* Total height 500px + 30px gap */
    }

    .news-item-large {
        grid-column: 1;
        grid-row: 1 / 3;
        /* Spans both rows */
        height: 100%;
    }

    .news-item-small-1 {
        grid-column: 2;
        grid-row: 1;
        height: 100%;
    }

    .news-item-small-2 {
        grid-column: 2;
        grid-row: 2;
        height: 100%;
    }
}

.news-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #f8f9fa;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.news-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    z-index: 1;
}

.news-card:hover img {
    transform: scale(1.05);
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
}

.news-content {
    position: relative;
    z-index: 3;
    padding: 30px;
    color: white;
}

.news-tag {
    display: inline-block;
    background-color: #ef7d1b;
    /* Blue-600 */
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.news-tag:hover {
    background-color: #23295d;
    /* Blue-700 */
    color: white;
}

.news-title {
    color: white;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
}

.news-title:hover {
    color: #93c5fd;
    /* Blue-300 */
}

.news-item-large .news-title {
    font-size: 2rem;
    margin-bottom: 15px;
}

.news-item-small-1 .news-title,
.news-item-small-2 .news-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.news-excerpt {
    color: #e2e8f0;
    /* Gray-200 */
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item-small-1 .news-excerpt,
.news-item-small-2 .news-excerpt {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    line-height: 1.55;
    -webkit-line-clamp: 2;
}

/* RTL Support */
html[dir="rtl"] .news-grid-container {
    direction: rtl;
}

@media (max-width: 991px) {
    .news-card {
        height: 300px;
        /* Fixed height for mobile */
    }

    .news-content {
        padding: 22px;
    }

    .news-title,
    .news-item-large .news-title,
    .news-item-small-1 .news-title,
    .news-item-small-2 .news-title {
        font-size: 1.25rem;
        margin-bottom: 8px;
    }

    .news-excerpt,
    .news-item-small-1 .news-excerpt,
    .news-item-small-2 .news-excerpt {
        font-size: 0.86rem;
        line-height: 1.55;
        -webkit-line-clamp: 2;
    }
}

.bg-orange {
    background-color: #f7921e;
}

.text-orange {
    color: #f7921e;
}

.hover\:bg-accent:hover {
    background-color: var(--lqd-color-accent);
}

.btn-md {
    --btn-pt: 1.1em;
    --btn-pe: 2.8em !important;
    --btn-pb: 1.1em;
    --btn-ps: 2.8em !important;
}

.main-menu-overlay .btn-solid:hover {
    border-color: transparent;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.bg-blue-200 {
    background-color: #2d257d;
}

.text-blue-500 {
    color: #2d257d;
}

.bg-orange-200 {
    background-color: #f7921e;
}

.text-orange-500 {
    color: #f7921e;
}

.bg-yellow-200 {
    background-color: #f9c20a;
}

.text-yellow-500 {
    color: #f9c20a
}

.solutions .lqd-section-scroll-dot {
    justify-content: center;
    align-items: center;
    border-radius: 50em;
    display: none;
}

.bg-white-smoke {
    background-color: whitesmoke;
}

.text-white-smoke {
    color: whitesmoke;
}

.text-black,
.btn.text-black {
    color: #000
}

.text-medium {
    font-size: 16px;
    line-height: 23px;
}

.contact-white {
    background-color: #FFFFFF;
}

.border-radius-8 {
    border-radius: 8px;
}

.contact {
    background-color: #EF7D1B;
}

.feature-box-6 i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.phone-number {
    direction: ltr;
    unicode-bidi: bidi-override;
    text-align: right;
}

.main-footer p,
.main-footer span {
    color: #fbfbfb;
    line-height: 20px
}

.alt-font {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.alt-font {
    font-weight: 500;
}

.bg-white,
.background-white {
    background-color: #fff;
}

.action-wrapper .icon-circle {
    background: #fff !important;
}

.action-wrapper .icon-circle i {
    color: #1C2252 !important;
}

.icon-circle {
    width: 55px;
    height: 55px;
    background: #f58220;
    /* برتقالي */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    color: #fff;
    font-size: 20px;
}

.sticky .nav-backgound {
    border-radius: 8px;
    margin-top: 5px;
    backdrop-filter: blur(10px);
    background-color: #ffffffbd;
}

.store-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.store-btn img {
    width: 150px;
    height: auto;
    display: block;
    transition: 0.3s;
}

.cta-store-link {
    display: inline-flex;
    text-decoration: none;
    border-radius: 5em;
}

.cta-store-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.cta-store-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, #F7921E 0%, #F9C20A 100%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.cta-store-button .icon,
.cta-store-button .ld-fh-element {
    transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.cta-store-link:hover .cta-store-button,
.cta-store-link:focus-visible .cta-store-button {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(247, 146, 30, 0.28);
}

.cta-store-link:hover .cta-store-button::before,
.cta-store-link:focus-visible .cta-store-button::before {
    opacity: 1;
}

.cta-store-link:hover .cta-store-button .icon,
.cta-store-link:focus-visible .cta-store-button .icon {
    color: #fff !important;
    transform: scale(1.06);
}

.cta-store-link:hover .cta-store-button .ld-fh-element,
.cta-store-link:focus-visible .cta-store-button .ld-fh-element {
    color: #fff !important;
    background-image: none !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1;
}

.cta-store-link:hover .cta-store-button .ld-gradient-heading,
.cta-store-link:focus-visible .cta-store-button .ld-gradient-heading {
    background: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.cta-store-link:focus-visible {
    outline: 3px solid rgba(249, 194, 10, 0.55);
    outline-offset: 4px;
}

.jawali-cta-store-row {
    align-items: center;
    justify-content: center;
}

.jawali-cta .cta-store-link {
    width: 100%;
}

.jawali-cta .cta-store-badge {
    display: block;
    width: 155px;
    max-width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    .cta-store-button,
    .cta-store-button::before,
    .cta-store-button .icon,
    .cta-store-button .ld-fh-element {
        transition: none;
    }
}

@media (max-width: 767px) {
    .jawali-cta {
        padding: 36px 0 54px !important;
    }

    .jawali-cta .container {
        padding-inline: 16px !important;
    }

    .jawali-cta-card {
        margin: 0 !important;
        padding: 32px 18px 28px !important;
        border-radius: 8px !important;
    }

    .jawali-cta-card > .w-full img {
        width: 118px !important;
        height: auto !important;
    }

    .jawali-cta-card h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .jawali-cta-card p {
        margin-bottom: 20px !important;
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .jawali-cta-store-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        margin-inline: 0 !important;
    }

    .jawali-cta-store-row > [class*="col-"] {
        display: none !important;
    }

    .jawali-cta-store-row > .jawali-cta-store-col {
        display: block !important;
        width: 170px !important;
        max-width: 170px !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
    }

    .jawali-cta .cta-store-link {
        display: block !important;
        width: 100% !important;
        border-radius: 999px !important;
    }

    .jawali-cta .cta-store-button {
        width: 100% !important;
        min-height: 50px !important;
        margin: 0 !important;
        padding: 6px 10px !important;
        justify-content: center !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 22px rgba(12, 16, 42, 0.12) !important;
    }

    .jawali-cta .cta-store-badge {
        display: block !important;
        width: 142px !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .main-footer {
        padding-top: 34px !important;
        padding-bottom: 26px !important;
    }

    .main-footer .footer-menu {
        padding: 0 !important;
    }

    .main-footer .container {
        padding-inline: 22px !important;
    }

    .main-footer .row {
        margin-inline: 0 !important;
    }

    .footer-brand-col,
    .footer-links-col {
        width: 100% !important;
    }

    .footer-brand-col .module-content {
        align-items: center !important;
        margin: 0 0 34px !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .footer-brand-col img {
        width: 138px !important;
        height: auto !important;
        margin: 0 auto 14px !important;
    }

    .footer-brand-col .wc-social-links {
        justify-content: center !important;
        gap: 12px !important;
    }

    .footer-links-col > .w-full {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 26px 24px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-menu-col {
        width: 100% !important;
    }

    .footer-menu-col .module-list {
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .main-footer h3 {
        margin-bottom: 14px !important;
        padding-bottom: 0 !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
        font-weight: 800 !important;
    }

    .main-footer .lqd-custom-menu li {
        margin-bottom: 9px !important;
    }

    .main-footer .lqd-custom-menu a {
        width: auto !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
    }

    .footer-contact-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        margin-top: 34px !important;
    }

    .footer-contact-col,
    .footer-download-col {
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .footer-email-col {
        margin-top: 0 !important;
    }

    .footer-contact-card,
    .footer-download-card {
        width: 100% !important;
        min-height: 72px !important;
        margin: 0 !important;
        padding: 14px 16px !important;
        border-color: rgba(255, 255, 255, 0.28) !important;
        border-radius: 8px !important;
    }

    .footer-contact-card {
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        gap: 16px !important;
        text-align: right !important;
    }

    .footer-contact-card .icon-circle {
        width: 48px !important;
        height: 48px !important;
        flex: 0 0 48px !important;
        margin: 0 !important;
    }

    .footer-contact-card p {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        word-break: break-word !important;
    }

    .footer-download-card .store-buttons {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .footer-download-card .store-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    .footer-download-card .store-btn img {
        width: 100% !important;
        max-width: 118px !important;
        height: auto !important;
    }

    .footer-bottom-row {
        margin-top: 28px !important;
        text-align: center !important;
    }

    .footer-bottom-row .col-12 {
        border-top-color: rgba(255, 255, 255, 0.14) !important;
        padding-top: 16px !important;
        text-align: center !important;
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    .footer-bottom-row .col-12 + .col-12 {
        border-top: 0 !important;
        padding-top: 8px !important;
    }
}

/* =========================
   Wrapper
========================= */
.services-wrapper {
    display: flex;
    gap: 25px;
    height: 600px;
}

/* =========================
   Card
========================= */
.service-card,
.service-card h6 {
    flex: 1;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    /* overflow: hidden; */
    display: flex;
    color: #fff !important;
}

/* الكرت النشط */
.service-card.active {
    flex: 2.5;
}

/* =========================
   Overlay
========================= */
/* .service-card ::before{
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
} */
/* 2- background: linear-gradient(171.66deg, #004A6E 0.04%, #03506F 15.94%, #0E6272 38.78%, #1F7F78 64.61%, #37A881 93.42%, #3DB183 99.38%);
3- background: linear-gradient(33.22deg, #FFFFFF -25.43%, #004A6E 71.48%);
4- background: linear-gradient(33.22deg, #FFFFFF -25.43%, #EF7D1B 71.48%); */

/* =========================
   Content
========================= */
.service-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 15px;
    padding-bottom: 105px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-content {
    margin-bottom: auto;
}

/* العنوان */
.service-content h6 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;

}

/* =========================
   Actions (Button + Link)
========================= */

/* الحالة الافتراضية */
.service-link {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
    text-align: center;
    pointer-events: auto;
}

/* الزر مرئي افتراضياً */
.service-content .btn {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
    transition: all 0.4s ease;
    pointer-events: none;
}

/* عند active */
.service-card.active .service-link {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.service-card.active .service-content .btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.service-card.active h6 {
    color: #000 !important;

}

/* زر البرتقالي */
.btn-orange {
    background-color: #EF7D1B;
    border-radius: 8px;
    border: none;
}

/* =========================
   Active Top Content
========================= */
.service-card.active .top-content {
    background: #fff;
    padding: 12px 10px;
    border-radius: 15px;
    color: #000 !important;
}

/* =========================
   Inactive Cards
========================= */
.service-card:not(.active) {
    filter: brightness(0.85);
}


.action-wrapper .btn-orange {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 12px);
}

/* =========================
   Action Wrapper (لو مستخدمه)
========================= */
.action-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    width: 100%;
    margin: 0 auto;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;

}

.service-card .action-wrapper .service-link.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 55px;
    margin: 0 auto;
    padding: 0;
    pointer-events: auto;
}

.service-card .action-wrapper .service-link.icon-circle .btn-icon {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.service-card .action-wrapper .service-link.icon-circle .btn-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.service-card.active .action-wrapper {
    justify-content: center;
}

.service-card.active .action-wrapper .btn-orange {
    min-width: 230px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.service-card:not(.active) .action-wrapper .btn-orange {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 767px) {
    .home-services-section {
        padding-top: 55px;
        padding-bottom: 55px;
        overflow: hidden;
    }
.p-100 {
    padding: 0 !important;}
    .home-services-section .w-50percent {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .home-services-section .ld-fh-element {
        font-size: 30px;
        line-height: 1.2;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .home-services-section .row {
        margin-right: 0;
        margin-left: 0;
    }

    .home-services-section .services-wrapper {
        width: 100vw;
        height: auto;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 18px 10px;
        gap: 16px;
        overflow-x: auto;
        overflow-y: visible;
        direction: rtl;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 18px;
        -webkit-overflow-scrolling: touch;
    }

    .home-services-section .services-wrapper::-webkit-scrollbar {
        display: none;
    }

    .home-services-section .services-wrapper {
        scrollbar-width: none;
    }

    .home-services-section .service-card,
    .home-services-section .service-card.active {
        flex: 0 0 min(78vw, 330px);
        min-width: 0;
        height: 520px;
        border-radius: 26px;
        overflow: hidden;
        background-position: center top;
        scroll-snap-align: center;
        filter: none;
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .home-services-section .service-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(28, 34, 82, 0.78) 0%, rgba(28, 34, 82, 0.22) 48%, rgba(28, 34, 82, 0.82) 100%);
        pointer-events: none;
    }

    .home-services-section .service-content {
        position: relative;
        z-index: 2;
        padding: 24px 18px 92px;
        text-align: right;
        justify-content: flex-start;
    }

    .home-services-section .top-content,
    .home-services-section .service-card.active .top-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        color: #fff !important;
        background: transparent;
        border-radius: 0;
        font-size: 16px;
        line-height: 1.65;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    }

    .home-services-section .service-content h6,
    .home-services-section .service-card.active h6 {
        color: #fff !important;
        font-size: 27px;
        line-height: 1.15;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .home-services-section .action-wrapper {
        bottom: 24px;
        height: 58px;
        z-index: 3;
    }

    .home-services-section .service-card .action-wrapper .service-link.icon-circle,
    .home-services-section .service-card.active .action-wrapper .service-link.icon-circle,
    .home-services-section .service-card.active .service-link {
        display: inline-flex;
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: 0 12px 28px rgba(28, 34, 82, 0.18);
    }

    .home-services-section .action-wrapper .btn-orange,
    .home-services-section .service-card.active .action-wrapper .btn-orange {
        display: none !important;
    }
}

/* تعريف الحركة */
/* 1. تنسيقات الحاوية الرئيسية والصورة */
.one-image-container {
    display: inline-block;
    /* لضمان أن الحاوية تأخذ حجم الصورة فقط */
    width: auto;
    max-width: 100%;
    padding: 50px;
}

.main-design-img {
    border-radius: 30px;
    display: block;
    width: 100%;
    height: auto;
}

.primary-color {
    color: #1C2252;
}

.secndry-color {
    color: #EF7D1B;
}


.scroll-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    /* سيتم تثبيته بواسطة GSAP */
    overflow: hidden;
    z-index: 1;
}

.master-section,
.app-features {
    position: absolute;
    /* كلاهما فوق بعضهما */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.master-section {

    background: #ffffff;
    z-index: 2;
}

.circles-layer {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.circle {
    position: absolute;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    opacity: .9;
    transition: box-shadow 0.2s;
}

.c-yellow {
    background: #ffc107;
    top: 10%;
    left: 15%;
}

.c-orange-small {
    background: #F7921E;
    top: 18%;
    left: 75%;
    height: 100px;
    width: 100px;
}

.c-blue {
    background: #1C2252;
    top: 75%;
    left: 10%;
}

.c-orange {
    background: #F7921E;
    top: 70%;
    left: 80%;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    color: #1C2252;
    text-align: center;
}

.logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.25);
    z-index: 30;
    pointer-events: none;
    opacity: 1;
    transition: none !important;
}

.logo-center img {
    width: 200px;
    height: auto;
    display: block;
}

.app-features {
    opacity: 0;
    visibility: hidden;
    background: #f68b1f;
}

/* .phone {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
} */
.app-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

/* .phone{
position:absolute;
left:50%;
transform:translateX(-50%);
z-index:10;
} */

.phone img {
    width: 500px;
}

.features-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f68b1f;
}

/* .feature-slide{ */
/* position:absolute;
top:50%;
left:0;
width:100%;
display:flex;
justify-content:space-between;
transform:translateY(-50%) !important;
opacity:0;
visibility: hidden; */
/* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f68b1f; 
    transform: translateY(100%);
  z-index: 1;
} */
.feature-slide:first-child {
    transform: translateY(0%);
    z-index: 2;
}

.feature-left {
    width: 30%;
    color: #1C2252;
}

.feature-right {
    width: 30%;
    text-align: right;
    color: #1C2252;
}

.feature-left h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.feature-left p {
    line-height: 1.8;
    font-size: 20px;
}


/* responsive */
/* @media(max-width:992px){

            .app-container{
            flex-direction:column;
            justify-content:center;
            position:relative;
            }

            .phone{
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            z-index:100;
            }

                .phone img{
                width:300px;
                }

                .feature-slide{
            flex-direction:column;
            justify-content:space-between;
            height:100%;
            text-align:center;
            height: 95vh;
            }

            .feature-right{
            order:1;
            width:50%;
            margin-bottom:100px; 
            }

                .feature-left{
                order:2;
                width:50%;
                margin-top:200px;
                }

} */


@media (max-width: 992px) {

    /* 1. ضبط الحاوية الرئيسية */
    .app-container {
        flex-direction: column;
        justify-content: flex-start;
        /* السماح للمحتوى بالبدء من الأعلى */
        padding-top: 50px;
    }

    /* 2. تصغير الإطار الثابت */
    .phone-frame-container {
        width: 220px;
        /* حجم أصغر للموبايل */
        top: 30%;
        transform: translate(-50%, -50%);
        z-index: 10;
        /* يظل فوق الصور */
    }

    /* 3. تصغير محتوى الشاشة داخل كل سلايد */
    .phone-screen-inner {
        width: 200px;
        /* أصغر بـ 20px من الإطار */
        height: 430px;
        /* طول متناسب مع العرض الجديد */
        margin-top: -215px;
        /* لتوسيطها عمودياً تماماً مع الهاتف */
        border-radius: 25px;
    }

    /* 4. إعادة ترتيب النصوص */
    .feature-slide {
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 20px;
        text-align: center;
    }

    .feature-right {
        order: 1;
        width: 100%;
        margin-bottom: 0;
    }

    .feature-right h3 {
        font-size: 22px;
    }

    .feature-left {
        order: 3;
        width: 100%;
        margin-top: auto;
        /* يدفع النص للأسفل بعيداً عن الهاتف */
        padding-bottom: 30px;
    }

    .feature-left h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .feature-left p {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* ضبط إضافي للشاشات الصغيرة جداً (iPhone SE مثلاً) */
@media (max-width: 400px) {
    .phone-frame-container {
        width: 180px;
    }

    .phone-screen-inner {
        width: 165px;
        height: 355px;
        margin-top: -177px;
    }
}

.next-section {
    position: relative;
    z-index: 100;
    background: #fff;
    /* ضروري لكي لا يظهر السلايدر من خلفه */
    z-index: 20;
}

/* .phone {
    position: relative;
    width: 300px;
} */

/* .phone-frame {
    width: 100%;
}

.phone-screen {
    position: absolute;
    top: 12%;
    left: 28%;
    width: 80%;
    height: 70%;
    overflow: hidden;
    border-radius: 30px;
}

.phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* الحاوية الكبرى */
.app-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* الإطار الثابت */
.phone-frame-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    /* نفس عرض الهاتف */
    z-index: 50;
    /* فوق كل شيء */
    pointer-events: none;
    /* ليسمح بالضغط على ما خلفه */
}

.phone-frame {
    width: 100%;
    display: block;
}

/* الشاشة داخل كل سلايد */
.phone-screen-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* هذه القياسات يجب أن تطابق فتحة الإطار */
    width: 280px;
    height: 580px;
    top: 50%;
    margin-top: -312px;
    /* لتوسيطها عمودياً مع الهاتف */

    overflow: hidden;
    border-radius: 35px;
    z-index: 5;
    /* خلف الإطار */
}

.phone-screen-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* السلايدر */
.feature-slide {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f68b1f;
    transform: translateY(100%);
    /* السلايدات القادمة بالأسفل */
}

@media (max-width: 767px) {
    .scroll-wrapper {
        height: 100vh;
        min-height: 680px;
        overflow: hidden;
        background: #f68b1f;
    }

    .scroll-wrapper .master-section,
    .scroll-wrapper .app-features {
        height: 100vh;
        min-height: 680px;
    }

    .scroll-wrapper .hero-content {
        width: min(88vw, 340px);
    }

    .scroll-wrapper .hero-content h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .scroll-wrapper .circles-layer {
        opacity: 0;
    }

    .scroll-wrapper .circle {
        width: 120px;
        height: 120px;
    }

    .scroll-wrapper .c-yellow {
        top: 18%;
        left: 46%;
    }

    .scroll-wrapper .c-orange-small {
        top: 26%;
        left: 72%;
        width: 44px;
        height: 44px;
    }

    .scroll-wrapper .c-blue {
        top: 44%;
        left: 22%;
    }

    .scroll-wrapper .c-orange {
        top: 48%;
        left: 48%;
        width: 110px;
        height: 110px;
    }

    .scroll-wrapper .app-container {
        position: sticky;
        top: 0;
        height: 100vh;
        min-height: 680px;
        padding: 0 18px;
        display: block;
        overflow: hidden;
    }

    .scroll-wrapper .features-wrapper {
        height: 100%;
        overflow: hidden;
        background: #f68b1f;
    }

    .scroll-wrapper .feature-slide {
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        min-height: 680px;
        display: grid;
        grid-template-rows: auto 1fr auto;
        align-items: center;
        justify-items: center;
        gap: 14px;
        padding: 30px 18px 28px;
        text-align: center;
        background: #f68b1f;
    }

    .scroll-wrapper .feature-right,
    .scroll-wrapper .feature-left {
        width: min(100%, 340px);
        color: #1C2252;
        text-align: center;
        z-index: 12;
    }

    .scroll-wrapper .feature-right {
        order: initial;
        align-self: end;
        margin: 0;
    }

    .scroll-wrapper .feature-right h3 {
        margin: 0;
        font-size: 23px;
        line-height: 1.25;
        font-weight: 700;
    }

    .scroll-wrapper .phone-screen-inner {
        position: relative;
        top: auto;
        left: auto;
        width: min(76vw, 280px);
        height: min(46vh, 430px);
        min-height: 0;
        margin: 0;
        transform: none;
        border-radius: 0;
        z-index: 8;
        box-shadow: none;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .scroll-wrapper .phone-screen-inner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        display: block;
    }

    .scroll-wrapper .feature-left {
        order: initial;
        align-self: start;
        margin: 0;
        padding: 0 0 6px;
    }

    .scroll-wrapper .feature-left h2 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700;
    }

    .scroll-wrapper .feature-left p {
        max-width: 310px;
        margin: 0 auto 14px;
        color: #fff;
        font-size: 15px;
        line-height: 1.65;
    }

    .scroll-wrapper .feature-left .btn {
        min-width: 150px;
        height: 46px;
        padding: 0 24px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .scroll-wrapper {
        min-height: 640px;
    }

    .scroll-wrapper .master-section,
    .scroll-wrapper .app-features,
    .scroll-wrapper .app-container,
    .scroll-wrapper .feature-slide {
        min-height: 640px;
    }

    .scroll-wrapper .feature-slide {
        padding-right: 14px;
        padding-left: 14px;
        gap: 10px;
    }

    .scroll-wrapper .phone-screen-inner {
        width: min(74vw, 245px);
        height: min(43vh, 380px);
        min-height: 0;
        border-radius: 0;
    }

    .scroll-wrapper .feature-right h3,
    .scroll-wrapper .feature-left h2 {
        font-size: 21px;
    }

    .scroll-wrapper .feature-left p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.min-h-450 {
    min-height: 450px;
}

.blog-content blockquote {
    padding: 30px;
    border: 0;
}

.bg-extra-dark-gray {
    background-color: #f6911e17;
}

blockquote span {
    font-size: 60px;
    margin-right: 12px;
    color: #f8c10a;
    top: 20px
}

.line-height-35 {
    line-height: 35px;
}

.medium-input,
.medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%;
}

.promortion .carousel-item {
    width: auto;
}

.countdown {
    display: flex;
    gap: 10px;
    line-height: .2em !important;
    font-size: 2.3125em;
}

.time-box {
    background: #ef7d1b;
    color: #fff;
    padding: 12px 12px;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
}

.time-box span {
    /* display: block; */
    font-size: 18px;
    font-weight: bold;
}

.time-box small {
    font-size: 11px;
    color: #fff;
}

.content-card {
    margin-top: 30%;
    margin-right: 24px;
}

.promortion .carousel-item a,
.promortion .carousel-item button {
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

.flickity-viewport {
    cursor: default !important;
}

.bg-accent {
    background-color: #f7921e1f !important;
}

.products .flickity-viewport {
    height: 500px !important;
}

.ui-selectmenu-open {
    position: absolute !important;
    left: 290.4px !important;
}

.mx-160 {
    margin-left: 170px;
    margin-right: 190px;
}

.mt-1 {
    margin-top: 1px;
}

.lqd-section.faq {
    /* background: #fff; */
    /* transition: background-color 0.2s linear; */
    will-change: background-color;
}

.container-fluid {
    background: transparent !important;
}

.color-section {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

#services-carousel-nav-container .flickity-button.previous svg {
    transform: rotate(180deg);
}

#services-carousel-nav-container .flickity-button.next svg {
    transform: rotate(180deg);
}

.is-stuck .main-menu-overlay {
    margin-top: 0px !important;
}

.object-cover {
    object-fit: contain !important;
}

.flickity-page-dots {
    margin-top: -50px;
}

/* Unified button text hover, matching the header action button. */
.btn.btn-hover-txt-switch-y {
    overflow: hidden;
}

.btn.btn-hover-txt-switch-y .btn-txt {
    position: relative;
    display: inline-block;
}

:root {
    --brand-primary: #000F9F;
    --brand-accent: #EF7D1B;
    --brand-primary-light: rgba(0, 15, 159, 0.05);
    --brand-accent-light: rgba(239, 125, 27, 0.08);
    --neutral-dark: #0b2a6f;
    --neutral-gray: #5A6A85;
    --border-color: #E2E8F0;
    --bg-light: #F8FAFD;
    --card-shadow-hover: 0 15px 30px -5px rgba(11, 42, 111, 0.08), 0 8px 15px -6px rgba(11, 42, 111, 0.04);
}

.branches-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

/* main split container */
.branches-wrapper {
    display: flex;
    height: 750px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(11, 42, 111, 0.05);
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid rgba(11, 42, 111, 0.05);
}

/* Sidebar list design */
.branches-sidebar {
    width: 440px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #E2E8F0;
    background: #ffffff;
    z-index: 10;
    flex-shrink: 0;
}

.branches-sidebar-header {
    padding: 24px 20px 16px 20px;
    border-bottom: 1px solid #E2E8F0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--neutral-dark);
    margin: 0;
}

.sidebar-search-box {
    position: relative;
    width: 100%;
}

.sidebar-search-box input {
    width: 100%;
    padding: 14px 45px 14px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    font-size: 14px;
    color: var(--neutral-dark);
    background: #F8FAFD;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-search-box input:focus {
    border-color: var(--brand-primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 15, 159, 0.08);
    outline: none;
}

.sidebar-search-box .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.sidebar-filter-row {
    display: flex;
    gap: 10px;
}

.select-wrapper {
    flex: 1;
    position: relative;
}

.sidebar-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 13px;
    color: #475569;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding-left: 36px;
    transition: all 0.2s;
}

.sidebar-select:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(0, 15, 159, 0.05);
}

.sidebar-gps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: var(--brand-accent-light);
    border: 1px solid rgba(239, 125, 27, 0.15);
    border-radius: 12px;
    color: var(--brand-accent);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.sidebar-gps-btn:hover {
    background: var(--brand-accent);
    color: #ffffff;
    border-color: var(--brand-accent);
    box-shadow: 0 4px 12px rgba(239, 125, 27, 0.15);
}

/* Category Navigation */
.category-nav-wrapper {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
    margin-top: 5px;
    scrollbar-width: none;
    /* Firefox */
    -webkit-overflow-scrolling: touch;
}

.category-nav-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.category-pill {
    background: #F1F5F9;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-pill:hover {
    background: var(--brand-primary-light);
    color: var(--brand-primary);
}

.category-pill.active {
    background: var(--brand-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 15, 159, 0.15);
}

/* Scrollable Cards Area */
.branches-list {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #F8FAFD;
    scroll-behavior: smooth;
}

/* Custom Webkit scrollbar for branches sidebar */
.branches-list::-webkit-scrollbar {
    width: 6px;
}

.branches-list::-webkit-scrollbar-track {
    background: transparent;
}

.branches-list::-webkit-scrollbar-thumb {
    background: rgba(11, 42, 111, 0.1);
    border-radius: 10px;
}

.branches-list::-webkit-scrollbar-thumb:hover {
    background: rgba(11, 42, 111, 0.2);
}

/* Branch Card Design */
.wc-branch-card-item {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
}

.wc-branch-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: transparent;
    transition: background-color 0.25s ease;
}

.wc-branch-card-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--card-shadow-hover);
    border-color: rgba(0, 15, 159, 0.15);
}

.wc-branch-card-item.active {
    border-color: var(--brand-primary);
    box-shadow: 0 12px 30px rgba(0, 15, 159, 0.06);
    background: rgba(0, 15, 159, 0.005);
}

.wc-branch-card-item.active::before {
    background-color: var(--brand-primary);
}

.wc-card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 10px;
    flex-shrink: 0;
}

.wc-card-title-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--neutral-dark);
    margin: 0;
    line-height: 1.4;
}

.wc-card-badge-pill {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
}

/* Dynamic badge classes from database categories */
.wc-badge-category-1 {
    background: rgba(0, 15, 159, 0.08) !important;
    color: var(--brand-primary) !important;
}

.wc-badge-category-2 {
    background: rgba(239, 125, 27, 0.08) !important;
    color: var(--brand-accent) !important;
}

.wc-badge-category-default {
    background: #E2E8F0 !important;
    color: #475569 !important;
}

.wc-card-body-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13.5px;
    color: #475569;
    flex: 1;
}

.wc-card-info-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.wc-card-info-icon {
    color: #94a3b8;
    margin-top: 3px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.wc-card-address-text {
    color: #64748b;
}

.wc-phone-cell {
    color: var(--brand-primary) !important;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}

.wc-phone-cell:hover {
    color: var(--brand-accent) !important;
}

.wc-distance-wrapper {
    margin-top: 2px;
}

.wc-distance-indicator {
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-accent);
    background: var(--brand-accent-light);
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.wc-card-actions-row {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    border-top: 1px solid #F1F5F9;
    padding-top: 14px;
    flex-shrink: 0;
}

.wc-card-btn-link {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid #E2E8F0;
    background: #ffffff;
    color: #475569;
}

.wc-card-btn-link:hover {
    background: #F8FAFD;
    color: var(--brand-primary);
    border-color: rgba(0, 15, 159, 0.2);
}

.wc-card-btn-link-primary {
    background: var(--brand-primary) !important;
    color: #ffffff !important;
    border-color: var(--brand-primary) !important;
}

.wc-card-btn-link-primary:hover {
    background: #080547 !important;
    color: #ffffff !important;
    border-color: #080547 !important;
    box-shadow: 0 4px 12px rgba(0, 15, 159, 0.15) !important;
}

/* Map Area Design */
.branches-map-container {
    flex: 1;
    position: relative;
    height: 100%;
}

#lhemap {
    width: 100%;
    height: 100%;
}

/* Empty state */
.no-results-state {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.no-results-state svg {
    color: #cbd5e1;
}

.no-results-state p {
    margin: 0;
    font-size: 14px;
}

/* Mobile view toggle system */
.view-toggle-container {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(11, 42, 111, 0.15);
    border-radius: 30px;
    padding: 5px;
    border: 1px solid rgba(11, 42, 111, 0.05);
    gap: 5px;
}

.view-toggle-btn {
    border: none;
    background: transparent;
    padding: 10px 22px;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    color: #475569;
}

.view-toggle-btn.active {
    background: var(--brand-primary);
    color: #ffffff;
}

/* Responsive Design rules */
@media (max-width: 991px) {
    .branches-wrapper {
        flex-direction: column;
        height: auto;
        border-radius: 16px;
    }

    .branches-sidebar {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #E2E8F0;
        height: 550px;
    }

    .branches-map-container {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .branches-section {
        padding: 30px 0 60px 0;
    }

    .branches-wrapper {
        margin-top: 15px;
        border-radius: 12px;
        height: 600px;
        /* fixed viewport height for mobile layout */
    }

    .view-toggle-container {
        display: flex;
    }

    /* Toggle behavior on mobile */
    .branches-sidebar {
        display: flex;
        height: 100%;
    }

    .branches-map-container {
        display: none;
        height: 100%;
    }

    /* When show-map class is active */
    .show-map .branches-sidebar {
        display: none;
    }

    .show-map .branches-map-container {
        display: block;
    }
}

/* Styled Map Popup */
.gm-style .gm-style-iw-c {
    border-radius: 16px !important;
    padding: 12px !important;
    box-shadow: 0 12px 30px rgba(11, 42, 111, 0.1) !important;
    font-family: 'Golos Text', 'Inter', sans-serif !important;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.map-popup-container {
    text-align: right;
    direction: rtl;
}

.map-popup-title {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--neutral-dark);
    margin: 0 0 6px 0;
}

.map-popup-address {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.map-popup-tel {
    font-size: 12px;
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Testimonials Carousel Custom Styling */
.testimonials .testimonials-title-wrap,
.testimonials .testimonials-title-wrap .ld-fh-element,
.testimonials .testimonials-title-wrap .lqd-lines,
.testimonials .testimonials-title-wrap .split-inner {
    overflow: visible !important;
}

.testimonials .testimonials-title-wrap {
    padding-bottom: 10px;
}

.testimonials .testimonials-title-wrap h2 {
    line-height: 1.32 !important;
    letter-spacing: 0;
    padding-bottom: 0.18em;
}

.testimonials .lqd-testi-card {
    min-height: 235px;
    height: 235px;
    justify-content: space-between;
}

.testimonials .lqd-testi-info {
    flex: 0 0 auto;
}

.testimonials .lqd-testi-quote {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.testimonials .lqd-testi-quote blockquote {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testimonials .lqd-testi-avatar {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    flex: 0 0 58px;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.testimonials .lqd-testi-avatar img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    border-radius: 50% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

.testimonials .carousel-items .carousel-item {
    width: 78% !important;
    opacity: 0.5;
    transform: scale(0.92);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.testimonials .carousel-items .carousel-item.is-selected {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 767px) {
    .testimonials .carousel-items .carousel-item {
        width: 85% !important;
    }

    .testimonials .lqd-testi-card {
        min-height: 260px;
        height: 260px;
    }

    .testimonials .lqd-testi-quote blockquote {
        -webkit-line-clamp: 4;
    }
}

.testimonials-arrows-container {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: flex-start;
}

.testimonials-arrow-btn {
    background: transparent;
    border: none;
    color: var(--brand-accent, #EF7D1B);
    cursor: pointer;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s, transform 0.2s;
}

.testimonials-arrow-btn:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

/* ===== Wecash Promotion Cards ===== */

/* Smooth carousel transition */
.wc-promo-carousel-item {
    width: clamp(320px, 32vw, 620px) !important;
    padding: 0 18px 34px;
    opacity: 1;
    transform: none;
    transition: none;
}

.testimonials .carousel-items .wc-promo-carousel-item,
.promortion .carousel-items .wc-promo-carousel-item {
    width: clamp(320px, 32vw, 620px) !important;
    opacity: 1;
    transform: none;
}

.wc-promo-carousel-item.is-selected {
    opacity: 1;
    transform: none;
}

.testimonials .carousel-items .wc-promo-carousel-item.is-selected,
.promortion .carousel-items .wc-promo-carousel-item.is-selected {
    opacity: 1;
    transform: none;
}

.wc-promo-carousel .flickity-slider {
    transition-timing-function: cubic-bezier(.25, .8, .25, 1);
    will-change: transform;
}

.wc-promo-carousel .flickity-page-dots {
    display: none !important;
}

.wc-promo-carousel-item .carousel-item-inner,
.wc-promo-carousel-item .carousel-item-content {
    overflow: visible;
}

/* Card: background image with orange border */
.wc-promo-card {
    position: relative;
    border-radius: 16px;
    border: 0;
    overflow: hidden;
    aspect-ratio: 620 / 222;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    box-shadow: 0 18px 40px rgba(28, 34, 82, 0.08);
}

.team .wc-promo-card {
    overflow: visible;
    margin-bottom: 48px;
}

.team .wc-promo-grid-card .wc-promo-overlay {
    overflow: hidden;
    border-radius: 0 16px 16px 0;
}

.team .wc-promo-grid-card .wc-promo-countdown {
    bottom: 0;
}

/* Peach overlay on the right */
.wc-promo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42%;
    background: rgba(253, 237, 210, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    z-index: 2;
    box-sizing: border-box;
}

.wc-promo-title {
    color: #1A1F52;
    font-weight: 800;
    font-size: clamp(20px, 1.55vw, 34px);
    line-height: 1.45;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat Arabic', 'Cairo', sans-serif;
    word-break: break-word;
}

.wc-promo-details {
    margin-top: 16px;
    color: #4a5568;
    font-size: 16px;
    line-height: 1.7;
}

.wc-promo-details p {
    margin: 0 0 0.75em;
}

/* Starfish decoration - bottom left of overlay */
.wc-promo-starfish {
    position: absolute;
    bottom: 12%;
    left: 55%;
    width: clamp(26px, 2.4vw, 44px);
    height: clamp(26px, 2.4vw, 44px);
    pointer-events: none;
    z-index: 3;
}

/* Countdown overlay */
.wc-promo-countdown {
    display: flex;
    flex-direction: row-reverse;
    gap: clamp(18px, 2.2vw, 42px);
    align-items: center;
    justify-content: center;
    width: min(74%, 460px);
    min-height: 48px;
    padding: 7px 22px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(28, 34, 82, 0.08);
    white-space: nowrap;
    transform: translateX(-50%) translateY(58%);
    line-height: 1;
}

.wc-time-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    gap: 4px;
}

.wc-time-item .wc-val {
    color: #1A1F52;
    font-size: clamp(17px, 1.25vw, 24px);
    font-weight: 800;
    font-family: 'Montserrat Arabic', sans-serif;
}

.wc-time-item .wc-label {
    color: #1A1F52;
    font-size: clamp(11px, .82vw, 14px);
    font-weight: 700;
    opacity: 0.7;
}

/* Store offers grid cards */
.wc-offers-grid {
    row-gap: 12px;
}

.wc-offer-card.wc-promo-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    border: 1px solid rgba(26, 31, 82, 0.1);
    border-radius: 18px;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 18px 42px rgba(26, 31, 82, 0.08);
}

.team .wc-offer-card.wc-promo-card {
    margin-bottom: 0;
    overflow: hidden;
}

.wc-offer-card__header {
    padding: 18px 20px 12px;
    border-bottom: 1px solid rgba(26, 31, 82, 0.08);
}

.wc-offer-card__title {
    margin: 0;
    color: #1A1F52;
    font-family: 'Montserrat Arabic', 'Cairo', sans-serif;
    font-size: clamp(20px, 1.45vw, 28px);
    font-weight: 800;
    line-height: 1.35;
    text-align: start;
}

.wc-offer-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 16px 16px 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(26, 31, 82, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfcff 0%, #f7f9fc 100%);
}

.wc-offer-image-trigger {
    appearance: none;
    -webkit-appearance: none;
    width: auto;
    cursor: zoom-in;
    padding: 0;
}

.wc-offer-image-trigger:focus-visible {
    outline: 3px solid rgba(239, 125, 27, 0.35);
    outline-offset: 3px;
}

.wc-offer-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wc-offer-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #667085;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.team .wc-offer-card .wc-promo-countdown,
.wc-offer-card .wc-promo-countdown {
    position: static;
    z-index: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: auto;
    min-height: 0;
    margin: 14px 16px 12px;
    padding: 12px 14px;
    transform: none;
    border: 1px solid rgba(26, 31, 82, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(26, 31, 82, 0.06);
    white-space: normal;
    direction: rtl;
}

.wc-offer-card .wc-time-item {
    justify-content: center;
    min-width: 0;
    padding: 4px 6px;
    border-radius: 10px;
    background: #f8fafc;
    direction: rtl;
}

.wc-offer-card .wc-time-item .wc-val {
    font-size: clamp(18px, 1.2vw, 23px);
}

.wc-offer-card .wc-time-item .wc-label {
    font-size: 12px;
}

.wc-offer-card__details.wc-promo-details {
    margin: 0;
    padding: 0 18px 18px;
    color: #475467;
    font-size: 15px;
    line-height: 1.8;
}

.wc-offer-card__details.wc-promo-details p:last-child {
    margin-bottom: 0;
}

.wc-offer-card__actions {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    padding: 0 18px 18px;
}

.wc-offer-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(239, 125, 27, 0.22);
    border-radius: 12px;
    background: rgba(239, 125, 27, 0.08);
    color: #EF7D1B;
    font-family: 'Montserrat Arabic', 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wc-offer-share:hover {
    border-color: rgba(239, 125, 27, 0.42);
    background: rgba(239, 125, 27, 0.13);
    transform: translateY(-1px);
}

.wc-offer-share:focus-visible {
    outline: 3px solid rgba(239, 125, 27, 0.28);
    outline-offset: 3px;
}

.wc-offer-lightbox[hidden] {
    display: none !important;
}

.wc-offer-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(10, 15, 38, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.wc-offer-lightbox img {
    display: block;
    width: min(100%, 1080px);
    max-height: 88vh;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.wc-offer-lightbox__close {
    position: absolute;
    top: 18px;
    inset-inline-end: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #1A1F52;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

body.wc-offer-lightbox-open {
    overflow: hidden;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .wc-promo-carousel-item {
        width: 70vw !important;
        padding-inline: 12px;
    }
    .wc-promo-countdown {
        width: 78%;
        min-height: 42px;
        gap: 18px;
    }
    .wc-promo-overlay {
        width: 44%;
    }
}

@media (max-width: 767px) {
    .wc-offers-grid {
        padding-top: 30px !important;
    }

    .wc-offer-card__header {
        padding: 16px 16px 10px;
    }

    .wc-offer-card__media {
        margin: 12px 12px 0;
        border-radius: 12px;
    }

    .team .wc-offer-card .wc-promo-countdown,
    .wc-offer-card .wc-promo-countdown {
        margin: 12px;
        padding: 10px 8px;
        gap: 6px;
    }

    .wc-offer-card .wc-time-item {
        gap: 3px;
        padding-inline: 4px;
    }

    .wc-offer-card__details.wc-promo-details {
        padding: 0 14px 16px;
        font-size: 14px;
    }

    .wc-offer-card__actions {
        padding: 0 14px 16px;
    }
}

@media (max-width: 575px) {
    .wc-promo-carousel-item {
        width: 86vw !important;
        padding-inline: 8px;
        padding-bottom: 30px;
    }
    .wc-promo-overlay {
        width: 46%;
        padding: 8px;
    }
    .wc-promo-countdown {
        width: 82%;
        gap: 13px;
        padding-inline: 12px;
    }

    .wc-offer-card .wc-promo-countdown {
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc-promo-carousel-item {
        transition: opacity 0.2s ease !important;
        transform: none !important;
    }

    .wc-promo-carousel-item.is-selected,
    .testimonials .carousel-items .wc-promo-carousel-item,
    .promortion .carousel-items .wc-promo-carousel-item {
        transform: none !important;
    }
}

.wc-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wc-social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.wc-social-links a svg {
    fill: currentColor;
}

.wc-social-links a:hover {
    color: #fff;
    background: #f5821f;
    border-color: #f5821f;
    transform: translateY(-3px);
}

.wc-social-links-footer {
    margin-top: 18px;
}

.wc-social-links-contact {
    justify-content: flex-end;
    margin-top: 14px;
}

.wc-social-links-contact a {
    color: #1a1f52;
    background: rgba(26, 31, 82, 0.06);
    border-color: rgba(26, 31, 82, 0.12);
}

.wc-social-links-contact a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .wc-social-links-contact {
        justify-content: flex-start;
    }
}

/* ==========================================================================
   Professional Glassmorphism Header Menu (Premium UI/UX)
   ========================================================================== */

/* Desktop Floating Glassy Navbar */
.menu-glassy-bg {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(18px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 10px 35px -5px rgba(27, 32, 75, 0.06), 
                inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
                backdrop-filter 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
                border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
                box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Glassy effect when sticky (scrolled) - increase opacity slightly for readability over page content */
.is-stuck .menu-glassy-bg {
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(25px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    box-shadow: 0 12px 40px -10px rgba(27, 32, 75, 0.1), 
                inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

/* Ensure header sticky wrapper doesn't draw a solid background, letting the glassy bar float elegantly */
#site-header.is-stuck,
.main-header.is-stuck,
.is-stuck section.lqd-section.main-menu-overlay,
.is-stuck section:not(.lqd-stickybar-wrap),
.menu-stacky,
.lqd-mobile-sec-inner {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Glassy Desktop Dropdown Submenus */
.main-nav .sub-menu {
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(20px) saturate(170%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(170%) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 15px 40px rgba(27, 32, 75, 0.08) !important;
    border-radius: 12px !important;
    padding: 10px 0 !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Disable default solid background pseudo-elements on submenus */
.main-nav .sub-menu::before,
.main-nav .nav-item-children::before {
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Desktop Dropdown items transitions & hover effect */
.main-nav .sub-menu li a {
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Desktop Dropdown items transitions & hover effect */
.main-nav .sub-menu li a:hover {
    background: rgba(239, 125, 27, 0.06) !important; /* Soft Primary color tint */
    color: var(--lqd-color-primary) !important;
    padding-inline-start: 22px !important; /* Premium slide-in effect */
}

/* Mobile Header Wrapper overrides */
.lqd-mobile-sec {
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lqd-mobile-sec-inner {
    width: 100% !important;
    padding: 15px 20px !important;
    box-sizing: border-box !important;
}

.lqd-mobile-sec-nav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Mobile Header Bar */
.mobile-glassy-bg {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(18px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02) !important;
    transition: background-color 0.3s ease !important;
}

/* Mobile Nav Drawer Dropdown collapse */
.glassy-menu-mobile-nav {
    background: rgba(26, 31, 82, 0.65) !important; /* Premium dark-blue/indigo tint to match the main dark theme and contrast white text */
    backdrop-filter: blur(25px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(190%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 15px 35px rgba(27, 32, 75, 0.2) !important;
    width: 100% !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Fix mobile list items line-height and spacing */
#lqd-mobile-sec-nav .main-nav > li {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#lqd-mobile-sec-nav .main-nav > li > a {
    line-height: 24px !important;
    padding: 15px 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

#lqd-mobile-sec-nav .main-nav > li > a:hover,
#lqd-mobile-sec-nav .main-nav > li > a[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--lqd-color-primary) !important;
}

/* Style Submenus on Mobile - remove desktop cards style */
#lqd-mobile-sec-nav .sub-menu {
    display: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    min-width: 0 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    margin: 0 !important;
}

#lqd-mobile-sec-nav .sub-menu.is-open {
    display: block !important;
}

#lqd-mobile-sec-nav .sub-menu li {
    display: block !important;
    width: 100% !important;
}

#lqd-mobile-sec-nav .sub-menu li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    padding: 10px 40px 10px 20px !important; /* Right indentation for RTL */
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: all 0.2s ease !important;
}

#lqd-mobile-sec-nav .sub-menu li a:hover {
    color: var(--lqd-color-primary) !important;
    background: transparent !important;
    padding-right: 48px !important; /* Premium slight hover slide */
}

/* Icon transition for submenu collapse */
#lqd-mobile-sec-nav .main-nav > li > a .right-icon i {
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}

#lqd-mobile-sec-nav .main-nav > li > a[aria-expanded="true"] .right-icon i {
    transform: rotate(180deg) !important;
}

.mobile-tools-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 40px) !important;
    margin: 18px 20px 10px !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.mobile-lang-switcher {
    padding: 0 !important;
    border-bottom: 0 !important;
    color: #fff !important;
}

.mobile-search-bar {
    display: block !important;
    width: 100% !important;
    padding: 0 20px 18px !important;
    margin: 0 !important;
}

.mobile-search-form {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.mobile-search-input {
    width: 100% !important;
    height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.11) !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 42px !important;
    padding: 0 14px 0 44px !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16) !important;
    outline: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

.mobile-search-input::placeholder {
    color: rgba(255, 255, 255, 0.58) !important;
}

.mobile-search-input:focus {
    border-color: rgba(239, 125, 27, 0.75) !important;
    background-color: rgba(255, 255, 255, 0.16) !important;
}

.mobile-search-submit {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.82) !important;
    cursor: pointer !important;
}

.mobile-lang-switcher:hover {
    color: var(--lqd-color-primary) !important;
}

/* Final mobile store button normalization */
.cta-store-fallback {
    display: none !important;
}

@media (max-width: 767px) {
    .jawali-cta-store-row,
    .about-mobile-cta .jawali-cta-store-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .jawali-cta-store-row > .jawali-cta-store-col,
    .about-mobile-cta .jawali-cta-store-row > .jawali-cta-store-col,
    .about-mobile-store-link {
        width: 170px !important;
        max-width: 170px !important;
        flex: 0 0 auto !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .jawali-cta .cta-store-button,
    .about-mobile-cta .cta-store-button {
        width: 170px !important;
        min-height: 50px !important;
        height: 50px !important;
        margin: 0 !important;
        padding: 6px 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        gap: 0 !important;
    }

    .jawali-cta .cta-store-badge,
    .about-mobile-cta .cta-store-badge {
        display: block !important;
        width: 142px !important;
        max-width: 142px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .jawali-cta .cta-store-button > :not(.cta-store-badge),
    .about-mobile-cta .cta-store-button > :not(.cta-store-badge) {
        display: none !important;
    }
}

/* Home mobile animation spacing: Jawali -> CTA -> News */
@media (max-width: 767px) {
    body:has(#news-section) .scroll-wrapper {
        height: 100svh !important;
        min-height: 680px !important;
        overflow: hidden !important;
        background: #f68b1f !important;
        z-index: 1 !important;
    }

    body:has(#news-section) .scroll-wrapper .master-section,
    body:has(#news-section) .scroll-wrapper .app-features,
    body:has(#news-section) .scroll-wrapper .app-container,
    body:has(#news-section) .scroll-wrapper .features-wrapper,
    body:has(#news-section) .scroll-wrapper .feature-slide {
        height: 100svh !important;
        min-height: 680px !important;
    }

    body:has(#news-section) .scroll-wrapper .feature-slide {
        padding-top: 34px !important;
        padding-bottom: 28px !important;
        overflow: hidden !important;
    }

    body:has(#news-section) .scroll-wrapper .phone-screen-inner {
        width: min(68vw, 250px) !important;
        height: min(48svh, 390px) !important;
        min-height: 310px !important;
    }

    body:has(#news-section) .scroll-wrapper .feature-left p {
        max-width: 310px !important;
        margin-bottom: 12px !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    body:has(#news-section) .jawali-cta,
    body:has(#news-section) #news-section {
        position: relative !important;
        clear: both !important;
        transform: translateZ(0);
    }

    body:has(#news-section) .jawali-cta {
        z-index: 3 !important;
        margin-top: 0 !important;
        padding-top: 38px !important;
        padding-bottom: 50px !important;
        background: #fff !important;
    }

body:has(#news-section) #news-section {
        z-index: 2 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 48px !important;
        padding-bottom: 52px !important;
        overflow: hidden !important;
        background: #fff !important;
    }
}

/* Site button normalization: match the hero slider radius and text motion only. */
:where(
    .btn.btn-solid,
    .btn-orange,
    .button.btn,
    .button-56.submit,
    .wc-card-btn-link,
    .sidebar-gps-btn,
    .view-toggle-btn,
    .wc-cookie-accept,
    .lqd-cf-form input[type="submit"]
):not(
    .btn-naked,
    .btn-underlined,
    .btn-icon-block,
    .btn-icon-circle,
    .service-link,
    .fresco,
    .lity-close,
    .wc-cookie-close
) {
    border-radius: 10px !important;
    transition: border-radius 0.3s ease-in-out, transform 0.3s ease-in-out;
}

:where(
    .btn.btn-solid,
    .btn-orange,
    .button.btn,
    .button-56.submit,
    .wc-card-btn-link,
    .sidebar-gps-btn,
    .view-toggle-btn,
    .wc-cookie-accept
) .btn-txt {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

:where(
    .btn.btn-solid,
    .btn-orange,
    .button.btn,
    .button-56.submit,
    .wc-card-btn-link,
    .sidebar-gps-btn,
    .view-toggle-btn,
    .wc-cookie-accept
):hover .btn-txt,
:where(
    .btn.btn-solid,
    .btn-orange,
    .button.btn,
    .button-56.submit,
    .wc-card-btn-link,
    .sidebar-gps-btn,
    .view-toggle-btn,
    .wc-cookie-accept
):focus .btn-txt {
    transform: translateY(-1px);
}

/* Branches page: keep highlighted filter buttons and branch badges at 10px. */
.branches-section .category-pill,
.branches-section .sidebar-gps-btn,
.branches-section .view-toggle-btn,
.branches-section .wc-card-badge-pill {
    border-radius: 10px !important;
}

/* Promotions stores load-more button: navy instead of black. */
.promotions-page #loadMoreNews,
#loadMoreNews.button.btn.ld-ajax-loadmore {
    background-color: var(--lqd-color-accent) !important;
    color: #ffffff !important;
    border-color: var(--lqd-color-accent) !important;
}

.promotions-page #loadMoreNews:hover,
.promotions-page #loadMoreNews:focus,
#loadMoreNews.button.btn.ld-ajax-loadmore:hover,
#loadMoreNews.button.btn.ld-ajax-loadmore:focus {
    background-color: #080547 !important;
    color: #ffffff !important;
    border-color: #080547 !important;
}
