/* ==========================================
RESET
========================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:"Cairo",sans-serif;

background:#F7F8FB;

color:#1F2937;

overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;

color:inherit;

}

.wrapper{

width:min(1320px,92%);

margin:auto;

}

/* ==========================================
HERO
========================================== */

.hero{

padding:70px 0;

background:#F7F8FB;

}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}

.hero-content h1{

font-size:62px;

font-weight:900;

margin:20px 0;

line-height:1.2;

color:#111827;

}

.hero-content p{

font-size:20px;

line-height:2;

color:#6B7280;

margin-bottom:35px;

}

.logo{

width:260px;

margin-bottom:25px;

}

.badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 20px;

background:#EAF8ED;

border-radius:50px;

color:#2E7D32;

font-weight:700;

}

.hero-image img{

width:100%;

border-radius:30px;

box-shadow:0 20px 60px rgba(0,0,0,.10);

}

/* ==========================================
HERO STATS
========================================== */

.hero-stats{

display:flex;

gap:18px;

margin-top:40px;

flex-wrap:wrap;

}

.stat{

flex:1;

min-width:150px;

background:#fff;

padding:22px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.06);

border:1px solid #ECECEC;

}

.stat h3{

font-size:32px;

font-weight:800;

color:#2E7D32;

margin-bottom:8px;

}

.stat span{

color:#6B7280;

font-size:15px;

}

/* ==========================================
SECTION TITLE
========================================== */

.section-title{

text-align:center;

margin-bottom:60px;

}

.section-title span{

display:inline-block;

font-size:15px;

font-weight:700;

color:#2E7D32;

margin-bottom:12px;

}

.section-title h2{

font-size:46px;

font-weight:900;

color:#111827;

}

/* ==========================================
GALLERY
========================================== */

.gallery{

padding:100px 0;

background:#fff;

}

.gallery-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:18px;

}

