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

:root {
    --gold: #C49A3C;
    --gold-dark: #a07d28;
    --dark: #1a1a1a;
    --dark-navy: #1e2535;
    --light-bg: #f4f4f4;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #333;
}

/* ─── TOP BAR ─── */
.top-bar {
    background: #2a2a2a;
    color: #bbb;
    padding: 9px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.top-bar-left { display: flex; gap: 28px; align-items: center; }
.top-bar-left span { display: flex; align-items: center; gap: 7px; }
.top-bar-left i { color: var(--gold); }
.top-bar-right { display: flex; gap: 6px; }
.top-bar-right a {
    color: #aaa;
    width: 30px; height: 30px;
    border: 1px solid #444;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    font-size: 12px;
    transition: all .3s;
}
.top-bar-right a:hover { background: var(--gold); border-color: var(--gold); color: white; }

/* ─── NAVBAR ─── */
.navbar {
    background: white;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 78px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.logo {
    font-size: 26px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 5px;
    font-style: italic;
    text-decoration: none;
}
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links > a, .dropdown > a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
    letter-spacing: 0.5px;
    transition: color .3s;
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-links > a:hover, .nav-links > a.active, .dropdown > a:hover { color: var(--gold); }
.nav-links .btn-profile {
    background: var(--gold);
    color: white !important;
    padding: 13px 24px;
    margin-left: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-links .btn-profile:hover { background: var(--gold-dark); }
/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 230px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    z-index: 100;
}
.dropdown-menu a {
    display: block;
    padding: 12px 22px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s;
}
.dropdown-menu a:hover { color: var(--gold); padding-left: 28px; }
.dropdown:hover .dropdown-menu { display: block; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 26px; height: 3px; background: #333; border-radius: 2px; transition: .3s; }

/* ─── HERO SLIDER ─── */
.hero-slider { position: relative; height: 600px; overflow: hidden; }
.slide {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .9s ease;
}
.slide.active { opacity: 1; }
.slide-video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}
.slide-overlay {
    position: absolute; inset: 0;
    background: rgba(8, 18, 38, 0.62);
}
.slide-content {
    position: relative; z-index: 2;
    padding: 160px 80px;
    max-width: 680px;
}
.gold-line { width: 65px; height: 4px; background: var(--gold); margin-bottom: 28px; }
.slide-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 1.25;
}
.slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(0,0,0,.45);
    color: white; border: none;
    width: 42px; height: 42px;
    cursor: pointer; font-size: 14px;
    z-index: 10; transition: background .3s;
    display: flex; align-items: center; justify-content: center;
}
.slider-btn:hover { background: var(--gold); }
.slider-prev { left: 18px; }
.slider-next { right: 18px; }

.slider-dots {
    position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
    display: flex; flex-direction: column; gap: 10px; z-index: 10;
}
.dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.7);
    cursor: pointer; transition: all .3s;
}
.dot.active { background: var(--gold); border-color: var(--gold); }

/* ─── SECTION HELPERS ─── */
.section-label {
    color: var(--gold);
    font-size: 13px; font-weight: 600; letter-spacing: 1px;
    margin-bottom: 6px;
}
.section-title {
    font-size: 32px; font-weight: 700;
    color: #1a1a1a; margin-bottom: 14px;
}
.gold-underline { width: 40px; height: 3px; background: var(--gold); margin-bottom: 22px; }

/* ─── WHO ARE WE ─── */
.who-we-are {
    background: var(--light-bg);
    padding: 85px 60px;
    position: relative; overflow: hidden;
}
.hex-bg {
    position: absolute; left: -40px; top: -40px;
    display: grid; grid-template-columns: repeat(5, 70px); gap: 6px;
    opacity: .07; pointer-events: none;
}
.hex-bg span {
    width: 60px; height: 60px;
    background: #999;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.who-content {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 70px; max-width: 1200px; margin: 0 auto;
}
.who-left p, .who-right p {
    font-size: 14px; line-height: 1.95; color: #444; text-align: justify;
}
.who-left .section-label { margin-bottom: 16px; }
.who-left p { font-weight: 600; }

