/* MediaLions Footer Fix */
.footer,
footer {
    text-align: center;
}

.footer-logo,
footer .logo img {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.footer p,
.footer a,
.footer span,
footer p,
footer a,
footer span {
    text-align: center;
}

.footer .phone,
.footer .working-hours,
footer .phone,
footer .working-hours {
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.footer .social-links,
footer .social-links {
    justify-content: center;
}

.copy,
.copyright {
    line-height: 1.8;
}@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&family=Inter:wght@400;700;900&display=swap');:root{--bg:#050505;--panel:#111;--panel2:#171717;--gold:#d4af37;--gold2:#f6d76b;--muted:#c8c8c8;--line:rgba(212,175,55,.25)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#fff;font-family:Inter,Cairo,Tahoma,Arial,sans-serif;line-height:1.7}html[dir=rtl] body{font-family:Cairo,Inter,Tahoma,Arial,sans-serif}a{text-decoration:none;color:inherit}.topbar{height:82px;position:fixed;inset:0 0 auto;z-index:50;background:rgba(5,5,5,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5%}.brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900}.brand img{height:52px;max-width:120px;object-fit:contain}.nav{display:flex;gap:18px;align-items:center;font-size:14px;font-weight:900}.nav a:hover{color:var(--gold)}.pill{border:1px solid var(--line);border-radius:99px;padding:8px 14px;color:var(--gold)!important}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:32px}.hero{min-height:100vh;position:relative;display:flex;align-items:center;padding:120px 5% 70px;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.38}.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.56)),radial-gradient(circle at 20% 25%,rgba(212,175,55,.24),transparent 35%)}.hero-inner{position:relative;max-width:970px}.hero-logo{width:min(290px,70vw);margin-bottom:10px}.kicker,.label{color:var(--gold2);font-weight:900;letter-spacing:2px;text-transform:uppercase}.hero h1{font-size:clamp(48px,7vw,104px);line-height:.98;margin:12px 0;background:linear-gradient(90deg,#fff,#f6d76b,#d4af37);-webkit-background-clip:text;color:transparent}.hero-text{font-size:clamp(18px,2.1vw,28px);color:#f1f1f1;max-width:850px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn,button,.card a{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:999px;padding:14px 24px;font-weight:900;cursor:pointer}.primary,button,.small{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111}.ghost{border:1px solid var(--gold);color:var(--gold);background:transparent}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}.stats div,.card,.price-card,.pay-card,.about-card,form,.legal-page{background:linear-gradient(180deg,var(--panel2),#0b0b0b);border:1px solid var(--line);border-radius:26px;padding:24px}.stats strong{display:block;color:var(--gold2);font-size:28px}.stats span{color:var(--muted)}.section{padding:88px 5%}.page{padding-top:82px}.section-head.center{text-align:center;max-width:850px;margin:0 auto 40px}.section h1,.section h2{font-size:clamp(32px,4.6vw,58px);line-height:1.1;margin:8px 0 0}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.badges{display:flex;gap:10px;flex-wrap:wrap}.badges span{border:1px solid var(--line);padding:8px 12px;border-radius:99px;color:var(--gold)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card h3,.price-card h3,.pay-card h3{font-size:23px;margin-top:0}.card p,.price-card p,.pay-card p,.about-card p,.legal-page p{color:var(--muted)}.card a{background:var(--gold);color:#111;margin-top:10px}.dark{background:#0b0b0b}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:250px;object-fit:cover;border-radius:22px;border:1px solid var(--line)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}.video-grid video{width:100%;height:360px;object-fit:cover;border-radius:22px;border:1px solid var(--line);background:#000}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price{font-size:25px;color:var(--gold2);font-weight:900}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.timeline div{text-align:center;background:#111;border:1px solid var(--line);border-radius:20px;padding:18px}.timeline span{display:grid;place-items:center;margin:auto auto 10px;width:40px;height:40px;border-radius:50%;background:var(--gold);color:#111;font-weight:900}.faq{max-width:900px;margin:auto}.faq details{background:#111;border:1px solid var(--line);border-radius:18px;margin-bottom:12px;padding:16px}.faq summary{cursor:pointer;font-weight:900;color:#fff}.faq p{color:var(--muted)}.contact{display:grid;grid-template-columns:1fr 1.15fr;gap:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}input,select,textarea{width:100%;background:#050505;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:15px;padding:15px;font:inherit;margin-bottom:12px}textarea{min-height:135px}.big-form button,form button{width:100%;font-size:17px}.payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.center-page{text-align:center;min-height:55vh}.booking-id{display:inline-block;margin:20px auto;padding:20px 28px;border:1px solid var(--line);border-radius:18px;color:var(--gold2);font-size:30px;font-weight:900}.wa-float{position:fixed;z-index:60;right:22px;bottom:22px;background:#25D366;color:#fff;padding:14px 18px;border-radius:99px;font-weight:900}.footer{background:#050505;border-top:1px solid var(--line);padding:42px 5%;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:25px}.footer-logo{max-width:160px}.social,.legal{display:flex;gap:12px;flex-wrap:wrap}.social a,.legal a{color:var(--gold)}.copy{text-align:center;margin-top:24px}html[dir=rtl] .wa-float{right:auto;left:22px}@media(max-width:1000px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#070707;flex-direction:column;padding:20px}.nav.open{display:flex}.stats,.cards,.price-grid,.gallery,.video-grid,.timeline,.contact,.payment-grid,.footer-grid,.about,.form-grid{grid-template-columns:1fr}.hero{padding-top:110px}.section{padding:65px 5%}.gallery img,.video-grid video{height:auto}.brand span{display:none}}/* MediaLions Footer Fix */
.footer,
footer {
    text-align: center;
}

.footer-logo,
footer .logo img {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.footer p,
.footer a,
.footer span,
footer p,
footer a,
footer span {
    text-align: center;
}

.footer .phone,
.footer .working-hours,
footer .phone,
footer .working-hours {
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-block;
}

.footer .social-links,
footer .social-links {
    justify-content: center;
}

.copy,
.copyright {
    line-height: 1.8;
}
.ltr-text {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block !important;
    text-align: center !important;
}

.footer,
.footer p,
.footer strong,
.footer a {
    text-align: center !important;
}

.footer-grid {
    align-items: center !important;
}

.social,
.legal {
    justify-content: center !important;
}