
*{
margin:0;
padding:0;
box-sizing:border-box;
}
html,body{
overflow-x:hidden;
}
body{
font-family: 'Playfair Display', 'Amiri', serif;
background:#f5efe6;
color:#111;
padding-top:90px;

}
html{
scroll-behavior:smooth;
}


/* CONTAINER */

.container{
width:92%;
max-width:1200px;
margin:auto;
padding:0 10px;
}



/* NAVBAR */

.navbar{

position:fixed;
top:0;
left:0;
width:100%;

padding:20px 0;

background:#f5efe6;

z-index:999;

transition:all .3s ease;

}

.nav-flex{
display:flex;
justify-content:space-between;
align-items:center;
}

.navbar.scrolled{

background:rgba(245,239,230,0.85);

backdrop-filter:blur(10px);

box-shadow:0 10px 30px rgba(0,0,0,0.08);

padding:15px 0;

}

.menu-toggle{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.menu-toggle span{
width:26px;
height:3px;
background:#111;
border-radius:2px;
transition:.3s;
}

@media (max-width:768px){

.menu-toggle{
display:flex;
z-index:1001;
}

/* MOBILE MENU */

.nav-menu{

position:fixed;

top:0;
right:-100%;

width:260px;
height:100vh;

background:#f5efe6;

flex-direction:column;

align-items:flex-start;

padding:100px 40px;

gap:25px;

transition:right .35s ease;

box-shadow:-10px 0 40px rgba(0,0,0,0.1);

}

/* OPEN */

.nav-menu.active{
right:0;
}

/* LINKS */

.nav-menu a{
font-size:18px;
}

}

.menu-overlay{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,0.35);

opacity:0;
visibility:hidden;

transition:.3s;

z-index:998;

}

.menu-overlay.active{

opacity:1;
visibility:visible;

}

.logo{
font-weight:600;
font-size:20px;
}

nav{
display:flex;
align-items:center;
gap:30px;
}

nav a{
text-decoration:none;
color:#333;
font-size:14px;
}

.contact{
background:#1f8f67;
color:white;
border:none;
padding:8px 18px;
border-radius:6px;
cursor:pointer;
text-decoration: none;
}



/* HERO */

.hero{
position:relative;
text-align:center;
padding-top:80px;
overflow:hidden;
}

.hero-top{
color:#ff8c2b;
font-weight:500;
margin-bottom:20px;
font-family:"Playfair Display";

}

.hero h1{
font-family:"Playfair Display";
font-size:80px;
line-height:1.05;
margin-bottom:20px;
}

.hero-desc{
max-width:650px;
margin:auto;
color:#555;
font-size:16px;
margin-bottom:30px;
}

.cta{
background:#1f8f67;
color:white;
border:none;
padding:12px 34px;
border-radius:30px;
font-size:16px;
cursor:pointer;
}


/* HERO IMAGE */

.hero-image{
    position: relative;
width:100%;
/* max-width:1200px; */
/* margin-top:40px; */
top: -200px;
pointer-events:none;
}



/* FEATURES */

.features{
    position: relative;
background:#c7d7d1;
padding:140px 0 120px;
text-align:center;
margin-top:-120px;
top: -150px;
z-index: -1;
}

.section-top{
color:#ff8c2b;
margin-bottom:10px;
font-family:"Playfair Display";

}

.features h2{
font-family:"Playfair Display";
font-size:48px;
margin-bottom:50px;
}


.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}


.feature-card{
background:white;
padding:40px;
border-radius:10px;
text-align:left;
}


.feature-card h3{
margin:10px 0;
}

.feature-card p{
color:#666;
font-size:14px;
}

.icon{
color:#ff8c2b;
font-size:60px;
}


/* SECTION SPACING */

.offer-section,
.trusted-section{
padding:60px 0;
background:#f5efe6;
}



.offer-grid,
.trusted-grid{
display:grid;
grid-template-columns:1fr 1fr;
 align-items: center;
    justify-content: space-between; /* يوزع الأعمدة على كامل العرض */
    gap: 150px;
}


/* GREEN CARD */

.image-card{
position:relative;
width:320px;
}


