:root {
    --black: #070707;
    --black-2: #101010;
    --gold: #d6a53a;
    --gold-light: #f2c766;
    --cream: #f4eee2;
    --muted: #aaa49a;
    --line: rgba(214,165,58,.34);
    --white: #fff;
    --max: 1180px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    background: var(--black);
    color: var(--cream);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin: auto;
}

section {
    scroll-margin-top: 85px;
}

.eyebrow {
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: 14px;
}

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    line-height: 1.05;
}

h1 em,
h2 em {
    color: var(--gold-light);
    font-style: normal;
}


/* ================= HEADER ================= */

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(5,5,5,.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--gold);
}

.brand > span {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    letter-spacing: .04em;
    color: var(--gold-light);
}

.brand small {
    display: block;
    font: 600 7px "DM Sans", sans-serif;
    letter-spacing: .2em;
    color: #c8c0b2;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    font-size: 12px;
}

.nav-links > a {
    color: #d9d2c5;
    position: relative;
    transition: .25s;
    white-space: nowrap;
}

.nav-links > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: var(--gold-light);
    transition: .25s;
}

.nav-links > a:hover,
.nav-links > a.active {
    color: var(--gold-light);
}

.nav-links > a:hover::after,
.nav-links > a.active::after {
    width: 100%;
}

.nav-cta {
    background: linear-gradient(135deg, var(--gold-light), #b9831e);
    color: #111 !important;
    padding: 11px 15px;
    border-radius: 8px;
    font-weight: 700;
}

.nav-cta i {
    margin-left: 8px;
}


/* ================= LANGUAGE ================= */

.language-switcher {
    position: relative;
    flex: 0 0 auto;
}

.language-button {
    min-width: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 10px;
    border: 1px solid rgba(214,165,58,.65);
    border-radius: 7px;
    background: #101010;
    color: var(--gold-light);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.language-button:hover,
.language-button[aria-expanded="true"] {
    background: rgba(214,165,58,.12);
    border-color: var(--gold-light);
}

.language-button > i {
    font-size: 9px;
    transition: .2s;
}

.language-button[aria-expanded="true"] > i {
    transform: rotate(180deg);
}

.language-flag,
.language-option .fi {
    width: 22px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    flex: 0 0 auto;
}

.language-menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    width: 185px;
    padding: 7px;
    background: rgba(10,10,10,.98);
    border: 1px solid var(--line);
    border-radius: 9px;
    box-shadow: 0 18px 40px rgba(0,0,0,.5);
    display: none;
}

.language-menu.open {
    display: block;
    animation: drop .18s ease-out;
}

.language-option {
    width: 100%;
    display: grid;
    grid-template-columns: 25px 1fr auto;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #d9d2c5;
    cursor: pointer;
    text-align: left;
}

.language-option:hover,
.language-option.active {
    background: rgba(214,165,58,.13);
    color: var(--gold-light);
}

.language-option strong {
    font-size: 10px;
    color: var(--gold);
}

@keyframes drop {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ================= MOBILE MENU ================= */

.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    width: 42px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 2px;
    background: var(--gold-light);
    margin: 6px 0;
}


/* ================= HERO ================= */

.hero {
    min-height: 610px;
    height: 610px;
    margin-top: 78px;

    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #050505;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 45%, rgba(214,165,58,.10), transparent 28%),
        linear-gradient(90deg, #050505 0%, #090909 42%, rgba(9,9,9,.45) 65%, rgba(9,9,9,.08) 100%);
}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;

    width: 60%;
    height: 100%;

    z-index: 0;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;

    transform: none;
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.96) 7%, rgba(5,5,5,.78) 18%, rgba(5,5,5,.45) 31%, rgba(5,5,5,.16) 45%, rgba(5,5,5,0) 67%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
    background-size: 70px 70px;
}

.hero-content {
    position: relative;
    z-index: 3;

    width: min(calc(100% - 48px), var(--max));
    height: 100%;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    align-items: center;

    padding-top: 0;
}

.hero-copy {
    position: relative;
    z-index: 4;
    max-width: 560px;
}