.gallery-grid img{

width:100%;

height:320px;

object-fit:cover;

border-radius:24px;

cursor:pointer;

transition:.35s;

box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.gallery-grid img:first-child{

grid-row:span 2;

height:658px;

}

.gallery-grid img:hover{

transform:translateY(-6px);

box-shadow:0 25px 55px rgba(0,0,0,.12);

}

/* ==========================================
FEATURES
========================================== */

.features{

padding:100px 0;

background:#F7F8FB;

}

.features-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.feature-card{

background:#fff;

padding:35px;

border-radius:24px;

text-align:center;

border:1px solid #ECECEC;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.feature-card:hover{

transform:translateY(-8px);

border-color:#2E7D32;

}

.icon{

width:80px;

height:80px;

margin:0 auto 20px;

display:flex;

align-items:center;

justify-content:center;

background:#EAF8ED;

border-radius:20px;

font-size:34px;

color:#2E7D32;

}

.feature-card h3{

font-size:24px;

margin-bottom:12px;

color:#111827;

}

.feature-card p{

font-size:16px;

line-height:1.9;

color:#6B7280;

}

/* ==========================================
NOTICE
========================================== */

.notice-section{

padding:70px 0;

background:#fff;

}

.notice{

max-width:900px;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

gap:15px;

padding:24px 30px;

background:#FFF8E8;

border:1px solid #F4D58D;

border-radius:20px;

font-size:18px;

font-weight:700;

color:#9A6A00;

}

.notice i{

font-size:24px;

color:#E5A100;

}

/* ==========================================
STATS
========================================== */

.stats{

padding:100px 0;

background:#F7F8FB;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.stat-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:24px;

box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.stat-card i{

font-size:34px;

color:#2E7D32;

margin-bottom:18px;

}

.stat-card h3{

font-size:34px;

color:#111827;

margin-bottom:10px;

}

.stat-card span{

color:#6B7280;

}

/* ==========================================
CONTACT
========================================== */

.contact{

padding:100px 0;

background:#fff;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

max-width:700px;

margin:auto;

}

.contact-card{

padding:35px;

border-radius:24px;

text-align:center;

background:#F7F8FB;

transition:.3s;

}

.contact-card:hover{

transform:translateY(-8px);

}

.contact-card i{

font-size:42px;

color:#2E7D32;

margin-bottom:20px;

}

.contact-card h3{

font-size:28px;

margin-bottom:18px;

}

.contact-card a{

display:inline-block;

padding:14px 30px;

background:#2E7D32;

color:#fff;

border-radius:14px;

font-weight:700;

}

/* ==========================================
LOCATION
========================================== */

.location{

padding:100px 0;

background:#F7F8FB;

}

.location-card{

max-width:800px;

margin:auto;

background:#fff;

padding:45px;

border-radius:24px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.location-card i{

font-size:40px;

color:#2E7D32;

margin-bottom:18px;

}

.location-card h3{

font-size:32px;

margin-bottom:15px;

}

.location-card p{

color:#6B7280;

margin-bottom:25px;

}

.location-card a{

display:inline-block;

padding:14px 35px;

background:#2E7D32;

color:#fff;

border-radius:14px;

font-weight:700;

}

/* ==========================================
FOOTER
========================================== */

footer{

padding:70px 0;

background:#111827;

text-align:center;

color:#fff;

}

.footer-logo{

width:220px;

margin:auto auto 25px;

}

.footer-content p{

line-height:2;

margin-bottom:15px;

color:#D1D5DB;

}

.footer-content small{

color:#9CA3AF;

}

/* ==========================================
RESPONSIVE
========================================== */

@media(max-width:991px){

.hero-grid,
.features-grid,
.stats-grid,
.contact-grid{

grid-template-columns:1fr;

}

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-grid img:first-child{

grid-row:auto;

height:320px;

}

.gallery-grid img{

height:240px;

}

.hero-content{

text-align:center;

}

.hero-stats{

justify-content:center;

}

.section-title h2{

font-size:34px;

}

.hero-content h1{

font-size:42px;

}

}

@media(max-width:576px){

.hero{

padding:50px 0;

}

.logo{

width:200px;

margin:auto auto 25px;

}

.hero-content h1{

font-size:34px;

}

.hero-content p{

font-size:17px;

}

.hero-stats{

flex-direction:column;

}

.badge{

margin:auto;

}

}
/* ==========================
CONTACT
========================== */

.contact{

padding:100px 0;

background:#fff;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.contact-card{

background:#F7F8FB;

border:1px solid #ECECEC;

border-radius:24px;

padding:35px;

text-align:center;

transition:.3s;

}

.contact-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.contact-card h3{

font-size:32px;

font-weight:900;

color:#111827;

margin-bottom:10px;

letter-spacing:1px;

}

.contact-card p{

color:#6B7280;

margin-bottom:25px;

font-size:15px;

}

.contact-links{

display:flex;

justify-content:center;

gap:15px;

}

.contact-links a{

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

color:#fff;

font-size:22px;

transition:.3s;

}

.call-icon{

background:#111827;

}

.whatsapp-icon{

background:#25D366;

}

.contact-links a:hover{

transform:scale(1.08);

}

@media(max-width:991px){

.contact-grid{

grid-template-columns:1fr;

}

}
/* ==========================================
FINAL IMPROVEMENTS
========================================== */

section{

overflow:hidden;

}

.hero,
.gallery,
.features,
.notice-section,
.stats,
.contact,
.location{

padding:90px 0;

}

.hero-image img,
.gallery img,
.feature-card,
.stat-card,
.contact-card,
.location-card{

transition:.35s;

}

.feature-card:hover,
.stat-card:hover,
.contact-card:hover,
.location-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.contact-grid{

display:grid;

grid-template-columns:repeat(3,minmax(280px,1fr));

gap:25px;

}

.contact-links{

display:flex;

justify-content:center;

gap:16px;

margin-top:18px;

}

.contact-links a{

width:56px;

height:56px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

text-decoration:none;

transition:.3s;

}

.call-icon{

background:#111827;

color:#fff;

}

.whatsapp-icon{

background:#25D366;

color:#fff;

}

.call-icon:hover,
.whatsapp-icon:hover{

transform:scale(1.08);

}

.location .features-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.location-card{

background:#fff;

padding:35px;

border-radius:24px;

text-align:center;

border:1px solid #ECECEC;

}

.location-card a{

margin-top:20px;

display:inline-block;

}

@media(max-width:991px){

.hero-grid,
.features-grid,
.stats-grid,
.contact-grid,
.location .features-grid{

grid-template-columns:1fr;

}

.hero-content{

text-align:center;

}

.hero-content .badge{

margin:auto;

}

.section-title h2{

font-size:34px;

}

.hero-content h1{

font-size:40px;

}

}
/* ==========================
FLOATING CONTACT BUTTON
========================== */

.floating-contact{

position:fixed;

right:25px;

bottom:25px;

display:flex;

align-items:center;

gap:10px;

padding:15px 22px;

background:#2E7D32;

color:#fff;

border-radius:50px;

font-weight:700;

font-size:16px;

box-shadow:0 15px 35px rgba(0,0,0,.18);

z-index:9999;

transition:.3s;

}

.floating-contact:hover{

transform:translateY(-4px);

background:#25682A;

}

.floating-contact i{

font-size:20px;

color:#fff;

}

@media (max-width:768px){

.floating-contact{

position:fixed;

right:15px;

bottom:15px;

width:60px;

height:60px;

padding:0;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

}

.floating-contact span{

display:none;

}

.floating-contact i{

margin:0;

font-size:24px;

}

}