.green-box{

width:340px;
height:380px;

background:linear-gradient(
135deg,
#9ccfc0 0%,
#8abfb0 45%,
#79a99c 100%
);

border-radius:24px;

position:relative;
overflow:visible;

box-shadow:
0 20px 40px rgba(0,0,0,0.08);

}



/* PERSON IMAGE */

.person-img{ 
    position:absolute;
    width:200%;
    max-width:none;
    transform:translateX(-50%);
    bottom: 0;
    bottom:0; 
    pointer-events:none; 
}
.f-boy{
    left: 85%;
}
.s-boy{
    left:20%; 

}


/* ORANGE CIRCLE */

.circle{

position:absolute;

width:90px;
height:90px;

background:#ff8c2b;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

color:white;
font-weight:600;

box-shadow:
0 14px 30px rgba(255,140,43,0.35);

}

.top-circle{
top:-45px;
right:-35px;
}

.right .top-circle{
left:-35px;
right:auto;
}


/* TEXT */

.small-title{
color:#ff8c2b;
font-weight:500;
margin-bottom:10px;
font-family:"Playfair Display";

}

.offer-text h2,
.trusted-text h2{
font-family:"Playfair Display";
font-size:46px;
line-height:1.2;
margin-bottom:15px;
}

.desc{
max-width:420px;
color:#666;
margin-bottom:25px;
}

.btn-green{
background:#1f8f67;
color:white;
border:none;
padding:14px 32px;
border-radius:28px;
cursor:pointer;
transition:.2s;
margin-top: 10px;
}

.btn-green:hover{
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}


/* RESPONSIVE */

@media (max-width:900px){

.offer-grid,
.trusted-grid{
grid-template-columns:1fr;
gap:60px;
text-align:center;
justify-content: center;
}

.image-card{
margin:auto;
}

.top-circle{
right:0;
}
.green-box{
    width: 98%;
}

.person-img{ 
    width:150%;

}

}

/* ORANGE */ 
.restaurant {
    background: linear-gradient(
        135deg, 
        #ffb366 0%,   /* برتقالي فاتح - مصدر الضوء */
        #ff8c2b 40%,  /* برتقالي متوسط */
        #ff6a00 70%,  /* برتقالي داكن - الظل */
        #ff9500 100%  /* لمسة أفتح للانعكاس */
    );    /* padding: 120px 0; */
    color: white;
    position: relative; /* مهم للـ image positioning لاحقًا */
    overflow: visible; /* يمنع أي أجزاء من الصورة أن تخرج عن الحاوية */
    margin-top: 180px;
}

.rest-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end; /* يلصق الصورة بالأسفل */
    position: relative;
}

.restaurant img {
    width: 1000px; /* أكبر قليلًا يعطي توازن أفضل */
    position: absolute;
    bottom: 0; /* ملتصقة بالحافة السفلى */
    right: -100px; /* مسافة من اليمين */
    z-index: 1;
}

.rest-text{
    padding: 120px 0;

}

.rest-text h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family:"Playfair Display";
}

.rest-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 450px;
}



.rest-text .btn-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


/* PRICING */

.pricing{
padding:120px 0;
text-align:center;
}

.plans{
display:flex;
gap:30px;
margin-top:80px;
}

.plan{
background:white;
padding:80px 30px 30px;
border-radius:16px;
flex:1;

position:relative;
overflow:visible;

box-shadow:0 15px 40px rgba(0,0,0,0.06);
margin-top: 60px;
font-size:28px;
font-weight:700;

}


/* IMAGE FLOATING */

.plan img{

position:absolute;

top:-110px;
left:50%;

transform:translateX(-50%);

width:300px;

pointer-events:none;

}

/* TITLE */

.plan h3{
margin-top:20px;
margin-bottom:10px;
font-size:22px;
}

.plan p{
margin-bottom:20px;
color:#666;
}

/* PRICE */

.price span{

font-size:14px;

color:#777;

}


/* FEATURES */

.plan-features{

list-style:none;

margin:20px 0;

text-align:left;

}

.plan-features li{

margin-bottom:8px;

font-size:14px;

color:#555;

}


/* DESCRIPTION */

.plan-desc{

font-size:14px;

color:#777;

margin-bottom:10px;

}


/* BADGE */

