﻿:root {
    --rt-font-body: 'Tajawal', 'Host Grotesk', sans-serif;
    --rt-font-disp: 'Tajawal', sans-serif;
}
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.logo-text,
span,
.rt-section-title,
.rt-hero__title {
    font-family: 'Tajawal', sans-serif !important;
    letter-spacing: 0 !important;
}
body {
    font-family: 'Tajawal', 'Host Grotesk', sans-serif;
    font-style: normal !important;
}
*,
*::before,
*::after {
    font-style: normal !important;
}
.btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 36px 8px 8px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: background 0.4s, color 0.4s, border 0.4s, box-shadow 0.4s !important;
    font-weight: 500 !important;
    gap: 24px !important;
    border: 1px solid rgba(24, 23, 23, 0.12) !important;
    cursor: none !important;
    position: relative;
    overflow: hidden;
    width: max-content;
}
@media (max-width: 1024px) {
    .btn {
        padding: 0.35rem 1.5rem 0.35rem 0.35rem !important;
    }
}
@media (max-width: 768px) {
    .btn.primary-btn {
        width: auto !important;
        min-width: 130px;
        padding: 0.15rem .95rem 0.35rem 0.35rem !important;
        justify-content: center !important;
        gap: 0.8rem !important;
    }
    .btn-icon {
        width: 2rem !important;
        height: 2rem !important;
        font-size: 1rem !important;
    }
}
@media (max-width: 480px) {
    .btn.primary-btn {
        min-width: 130px;
        padding: 0.15rem .95rem 0.35rem 0.35rem !important;
    }
    .btn-icon {
        width: 2rem !important;
        height: 2rem !important;
    }
}
.em-hero {
    height: 100vh !important;
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden;
}
.em-hero__inner {
    direction: rtl;
    height: 100% !important;
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    display: grid !important;
    align-items: center !important;
    min-height: 0 !important;
}
.em-hero__tag {
    margin-bottom: 1.5vh !important;
    padding: 0.5vh 1.5vh !important;
    font-size: clamp(0.7rem, 1.5vh, 0.85rem) !important;
}
.em-hero__title {
    font-size: clamp(1.8rem, 9.5vh, 7rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5vh !important;
    font-weight: 600 !important;
}
.em-hero__desc {
    font-size: clamp(0.85rem, 1.8vh, 1rem) !important;
    margin-bottom: 3vh !important;
    max-width: 500px !important;
}
.em-hero__visual {
    height: 55vh !important;
    min-height: 350px !important;
    transform: scale(min(1, calc(100vh / 900)));
}
.em-hero__content {
    text-align: right;
}
.em-bento__step {
    text-align: right;
}
.premium-form input,
.premium-form textarea {
    text-align: right;
}
.form-group label {
    right: 16px;
    left: auto;
}
.form-consent {
    text-align: right;
}
:root {
    --nw-b100: #181717;
    --nw-b200: #3a3a39;
    --nw-b300: #f5f5f5;
    --nw-acc: #D47328;
    --nw-s-pad: clamp(4rem, 10vw, 10rem);
    --nw-c-pad: clamp(1.5rem, 5vw, 4rem);
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    font-family: 'Tajawal', sans-serif;
    background-color: var(--nw-b300);
    color: var(--nw-b100);
    direction: rtl;
    line-height: 1.5;
}
.em-hero__title {
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    word-spacing: 0.1em !important;
    margin-bottom: 30px !important;
}
.em-hero__sub {
    line-height: 1.6 !important;
    word-spacing: 0.05em !important;
    margin-bottom: 35px !important;
}
.em-section-title,
.em-mission__title,
.em-cta__title {
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    word-spacing: 0.05em !important;
}
.em-hero__tag {
    word-spacing: 0.1em !important;
    font-size: 0.9rem !important;
}
.btn-icon-flxed ion-icon {
    font-size: 1.35rem !important;
    color: #fff !important;
    display: flex !important;
}
.em-hero__card-icon ion-icon,
.em-scope-card__icon ion-icon,
.em-outcome-icon ion-icon {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.nw-custom-checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: none !important;
    user-select: none;
    font-size: 0.95rem;
    color: #555;
}
.nw-custom-checkbox input {
    display: none;
}
.nw-custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
    flex-shrink: 0;
}
.nw-custom-checkbox input:checked + .checkmark,
.custom-checkbox input:checked + .checkmark,
.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--nw-acc) !important;
    border-color: var(--nw-acc) !important;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.nw-custom-checkbox input:checked + .checkmark::after,
.custom-checkbox input:checked + .checkmark::after,
.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
    opacity: 1 !important;
    transform: rotate(45deg) scale(1) !important;
}
.consent-text {
    white-space: nowrap;
}
.consent-text a {
    color: var(--nw-acc);
    text-decoration: none;
    font-weight: 600;
}
.consent-text a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .em-hero__title {
        font-size: clamp(2.5rem, 8vw, 4rem) !important;
        line-height: 1.2 !important;
    }
    .em-hero__inner {
        padding-top: 120px !important;
        gap: 40px !important;
    }
}
@media (max-width: 768px) {
    .em-hero__title {
        font-size: 2.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 25px !important;
    }
    .em-hero__sub {
        font-size: 1.2rem !important;
        margin-bottom: 30px !important;
    }
    .em-mission__title,
    .em-cta__title {
        font-size: 2.2rem !important;
        line-height: 1.3 !important;
    }
    .em-section-title {
        font-size: 2rem !important;
    }
}
.em-method__steps::before {
    left: auto !important;
    right: 38px !important;
}
.em-step:hover {
    transform: translateX(-12px) !important;
}
.em-expertise__text {
    color: #111111be !important;
}
.em-scope-card__num {
    right: auto !important;
    left: 30px !important;
}
@media (max-width: 768px) {
    .em-method__steps::before {
        right: 25px !important;
    }
}
@media (max-width: 480px) {
    .em-method__steps::before {
        right: 20px !important;
    }
}
@media (max-width: 480px) {
    .em-hero__title {
        font-size: 2.2rem !important;
        line-height: 1.4 !important;
    }
    .em-hero__inner {
        padding-top: 100px !important;
    }
}
