
*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:"Cairo",sans-serif;}
body{overflow-x:hidden !important;}
html{scroll-padding-top:50px;}
.arrows{font-size:20px;font-weight:700;padding:10px;}

header{
  background-image:url(./image/header.png);
  background-position:center;
  background-size:cover;
  min-height:80vh;
  padding-top:20px;
  padding-bottom:560px; 
  position:relative;
}


.header-bar{
  padding:15px 80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  direction:rtl;
  gap:40px;
  flex-wrap:nowrap;
}

.logo,.vision{
  flex:0 0 140px;
  display:flex;
  align-items:center;
}
.logo{justify-content:flex-end;}
.vision{justify-content:flex-start;}

.logo img,.vision img{
  max-width:100%;
  height:84px;
  object-fit:contain;
  display:block;
}

.top-nav{
  flex:1;
  display:flex;
  justify-content:center;
  margin:0;
  padding:0 20px;
  background:transparent;
  backdrop-filter:none;
}

.top-nav ul{
  display:flex;
  align-items:stretch;
  list-style:none;
  margin:0;

  border-radius:16px;
  border:1px solid rgba(255,255,255,0.2);
  background:rgba(255,255,255,0.20);
  backdrop-filter:blur(8px);
  overflow:hidden;
  max-width:100%;
  flex-wrap:nowrap;
   padding: 0;
}

.top-nav ul li{

  display:flex;
  align-items:center;
  color:rgba(253,253,253,1);
  font-weight:700;
  font-size:16px;
  background:transparent;
  border:0;
  line-height:160%;
  text-decoration:none;
  cursor:pointer;
   padding:22px 16px;
}
/* .nav-link:hover{
  background-color: rgba(253, 253, 253, 1);
   border-radius: 20px;
   color: rgba(156, 40, 45, 1);
   padding: 10px 16px;


} */
.top-nav ul .nav-divider{
  width:1px;
  height:79px; 
  background:rgba(255,255,255,0.2);
  /* align-self:stretch; */
  padding: 0;
  margin: 0;
}

.menu-btn, .menu-close{display:none;}

/* HERO */
.MG-info{
  margin-top:50px;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
  padding:0 16px;
}

.info-box{
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.2);
  backdrop-filter:blur(8px);
  background-color:rgba(255,255,255,0.2);
  display:flex;
  direction:rtl;
  align-items:center;
  gap:10px;
}

.info-box h2{
  font-size:16px;
  font-weight:500;
  line-height:150%;
}

.image-trend{
  background:linear-gradient(90deg,rgba(134,37,45,1),rgba(156,40,45,1),rgba(219,34,41,1));
  border-radius:50%;
  padding:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.image-trend img{width:18px;height:18px;display:block;}

.MG-p h1{
  font-size:32px;
  font-weight:800;
  line-height:160%;
}

.MG-info h3{
  font-size:30px;
  font-weight:500;
  line-height:160%;
  max-width:652px;
}

.MG-btn{
  margin-top: 10px;
  display: flex;
  gap: 16px;
}

.btn-1,
.btn-2{
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  width: 210px;
font-weight: 700;
}

.btn-1{
  background: #fdfdfd;
  color: #89252D;
  border: 1px solid  #89252D;;
}

.btn-2{
  background: linear-gradient(
    90deg,
    rgba(134, 37, 45, 1),
    rgba(156, 40, 45, 1),
    rgba(219, 34, 41, 1)
  );
  color: #fff;
}
/* VIDEO */



.home-video-wrapper{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-110px;
  width:50%;
  max-width:1300px;
  height:490px;
  border-radius:14px;
  overflow:hidden;
  cursor:pointer;
  z-index:2;
  box-shadow:0 10px 30px rgba(0,0,0,0.35);
}

.home-video-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  border:20px solid rgba(255,255,255,0.1);
}


.play-btn{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:80px;
  color:#fff;
  background:rgba(0,0,0,0.25);
  transition:.3s;
}

.home-video-wrapper:hover .play-btn{
  background:rgba(0,0,0,0.4);
  transform:scale(1.05);
}

/* ================= MODAL ================= */

.video-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.7);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.video-modal-content{
  position:relative;
  width:80%;
  max-width:900px;
}

.video-modal-content video{
  width:100%;
  border-radius:12px;
}


.close-video{
  position:absolute;
  top:-45px;
  right:0;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}
.home-video-wrapper video{
  width:100%;
  height:490px;
  object-fit:cover;
  border-radius:14px;
}
.home-video-wrapper video{
  width: 100%;
  height: 490px;
  border: 20px solid rgba(255,255,255,0.1);
  display:block;
  object-fit: cover;
}

/* Overlay */
.nav-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none; 
  transition: opacity .25s ease;
  z-index: 1000;
}

body.menu-open .nav-overlay{
  opacity: 1;
  pointer-events: auto; 
}



@media (max-width: 1200px) {
  .header-bar {
    padding: 14px 40px;
    gap: 24px;
  }

 
  header {
    padding-bottom: 560px;
  }
  .nav-link{
      padding:12px 10px;
  }

}


@media (max-width: 767px) {


  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.12);
    color: #fff;
    cursor: pointer;
  }

  
   .vision {
    display: flex;
  } 


  .top-nav {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 16px;
   overflow-x: hidden;
    backdrop-filter: blur(8px);
background-color: red;
    transform: translateX(110%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s ease, visibility .25s ease;
    z-index: 1001;
 backdrop-filter: blur(14px);
    display: block;
  }

  body.menu-open .top-nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }


  .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);

     backdrop-filter: blur(14px);
    
    


  }

  .drawer-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }

  .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.1);
    /* color: #fff; */
    cursor: pointer;
    color: #7b1111;
  }


  .top-nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .nav-divider {
    display: none;
  }

  .video-link {
    border-left: 0;
    padding-left: 0;
  }

  .top-nav .nav-link {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    justify-content: flex-start;
    font-size: 15px;
  }

  .top-nav .nav-link.active {
    background: rgba(255,255,255,.14);
  }


  .MG-btn {
    flex-direction: column;
    width: 100%;
  }

  .btn-1,
  .btn-2 {
    width: 100%;
  }

  header {
    padding-bottom: 480px;
  }

  

  
}