.badge{

position:absolute;

top:40px;

right:20px;

background:#ff8c2b;

color:white;

font-size:12px;

padding:6px 12px;

border-radius:20px;

}


/* FEATURED PLAN */

.plan.featured{

border:2px solid #ff8c2b;

transform:scale(1.05);

box-shadow:0 20px 50px rgba(255,140,0,0.2);

}

/* FOOTER */
footer{
    background:#111; 
    color:white; 
    padding:60px 20px 40px; 
    font-family: 'Arial', sans-serif;
}

.footer-grid{ 
    display:grid; 
    grid-template-columns:2fr 1fr 1fr; 
    gap:40px; 
    margin-bottom: 40px;
}

footer h3, footer h4{
    margin-bottom: 15px;
    color: #fff;
}

footer p{
    color: #ccc;
    line-height: 1.6;
}

footer a{
    display:block; 
    color:#ccc; 
    margin-top:8px;
    text-decoration:none; 
    transition: color 0.3s;
}

footer a:hover{
    color: #ff7918;
}

/* Footer bottom */
    /* Footer bottom */
    .footer-bottom{
        border-top: 1px solid #333;
        padding-top: 20px;
        display:flex;
        flex-direction: column; /* هذا للفقرة + أيقونات */
        align-items: center;
        gap: 10px;
    }

    /* نجعل social-links صف واحد */
    .social-links{
        display: flex;      /* arrange icons in a row */
        gap: 15px;          /* المسافة بين الأيقونات */
    }

    .social-links a{
        font-size: 18px;
        color:#ccc;
        transition: color 0.3s;
    }

    .social-links a:hover{
        color:#ff7918;
    }

/* Responsive */
@media(max-width:768px){
    .footer-grid{
        grid-template-columns:1fr;
        gap:20px;
    }
    .footer-bottom{
        flex-direction: column;
        text-align: center;
    }
}
/* RESPONSIVE */ 
@media(max-width:900px){
     .hero-grid, .promo-grid, .rest-grid{
         grid-template-columns:1fr; 
         text-align:center;
}
.cards, .plans{ 
    flex-direction:column; 
} 
.hero-image{ margin-top:40px; } }

@media (max-width:1100px){

.hero h1{
font-size:60px;
}

.hero-image{
top:-120px;
}

}

@media (max-width:768px){

.hero{
padding-top:60px;
}

.hero h1{
font-size:42px;
}

.hero-desc{
font-size:15px;
}

.hero-image{
top:-60px;
}

}

@media (max-width:500px){

.hero h1{
font-size:34px;
line-height:1.15;
}

.hero-desc{
font-size:14px;
}

}

@media (max-width:900px){

.feature-grid{
grid-template-columns:1fr 1fr;
}

}

@media (max-width:600px){

.feature-grid{
grid-template-columns:1fr;
}

.features h2{
font-size:34px;
}

}

@media (max-width:900px){

.offer-grid,
.trusted-grid{
grid-template-columns:1fr;
gap:80px;
text-align:center;
}

.image-card{
margin:auto;
}

.green-box{
width:300px;
height:340px;
}

.person-img{
width:160%;
}

}

@media (max-width:1100px){

.restaurant img{
width:750px;
right:-60px;
}

}

@media (max-width:900px){

.rest-grid{
grid-template-columns:1fr;
text-align:center;
}

.restaurant img{
position:relative;
width:100%;
right:0;
margin-top:40px;
}

.rest-text{
padding:80px 0 0;
}

}

@media (max-width:500px){

.rest-text h2{
font-size:34px;
}

}
@media (max-width:900px){

.plans{
flex-direction:column;
gap:80px;
}

.plan img{
width:240px;
top:-90px;
}

}
@media (max-width:768px){

.footer-grid{
grid-template-columns:1fr;
text-align:center;
gap:30px;
}

}

.reveal{

opacity:0;

transform:translateY(60px);

transition:all .8s ease;

}

.reveal.active{

opacity:1;

transform:translateY(0);

}
/* AR */
/* LANGUAGE SWITCH */

.lang-switch{

display:flex;
align-items:center;

background:white;

border-radius:30px;

padding:4px;

border:1px solid rgba(0,0,0,0.08);

box-shadow:0 4px 12px rgba(0,0,0,0.05);

}

