﻿@import url("./business-setup.css");
:root {
    --ar-font: "Tajawal", sans-serif;
    --base-100: #2e2e2e;
    --base-300: #f5f5f5;
    --em-accent: #D47328;
    --ba-accent: #D47328;
    --section-pad: 8rem;
    --container-pad: 6%;
}
body {
    font-family: var(--ar-font) !important;
    direction: rtl !important;
    text-align: right !important;
    overflow-x: hidden !important;
}
html {
    overflow-x: hidden !important;
}
::selection {
    background-color: rgba(212, 115, 40, 0.25);
    color: var(--base-100);
}
::-moz-selection {
    background-color: rgba(212, 115, 40, 0.25);
    color: var(--base-100);
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: var(--base-300);
}
::-webkit-scrollbar-thumb {
    background: rgba(212, 115, 40, 0.4);
    border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D47328;
}
a:focus-visible,
button:focus-visible {
    outline: 2px solid rgba(212, 115, 40, 0.5);
    outline-offset: 4px;
    border-radius: 4px;
}
em, i {
    font-style: normal !important;
}
.headline, .sub-headline, .section-header h2,
.about-title, .essential-title, .process-title,
.small-label, p, h1, h2, h3, h4, span, a {
    font-family: var(--ar-font) !important;
}
.small-label {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}
.page-header-content .small-label {
    margin-bottom: 2.5rem !important;
}
.about-offer p,
.about-methodology-summary p,
.scope-content p,
.process-content p{
    font-size: 1.25rem !important;
}
.consent-text {
    font-size: 1.1rem !important;
}
.page-header-content {
    text-align: center !important;
    align-items: center !important;
}
.page-header-content .headline {
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}
.page-header-content .sub-headline {
    font-weight: 500 !important;
}
.top-logo {
    left: auto !important;
    right: 5%;
}
.about-service-container {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 80px;
}
.essential-side {
    margin-left: 0 !important;
    margin-right: auto;
}
.essential-item {
    flex-direction: row !important;
    gap: 20px;
}
.about-title,
.about-offer h3,
.about-methodology-summary h3,
.essential-title {
    font-weight: 600 !important;
}
.scope-row {
    flex-direction: row !important;
}
.scope-content {
    padding-right: 0 !important;
    padding-left: 40px;
    text-align: right;
}
.scope-number {
    text-align: right;
}
.process-line {
    left: 50% !important;
    right: auto;
}
.process-item.item-right {
    left: auto !important;
    right: 50% !important;
    padding-left: 0 !important;
    padding-right: 70px !important;
    text-align: right !important;
}
.item-right .process-number {
    right: auto !important;
    left: 100% !important;
    margin-right: 0 !important;
    margin-left: 60px !important;
    text-align: right !important;
}
.item-right::after {
    left: auto !important;
    right: -9px !important;
}
.process-item.item-left {
    left: auto !important;
    right: 0% !important;
    padding-right: 0 !important;
    padding-left: 70px !important;
    text-align: left !important;
}
.item-left .process-number {
    left: auto !important;
    right: 100% !important;
    margin-left: 0 !important;
    margin-right: 60px !important;
    text-align: left !important;
}
.item-left::after {
    right: auto !important;
    left: -9px !important;
}
@media (hover: hover) and (pointer: fine) {
    body, body * { cursor: none !important; }
}
@media (hover: none) {
    body, body * { cursor: auto !important; }
}
.reveal-info, .reveal-form {
    opacity: 1;
}
@media (max-width: 1024px) {
    html[dir="rtl"] .page-header-section {
        padding: 100px 5% 50px;
        min-height: 70vh;
    }
    html[dir="rtl"] .page-header-content .headline {
        font-size: 3.2rem !important;
    }
    html[dir="rtl"] .page-header-content .sub-headline {
        font-size: 1.3rem !important;
    }
    html[dir="rtl"] .section-header h2,
    html[dir="rtl"] .about-title,
    html[dir="rtl"] .essential-title {
        font-size: 2.4rem !important;
    }
    html[dir="rtl"] .small-label {
        font-size: 1.1rem !important;
    }
    html[dir="rtl"] .about-service-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    html[dir="rtl"] .essential-side {
        margin-right: 0;
        max-width: 100%;
    }
    html[dir="rtl"] .essential-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (max-width: 768px) {
    html[dir="rtl"] .page-header-section {
        padding: 80px 5% 40px;
        min-height: auto;
    }
    html[dir="rtl"] .page-header-content .headline {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }
    html[dir="rtl"] .page-header-content .sub-headline {
        font-size: 1.05rem !important;
        margin-bottom: 20px !important;
    }
    html[dir="rtl"] .page-header-content .page-desc {
        font-size: 0.9rem !important;
        margin-bottom: 25px !important;
        line-height: 1.7 !important;
    }
    html[dir="rtl"] .page-header-content .small-label {
        margin-bottom: 1.2rem !important;
    }
    html[dir="rtl"] .section-header h2,
    html[dir="rtl"] .about-title,
    html[dir="rtl"] .essential-title {
        font-size: 1.8rem !important;
    }
    html[dir="rtl"] .section-header p {
        font-size: 0.95rem !important;
    }
    html[dir="rtl"] .small-label {
        font-size: 0.85rem !important;
    }
    html[dir="rtl"] .content-section {
        padding: 50px 20px;
    }
    html[dir="rtl"] .section-header {
        margin-bottom: 35px;
    }
    html[dir="rtl"] .essential-text p,
    html[dir="rtl"] .about-offer p,
    html[dir="rtl"] .about-methodology-summary p,
    html[dir="rtl"] .scope-content p,
    html[dir="rtl"] .process-content p {
        font-size: 0.95rem !important;
    }
    html[dir="rtl"] .scope-row {
        flex-wrap: wrap;
        padding: 25px 0;
    }
    html[dir="rtl"] .scope-number {
        width: 100%;
        margin-bottom: 8px;
        font-size: 1.3rem;
    }
    html[dir="rtl"] .scope-content {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    html[dir="rtl"] .scope-content h3 {
        font-size: 1.3rem !important;
    }
    html[dir="rtl"] .scope-icon-wrap {
        width: 100%;
        justify-content: flex-start;
    }
    html[dir="rtl"] .scope-icon-wrap ion-icon {
        font-size: 1.6rem !important;
    }
    html[dir="rtl"] .essential-title {
        font-size: 1.1rem !important;
    }
    html[dir="rtl"] .essential-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.2rem !important;
    }
    html[dir="rtl"] .essential-side {
        padding: 30px 20px;
    }
    html[dir="rtl"] .essential-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    html[dir="rtl"] .process-timeline-container {
        padding: 30px 0;
        margin-top: 20px;
    }
    html[dir="rtl"] .process-line {
        right: 20px !important;
        left: auto !important;
        transform: none !important;
    }
    html[dir="rtl"] .process-item {
        width: 100% !important;
        left: auto !important;
        right: 0 !important;
        padding-right: 55px !important;
        padding-left: 0 !important;
        text-align: right !important;
        margin-bottom: 50px;
    }
    html[dir="rtl"] .process-item::after {
        right: 11px !important;
        left: auto !important;
    }
    html[dir="rtl"] .process-number {
        font-size: 3rem;
        right: 40px !important;
        left: auto !important;
        text-align: right !important;
        top: -8px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    html[dir="rtl"] .process-content {
        padding: 22px;
    }
    html[dir="rtl"] .process-title {
        font-size: 1.15rem !important;
    }
    html[dir="rtl"] .process-content p {
        font-size: 0.9rem !important;
    }
    html[dir="rtl"] .form-row {
        flex-direction: column;
        gap: 1.5rem;
    }
    html[dir="rtl"] .form-group input,
    html[dir="rtl"] .form-group textarea {
        font-size: 0.9rem !important;
        padding: 0.8rem 0 !important;
    }
    html[dir="rtl"] .form-group label {
        font-size: 0.85rem !important;
    }
}
@media (max-width: 640px) {
    html[dir="rtl"] .menu-overlay {
        flex-direction: column;
    }
    html[dir="rtl"] .menu-socials-panel {
        width: 100%;
        height: auto;
        flex-direction: row;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 1.5rem 0;
    }
    html[dir="rtl"] .menu-socials-inner {
        flex-direction: row;
        gap: 2.5rem;
    }
    html[dir="rtl"] .menu-center {
        text-align: center;
    }
    html[dir="rtl"] .menu-link-item a {
        font-size: 3rem;
    }
}
@media (max-width: 480px) {
    html[dir="rtl"] .page-header-section {
        padding: 70px 5% 30px;
    }
    html[dir="rtl"] .page-header-content .headline {
        font-size: 1.7rem !important;
        line-height: 1.25 !important;
    }
    html[dir="rtl"] .page-header-content .sub-headline {
        font-size: 0.9rem !important;
    }
    html[dir="rtl"] .page-header-content .page-desc {
        font-size: 0.82rem !important;
    }
    html[dir="rtl"] .section-header h2,
    html[dir="rtl"] .about-title,
    html[dir="rtl"] .essential-title {
        font-size: 1.5rem !important;
    }
    html[dir="rtl"] .scope-content h3 {
        font-size: 1.1rem !important;
    }
    html[dir="rtl"] .process-title {
        font-size: 1rem !important;
    }
    html[dir="rtl"] .small-label {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }
    html[dir="rtl"] .content-section {
        padding: 40px 16px;
    }
    html[dir="rtl"] .essential-text p,
    html[dir="rtl"] .about-offer p,
    html[dir="rtl"] .about-methodology-summary p,
    html[dir="rtl"] .scope-content p,
    html[dir="rtl"] .process-content p {
        font-size: 0.8rem !important;
    }
    html[dir="rtl"] .process-number {
        font-size: 2.2rem;
    }
    html[dir="rtl"] .process-content {
        padding: 18px;
    }
    html[dir="rtl"] .scope-icon-wrap ion-icon {
        font-size: 1.3rem !important;
    }
}
@media (max-width: 900px) {
    .menu-right { display: none; }
}
