
@media (max-width: 768px){

.navbar{
padding:5px 15px;
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;
}

.nav-logo{
height:80px;
}

.menu-toggle{
background:none;
border:none;
font-size:32px;
cursor:pointer;
color:#061f43;
}

.nav-links{
display:none;
flex-direction:column;
width:100%;
text-align:center;
gap:8px;
margin-top:8px;
align-items:center;
}

.nav-links.active{

display:flex;

position:absolute;

top:75px;

left:20px;

right:20px;

width:auto;

background:#ffffff;

padding:16px;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.18);

border:1px solid rgba(12,77,162,.08);

z-index:9999;

animation:menuFade .25s ease;

}

@keyframes menuFade{

from{

opacity:0;

transform:translateY(-10px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.menu-toggle{
display:block;
}

.nav-links a{

display:block;

padding:14px 10px;

font-size:20px;

font-weight:700;

border-bottom:1px solid #eef3f8;

transition:.25s;

}

.nav-links a:hover{

background:#f5f9ff;

color:#0c4da2;

padding-right:18px;

}

.nav-links a:last-child{

border-bottom:none;

}

.hero{
padding-top:100px;
}

.slider-content h1{
font-size:32px;
line-height:1.2;
}

.slider-content p{
font-size:20px;
line-height:1.5;
}

}

@media (min-width: 769px){

.menu-toggle{
display:none !important;
}

}

html{
scroll-behavior:smooth;
scroll-padding-top:100px;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Cairo',sans-serif;
}

body{
background:#f7f9fc;
color:#222;
line-height:1.8;
}

.hero{
background:linear-gradient(135deg,#0c4da2,#00b7d9);
color:#fff;
padding:40px 20px 80px 20px;
text-align:center;
}

.hero img{
max-width:280px;
margin-bottom:25px;
}

.hero h1{
font-size:42px;
font-weight:800;
margin-bottom:15px;
}

.hero p{
font-size:20px;
max-width:900px;
margin:auto;
}

.btn{
display:inline-block;
margin:10px;
padding:14px 30px;
background:#ff4d00;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:bold;
transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.features{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,320px));
justify-content:center;
gap:25px;
margin-top:30px;
}

.feature-card{
background:#fff;
padding:35px 25px;
border-radius:16px;
box-shadow:0 8px 25px rgba(0,0,0,.08);

display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:center;

gap:15px;

text-align:center;

min-height:320px;

transition:.3s;
}

.feature-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.feature-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.feature-card h3{
color:#00b7d9;
margin-bottom:15px;
font-size:24px;
}

.feature-card h3 i{
display:flex;
justify-content:center;
align-items:center;

width:72px;
height:72px;

margin:0 auto 18px;

border-radius:50%;

background:#eaf8fd;
color:#00b7d9;

font-size:30px;
}

.feature-card p{
line-height:2;
color:#555;
}

/* WHY WAQEF */
.why-card{
background:#fff;
padding:30px 25px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,.08);

display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;

gap:18px;

text-align:center;

width:100%;
max-width:320px;

min-height:280px;

transition:.3s;
}

.why-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.why-card h3{
margin:0;
color:#00b7d9;
font-size:24px;
line-height:1.3;

min-height:90px;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:15px;

text-align:center;
}

.why-card h3 i{
display:flex;
justify-content:center;
align-items:center;

width:72px;
height:72px;

margin:0;

border-radius:50%;

background:#eaf8fd;

color:#00b7d9;

font-size:30px;
}

.why-card p{
margin:0;
line-height:2;
color:#555;
flex:1;
}

.client-card{
background:#fff;
padding:22px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;

gap:12px;

min-height:120px;

font-weight:600;
text-align:center;

transition:.3s;
}

.client-card i{

width:52px;
height:52px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:#eaf8fd;

color:#00b7d9;

font-size:22px;
}

.client-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* OUR VALUES */

.value-card{
background:#fff;
padding:30px 25px;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.08);

display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;

gap:16px;

text-align:center;

width:280px;
min-height:230px;

cursor:pointer;
transition:.3s;
}

.value-card:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.value-card i{

width:70px;
height:70px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:#eaf8fd;

color:#00b7d9;

font-size:28px;

transition:.3s;
}

.value-card:hover i{
transform:scale(1.12) rotate(8deg);
background:#00b7d9;
color:#fff;
}

.value-card h3{
margin:0;
color:#00b7d9;
font-size:24px;
}

.value-card p{
margin:0;
line-height:2;
color:#555;
}

.stats{
display:flex;
justify-content:center;
align-items:center;
gap:35px;
flex-wrap:wrap;
padding:50px 20px;
}

.stat-box{
background:#fff;
padding:35px 30px;
border-radius:18px;
min-width:220px;
text-align:center;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.3s;
}