@media (max-width: 420px) {
  .MG-p h1 {
    font-size: 22px;
  }

  .MG-info h3 {
    font-size: 16px;
    max-width: 95%;
  }

  header {
    padding-bottom: 500px;
  }

 
}


@media (max-width: 767px){

  
  header{
    min-height: auto;
    padding-bottom: 40px;
  }

  

  
}
@media (max-width: 420px){
  .home-video-wrapper iframe{
    height: 210px;
  }
}


@media (max-width: 1024px){

 
  .menu-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

 
  .vision{ display:flex; }


  .top-nav{
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 16px;
    background:rgba(255, 255, 255, 0.1);
 
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transform: translateX(110%);
    visibility: hidden;
    pointer-events: none;

    transition: transform .25s ease, visibility .25s ease;
    z-index: 1001;
  }

  body.menu-open .top-nav{
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  /* Overlay */
  .nav-overlay{
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  body.menu-open .nav-overlay{
    opacity: 1;
    pointer-events: auto;
  }

  
  .top-nav ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    overflow: visible;
  }


  .nav-divider{
    display: none;
    
    margin:  0;
  } 


  .top-nav .nav-link,
  .top-nav ul li{
    padding: 14px 14px;
    /* border-radius: 14px; */
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    justify-content: flex-start;
  }
}


@media (max-width: 1024px){

  .menu-btn{
    display: inline-flex;
    align-items: end;
    justify-content: end;
  }

  .menu-close{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.12);
    color: #fff;
    cursor: pointer;
  }
}

@media (max-width: 1024px){
  .nav-divider{
    display: none !important;
  }
}

@media (max-width: 1024px){

  .header-bar{
    padding: 12px 16px;
    gap: 12px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .vision{ order: 1; }
  .menu-btn{ order: 2; }
  .logo{  order: 1; }


  .menu-btn{
    display:flex;   
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.12);
    color: #fff;
    align-items: center;
    justify-content: center;

    margin-inline-start: 8px;  
    flex: 0 0 auto;            
  }


  .logo img, .vision img{
    height: 56px;
  }
}


.stats-section{
  background:#fff;
  position:relative;
  z-index:1;
  overflow-x: hidden;

 
  margin-top: 30px;
padding: 120px 0 50px;
  overflow-x: clip; 
}


.stats-scale{
  width: 100%;
}


.stats-grid{

  width: min(100%, 900px);
  margin: 0 auto;
  padding-inline: 12px;

  display: grid;
  align-items: center;


  grid-template-columns:
    minmax(0, clamp(150px, 36vw, 280px))
    auto
    minmax(0, clamp(150px, 36vw, 280px));

  column-gap: clamp(10px, 2.5vw, 22px);
  row-gap: clamp(14px, 2.5vw, 28px);
}

.center-image-wrap{
  grid-column: 2;
  grid-row: 1 / span 2;
  display:flex;
  justify-content:center;
  align-items:center;
}

.center-image{
  width: clamp(90px, 14vw, 300px);
}


.left.top{
  grid-column: 1; grid-row: 1; justify-self: end;
  transform: translateY(clamp(0px, 2.5vw, 50px));
}
.left.bottom{
  grid-column: 1; grid-row: 2; justify-self: end;
}
.right.top{
  grid-column: 3; grid-row: 1; justify-self: start;
  transform: translateY(clamp(0px, 2.5vw, 50px));
}
.right.bottom{
  grid-column: 3; grid-row: 2; justify-self: start;
}


.stat-card{

  width: 100%;
  max-width: 100%;
min-width: 0;
  background: rgba(243, 244, 246, 0.96);
  border-radius: 18px;
  border: 1.5px solid rgba(225, 228, 233, 1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);

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

  gap: clamp(8px, 1.6vw, 12px);
  padding: clamp(8px, 1.6vw, 12px);

  
  min-height: clamp(66px, 9vw, 100px);
}


.stat-card .text{
  display:flex;
  flex-direction: column;
  justify-content:center;
  min-width: 0; 
}

.stat-card .text h4{
  color:#4d4d4d;
  font-weight:700;
  font-size: clamp(13px, 2.2vw, 25px);
  line-height: 1.2;
  margin:0 0 4px;
}

.stat-card .text p{
  color:#666;
  font-size: clamp(10px, 1.8vw, 13px);
  line-height: 1.35;
  margin:0;

 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stats-grid .stat-card{
  height: 88px;           
  align-items: center;
}


.stat-card .icon{
  flex: 0 0 auto;
  width: clamp(44px, 6vw, 70px);
  height: clamp(44px, 6vw, 70px);
  border-radius: 14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10);
  border: 1.5px solid rgba(225, 228, 233, 1);
}

.stat-card .icon img{
  width: clamp(22px, 3.4vw, 40px);
  height: clamp(22px, 3.4vw, 40px);
}


@media (max-width: 360px){
  .stats-grid{
    column-gap: 8px;
  }
   .stats-grid .stat-card .text h4{
    font-size: 5px;
   
  }

  .stats-grid .stat-card .text p{
    font-size: 5px;
  }
}


@media (max-width: 576px){

  .stats-grid .stat-card{
    height: 78px;          
  }

  .stats-grid .stat-card .icon{
    width: 44px;
    height: 44px;
  }

  .stats-grid .stat-card .icon img{
    width: 22px;
    height: 22px;
  }

  .stats-grid .stat-card .text h4{
    font-size: 13px;
  }

  .stats-grid .stat-card .text p{
    font-size: 10px;
  }
}