.lang-option{

border:none;

background:transparent;

padding:6px 12px;

font-size:12px;

font-weight:500;

border-radius:20px;

cursor:pointer;

color:#555;

transition:all .25s ease;

}

.lang-option.active{

background:#1f8f67;

color:white;

box-shadow:0 4px 10px rgba(31,143,103,0.3);

}

.lang-option:hover{

color:#1f8f67;

}

/* RTL SUPPORT */

body.rtl{

direction:rtl;
font-family:'Amiri', serif;

}



body.rtl .nav-menu{
right:auto;
left:-100%;
}

body.rtl .nav-menu.active{
left:0;
}

body.rtl .rest-grid{
direction:rtl;
}

body.rtl .offer-grid,
body.rtl .trusted-grid{
direction:rtl;
}

/* RTL HEADER FIX */

body.rtl .logo{
order:3;
}

body.rtl nav{
order:2;
}

body.rtl .lang-btn{
order:1;
margin-left:0;
margin-right:15px;
}

body.rtl nav{
flex-direction: row-reverse;
}

body.rtl .nav-menu{
flex-direction: row-reverse;
}

body.rtl .lang-btn{
margin-left:0;
margin-right:10px;
}

body.rtl .nav-menu{

right:auto;
left:-100%;

}

body.rtl .nav-menu.active{
left:0;
}

@media (max-width:768px){

/* MOBILE MENU */

body.rtl .nav-menu{

position:fixed;

top:0;
right:-100%;

width:260px;
height:100vh;

background:#f5efe6;

flex-direction:column;

align-items:flex-start;

padding:100px 40px;

gap:25px;

transition:right .35s ease;

box-shadow:-10px 0 40px rgba(0,0,0,0.1);

}

/* OPEN */

body.rtl .nav-menu.active{
right:0;
}

/* LINKS */

body.rtl .nav-menu a{
font-size:18px;
}}
body.rtl .lang-switch{
margin-right:15px;
margin-left:0;
}

/* DEMOS SECTION */

.demos{
padding:120px 0;
background:#f5efe6;
text-align:center;
}

.demos h2{
font-family:"Playfair Display";
font-size:46px;
margin-bottom:60px;
}

.demo-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

/* CARD */

.demo-card{

background:white;

border-radius:16px;

padding:30px;

text-decoration:none;

color:#111;

transition:.35s;

box-shadow:0 12px 30px rgba(0,0,0,0.05);

}

.demo-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 50px rgba(0,0,0,0.12);

}

/* PREVIEW BOX */

.demo-preview{

height:200px;

border-radius:12px;

margin-bottom:20px;

}

/* CLASSIC */

.demo-preview.classic{

background:
linear-gradient(
135deg,
#f5efe6,
#e8dfd2
);

border:1px solid #ddd;

}

/* MODERN */

.demo-preview.modern{

background:
linear-gradient(
135deg,
#9ccfc0,
#1f8f67
);

}

/* BOLD */

.demo-preview.bold{

background:
linear-gradient(
135deg,
#ff8c2b,
#ff6a00
);

}

/* TEXT */

.demo-card h3{
margin-bottom:10px;
font-size:22px;
}

.demo-card p{
color:#666;
font-size:14px;
line-height:1.6;
}

/* RESPONSIVE */

@media(max-width:900px){

.demo-grid{
grid-template-columns:1fr;
gap:30px;
}

}


/* QR CORNER */

.qr-corner{

position:absolute;

top:12px;

right:12px;

width:32px;

height:32px;

border:2px solid #ff8c2b;

border-radius:6px;

box-shadow:0 0 10px rgba(255,140,0,0.4);

}

/* QR inner squares */

.qr-corner::before,
.qr-corner::after{

content:"";

position:absolute;

width:8px;
height:8px;

background:#ff8c2b;

}

.qr-corner::before{
top:4px;
left:4px;
}

.qr-corner::after{
bottom:4px;
right:4px;
}


/* SCAN LABEL */

.scan-label{

display:inline-block;

margin-top:12px;

font-size:12px;

color:#ff8c2b;

font-weight:600;

letter-spacing:1px;

opacity:.8;

}


/* HOVER EFFECT */

.demo-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 50px rgba(0,0,0,0.15);

}