.stat-box:hover{
transform:translateY(-6px);
box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.stat-box h3{
font-size:48px;
font-weight:800;
color:#0c4da2;
margin-bottom:10px;
}

.stat-box p{
font-size:17px;
color:#555;
line-height:1.6;
}

.stat-box:hover{
transform:translateY(-8px);
}

.stat-box h3{
font-size:42px;
color:#0c4da2;
margin-bottom:10px;
}

.stat-box p{
font-size:18px;
font-weight:bold;
color:#444;
}

.section{
padding:45px 8%;
}

.title{
text-align:center;
font-size:36px;
margin-bottom:40px;
color:#0c4da2;
font-weight:800;
}

.section-subtitle{
max-width:900px;
margin:15px auto 45px;
text-align:center;
font-size:18px;
line-height:2;
color:#666;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.card{
background:#fff;
padding:35px 30px;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.08);

display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;

text-align:center;

min-height:260px;

transition:.3s;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.card h3{
color:#0c4da2;
margin:0;
font-size:24px;
line-height:1.3;
}

.card h3 i{
display:flex;
align-items:center;
justify-content:center;

width:70px;
height:70px;

margin:0 auto 22px;

border-radius:50%;

background:#eaf8fd;

color:#00b7d9;

font-size:28px;
}

.card p{
margin:0;
line-height:2;
color:#555;
flex:1;
}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:20px;
}

.gallery a{
display:block;
border-radius:12px;
overflow:hidden;
}

.gallery img{
width:100%;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,.15);
transition:.3s;
}

.gallery img:hover{
transform:scale(1.08);
filter:brightness(.88);
}

.gallery a{
position:relative;
display:block;
overflow:hidden;
}

.gallery a::after{
content:"عرض المشروع";
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:rgba(12,77,162,.92);
color:#fff;
padding:12px 26px;
border-radius:30px;
font-weight:700;
opacity:0;
transition:.35s;
pointer-events:none;
}

.gallery a:hover::after{
opacity:1;
}

.contact{
background:#0c4da2;
color:white;
text-align:center;
padding:70px 20px;
}

.contact a{
color:white;
text-decoration:none;
}

footer{
background:#061f43;
color:white;
text-align:center;
padding:20px;
}

.header{
background:#ffffff;
text-align:center;
padding:15px;
box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.hero-logo{
max-width:500px;
width:100%;
margin-bottom:40px;
}

.navbar{
position:fixed;
top:0;
left:0;
width:100%;
background:rgba(255,255,255,.97);
display:flex;
justify-content:space-between;
align-items:center;
padding:5px 20px;
box-shadow:0 4px 20px rgba(0,0,0,.08);
backdrop-filter:blur(10px);
z-index:9999;
}

.nav-links{
gap:30px;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}

.nav-links a{
text-decoration:none;
color:#061f43;
font-weight:700;
font-size:18px;
transition:.3s;
display:inline-block;
margin:0 12px;
}

.nav-links a:hover{
color:#00b7d9;
transform:translateY(-2px);
text-shadow:0 0 10px rgba(0,183,217,.4);
}

.nav-logo{
height:120px;
}

.hero{
padding-top:120px;
}

.whatsapp{
position:fixed;
bottom:20px;
left:20px;
background:#25D366;
color:white;

display:flex;
align-items:center;
gap:10px;

padding:15px 20px;
border-radius:50px;
text-decoration:none;
font-weight:bold;
z-index:9999;
box-shadow:0 5px 15px rgba(0,0,0,.3);
}

.whatsapp i{
font-size:28px;
}

.about{
background:#ffffff;
padding:80px 20px;
text-align:center;
}

.about h2{
font-size:42px;
color:#0c4da2;
margin-bottom:30px;
}

.about p{
max-width:1100px;
margin:auto;
font-size:22px;
line-height:2;
color:#444;
}

.stats{
display:flex;
justify-content:center;
align-items:center;
gap:35px;
flex-wrap:wrap;
padding:50px 20px;
}

.stat-box{
background:#fff;
padding:35px 30px;
border-radius:18px;
min-width:240px;
text-align:center;

display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;

gap:18px;

box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.stat-box:hover{
transform:translateY(-8px);
}

.stat-box h3{
margin:0;
font-size:28px;
font-weight:700;
color:#0c4da2;
}

.stat-box p{
margin:0;
font-size:16px;
line-height:1.8;
color:#666;
}

.stat-box i{
width:70px;
height:70px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:#eaf8fd;
color:#00b7d9;

font-size:30px;
}

.products{
padding:80px 20px;
background:white;
}

.product-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.product-card{
width:320px;
background:white;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
transition:.3s;

overflow:hidden;
position:relative;
cursor:pointer;

display:flex;
flex-direction:column;
}

.product-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.product-card img{
display:block;
width:100%;
height:260px;
object-fit:cover;
transition:.4s;
}

.product-card:hover img{
transform:scale(1.05);
}

.product-card:hover .product-btn{
background:#00b7d9;
}

.product-badge{

position:absolute;
top:18px;
right:18px;

background:#ff6b00;
color:#fff;

padding:8px 14px;

border-radius:30px;

font-size:13px;
font-weight:700;

z-index:5;

box-shadow:0 5px 15px rgba(0,0,0,.2);

}

.product-card h3{
padding:18px 18px 8px;
color:#061f43;
font-size:24px;
font-weight:800;
text-align:center;
}

.product-card p{
padding:0 15px 20px;
color:#555;
flex:1;
}

.product-features{
list-style:none;
padding:0 20px 20px;
margin:0;
margin-top:auto;
text-align:right;
}

.product-benefits{
margin:0 20px 20px;
display:flex;
flex-direction:column;
gap:10px;
}

.product-benefits div{
display:flex;
align-items:center;
gap:10px;
color:#555;
font-size:15px;
}

.product-benefits i{
color:#00b7d9;
font-size:16px;
min-width:18px;
}

.product-btn{
display:block;
margin:20px;
margin-top:auto;
padding:12px;
background:#0c4da2;
color:#fff;
text-align:center;
border-radius:8px;
font-weight:700;
text-decoration:none;
transition:.3s;
}

.product-btn:hover{
background:#00b7d9;
transform:translateY(-2px);
}

.product-features li{
padding:6px 0;
font-size:15px;
color:#444;
border-bottom:1px solid #f1f1f1;
}

.product-features li:last-child{
border-bottom:none;
}

.product-features li i{
width:24px;
color:#00b7d9;
margin-left:8px;
font-size:15px;
}

.slider{
position:relative;
width:100%;
height:650px;
overflow:hidden;
}

.slides{
position:relative;
width:100%;
height:100%;
}

.slides img{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
opacity:0;
transition:opacity 1.5s ease-in-out;
}

.slides img.active{
opacity:1;
}

.slider-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,30,80,.45);
z-index:2;
}