@media (max-width: 576px){

 
  .stats-section{
    overflow-x: hidden;        
    padding-inline: 10px;
  }


  .stats-grid{
    width: 100%;
    margin: 0 auto;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    column-gap: 12px;
    row-gap: 18px;
  }

  
  .stats-grid .stat-card{
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

 
  .center-image{
    max-width: 100%;
    width: 95px;
  }
}

/* ====== WHO SECTION ====== */
#who{
  padding: 70px 70px;
  margin: 0 50px;
}

.who-box{
  background: rgba(243, 244, 246, 0.96);
  border-radius: 64px;
  border: 1.8px solid transparent;
  /* padding: 45px 50px; */
    padding: 70px 70px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);

  display: flex;
  gap: 40px;
  align-items: center;
}


.who-image{
  flex: 0 0 46%;
}
.who-image img{
  width: 100%;
  border-radius: 28px;
  display: block;
}


.who-text{
  flex: 1;
  direction: rtl;
  text-align: right;
}


.who-text h2{
  color: #8a1d25;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
}


.who-list{
  margin: 0;
  padding: 0;
  list-style: none; 
}

.who-list li{
  position: relative;
  padding-right: 26px;   
  margin-bottom: 30px;
margin-top: 30px;
  font-size: 30px;
  line-height: 160%;
  color: rgba(98, 100, 103, 1);
  font-weight: 500;
  font-family: "Cairo", sans-serif;
}


.who-list li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(98, 100, 103, 1);
}

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

/* تابلت */
@media (max-width: 991px){
  .who-box{
    flex-direction: column;
    padding: 28px 22px;
    gap: 18px;
  }

  .who-image{
    flex: 0 0 auto;
    width: 100%;
  }

  .who-text h2{
    font-size: 36px;
  }

  .who-list li{
    font-size: 18px;
    padding-right: 22px;
  }

  .who-list li::before{
    top: 11px;
  }
}

/* موبايل */
@media (max-width: 576px){
  #who{ padding: 45px 0; }

  .who-box{
    border-radius: 22px;
    padding: 20px 16px;
  }

  .who-image img{
    border-radius: 18px;
  }

  .who-text h2{
    font-size: 28px;
  }

  .who-list li{
    font-size: 15px;
    line-height: 1.7;
  }
}
/* ===== Who Message Section ===== */
.who-message{
  background: #f6f6f6;
  padding: 40px 20px;
  direction: rtl;
  border-radius: 30px;
  margin-top: 40px;
}

.who-message .who-top > div{
  display: flex;
}


.one-box{
  width: 100%;
  background: #f3f4f7;
  border-radius: 27px;
  border: 5px solid #fff;
  padding: 22px 24px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: row;     
  align-items: flex-start;
  gap: 18px;
}


.equal-box{
  height: auto;
}