/* ─── SERVICES CTA BANNER ─── */
.services-cta {
    position: relative; padding: 65px 60px;
    display: flex; align-items: center;
    justify-content: space-between; gap: 40px;
    background: url('https://picsum.photos/seed/pipes1600/1600/400') center/cover no-repeat;
}
.services-cta::before {
    content: ''; position: absolute; inset: 0;
    background: rgba(18, 28, 50, 0.88);
}
.services-cta > * { position: relative; z-index: 2; }
.services-cta h2 { font-size: 22px; font-weight: 700; color: white; line-height: 1.5; max-width: 600px; }
.btn-gold {
    display: inline-flex; align-items: center;
    padding: 14px 32px;
    background: var(--gold); color: white;
    text-decoration: none; font-size: 12px;
    font-weight: 700; letter-spacing: 2px;
    white-space: nowrap; transition: background .3s;
}
.btn-gold:hover { background: var(--gold-dark); }

/* ─── ABOUT US ─── */
.about-section {
    padding: 90px 60px;
    background: #f9f9f9;
    position: relative; overflow: hidden;
}
.about-content {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 90px; max-width: 1200px; margin: 0 auto;
    align-items: center;
}
.about-left p {
    font-size: 14px; line-height: 1.95; color: #666;
    margin-bottom: 32px;
}
.btn-dark {
    display: inline-flex; align-items: center;
    padding: 14px 32px;
    background: #1a1a1a; color: var(--gold);
    text-decoration: none; font-size: 11px;
    font-weight: 700; letter-spacing: 2px;
    transition: all .3s;
}
.btn-dark:hover { background: var(--gold); color: white; }
.about-img-wrapper { position: relative; }
.img-gold-border {
    position: absolute;
    top: 22px; left: 22px;
    width: 100%; height: 100%;
    background: var(--gold);
    z-index: 0;
}
.about-img-wrapper img {
    position: relative; z-index: 1;
    width: 100%; height: 420px;
    object-fit: cover;
    display: block;
}
/* ─── OUR SERVICES ─── */
.our-services-section {
    display: grid;
    grid-template-columns: 380px 1fr;
    min-height: 560px;
}
.services-panel {
    background: #1e2535;
    padding: 65px 45px;
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; justify-content: center;
}
/* wireframe city silhouette */
.services-panel::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 180px;
    background: repeating-linear-gradient(90deg, transparent 0, transparent 18px, rgba(255,255,255,.04) 18px, rgba(255,255,255,.04) 20px),
                repeating-linear-gradient(0deg, transparent 0, transparent 28px, rgba(255,255,255,.04) 28px, rgba(255,255,255,.04) 30px);
    pointer-events: none;
}
.services-panel .section-title { color: white; }
.services-panel p { color: #9aa; font-size: 13px; line-height: 1.95; text-align: justify; margin-bottom: 18px; }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.service-card { position: relative; overflow: hidden; }
.service-card img {
    width: 100%; height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}
.service-card:hover img { transform: scale(1.06); }
.service-card-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: rgba(255,255,255,.94);
    padding: 14px 18px;
    font-size: 13px; font-weight: 700; color: #1a1a1a;
    display: flex; align-items: center; gap: 10px;
}
.service-card-label::before {
    content: '';
    width: 28px; height: 3px;
    background: var(--gold); flex-shrink: 0;
}
/* ─── SCOPE ─── */
.scope-section {
    background: var(--light-bg);
    padding: 85px 60px;
    position: relative; overflow: hidden;
}
.scope-header { max-width: 1200px; margin: 0 auto 50px; }
.scope-header p { font-size: 13px; line-height: 1.9; color: #666; max-width: 850px; }
.scope-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; max-width: 1200px; margin: 0 auto;
}
.scope-card {
    background: white; padding: 22px 25px;
    display: flex; align-items: center; gap: 18px;
    position: relative; border: 1px solid #e8e8e8;
}
.scope-icon {
    width: 56px; height: 56px; flex-shrink: 0;
    background: var(--gold);
    display: flex; align-items: center; justify-content: center;
}
.scope-icon i { color: white; font-size: 22px; }
.scope-card h3 { font-size: 14px; font-weight: 600; color: #1a1a1a; }
.scope-number {
    position: absolute; top: 10px; right: 15px;
    font-size: 11px; font-weight: 700; color: #ccc;
}

/* ─── ENV SAFETY ─── */
.env-safety {
    position: relative; padding: 85px 60px;
    background: url('https://picsum.photos/seed/industrial1600/1600/600') center/cover no-repeat;
}
.env-safety::before {
    content: ''; position: absolute; inset: 0;
    background: rgba(12, 22, 42, 0.82);
}
.env-safety > .env-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.env-header {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 70px; margin-bottom: 55px;
}
.env-header h2 { font-size: 38px; font-weight: 700; color: white; line-height: 1.25; }
.env-divider { width: 100%; height: 1px; background: rgba(196,154,60,.4); margin-top: 18px; }
.env-header p { font-size: 13px; line-height: 1.9; color: white; font-weight: 600; text-align: justify; }
.env-body { display: grid; grid-template-columns: 1fr 1fr; max-width: 900px; }
.health-box { background: var(--gold); padding: 50px 42px; }
.health-box h3 { font-size: 17px; font-weight: 700; color: #1a1a1a; letter-spacing: 1px; margin-bottom: 18px; }
.health-box p { font-size: 13px; line-height: 1.9; color: rgba(0,0,0,.7); margin-bottom: 30px; }
.health-box i { font-size: 52px; color: rgba(255,255,255,.35); }
.env-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ─── OUR CLIENTS CAROUSEL ─── */
.clients-section { padding: 80px 60px; background: white; text-align: center; }
.clients-inner { max-width: 1200px; margin: 0 auto; }
.clients-gold-line { width: 38px; height: 3px; background: var(--gold); margin: 0 auto 50px; }

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}
.carousel-viewport {
    overflow: hidden;
    flex: 1;
}
/* fade edges */
.carousel-viewport::before, .carousel-viewport::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.carousel-viewport::before { left: 42px; background: linear-gradient(to right, white 0%, transparent 100%); }
.carousel-viewport::after  { right: 42px; background: linear-gradient(to left,  white 0%, transparent 100%); }
.carousel-track {
    display: flex;
    width: max-content;
    animation: clients-scroll 22s linear infinite;
}
.carousel-track.paused { animation-play-state: paused; }
@keyframes clients-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.logo-item {
    flex: 0 0 180px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    margin: 0 10px;
    border: 1px solid #eee;
    background: white;
    transition: box-shadow .3s, border-color .3s;
}
.logo-item:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 20px rgba(196,154,60,.18);
}
.logo-item img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1);
    transition: filter .3s;
}
.logo-item:hover img { filter: none; }

