body{
font-family:Tahoma;
background:#f7f7f7;
}
h1 {
    font-family: 'Merriweather', serif;
}
h2 {
    font-family: 'Cairo', sans-serif;
}
.container .alr {
  color: #072462;
  font-weight:bold;
font-style: italic;
margin-left: 5px;
  font-size: large;
  text-decoration: none;

}
.container .alr:hover{
  color: #666;
}
.container i{
margin-left: 20px;
margin-right: 10px;
font-size: xx-large;
}

.nav-link{
  color: #072462;
  font-size: large;
  margin-left: 10px;
  margin-right: 10px;

}
.nav-link:hover{
  color: #5458b3cc;
}
.hero{
height:100vh;
background:url("./images/hero-bg.jpg") center/cover;
position:relative;
display:flex;
align-items:center;
color:white;
text-align:center;
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:#0d3b66cc;
}

.hero-content{
position:relative;
z-index:2;
}

.hero h1{
font-size:45px;
font-weight:bold;
margin-bottom:20px;
}

.hero p{
max-width:600px;
margin:auto;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
gap:15px;
justify-content:center;
margin-bottom:40px;
}

.stats{
display:flex;
justify-content:center;
gap:60px;
}

.stats h3{
font-size:30px;
font-weight:bold;
}


.services{
padding:100px 0;
background:white;
text-align:center;
}

.section-title{
font-size:35px;
font-weight:bold;
margin-bottom:10px;


}
.services .container h2{
  color: #072462;
}

.section-sub{
color:gray;
margin-bottom:50px;
}

