/* ===== RESET ===== */
* {
  font-family: 'Cairo', sans-serif;
    margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  margin:0;
  direction: rtl;
  background:#f9f9f9;
  line-height:1.8;
    padding-top:110px;
      padding-bottom:60px;


}


/* ===== HEADER ===== */
.header{
  position: fixed;
  top:0;
  right:0;
  width:100%;
  background:#ffffff;
  padding:10px 0;
  z-index:9999;
  margin-bottom: 0;
    border-bottom:1px solid #eee; /* 👈 مهم */

}

.header-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* اللوجو */
.logo img{
  height:55px;
}

/* NAVBAR */
.navbar ul{
  list-style:none;
  display:flex;
  gap:30px;
  margin:0;
  padding:0;
  align-items:center;

}

.navbar a{
  text-decoration:none;
  color:#030303;
  font-weight:600;
  font-size: 16px;
}
.navbar li {
  position: relative;
}.dropdown > a {
  display: flex;
  align-items: center;
}
/* dropdown */
.dropdown{
  position:relative;
}


.dropdown ul{
  position: absolute;
  top: calc(100% );

  right: 0;   /* يمين العنصر */
  
  background:#fff;
  display:none;

  min-width:250px;
  max-height:300px;   /* 👈 مهم */
  overflow-y:auto;    /* 👈 اسكرول */

  padding:15px;

  box-shadow:0 5px 20px rgba(0,0,0,0.1);
  border-radius:10px;
  z-index:10000;
}.dropdown:hover ul{
  display: block;
}.dropdown:hover ul{
  display: block;
}.dropdown ul{
  right: -20px;
}
/* زر الموبايل */
.menu-toggle{
  display:none;
  font-size:28px;
  cursor:pointer;
}

/* ===== MOBILE MENU ===== */
.mobile-menu{
  position:fixed;
  top:0;
  right:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  display:none;
  z-index:99999;
}

.mobile-box{
  width:90%;
  height:90vh;
  background:#fff;
  margin:20px auto;
  border-radius:15px;
  padding:20px;
  position:relative;
}

.close-menu{
  position:absolute;
  top:10px;
  left:15px;
  font-size:22px;
  cursor:pointer;
}

/* روابط */
.mobile-box a{
  display:block;
  margin:20px 0;
  text-decoration:none;
  color:#c3014e;
  font-weight:600;
}

/* dropdown موبايل */
.mobile-dropdown{
  margin-top:15px;
}

.dropdown-toggle{
  cursor:pointer;
  color: #c3014e;
}

.dropdown-menu{
  display:none;
  margin-top:10px;
}

.mobile-dropdown.active .dropdown-menu{
  display:block;
}

/* active */
.mobile-menu.active{
  display:block;
}

/* ===== RESPONSIVE ===== */
@media (max-width:768px){

  .navbar{
    display:none;
  }

  .menu-toggle{
    display:block;
  }
 .cta{
    flex-direction: row;
    gap:10px;
  }

  .btn{
    flex:1;
    font-size:14px;
    padding:12px;
    margin-bottom: 10px;
  }
}


.navbar {
  margin-right: 40px;
}

.mobile-box{
  overflow-y: auto;
}


/*  */

/* .main-content{
  font-family: 'Cairo', sans-serif;
} */

/* HERO */
.hero{
  background:#c3014e;
  color:#fff;
  text-align:center;
  padding:60px 20px;
}

.hero h1{
  font-size:28px;
  margin-bottom:15px;
}

.hero p{
  font-size:16px;
}



/*  */


/* ===== HEADER ===== */
.tit{
  background:#c3014e;
  color:#fff;
  padding:25px 15px;
  text-align:center;
  /* margin-top: 40px; */
}

.tit h1{
  font-size:26px;
  line-height:1.5;
  color: #fff;
}

/* ===== CONTAINER ===== */
.container{
  width:90%;
  max-width:1100px;
  margin:auto;
  padding:20px 0;
}

/* ===== SECTION ===== */
.section{
  background:#fff;
  margin-bottom:20px;
  padding:25px;
  border-radius:10px;
  box-shadow:0 3px 15px rgba(0,0,0,0.05);
   margin-bottom:25px;
  padding:30px;
}

/* ===== HEADINGS ===== */
h2{
  margin-bottom:15px;
  color:#c3014e;
  font-size:22px;
}

p{
  margin-bottom:15px;
  font-size:16px;
}

/* ===== LIST ===== */
ul{
  list-style:none;
}


ul li{
  padding:10px 0;
  position:relative;
  padding-right:20px;
}

ul li::before{
  /* content:"✔"; */
  position:absolute;
  right:0;
  color:#c3014e;
}
/* ===== CTA ===== */
.cta{
  text-align:center;
  margin:30px 0;
}

.btn{
  display:inline-block;
  padding:12px 25px;
  background:#c3014e;
  color:#fff;
  border-radius:8px;
  text-decoration:none;
  font-weight:bold;
  transition:0.3s;
}

.btn:hover{
  background:#c3014e;
}

/* ===== MOBILE CALL BAR ===== */
.mobile-call-bar{
  position:fixed;
  bottom:0;
  right:0;
  width:100%;
  background:#c3014e;
  text-align:center;
  padding:12px;
  z-index:9999;
}

.mobile-call-bar a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
}

/* ===== FOOTER ===== */
/* ===== FOOTER ===== */
.footer{
  background:#f1f4f7;
  padding:40px 20px;
  direction:rtl;
}

/* الجزء العلوي */
.footer-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.footer-box{
  flex:1;
  min-width:220px;
  text-align:center;
}

.footer-box .icon{
  font-size:28px;
  color:#c3014e;
  margin-bottom:10px;
}

.footer-box h3{
  font-size:16px;
  color:#c3014e;
  margin-bottom:10px;
}

.footer-box p{
  font-size:14px;
  color:#555;
  line-height:1.8;
}

/* النص */
.footer-text{
  text-align:center;
  margin-top:30px;
  font-size:13px;
  color:#666;
  line-height:1.8;
}

/* الحقوق */
.footer-bottom{
  text-align:center;
  margin-top:20px;
  font-size:14px;
}

.footer-bottom span{
  display:block;
  margin-top:5px;
  color:#888;
}

/* ===== موبايل ===== */
@media (max-width:768px){

  .footer-top{
    flex-direction:column;
   direction: rtl;
       text-align: right;   /* 👈 يخلي كل الكلام يمين */

  }

  .footer-box{
    margin-bottom:20px;
  }
  .footer,
  .footer-box,
  .footer-box p,
  .footer-box h3{
    text-align: right;   /* 👈 مهم للفوتر */
  }

  .footer-top{
    align-items: flex-start; /* 👈 يخلي العناصر تبدأ من اليمين */
  }
}

/* ===== FAQ ===== */
details{
  margin-bottom:10px;
  background:#f5f5f5;
  padding:10px;
  border-radius:6px;
  cursor:pointer;
}

summary{
  font-weight:bold;
}

/* ===== RESPONSIVE ===== */
@media (max-width:768px){

  header h1{
    font-size:20px;
  }

  .section{
    padding:15px;
    
  }

  .btn{
    width:100%;
    display:block;
  }

}

.navbar a:hover{
  color:#c3014e;
}



/* 
 */


body {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