.carousel-btn {
    width: 42px; height: 42px;
    background: white;
    border: 1px solid #ddd;
    color: #1a1a1a;
    font-size: 18px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    z-index: 3;
    transition: background .25s, border-color .25s, color .25s;
}
.carousel-btn:hover { background: var(--gold); border-color: var(--gold); color: white; }

/* ─── LET'S WORK TOGETHER ─── */
.work-together {
    background: var(--gold);
    padding: 65px 60px;
    display: flex; align-items: center;
    justify-content: space-between; gap: 50px;
}
.work-together h2 { font-size: 28px; font-weight: 800; color: white; margin-bottom: 14px; }
.work-together p { font-size: 13px; line-height: 1.9; color: rgba(255,255,255,.88); max-width: 620px; }
.btn-dark-outline {
    display: inline-flex; align-items: center;
    padding: 16px 36px;
    background: #1a1a1a; color: white;
    text-decoration: none; font-size: 12px;
    font-weight: 700; letter-spacing: 2px;
    white-space: nowrap; transition: all .3s;
}
.btn-dark-outline:hover { background: #333; }

/* ─── FOOTER ─── */
footer {
    background: #1a1a1a;
    padding: 65px 60px 0;
    position: relative; overflow: hidden;
}
footer::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 700px; height: 440px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E%3Cpath fill='%23ffffff' d='M100,300 Q200,250 300,280 Q400,310 500,260 Q600,210 700,250 Q800,290 900,240 L900,500 L100,500 Z'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.03;
    pointer-events: none;
}
.footer-top {
    display: grid; grid-template-columns: 1.6fr 1fr 1fr;
    gap: 60px; padding-bottom: 45px;
    border-bottom: 1px solid #2e2e2e;
    position: relative;
}
.footer-col h4 {
    color: white; font-size: 13px; font-weight: 700;
    letter-spacing: 2px; margin-bottom: 14px;
}
.footer-divider { width: 38px; height: 3px; background: var(--gold); margin-bottom: 22px; }
.footer-col > p { color: #777; font-size: 13px; line-height: 1.9; }
.contact-row {
    display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px;
}
.contact-row i { color: var(--gold); font-size: 14px; margin-top: 2px; flex-shrink: 0; }
.contact-row p { color: #777; font-size: 13px; line-height: 1.6; }
.contact-row strong { color: #bbb; }
.hours-row {
    display: flex; justify-content: space-between; margin-bottom: 13px;
}
.hours-row .day { color: #bbb; font-size: 13px; font-weight: 600; }
.hours-row .time { color: var(--gold); font-size: 13px; }
.hours-row .closed { color: #777; }

.footer-middle {
    padding: 25px 0;
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid #2e2e2e;
    position: relative;
}
.footer-social { display: flex; align-items: center; gap: 8px; }
.footer-social span { color: #888; font-size: 13px; margin-right: 6px; }
.footer-social a {
    color: #888; width: 34px; height: 34px;
    border: 1px solid #444;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; font-size: 13px;
    transition: all .3s;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: white; }
.btn-pdf {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 22px;
    background: var(--gold); color: white;
    text-decoration: none; font-size: 12px;
    font-weight: 600; letter-spacing: 1px;
    transition: background .3s;
}
.btn-pdf:hover { background: var(--gold-dark); }

.footer-bottom {
    padding: 20px 0;
    display: flex; justify-content: space-between; align-items: center;
    position: relative;
}
.footer-bottom p { color: #555; font-size: 12px; }
.footer-bottom a { color: var(--gold); text-decoration: none; }
.footer-links { display: flex; align-items: center; gap: 14px; }
.footer-links a { color: #777; font-size: 12px; text-decoration: none; transition: color .3s; }
.footer-links a:hover { color: var(--gold); }
.footer-links .divider { color: #444; }
.btn-scroll-top {
    width: 36px; height: 36px;
    background: var(--gold); border: none;
    color: white; cursor: pointer; font-size: 13px;
    display: flex; align-items: center; justify-content: center;
    transition: background .3s;
}
.btn-scroll-top:hover { background: var(--gold-dark); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
    .top-bar, .navbar, .who-we-are, .services-cta,
    .about-section, .scope-section, .env-safety,
    .clients-section, .work-together, footer { padding-left: 30px; padding-right: 30px; }
    .our-services-section { grid-template-columns: 320px 1fr; }
}
@media (max-width: 900px) {
    .who-content, .about-content { grid-template-columns: 1fr; gap: 40px; }
    .our-services-section { grid-template-columns: 1fr; }
    .env-header, .env-body { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 35px; }
    .work-together { flex-direction: column; text-align: center; }
    .env-img { height: 250px; }
}
@media (max-width: 768px) {
    .top-bar-left { display: none; }
    .nav-links {
        display: none; flex-direction: column;
        position: fixed; top: 78px; left: 0; right: 0;
        background: white; padding: 20px 30px 30px;
        box-shadow: 0 8px 25px rgba(0,0,0,.12);
        z-index: 998;
    }
    .nav-links.open { display: flex; }
    .nav-links .btn-profile { margin-left: 0; margin-top: 10px; }
    .dropdown-menu { position: static; box-shadow: none; background: #f9f9f9; }
    .hamburger { display: flex; }
    .hero-slider { height: 420px; }
    .slide-content { padding: 100px 30px; }
    .slide-content h1 { font-size: 26px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .scope-grid { grid-template-columns: 1fr 1fr; }
    .footer-middle { flex-direction: column; gap: 20px; }
    .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
}
@media (max-width: 480px) {
    .services-grid, .scope-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 26px; }
}

/* ─── VIDEO CAROUSEL ─── */
.video-carousel-section { background: #0d1e38; padding: 85px 60px; }
.video-carousel-inner { max-width: 1100px; margin: 0 auto; }
.video-carousel-section .section-label { color: var(--gold); }
.video-carousel-section .section-title { color: white; }
.video-carousel-section .gold-underline { background: var(--gold); }

.vc-stage { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; overflow: hidden; }
.vc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; pointer-events: none; }
.vc-slide.active { opacity: 1; pointer-events: all; }
.vc-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.vc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 50%); pointer-events: none; }

.vc-label { position: absolute; bottom: 22px; left: 28px; display: flex; align-items: center; gap: 14px; z-index: 5; pointer-events: none; }
.vc-num { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 2px; background: rgba(0,0,0,.5); padding: 4px 10px; border: 1px solid var(--gold); }
.vc-title { font-size: 15px; font-weight: 700; color: white; letter-spacing: 1px; }

.vc-play-btn { position: absolute; bottom: 18px; right: 22px; z-index: 5; width: 44px; height: 44px; background: var(--gold); border: none; color: white; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .3s; }
.vc-play-btn:hover { background: var(--gold-dark); }

.vc-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(0,0,0,.5); border: none; color: white; width: 48px; height: 48px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .3s; }
.vc-arrow:hover { background: var(--gold); }
.vc-prev { left: 14px; }
.vc-next { right: 14px; }

.vc-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.vc-thumb { flex: 1; position: relative; overflow: hidden; cursor: pointer; border: 3px solid transparent; transition: border-color .3s; aspect-ratio: 16/9; }
.vc-thumb.active { border-color: var(--gold); }
.vc-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.vc-thumb-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); display: flex; align-items: flex-end; padding: 10px 12px; transition: background .3s; }
.vc-thumb.active .vc-thumb-overlay { background: rgba(196,154,60,.25); }
.vc-thumb:hover .vc-thumb-overlay { background: rgba(0,0,0,.2); }
.vc-thumb-overlay span { color: white; font-size: 11px; font-weight: 700; letter-spacing: 1px; }

@media (max-width: 768px) {
    .video-carousel-section { padding: 60px 20px; }
    .vc-label { bottom: 12px; left: 14px; }
    .vc-title { font-size: 12px; }
}
@media (max-width: 480px) {
    .vc-thumbs { flex-direction: column; }
}

/* ─── LANGUAGE SWITCHER ─── */
.lang-switcher { position: relative; margin-left: 8px; }
.lang-btn { background: none; border: 1px solid #ddd; padding: 7px 13px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; color: #333; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.5px; transition: all .3s; height: 36px; }
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }
.lang-btn .fa-globe { font-size: 14px; color: var(--gold); }
.lang-menu { display: none; position: absolute; top: calc(100% + 4px); right: 0; background: white; min-width: 140px; box-shadow: 0 8px 25px rgba(0,0,0,.12); z-index: 10000; border-top: 2px solid var(--gold); }
.lang-menu.open { display: block; }
.lang-menu a { display: block; padding: 11px 18px; font-family: 'Montserrat', sans-serif; font-size: 13px; color: #444; font-weight: 500; cursor: pointer; transition: all .3s; border-bottom: 1px solid #f0f0f0; }
.lang-menu a:last-child { border-bottom: none; }
.lang-menu a:hover, .lang-menu a.lang-active { color: var(--gold); background: #fafafa; padding-left: 24px; }

/* ─── RTL OVERRIDES ─── */
[dir="rtl"] .lang-menu { right: auto; left: 0; }
[dir="rtl"] .lang-menu a:hover, [dir="rtl"] .lang-menu a.lang-active { padding-left: 18px; padding-right: 24px; }
[dir="rtl"] .dropdown-menu { left: auto; right: 0; }
[dir="rtl"] .lang-switcher { margin-left: 0; margin-right: 8px; }
[dir="rtl"] .footer-divider, [dir="rtl"] .gold-underline, [dir="rtl"] .gold-line { margin-right: 0; }
[dir="rtl"] .contact-row { text-align: right; }
[dir="rtl"] .info-card { text-align: center; }
[dir="rtl"] .env-header { direction: rtl; }