.box-icon{
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 18px;
  border: 1.7px solid rgba(225, 228, 233, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.box-icon img{
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* ===== Text ===== */
.box-text{
  flex: 1;
}

.box-text h3{
  font-size: 24px;
  font-weight: 700;
  color: rgba(77, 77, 77, 1);
  margin: 0 0 10px;
  font-family: "Cairo", sans-serif;
}

.box-text p{
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  line-height: 1.9;
  margin: 0;
}

/* ===== Strategy Box ===== */
.one-box.strategy-box{
  padding: 36px 28px;
  align-items: flex-start;
}

.one-box.strategy-box h3{
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 14px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}


.strategy-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.strategy-list li{
  position: relative;     
  padding-right: 50px;   
  margin-bottom: 18px;
  direction: rtl;
}

.strategy-list li .tick{
  position: absolute;     
  right: 0;
  top: 4px;                
  height: 34px;
}

.strategy-list li span{
  display: block;
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  font-family: "Cairo", sans-serif;
}


/* ===== Responsive ===== */
@media (max-width: 768px){
  .who-message{
    padding: 25px 15px;
  }

  .one-box{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 18px;
  }

  .box-icon{
    width: 72px;
    height: 72px;
  }

  .box-icon img{
    width: 48px;
    height: 48px;
  }

  .box-text h3{
    font-size: 20px;
  }

  .box-text p{
    font-size: 15px;
  }

  .one-box.strategy-box h3{
    font-size: 22px;
  }

  .strategy-list li img{
    width: 26px;
    height: 26px;
  }

  .strategy-list li span{
    font-size: 15px;
  }
}

@media (max-width: 420px){
  .box-text p{
    font-size: 14px;
  }
}



@media (max-width: 768px){
  .strategy-list li{
    padding-right: 44px;
  }

  .strategy-list li .tick{
    width: 30px;
    height: 30px;
    top: 3px;
  }

  .strategy-list li span{
    font-size: 16px;
  }
}


/* ////////////////who-animation//////////////////////////////// */

.who-message .one-box,
.who-message .strategy-list li{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.who-message .who-top .one-box{
  transform: translateY(20px) scale(.98);
  transition: opacity .7s ease, transform .7s ease;
}


.who-message .one-box.is-visible,
.who-message .strategy-list li.is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}


.who-message .who-top .col-md-6:first-child .one-box{
  transform: translateX(18px);
}
.who-message .who-top .col-md-6:last-child .one-box{
  transform: translateX(-18px);
}
.who-message .who-top .col-md-6:first-child .one-box.is-visible,
.who-message .who-top .col-md-6:last-child .one-box.is-visible{
  transform: translateX(0);
}


@media (prefers-reduced-motion: reduce){
  .who-message .one-box,
  .who-message .strategy-list li{
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}





.services-section{
  width: 100%;
  padding: 60px 0 50px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
  background: #fff;
}

/* ===== Header ===== */
.services-header{
  text-align: center;
  margin-bottom: 28px;
}

.services-header .gradient-text{
  display:inline-flex ;
  align-items: start;
  gap: 10px;

  font-size: 34px;
  font-weight: 800;
  margin: 0 0 8px;

  background: linear-gradient(
    135deg,
    rgba(134,37,45,1),
    rgba(156,40,45,1),
    rgba(219,34,41,1)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-header img{
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.services-header p{
  margin: 0;
  font-size: 15px;
  color: #7b7b7b;
}

/* ===============================
   Slider Wrapper
   =============================== */
.services-slider{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
}

/* arrows */
.services-slider .slider-arrow{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  cursor: pointer;

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

  font-size: 18px;
  color: #86252d;
  box-shadow: 0 6px 12px rgba(0,0,0,0.06);
  flex-shrink: 0;
}

.services-slider .slider-arrow:hover{
  background: #f9f2f2;
}


.services-section .slider-window{
  width: 100%;
  overflow-x: auto;    
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 6px 4px;

  scrollbar-width: none;
  direction: rtl;       
}
.services-section .slider-window::-webkit-scrollbar{
  display: none;
}

/* Track */
.services-section .slider-track{
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;  
  transform: none !important; 
  transition: none !important; 
}


.service-card{
  flex: 0 0 auto;
  width: 260px;
  min-height: 72px;
  padding: 10px 14px;

  display: flex;
  flex-direction: row-reverse;  
  align-items: center;
  gap: 12px;

  background: #fff;
  border: 1px solid #eadada;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.04);
}


.service-icon{
  width: 56px;
  height: 56px;
  border-radius: 12px;
  flex-shrink: 0;

  background-color: #f4ecec;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}

.service-content{
  flex: 1;
  min-width: 0;
  text-align: right;
  margin: 0;            
  padding: 0;           
}


.service-content h3{
  margin: 0 0 4px;
  padding: 0;
  font-size: 15px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1.2;
}

.service-content p{
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}






.service-card.maintenance .service-icon {
  background-image:
    url("image/service-main.png");
    color: #7b1111;
   
}

.service-card.tourism .service-icon{
  background-image:
    url("image/service-i1.png");
    color: #7b1111;}
  

.service-card.technology .service-icon{
  background-image:
    url("image/service-tech.png");
    color: #7b1111;
   
}

.service-card.contracting .service-icon{
  background-image:
    url("image/service-const.png");
    color: #7b1111;;
  
}

.service-card.import-export .service-icon{
  background-image:
    url("image/service-import.png");
   color: #7b1111;
}

.service-card.cars .service-icon{
  background-image:
    url("image/service-car.png");
    color: #7b1111;
}

.service-card.decoration .service-icon{
  background-image: url("image/service-decoration.png");
color: #7b1111;
  
}

.service-card.bakery .service-icon{
  background-image:
    url("image/service-bakery.png");
  color: #7b1111;
}

.service-card.real-estate .service-icon{
  background-image:
    url("image/service-real-state.png");
 color: #7b1111;
}


@media (max-width: 768px){
  .services-header .gradient-text{
    font-size: 28px;
  }

  .service-card{
    width: 240px;
  }
}

@media (max-width: 480px){
  .services-slider{
    padding: 0 10px;
  }

  .slider-arrow{
    width: 38px;
    height: 38px;
  }

  .service-card{
    width: 220px;
  }
}



/* موبايل */
@media (max-width: 600px) {
  .services-section {
    margin: 20px;
    padding: 16px;
  }

  .service-card {
    min-width: 220px;
  }



.services-images-section{
  padding: 40px 0 60px;
}
}
.services-images-section {
  overflow: hidden;      
  padding: 40px 0 60px;
}




.why-us{
  width: 100%;
  padding: 90px 0;
  font-family: "Cairo", sans-serif;
  direction: rtl; 
}


.why-wrap{
  max-width: 1520px;  
  margin:  auto;      
  padding: 0 16px;       
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}



.why-image{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 600px;      
  position: relative;
}


.why-img-bg{
  width: 100%;

  height: 600px;
  background-image: url("image/groups.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}


.why-content{
  flex: 1;

}

.why-content h2{
  font-size: 45px;
  font-weight: 700;
  color: rgba(37, 37, 39, 1);
  margin: 10px ;
  padding: 10px 50px;
  line-height: 160%;

}

.why-content ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-content ul li{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 29px;
  color: rgba(37, 37, 39, 1);
  line-height: 160%;
align-items: flex-start;
  white-space: normal; 
   
    position: relative;
    padding-right: 50px;   
  margin-bottom: 18px;
  font-weight: 500;
}


.why-content ul li .tick2{
         
  height: 34px;
  flex: 0 0 28px;
  display: block;

}



.why-content ul li img{
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-top: 6px;
}


.btns{
  margin-top: 30px;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
padding-right: 50px;

  
}

.btns a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 30px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: .25s;
  line-height: 1;
}


.btns .contact{
  border: 2px solid rgba(156, 40, 45, 1);
  color: rgba(134, 37, 45, 1);
  background: transparent;
}


.btns .hire{
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(134, 37, 45, 1),
    rgba(156, 40, 45, 1),
    rgba(219, 34, 41, 1)
  );
}

@media (max-width: 992px){

  .why-us{
    padding: 70px 0;
  }

  .why-wrap{
    flex-direction: column;
    gap: 26px;
    padding: 0 16px;
  }

  .why-image{
    width: 100%;
    min-height: auto;
    align-items: center;
  }

  .why-img-bg{
    width: 100%;
    height: 360px;
    border-radius: 22px;
    background-position: center;
    background-size: cover;
  }

  .why-content{
    width: 100%;
  }

  .why-content h2{
    font-size: 30px;
    margin: 0 0 14px;
    padding: 0;
    text-align: center; 
  }


  .why-content ul{
    margin-top: 8px;
  }

  .why-content ul li{
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 14px;

    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding-right: 0;       
    white-space: normal;   
    text-align: right;
  }

  .why-content ul li .tick2,
  .why-content ul li img{
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-top: 10px;
  }

  /* buttons */
  .btns{
    margin-top: 20px;
    justify-content: center;
    gap: 12px;
  }

  .btns a{
    padding: 14px 22px;
    font-size: 17px;
    border-radius: 16px;
  }
}



@media (max-width: 576px){

  .why-us{
    padding: 55px 0;
  }

  .why-wrap{
    padding: 0 14px;
    gap: 20px;
  }

  .why-img-bg{
    height: 260px;
    border-radius: 18px;
  }

  .why-content h2{
    font-size: 26px;
    text-align: center;
  }

 
  .why-content ul{
    max-width: 360px;
    margin: 0 auto;
  }

  .why-content ul li{
    font-size: 15px;
    line-height: 1.85;
    gap: 10px;
    margin-bottom: 12px;

    display: flex;
    align-items: flex-start;
    white-space: normal;
  }

  .why-content ul li .tick2,
  .why-content ul li img{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 4px;
  }

 
  .btns{
    max-width: 360px;
    margin: 18px auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-right: 0; 
  }

  .btns a{
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
  }
}
/* ////////////////////why-us///////////////////////////////// */

.why-us .why-list li,
.why-us .btns a{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.why-us .why-list li.is-visible,
.why-us .btns a.is-visible{
  opacity: 1;
  transform: translateY(0);
}


@media (prefers-reduced-motion: reduce){
  .why-us .why-list li,
  .why-us .btns a{
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.projects-section {
  padding: 60px 0;
  background-color: white; 
  direction: rtl;
  font-family: "Cairo", sans-serif;
  
}

.projects-head {
  text-align: center;
  margin-bottom: 35px;
}
.projects-head h2 img
{
  width: 40px;
  margin-bottom: 12px;
}
.projects-head h2 {
  font-size: 35px;
  margin-bottom: 8px;
  color: rgba(134, 37, 45, 1);
  font-weight: bold;
}

.projects-head p {
  color: rgba(149, 151, 154, 1);
  font-size: 16px;
}


.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;

}


.project-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  display: flex;


  flex-direction: column;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.project-card .badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: white;     
  color: rgba(134, 37, 45, 1);
  padding: 4px 14px;
  /* border-radius: 999px; */
  font-size: 12px;

}


.project-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}


.project-body {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.project-body h3 {
  font-size: 18px;
  color: rgba(15, 23, 42, 1);
}

.project-body p {
  font-size: 14px;
  color: rgba(71, 85, 105, 1);
}

.more-btn {
  /* margin-top: 12px; */
  display: inline-block;

  padding: 10px 18px;
  border-radius: 10px;
  border: 1.7px solid rgba(156, 40, 45, 1);
  color:rgba(156, 40, 45, 1);
  text-decoration: none;
  font-size: 16px;
  transition: .3s;
  text-align: center;
  margin-top: auto;
}

.more-btn:hover {
  background: rgba(134, 37, 45, 1);;
  color: #fff;
}


.projects-footer {
  text-align: center;
  margin-top: 30px;
}

.all-projects-btn {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 16px;
   background: linear-gradient(
    90deg,
    rgba(134, 37, 45, 1),
    rgba(156, 40, 45, 1),
    rgba(219, 34, 41, 1)
  );
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: .3s;
  font-weight: bold;
}

.all-projects-btn:hover {
  background: rgba(134, 37, 45, 1);;;
}

/* Responsive */
@media (max-width: 1100px) {
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== Certificates Section ===== */
.certificates-section{
  padding: 80px 0;
  background: #f6f6f6;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}


.cert-box{
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 60px;
  border-radius: 32px;
}


.cert-head{
  text-align: center;
  margin-bottom: 40px;
}

.cert-head h2{
  font-size: 35px;
  font-weight: 700;
  color: #86252d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cert-head h2 img{
  width: 55px;
  height: 55px;
}

.cert-head p{

  color: rgba(149, 151, 154, 1);
  font-size: 30px;
  line-height: 160%;
}


.cert-content{
  display: grid;
  grid-template-columns: 1fr 590px; 
  gap: 10px;
  direction: ltr;
}


.cert-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; 
}

.cert-grid img{
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;    
  background: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 14px;
  display: block;
}

/* ===== Right Side ===== */
.cert-right{
  display: grid;
  grid-template-rows: 420px 320px; 
  gap: 1px;
}


.black-box{
  border-radius: 32px;
  overflow: hidden;
}

.black-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

/* Green */
.green-box{
  border-radius: 24px;
  overflow: hidden;
}

.green-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ===== Responsive ===== */
@media (max-width: 1100px){
  .cert-content{
    grid-template-columns: 1fr;
    direction: rtl;
  }

  .cert-right{
    grid-template-rows: 300px 220px;
  }
 
}

@media (max-width: 600px){
  .cert-box{
    padding: 30px 20px;
  }

  .cert-grid{
    grid-template-columns: 1fr;
  }
  .cert-head h2{
    font-size: 30px;
  }
.cert-head p{
  font-size: 20px;
}
.cert-head h2 img {
  width: 30px;
  height: 30px;
}

  

.contact-section {
  padding: 80px 0;
  direction: ltr;
  font-family: "Cairo", sans-serif;
 
}
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 45px;
  align-items: center;
}


.contact-images {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto

}
.contact-form{
  direction: rtl;
}

.bg-img {
  width: 50%;

  object-fit: cover;


}


.front-card {
  position: absolute;
  left: 55%;
  top: 60%;
  width: 75%;              
  transform: translate(-50%, -65%); 
  border-radius: 28px;
  overflow: hidden;

}

.front-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.contact-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.contact-form p {
  color:rgba(98, 100, 103, 1);
  margin-bottom: 25px;
  line-height: 160%;
  font-size: 25px;
  font-weight: 500;
}


.field {
  position: relative;
  margin-bottom: 18px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 50px 14px 14px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 20px;
  outline: none;
}

.field textarea {
  height: 120px;
  resize: none;
}


 .field .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
}

.send-btn {
  width: 100%;
  padding: 16px;
 background: linear-gradient(
    90deg,
    rgba(134, 37, 45, 1),
    rgba(156, 40, 45, 1),
    rgba(219, 34, 41, 1)
  );
  color: white;
  border: none;
  border-radius: none;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s;
  border-radius: 32px ;

}

.send-btn:hover {
  background: #8e1b1b;
}
.contact-section{
  background-color: rgba(242, 242, 242, 1);
  padding: 50px 0;
}

/*---------------------------
        RESPONSIVE
----------------------------*/
@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-images {
    height: 350px;
    margin-bottom: 20px;
  }

  .front-card {
    width: 85%;
    transform: translate(-50%, -60%);
  }
}



.top-contact-bar {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  margin-top: 30px;
}


.top-contact-inner {
  background: linear-gradient(
    90deg,
    rgba(134, 37, 45, 1),
    rgba(156, 40, 45, 1),
    rgba(219, 34, 41, 1)
  );
  border-radius: 12px;
  padding: 22px 22px;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}


.top-contact-text h3 {
  font-size: 20px;
  margin-bottom: 5px;
 
}

.top-contact-text  p {
  font-size: 30px;
line-height: 160%;

}


.top-contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 6px 6px 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 280px;
}


.top-contact-form input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  flex: 1;
}


.top-contact-form button {
  border: none;
  border-radius: 12px;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(134, 37, 45, 1),
    rgba(156, 40, 45, 1),
    rgba(219, 34, 41, 1)
  );;
  color: #fff;
  transition: 0.3s;
}

.top-contact-form button:hover {
  background: #a82020;
}

/* موبايل */
@media (max-width: 768px) {
  .top-contact-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-contact-form {
    width: 100%;
  }
}




/* ====== Companies Section ====== */
.companies-sec{
  padding: 80px 0;
  background-image: url("image/backgraund.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Cairo", sans-serif;
width: 100%;
}

.companies-sec .container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}


.companies-head{
  text-align: center;
  margin-bottom: 45px;
}

.companies-head h2{
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
 
}
.companies-head h2 img{
  width: 55px;
  height: 55px;
}

.companies-head p{
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color:rgba(149, 151, 154, 1);
}


.companies-layout{
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  align-items: center;
  gap: 18px;                
}


.companies-col{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.companies-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.companies-center img{
  width: 340px;
  max-width: 100%;
  height: auto;
  display: block;
}

.comp-card{
  height: 130px;                 
  border-radius: 26px;
  background: white;

  border: 2px solid rgba(220, 223, 227, 1); 

  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;

  padding: 18px 22px 18px 24px;  

  direction: rtl;
}


.comp-card::after{
  content: "";
  position: absolute;
  inset: 10px;                 
  border-radius: 16px;
  border: 1.4px solid rgba(232, 234, 238, 1);
  pointer-events: none;
}


.comp-gray{
  width: 86px;
  height: 86px;
  background: rgba(149, 151, 154, 1);
  border-radius: 14px;
  flex: 0 0 auto;


  margin-right: 4px;
}


.comp-text{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.comp-text h3{
  margin: 0;
  font-size: 16px;     
  font-weight: 500;
  color:rgba(37, 37, 39, 1);
  line-height: 160%;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comp-link{
  font-size: 17px;
  font-weight: 800;
  color: rgba(134, 37, 45, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}


.comp-link span{
  font-weight: 900;
  transform: translateY(-1px);
}

/* ====== Responsiveness ====== */
@media (max-width: 1100px){
  .companies-layout{
    grid-template-columns: 1fr 300px 1fr;
  }
  .companies-center img{
    width: 300px;
  }
}

@media (max-width: 900px){
  .companies-layout{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .companies-center{
    order: -1;
  }

  .companies-center img{
    width: 280px;
  }

  .companies-col{
    align-items: center;
  }

  .comp-card{
    width: min(620px, 100%);
  }
}

@media (max-width: 480px){
  .comp-card{
    height: 110px;
    padding: 14px 16px;
    border-radius: 22px;
  }
  .comp-gray{
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
  .comp-text h3{
    font-size: 16px;
  }
}



footer {
  background: rgba(242, 242, 242, 1);
  padding: 40px 0 40px;
  margin-top: 5px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}


footer h2 {
  color: rgba(25, 29, 35, 1);
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 160%;
  font-weight: 700;
}


footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 12px;
  color: rgba(98, 100, 103, 1);
  line-height: 160%;
  font-size: 15px;
}

footer ul li a {
  color: rgba(98, 100, 103, 1);
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
  line-height: 160%;
}

footer ul li a:hover {
  color: rgba(134, 37, 45, 1);
}


.footer-social {
  margin-top: 40px;             
  text-align: center;
  position: relative;          
}


.footer-social .social-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  color: rgba(25, 29, 35, 1);
}


.footer-social .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: -15px;                  
}


.footer-social .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social .social-icons img {
  max-width: 18px;
}


.footer-box p {
  color: rgba(98, 100, 103, 1);
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 18px;
}

.footer-box .social-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgba(134, 37, 45, 1);
}


.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons img {
  max-width: 18px;
}


.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
  color: rgba(98, 100, 103, 1);
  direction: rtl;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  direction: rtl;
 
}

.contact-item text .label{
  direction: rtl;
  display: flex;
  justify-items: flex-start;
}
.contact-item .icon img {
  width: 22px;
  height: 2p2x;
  object-fit: contain;
 
}

.contact-item .label {
  font-size: 13px;
  color: rgba(98, 100, 103, 1);
  margin-bottom: 2px;
}

.contact-item .value {
  font-size: 14px;
  color: rgba(199, 47, 59, 1); 

  line-height: 160%;
}

.footer-copy {
  font-size: 13px;
  color: rgba(98, 100, 103, 1);
}
.contact-item .text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;     
  text-align: right;}


@media (max-width: 767.98px) {
  .footer-box {
    align-items: center;
    text-align: center;
  }

  .contact-item {
    justify-content: center !important;
  }
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  align-items: center;  
}


.footer-links {
  text-align: right;
  width: max-content;    
}


@media (max-width: 767.98px) {


  footer .container {
    max-width: 100%;
    padding-inline: 16px;
  }


  footer .col-md-4 {
    margin-bottom: 24px;
    text-align: center;
  }


  footer .col-md-4 h2 {
    text-align: center;
  }

  footer .col-md-4 ul {
    text-align: right;
  }

  
  .footer-links-col {
    align-items: center;
  }

  .footer-links {
    width: 100%;
    max-width: 220px;
  }

 
  .footer-box {
    align-items: center;
    text-align: center;
  }

 
  .footer-social {
    margin-top: 24px;
  }

  .footer-social .social-icons {
    top: 0;           
    margin-top: 10px;
  }

  
  .footer-bottom .row > div {
    margin-bottom: 10px;
    text-align: center !important;
  }

  .contact-item {
    justify-content: center !important;
  }
}

.footer-social .social-icons a {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-social .social-icons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}




/* Tablet */
@media (max-width: 992px){
  .footer-bottom .row{
    justify-content: center;
  }

  .footer-bottom .contact-item{
    justify-content: center !important;  
  }
}


@media (max-width: 576px){

 
  .footer-bottom .row > div{
    width: 100%;
  }

 
  .footer-bottom .contact-item{
    width: 100%;
    justify-content: center !important; 
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .footer-bottom .contact-item .text{
    text-align: center;
    align-items: center;
  }

  .footer-bottom .contact-item{
    direction: rtl;
  }

  .footer-bottom .contact-item .icon{
    margin-top: 2px;
  }

  
  .footer-bottom .contact-item .label{
    font-size: 13px;
  }

  .footer-bottom .contact-item .value{
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word; 
  }

  
  .footer-copy{
    font-size: 12.5px;
    line-height: 1.6;
    padding: 6px 10px 0;
  }
}





@media (min-width: 768px) and (max-width: 1024px){

  .header-bar{
    padding: 12px 24px;
    gap: 16px;
  }

  .logo,.vision{
    flex: 0 0 110px;
  }

  .logo img,.vision img{
    height: 64px;
  }

  .top-nav{
    padding: 0 10px;
  }

  
  .top-nav ul{
    flex-wrap: nowrap;
  }

  .top-nav ul li > .nav-link{
    padding: 14px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .top-nav ul .nav-divider{
    height: 46px;
  }
}







.gradient-text {
  background: linear-gradient(
    90deg,
    rgb(134, 37, 45),
    rgb(156, 40, 45),
    rgb(219, 34, 41)
  );

  background-clip: text;              
  -webkit-background-clip: text;      
  color: transparent;
  -webkit-text-fill-color: transparent;
}



.services-images-section{
  padding: 40px 0 60px;
  overflow: hidden;
  direction: ltr;
  text-align: left; 
}

.services-marquee{
  overflow: hidden;
  margin: 14px 0;
}

.services-marquee-track{
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  margin: 0;
  padding: 0;
  transform: translateX(0);
  justify-content: flex-start;

}


.services-marquee-track img{
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  flex-shrink: 0;
  transition: transform .3s ease;
}

.services-marquee-track img:hover{
  transform: translateY(-6px);
}


.services-marquee.row-left .services-marquee-track{
  animation: marquee-left 80s linear infinite;
}

.services-marquee.row-right .services-marquee-track{
  animation: marquee-right 80s linear infinite;
}

@keyframes marquee-left{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


@keyframes marquee-right{
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}


@media (max-width: 768px){
  .services-marquee-track img{
    width: 130px;
    height: 130px;
  }
}








.partners-section{
  padding: 70px 0;
  background-color: transparent;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}

.partners-head{
  text-align: center;
  margin-bottom: 26px;
}

.partners-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 45px;
  font-weight: 800;
  color: #86252d;
  line-height: 160%;
}

.partners-ico{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f0e7e7;
  color: #86252d;
  font-size: 18px;
}

.partners-head p{
  margin: 0;
  font-size: 30px;
  color:rgba(149, 151, 154, 1);
}


.partners-slider-wrap{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}
.partners-title img{
  width: 55px;
  height: 55px;
}


.partners-slider{
  overflow: hidden;
  border-radius: 16px;
}


.partners-track{
  display: flex;
  align-items: center;
  gap: 54px;
  will-change: transform;
  transform: translateX(0);
}


.partner-card{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 6px 0;
}

.partner-card img{
  height: 100px;       
  width: 200px;
  object-fit: contain;
  filter: saturate(0.9);
  opacity: 0.95;
}


/* Responsive */
@media (max-width: 768px){
  .partners-title{ font-size: 28px; }
  .partner-card img{ height: 36px; }
  .partners-track{ gap: 22px; }
}
/* /////////////form-massage/////////////////////////////// */

.form-msg{
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  display: none;
  transition: opacity .3s ease;
}

.form-msg.success{
  display: block;
  color: #1b7a1b;
}

.form-msg.error{
  display: block;
  color: #b00020;
}




@media (max-width: 1200px) {
  .home-video-wrapper{
    width: 60%;
    height: 490px;
    bottom: -5px;
  }

  .home-video-wrapper video{
    width: 100%;
    height: 490px;
    border-width: 20px;
    object-fit: cover;
    display: block;
  }

  header{
    padding-bottom: 560px;
  }
}


@media (max-width: 1024px) {
  .home-video-wrapper{
    width: 80%;
    height: 420px;
    bottom: -60px;
  }

  .home-video-wrapper video{
    width: 100%;
    height: 420px;
    border-width: 16px;
    object-fit: cover;
  }

  header{
    padding-bottom: 520px;
  }
}


@media (max-width: 767px) {
  header{
    min-height: auto;
    padding-bottom: 40px;
  }

  .home-video-wrapper{
    position: static;    
    left: auto;
    bottom: auto;
    transform: none;

    width: 92%;
    max-width: 92%;
    height: auto;
    margin: 20px auto 0;
  }

  .home-video-wrapper video{
    width: 100%;
    height: 240px;
    border-width: 12px;
    border-radius: 14px;
    object-fit: cover;
    display: block;
  }
}


@media (max-width: 420px) {
  .home-video-wrapper video{
    height: 210px;
    border-width: 10px;
  }
}



@media (max-width: 1024px){

  .contact-wrapper{
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }

  .contact-images{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    height: auto;            
    aspect-ratio: 4 / 3;     
  }

  .bg-img{
    width: 78%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  .front-card{
    position: absolute;
    left: 56%;
    top: 60%;
    width: 88%;
    transform: translate(-50%, -60%);
    border-radius: 22px;
    overflow: hidden;
  }


  .contact-form h2{ font-size: 26px; }
  .contact-form p{ font-size: 18px; margin-bottom: 16px; }
  .field input, .field textarea{ font-size: 16px; }
}

@media (max-width: 767px){
  .contact-images{
    max-width: 92%;
    aspect-ratio: 4 / 3;
  }

  .bg-img{ width: 82%; }

  .front-card{
    width: 92%;
    left: 55%;
    top: 60%;
    transform: translate(-50%, -60%);
  }
}

@media (max-width: 420px){
  .contact-images{
    aspect-ratio: 1 / 1;  
  }
}

#who{
  padding: 70px 70px;
  margin: 0;             
}


@media (min-width: 992px){
  #who{
    margin: 0 50px;        
  }
}

/* Tablet */
@media (max-width: 991px){
  #who{
    padding: 45px 16px;
    margin: 0;
  }
}

/* Mobile */
@media (max-width: 576px){
  #who{
    padding: 45px 16px !important;
    margin: 0 !important;
  }
}





html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}


.services-images-section,
.services-marquee,
.services-marquee-track,
.slider-window,
.partners-slider-wrap,
.partners-slider,
.partners-track,
.companies-sec,
.stats-section,
.contact-section,
.contact-images {
  max-width: 100%;
  overflow-x: hidden;
}


* {
  min-width: 0;
}



.services-images-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;        
  padding: 40px 0 60px;
}

.services-marquee-track{
  overflow: visible !important;
  max-width: none;
}

.services-marquee{
  overflow: hidden;        
}


.services-images-section{
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}


.services-marquee-track img{
  width: clamp(110px, 22vw, 180px);
  height: clamp(110px, 22vw, 180px);
}




.stats-section,
.stats-scale,
.stats-grid,
.stats-grid *{
  max-width: 100%;
}


.stats-section{
  overflow-x: hidden;
}

.stats-grid .stat-card{
  height: auto !important;
  min-height: 72px;
  min-width: 0;
}

.stat-card .text{ min-width: 0; overflow: hidden; }

.stat-card .text h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;    
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stat-card .text p{
  display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}


@media (max-width: 420px){

  .stats-section{
    padding: 70px 0 40px;   
  }

  .stats-grid{
    width: 100%;
    padding-inline: 8px;


    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 12px;
  }


  .left.top,
  .right.top{
    transform: none !important;
  }


  .center-image{
    width: 72px;
    max-width: 100%;
  }


  .stats-grid .stat-card{
    padding: 8px;
    gap: 7px;
    border-radius: 14px;
    min-height: 62px;
  }

  .stats-grid .stat-card .icon{
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .stats-grid .stat-card .icon img{
    width: 18px;
    height: 18px;
  }


  .stats-grid .stat-card .text h4{
    font-size: 12px;
    line-height: 1.15;
    margin: 0 0 2px;
  }

  .stats-grid .stat-card .text p{
    font-size: 9.5px;
    line-height: 1.2;
    margin: 0;
  }
}


@media (max-width: 360px){

  .stats-grid{
    padding-inline: 6px;
    column-gap: 6px;
    row-gap: 10px;
  }

  .center-image{ width: 66px; }

  .stats-grid .stat-card{
    padding: 7px;
    min-height: 58px;
  }

  .stats-grid .stat-card .icon{
    width: 34px;
    height: 34px;
  }

  .stats-grid .stat-card .icon img{
    width: 17px;
    height: 17px;
  }

  .stats-grid .stat-card .text h4{ font-size: 11px; }
  .stats-grid .stat-card .text p{  font-size: 9px; }
}

@media (max-width: 600px){

  .service-card{
    min-width: auto;
    width: auto;
    padding: 8px 12px;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;

    border-radius: 14px;
    background: transparent;
    border: 1px solid #eee;
    box-shadow: none;
  }

 
  .service-content{
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

 
  .service-content h3{
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  
  .service-content p{
    display: block;
    font-size: 11px;
    color: #888;
    line-height: 1.2;

    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;  
  }


  .service-icon{
    width: 20px;
    height: 20px;
    background-size: 14px;
    background-color: transparent;
  }
}
@media (max-width: 768px){
  .services-slider .slider-arrow{ display:none; }

  .services-section .slider-window{
    cursor: grab;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .services-section .slider-window:active{ cursor: grabbing; }

  .service-card{ scroll-snap-align: center; }
}
