@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap');
:root{--v8-green:#123d31;--v8-green-2:#1c5a47;--v8-gold:#c7a35a;--v8-ivory:#f7f2e8;--v8-cream:#fffaf1;--v8-ink:#17211d;--v8-muted:#6f7772;--v8-line:rgba(18,61,49,.13);--v8-shadow:0 22px 70px rgba(18,61,49,.12)}
html{scroll-behavior:smooth}body{font-family:"DM Sans",sans-serif;background:var(--v8-cream);color:var(--v8-ink)}html[dir=rtl] body{font-family:"Cairo",sans-serif}body:not(.admin-body){padding-top:94px}.v8-wrap{width:min(1240px,calc(100% - 40px));margin:auto}.v8-header{position:fixed;top:14px;left:0;right:0;z-index:9999}.v8-nav{height:72px;padding:0 13px 0 22px;border:1px solid rgba(18,61,49,.12);border-radius:22px;background:rgba(255,250,241,.88);backdrop-filter:blur(20px);box-shadow:0 12px 42px rgba(19,45,37,.1);display:flex;align-items:center;gap:26px;transition:.3s}.v8-header.is-scrolled .v8-nav{height:64px;background:rgba(255,255,255,.94);box-shadow:0 10px 35px rgba(18,61,49,.14)}.v8-logo img{display:block;width:112px;max-height:50px;object-fit:contain}.v8-menu{display:flex;align-items:center;justify-content:center;gap:5px;flex:1}.v8-menu a{position:relative;padding:10px 12px;border-radius:12px;color:var(--v8-ink);font-size:14px;font-weight:650;text-decoration:none;white-space:nowrap;transition:.25s}.v8-menu a:hover,.v8-menu a.active{color:var(--v8-green);background:rgba(18,61,49,.07)}.v8-menu a.active:after{content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;background:var(--v8-gold);border-radius:5px}.v8-actions{display:flex;align-items:center;gap:8px}.v8-lang,.v8-toggle{width:42px;height:42px;border:1px solid var(--v8-line);border-radius:13px;background:#fff;color:var(--v8-green);font-weight:800;cursor:pointer}.v8-lang-ar{display:none}html[dir=rtl] .v8-lang-en{display:none}html[dir=rtl] .v8-lang-ar{display:inline}.v8-cta{display:inline-flex;align-items:center;gap:9px;padding:13px 18px;border-radius:14px;background:var(--v8-green);color:#fff!important;text-decoration:none;font-size:13px;font-weight:750;box-shadow:0 10px 22px rgba(18,61,49,.18);transition:.25s}.v8-cta:hover{transform:translateY(-2px);background:var(--v8-green-2)}.v8-toggle{display:none;font-size:19px}
/* unify page surfaces */
main,section{position:relative}.breadcrumb-area,.page-header,.inner-hero,.page-title-area,.v6-page-hero,.v7-page-hero{background:linear-gradient(135deg,var(--v8-green),#0d2d25)!important;color:#fff!important;border-radius:0 0 38px 38px!important;overflow:hidden}.breadcrumb-area h1,.page-header h1,.inner-hero h1,.page-title-area h1,.v6-page-hero h1,.v7-page-hero h1{font-family:"Playfair Display",serif!important;color:#fff!important}.section-title h2,.title h2,h1,h2,h3{letter-spacing:-.025em}.section-title h2,.title h2{font-family:"Playfair Display",serif}.btn,.theme-btn,.primary-btn,.site-btn,button[type=submit],input[type=submit]{border-radius:14px!important}.product-card,.single-product,.shop-card,.v7-product-card,.category-card,.service-card,.contact-form,.cart-table,.checkout-form{border-radius:22px!important;border-color:var(--v8-line)!important;box-shadow:0 14px 45px rgba(18,61,49,.07)!important}.product-card:hover,.single-product:hover,.shop-card:hover{transform:translateY(-6px);box-shadow:var(--v8-shadow)!important}.container,.v7-wrap,.v6-wrap{max-width:1240px}.section-padding{padding-top:90px!important;padding-bottom:90px!important}
.v8-footer{position:relative;margin-top:100px;padding:82px 0 24px;background:#0c2d25;color:rgba(255,255,255,.77);overflow:hidden}.v8-footer-glow{position:absolute;width:520px;height:520px;border-radius:50%;right:-190px;top:-260px;background:radial-gradient(circle,rgba(199,163,90,.22),transparent 68%)}.v8-footer-top{position:relative;display:grid;grid-template-columns:1.7fr .8fr .9fr 1.1fr;gap:50px}.v8-footer-brand img{width:145px;margin-bottom:22px}.v8-footer p,.v8-footer a{color:rgba(255,255,255,.7);text-decoration:none;line-height:1.8;display:block;margin:7px 0}.v8-footer a:hover{color:#fff}.v8-footer h4{color:#fff;margin:8px 0 20px;font-size:15px;text-transform:uppercase;letter-spacing:.12em}.v8-footer-brand p{max-width:380px}.v8-footer-quote{display:inline-flex!important;width:auto;margin-top:20px!important;color:#fff!important;font-weight:700}.v8-footer-bottom{position:relative;margin-top:58px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:13px}.v8-footer+.scroll-top{z-index:999}
html[dir=rtl] .v8-menu a.active:after{left:13px;right:13px}html[dir=rtl] .v8-cta span{transform:rotate(180deg)}html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{text-align:right}html[dir=rtl] .slick-slider,html[dir=rtl] .product-image{direction:ltr}
@media(max-width:1050px){.v8-menu{position:fixed;left:20px;right:20px;top:94px;display:none;flex-direction:column;align-items:stretch;padding:16px;border-radius:20px;background:#fff;box-shadow:var(--v8-shadow)}.v8-menu.open{display:flex}.v8-menu a{padding:13px 15px}.v8-toggle{display:block}.v8-cta{display:none}.v8-nav{gap:12px}.v8-actions{margin-left:auto}html[dir=rtl] .v8-actions{margin-left:0;margin-right:auto}}
@media(max-width:800px){body:not(.admin-body){padding-top:82px}.v8-header{top:9px}.v8-wrap{width:min(100% - 24px,1240px)}.v8-nav{height:64px;border-radius:17px;padding:0 10px 0 15px}.v8-logo img{width:96px}.v8-menu{top:82px;left:12px;right:12px}.v8-footer{margin-top:70px;padding-top:60px}.v8-footer-top{grid-template-columns:1fr 1fr;gap:35px}.v8-footer-brand{grid-column:1/-1}.v8-footer-bottom{flex-direction:column}.section-padding{padding-top:65px!important;padding-bottom:65px!important}}
@media(max-width:520px){.v8-footer-top{grid-template-columns:1fr}.v8-footer-brand{grid-column:auto}.v8-footer-bottom{font-size:12px}.v8-lang,.v8-toggle{width:39px;height:39px}}