.slider-content{
position:absolute;
top:60%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;
z-index:3;
max-width:1100px;
width:90%;
}

.slider-content h1{
font-size:60px;
margin-bottom:20px;
}

.slider-content p{
font-size:28px;
line-height:1.8;
max-width:900px;
margin:20px auto 0;
}

.trust-bar{

margin-top:35px;

display:flex;
justify-content:center;
flex-wrap:wrap;
gap:18px;

}

.trust-bar div{

background:rgba(255,255,255,.12);

backdrop-filter:blur(8px);

padding:14px 22px;

border-radius:40px;

display:flex;
align-items:center;
gap:10px;

color:#fff;

font-weight:600;

border:1px solid rgba(255,255,255,.2);

transition:.3s;

}

.trust-bar div:hover{

background:rgba(255,255,255,.22);

transform:translateY(-3px);

}

.trust-bar i{

color:#6fe3ff;

font-size:20px;

}

.footer{
background:#061f43;
color:white;
padding:60px 20px 20px;
margin-top:60px;
}

.footer-container{
display:flex;
justify-content:space-between;
gap:40px;
flex-wrap:wrap;
max-width:1200px;
margin:auto;
}

.footer-column{
flex:1;
min-width:250px;
}

.footer-column h3{
margin-bottom:20px;
color:#00b7d9;
}

.footer-column p{
margin-bottom:10px;
line-height:1.8;
}

.footer-column a{
color:white;
text-decoration:none;
}

.footer-column a:hover{
color:#00b7d9;
}

.copyright{
text-align:center;
margin-top:20px;
font-size:14px;
opacity:.8;
}

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

@media (max-width:768px){

.navbar{

padding:10px 18px;

}

.nav-logo{

height:55px;

}

.menu-toggle{

font-size:34px;

padding:0;

}

.slider{
height:750px;
}

.slider-content{

top:50%;

width:92%;

}

.slider-content h1{

font-size:34px;

line-height:1.4;

margin-bottom:18px;

}

.slider-content p{

font-size:17px;

line-height:1.7;

max-width:100%;

}

.btn{

display:block;

width:210px;

margin:15px auto;

padding:15px;

font-size:20px;

}

.trust-bar{

margin-top:25px;

flex-direction:column;

align-items:center;

gap:12px;

}

.trust-bar div{

width:220px;

justify-content:center;

}

.nav-links.active{

top:75px;

left:15px;

right:15px;

width:auto;

}

.nav-links a{

padding:12px 8px;

font-size:18px;

line-height:1.3;

}

.whatsapp{

bottom:12px;

left:12px;

padding:10px 14px;

font-size:16px;

}

.whatsapp i{

font-size:22px;

}

/* Better cards on mobile */

.value-card{

width:100%;

max-width:380px;

min-height:auto;

padding:28px 24px;

margin:auto;

}

.value-card h3{

font-size:34px;

margin-top:10px;

margin-bottom:12px;

}

.value-card p{

font-size:18px;

line-height:1.8;

}

.value-card i{

width:80px;
height:80px;

font-size:34px;

}

}