.service-card{
background:#fff;
padding:30px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition: all 0.4s ease;

opacity:0;
transform:translateY(40px);

}
.service-card.show{
opacity:1;
transform:translateY(0);
}
.service-card i{
font-size:40px;
color:#2f6df6;
margin-bottom:15px;
transition:0.4s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

.service-card:hover i{
transform:scale(1.2);
}

.why-us{
background:#f7f7f7;
direction:rtl;
}

.why-us h2{
font-size:34px;
color:#1e293b;
}

.feature h5{
font-size:18px;
margin-bottom:5px;
}

.feature p{
font-size:14px;
color:#666;
margin:0;
}

.check{
width:28px;
height:28px;
background:#22c55e;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-left:12px;
font-size:14px;
}

.why-img{
    width:100%;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
margin-top:20px;
opacity:0;
transform:translateY(40px);
transition:all 0.6s ease;
}
.why-img.shw{
opacity:1;
transform:translateY(0);
}


.whatsapp{
position:fixed;
bottom:25px;
left:25px;
background:#25d366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
text-decoration:none;
}




/* gallery */

.gallery {
  padding: 60px 20px;
  text-align: center;
}

.gallery h2 {
  margin-bottom: 30px;
 font-size:35px;
font-weight:bold;
color: #072462;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}



/* foto */
/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f3f4f6;
    color: #040f09;
    direction: rtl;

     margin-top: 10;
  padding: 5px 0px;
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(135deg, #083406, #143c14);
} */
  .moving-about{
padding:80px 0;
background:#f8f9fa;
}

.moving-wrapper{
width:90%;
margin:auto;
}

.moving-video video{
width:100%;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.moving-content h2{
font-size:32px;
font-weight:700;
margin-bottom:20px;
color:#222;
}

.moving-content p{
color:#666;
line-height:1.8;
margin-bottom:15px;
}

.moving-btn{
background:#2f6df6;
color:#fff;
padding:12px 28px;
border-radius:8px;
display:inline-block;
margin-top:10px;
text-decoration:none;
transition:.3s;
}

.moving-btn:hover{
background:#1249bf;
color:#fff;
}


/* 
صيانة التكيف */
.ac-services {
background: #f8fbff;
}

.ac-services h2 {
font-weight: bold;
color: #0d6efd;
margin-top: 15px;
}

.ac-services .border {
transition: 0.3s;
}

.ac-services .border:hover {
background: #0d6efd;
color: white;
transform: translateY(-5px);
}











/* testimonials */

.testimonials{
padding:70px 20px;
background:#f8f9ff;
text-align:center;
}

.section-title{
font-size:30px;
margin-bottom:40px;
color:#2f6df6;
}

.reviews{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-bottom:40px;
}

.review-card{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
text-align:right;
position:relative;
}

.review-card h4{
color:#2f6df6;
margin-bottom:10px;
}

.review-card p{
color:#444;
font-size:14px;
line-height:1.6;
}

.stars{
color:#fbbf24;
margin-bottom:10px;
}

.add-review{
max-width:500px;
margin:auto;
background:#fff;
padding:25px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.add-review input,
.add-review textarea{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ddd;
border-radius:6px;
font-family:inherit;
}

.add-review textarea{
height:100px;
resize:none;
}

.add-review button{
background:#2f6df6;
color:#fff;
border:none;
padding:10px 20px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

.add-review button:hover{
background:#1f57d3;
}
.rating{
margin-bottom:15px;
}

.star{
font-size:28px;
cursor:pointer;
color:#ccc;
transition:0.3s;
}

.star.active{
color:#fbbf24;
}




/* //انميشن */
.moving-features{
padding:80px 0;
width:90%;
margin:auto;
}

.moving-item{
display:flex;
align-items:center;
gap:40px;
margin-bottom:40px;
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.moving-item.reverse{
flex-direction:row-reverse;
}

.moving-anim{
flex:1;
background:#f8f9fa;
border-radius:16px;
padding:20px;
display:flex;
justify-content:center;
align-items:center;
}

.moving-anim dotlottie-wc{
width:220px;
height:220px;
}

.moving-text{
flex:1;
}

.moving-text h3{
font-size:24px;
margin-bottom:10px;
color:#222;
}

.moving-text p{
color:#666;
line-height:1.7;
margin:0;
}

/* موبايل */
@media(max-width:991px){

.moving-item,
.moving-item.reverse{
flex-direction:column;
text-align:center;
}

.moving-anim dotlottie-wc{
width:200px;
height:200px;
}

}

/* التواصل */
.contact-section{
padding:80px 0;
background:#f8f9fa;
}

.contact-container{
width:90%;
margin:auto;
}

.contact-title{
text-align:center;
font-size:32px;
margin-bottom:10px;
}

.contact-sub{
text-align:center;
color:#777;
margin-bottom:50px;
}

.contact-wrapper{
display:flex;
gap:40px;
}

.contact-form{
flex:1;
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.contact-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:14px;
border:1px solid #eee;
border-radius:10px;
outline:none;
font-size:14px;
transition:.3s;
}

.contact-form textarea{
height:120px;
resize:none;
}

/* اضاءة عند الكتابة */
.contact-form input:focus,
.contact-form textarea:focus{
border-color:#2f6df6;
box-shadow:0 0 0 3px rgba(12, 44, 222, 0.15);
}

.contact-form button{
background:#2f6df6;
color:#fff;
border:none;
padding:14px;
border-radius:10px;
cursor:pointer;
font-size:16px;
transition:.3s;
}

.contact-form button:hover{
background:#1848b0;
}

.contact-info{
flex:1;
}

.info-item{
background:#fff;
padding:20px;
border-radius:15px;
margin-bottom:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.info-item h4{
margin-bottom:5px;
}

.info-item p{
color:#666;
}

.phone-link{
text-decoration:none;
color:#333;
font-weight:600;
}

.phone-link:hover{
color:#1557e5;
}

.info-item a{
color:#2f6df6;
text-decoration:none;
font-weight:500;
}

/* responsive */
@media(max-width:991px){

.contact-wrapper{
flex-direction:column;
}

}


/* footer */
.footer{
background:#222;
color:#fff;
padding:50px 0 20px;
font-family:sans-serif;
}

.footer-container{
width:90%;
margin:auto;
display:flex;
flex-wrap:wrap;
gap:30px;
justify-content:space-between;
}

.footer-box{
flex:1 1 250px;
}

.footer-box h3,
.footer-box h4{
margin-bottom:15px;
color:#1557e5;
}

.footer-box p{
color:#ccc;
line-height:1.6;
}

.footer-box ul{
list-style:none;
padding:0;
}

.footer-box ul li{
margin-bottom:10px;
}

.footer-box ul li a{
text-decoration:none;
color:#ccc;
transition:.3s;
}

.footer-box ul li a:hover{
color:#1557e5;
}

.social-icons{
display:flex;
gap:15px;
margin-top:10px;
}

.social-icons a{
color:#ccc;
font-size:18px;
transition:.3s;
}

.social-icons a:hover{
color:#1557e5;
}

/* Footer Prepared Section */
.footer-prepared{
border-top:1px solid rgba(255,255,255,0.1);
margin-top:30px;
padding-top:15px;
display:flex;
justify-content:center; /* يوّسط الاسم + أيقونة */
align-items:center;
flex-wrap:wrap;
}

.prepared-by{
font-weight:500;
color:#fff;
display:flex;
align-items:center;
gap:8px; /* مسافة بين الاسم والواتساب */
}

.footer-whatsapp{
color:#25D366;
font-size:20px;
text-decoration:none;
transition:.3s;
}

.footer-whatsapp:hover{
opacity:0.8;
}

/* Responsive */
@media(max-width:768px){
.footer-container{
flex-direction:column;
gap:20px;
}

.footer-prepared{
flex-direction:column;
gap:10px;
text-align:center;
}
}

.btn-custom {
  width: 100px;
  background-color: #2f6df6;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #2658d1; /* لون أغمق شوية عند hover */
  color: #fff;
}