.hero h1 {
    font-size: clamp(48px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.025em;
    margin: 0;
}

.hero-copy > p {
    max-width: 500px;
    color: #c7c1b7;
    margin: 14px 0 20px;
    font-size: 13px;
    line-height: 1.5;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    cursor: pointer;
    font: 700 13px "DM Sans", sans-serif;
    padding: 14px 22px;
    border-radius: 7px;
    transition: .25s;
}

.btn-gold {
    background: linear-gradient(135deg, #f1c568, #b77e1b);
    color: #090909;
    box-shadow: 0 10px 28px rgba(214,165,58,.16);
}

.btn-gold:hover {
    transform: translateY(-2px);
}

.btn-outline {
    border: 1px solid rgba(214,165,58,.65);
    color: var(--cream);
    background: rgba(0,0,0,.18);
}

.btn-outline:hover {
    border-color: var(--gold-light);
    color: var(--gold-light);
}

.hero-points {
    display: flex;
    gap: 28px;
    margin-top: 18px;
    color: #ddd3c4;
    font-size: 12px;
}

.hero-points > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-points i {
    color: var(--gold-light);
}


/* ================= ABOUT ================= */

.about {
    padding: 100px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.2fr .8fr;
    gap: 28px;
    align-items: center;
}

.about-copy h2,
.section-heading h2,
.why h2,
.testimonials h2,
.form-wrap h2,
.location h2 {
    font-size: 42px;
}

.about-copy p {
    color: #aaa49a;
    font-size: 14px;
    max-width: 490px;
    margin: 22px 0 26px;
}

.text-link {
    display: inline-flex;
    gap: 10px;
    color: var(--gold-light);
    font-size: 13px;
    font-weight: 700;
}

.about-image {
    height: 360px;
    border: 1px solid var(--line);
    padding: 10px;
    background: #141414;
}

.building-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(214,165,58,.16), rgba(0,0,0,.25));
    border: 1px solid rgba(214,165,58,.22);
}

.building-sign {
    width: 82px;
    height: 82px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    font-size: 34px;
    margin-bottom: 18px;
}

.building-placeholder strong {
    font: 700 25px "Playfair Display";
    color: var(--gold-light);
    letter-spacing: .08em;
}

.building-placeholder small {
    font-size: 9px;
    letter-spacing: .2em;
    margin-top: 5px;
    color: #c4baa9;
}

.about-values {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.value {
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-light);
}

.value h3 {
    font: 600 16px "Playfair Display";
    color: var(--gold-light);
}

.value p {
    font-size: 12px;
    color: #aaa49a;
}


/* ================= OFFERS ================= */