/* QR SCAN ANIMATION */

.demo-card:hover .qr-corner{

animation:qrPulse 1.2s infinite;

}

@keyframes qrPulse{

0%{
box-shadow:0 0 8px rgba(255,140,0,0.3);
}

50%{
box-shadow:0 0 20px rgba(255,140,0,0.8);
}

100%{
box-shadow:0 0 8px rgba(255,140,0,0.3);
}

}

.about{

padding:120px 0;

background:#f7f6f3;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

/* IMAGE */

.about-box{

background:linear-gradient(135deg,#ff8c2b,#ffb36b);

border-radius:25px;
/* max-width:380px; */


padding:40px;

position:relative;

}

.about-img{

width:100%;

/* max-width:380px; */

display:block;

margin:auto;
border-radius:25px;

}

/* CIRCLE */

.about-circle{

position:absolute;

top:-25px;

right:-25px;

width:70px;

height:70px;

border-radius:50%;

background:white;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

color:#ff8c2b;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

/* TEXT */

.about-text h2{

font-size:42px;

margin:15px 0 20px;

}

.about-desc{

font-size:17px;

line-height:1.7;

color:#555;

margin-bottom:30px;

}

/* FEATURES */

.about-features{

display:flex;

flex-direction:column;

gap:20px;

}

.about-item{

display:flex;

gap:15px;

align-items:flex-start;

}

.about-icon{

font-size:22px;

width:40px;

height:40px;

display:flex;

align-items:center;

justify-content:center;

background:#fff;

border-radius:10px;

box-shadow:0 6px 15px rgba(0,0,0,.08);

}

.about-item h4{

margin:0;

font-size:17px;

}

.about-item p{

margin:5px 0 0;

font-size:14px;

color:#666;

}

@media (max-width:900px){

.about-grid{

grid-template-columns:1fr;

text-align:center;

}

.about-features{

align-items:center;

}

.about-item{

justify-content:center;

}

.about-text h2{

font-size:32px;

}

}

.contact-page{

padding:60px 0;

background:#f5efe6;

text-align:center;

}

.contact-intro{

max-width:650px;

margin:auto;

margin-top:10px;

color:#555;

margin-bottom:60px;

}


/* GRID */

.contact-grid{

display:grid;

grid-template-columns:1.2fr 1fr;

gap:60px;

align-items:start;

}


/* FORM */

.contact-form{

background:white;

padding:40px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

text-align:left;

}

.form-group{

margin-bottom:20px;

}

.form-group label{

display:block;

font-size:14px;

margin-bottom:6px;

color:#444;

}

.form-group input,
.form-group textarea{

width:100%;

padding:12px;

border-radius:8px;

border:1px solid #ddd;

font-size:14px;

}

.form-group input:focus,
.form-group textarea:focus{

outline:none;

border-color:#ff8c2b;

}


/* INFO */

.contact-info{

display:grid;

grid-template-columns:1fr;

gap:20px;

}

.info-card{

background:white;

padding:25px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.info-icon{

font-size:24px;

margin-bottom:10px;

}

@media (max-width:900px){

.contact-grid{

grid-template-columns:1fr;

}

.contact-form{

order:2;

}

.contact-info{

order:1;

grid-template-columns:repeat(3,1fr);

gap:15px;

}

.info-card{

width:100%;

}

}

@media (max-width:768px){

.contact-info{

grid-template-columns:1fr 1fr;

}

}

@media (max-width:480px){

.contact-info{

grid-template-columns:1fr;

}

}
.contact-actions{

display:flex;

gap:15px;

margin-top:10px;

flex-wrap:wrap;

}

.btn-whatsapp{

background:#25D366;

color:white;
border:none;
padding:14px 32px;
border-radius:28px;
cursor:pointer;
transition:.2s;
margin-top: 10px;
text-decoration: none;
}

.btn-whatsapp:hover{

background:#1ebe5d;

transform:translateY(-2px);

}

.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

width:60px;

height:60px;

background:#25D366;

color:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

text-decoration:none;

box-shadow:0 8px 20px rgba(0,0,0,.2);

z-index:999;

transition:.3s;

}

.whatsapp-float:hover{

transform:scale(1.1);

}