.offers {
    padding: 100px 0;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-card {
    padding: 27px 23px;
    border: 1px solid rgba(214,165,58,.42);
    background: linear-gradient(145deg, #111, #090909);
    min-height: 285px;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-light);
}

.service-icon {
    width: 52px;
    height: 52px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    font-size: 19px;
    margin-bottom: 24px;
}

.service-card h3 {
    font: 600 21px "Playfair Display";
    margin-bottom: 10px;
}

.service-card p {
    font-size: 12px;
    color: #a8a299;
}

.service-card a {
    display: inline-flex;
    gap: 10px;
    margin-top: 22px;
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 700;
}


/* ================= WHY ================= */

.why {
    padding: 100px 0;
    background: linear-gradient(90deg, #080808, #111 55%, #080808);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.why-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 70px;
}

.why h2 {
    margin-bottom: 34px;
}

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

.advantages div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 11px;
}

.advantages span {
    width: 52px;
    height: 52px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    font-size: 18px;
}

.advantages b {
    font-size: 12px;
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    border-left: 1px solid var(--line);
    padding-left: 60px;
}

.stat strong {
    font: 700 48px "Playfair Display";
    color: var(--gold-light);
}

.stat span {
    display: block;
    color: #a7a095;
    font-size: 12px;
}


/* ================= REVIEWS ================= */

.testimonials {
    padding: 100px 0;
}

.testimonials h2 {
    margin-bottom: 34px;
}

.reviews {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.review {
    border: 1px solid rgba(214,165,58,.35);
    padding: 25px;
    background: #0d0d0d;
}

.avatar {
    width: 48px;
    height: 48px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    margin-bottom: 15px;
}

.stars {
    color: var(--gold-light);
    letter-spacing: 3px;
}

.review p {
    font-size: 12px;
    color: #c3bdb3;
    margin: 14px 0 18px;
}

.review small {
    display: block;
    font-size: 10px;
    color: #8e887e;
}


/* ================= CONTACT ================= */

.contact-section {
    padding: 90px 0;
    background: #0b0b0b;
    border-top: 1px solid var(--line);
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.1fr 1.05fr;
    gap: 25px;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #b7b0a5;
    font-size: 12px;
    margin: 25px 0;
}

.location-details p {
    position: relative;
    padding-left: 30px;
}

.location-details p > span:first-child {
    position: absolute;
    left: 0;
    color: var(--gold-light);
    font-size: 17px;
}

.map {
    width: 100%;
    min-height: 360px;
    border: 1px solid var(--line);
    overflow: hidden;
}

.map iframe {
    min-height: 360px;
}

.form-wrap {
    border: 1px solid rgba(214,165,58,.3);
    padding: 30px;
    background: #101010;
}

.form-wrap h2 {
    font-size: 31px;
    margin-bottom: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

input,
textarea {
    width: 100%;
    border: 1px solid rgba(214,165,58,.35);
    background: #080808;
    color: var(--cream);
    padding: 13px 14px;
    border-radius: 6px;
    outline: none;
}

input:focus,
textarea:focus {
    border-color: var(--gold-light);
}

textarea {
    min-height: 130px;
    resize: vertical;
    margin-bottom: 12px;
}

.consent {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #999188;
    font-size: 11px;
    margin-bottom: 15px;
}

.consent input {
    width: auto;
}

.form-message {
    margin-top: 12px;
    color: var(--gold-light);
    font-size: 12px;
}


/* ================= FOOTER ================= */

.footer {
    padding: 35px 0 20px;
    border-top: 1px solid var(--line);
    background: #050505;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 30px;
    align-items: center;
}

.footer-brand img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--gold);
}

.footer-brand p {
    font-size: 9px;
    color: #8d877d;
    letter-spacing: .16em;
    margin-top: 6px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 11px;
    color: #aaa49a;
}

.footer-legal {
    display: flex;
    gap: 15px;
    font-size: 10px;
    color: #807a71;
}

.copyright {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 25px;
    padding-top: 18px;
    color: #706b63;
    font-size: 10px;
    text-align: center;
}


/* ================= RTL ARABIC ================= */

html[dir="rtl"] {
    text-align: right;
}

html[dir="rtl"] .nav-links,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .hero-points {
    direction: rtl;
}

html[dir="rtl"] .nav-links > a:not(.nav-cta)::after {
    left: auto;
    right: 0;
}

html[dir="rtl"] .language-menu {
    right: auto;
    left: 0;
}

html[dir="rtl"] .language-option {
    text-align: right;
}

html[dir="rtl"] .location-details p {
    padding-left: 0;
    padding-right: 30px;
}

html[dir="rtl"] .location-details p > span:first-child {
    left: auto;
    right: 0;
}

html[dir="rtl"] .stats {
    border-left: 0;
    border-right: 1px solid var(--line);
    padding-left: 0;
    padding-right: 60px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1100px) {
    .nav-links {
        gap: 13px;
    }

    .nav-cta {
        padding: 10px 11px;
    }
}

@media (max-width: 950px) {
    .cards {
        grid-template-columns: repeat(2,1fr);
    }

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

    .about-values {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .form-wrap {
        grid-column: 1 / -1;
    }
}

@media (max-width: 800px) {
    .nav {
        min-height: 72px;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        padding: 18px 22px 24px;
        background: #090909;
        border-bottom: 1px solid var(--line);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links > a {
        padding: 10px 0;
    }

    .nav-cta {
        text-align: center;
        margin-top: 6px;
    }

    .language-switcher {
        width: 100%;
    }

    .language-button {
        width: 100%;
    }

    .language-menu {
        position: static;
        width: 100%;
        margin-top: 6px;
        box-shadow: none;
    }

    .hero {
        min-height: 650px;
        height: auto;
        margin-top: 72px;
    }

    .hero-image {
    position: absolute;
    top: 0;
    right: 0;

    width: 60%;
    height: 100%;

    z-index: 0;
    overflow: hidden;
    }

    .hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;

    transform: scale(1);
    }

    .hero-content {
        min-height: 650px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-image::after {
        background: linear-gradient(180deg, rgba(5,5,5,.20) 0%, rgba(5,5,5,.65) 55%, #050505 100%);
    }

    .about-grid,
    .why-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-values {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .stats {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding: 30px 0 0;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    html[dir="rtl"] .stats {
        border-right: 0;
        border-top: 1px solid var(--line);
        padding-right: 0;
    }

    .advantages {
        grid-template-columns: repeat(2,1fr);
    }

    .reviews {
        grid-template-columns: 1fr;
    }

    .map {
        min-height: 300px;
    }

    .map iframe {
        min-height: 300px;
    }

    .form-wrap {
        grid-column: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand img {
        margin: auto;
    }
}

@media (max-width: 520px) {
    .container {
        width: min(calc(100% - 30px), var(--max));
    }

    .brand > span {
        font-size: 16px;
    }

    .brand small {
        font-size: 6px;
    }

    .hero h1 {
        font-size: 43px;
    }

    .about-copy h2,
    .section-heading h2,
    .why h2,
    .testimonials h2,
    .location h2 {
        font-size: 34px;
    }

    .hero-points {
        flex-direction: column;
        gap: 9px;
        margin-top: 30px;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .advantages {
        grid-template-columns: 1fr 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   FIX ARABIC RTL — KEEP HERO IMAGE ON THE RIGHT
   ========================================================= */

/* The hero layout must NEVER reverse */
.hero-content {
    direction: ltr;
}

/* Keep the hero image fixed on the right */
.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 60%;
    height: 100%;
}

/* Normal languages */
.hero-copy {
    direction: ltr;
    text-align: left;
}

/* Arabic only */
html[dir="rtl"] .hero-content {
    direction: ltr;
}

html[dir="rtl"] .hero-copy {
    direction: rtl;
    text-align: right;
    margin-left: 0;
    margin-right: auto;
}

/* Keep Arabic buttons and points correctly aligned */
html[dir="rtl"] .hero-actions {
    direction: rtl;
    justify-content: flex-start;
}

html[dir="rtl"] .hero-points {
    direction: rtl;
    justify-content: flex-start;
}

/* IMPORTANT:
   Do not mirror or move the hero image when Arabic is selected */
html[dir="rtl"] .hero-image {
    right: 0;
    left: auto;
}

html[dir="rtl"] .hero-image img {
    transform: none;
    object-position: center center;
}

/* Keep the dark gradient on the left side of the image */
html[dir="rtl"] .hero-image::after {
    background: linear-gradient(
        90deg,
        #050505 0%,
        rgba(5,5,5,.96) 7%,
        rgba(5,5,5,.78) 18%,
        rgba(5,5,5,.45) 31%,
        rgba(5,5,5,.16) 45%,
        rgba(5,5,5,0) 67%
    );
}

/* Arabic heading */
html[dir="rtl"] .hero h1 {
    text-align: right;
}

/* Arabic paragraph */
html[dir="rtl"] .hero-copy > p {
    text-align: right;
}

/* Keep hero content inside the same width */
html[dir="rtl"] .hero-content {
    margin-left: auto;
    margin-right: auto;
}
/* ================= FOOTER SOCIALS ================= */

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.footer-socials a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(214,165,58,.45);
    border-radius: 50%;

    color: var(--gold-light);
    background: rgba(214,165,58,.04);

    font-size: 14px;
    transition: all .25s ease;
}

.footer-socials a:hover {
    color: #111;
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-3px);
}
/* ================= STAT PREFIX ================= */

.stat-prefix {
    font-size: 0.65em;
    font-weight: 400;
    vertical-align: 0.18em;
    margin-right: 3px;
    opacity: 0.9;
}

.stat-number {
    font-size: 1em;
}