/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}





/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  background-color: #e2e2e2;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #161313;
  font-family: "Cairo", sans-serif;
}

::selection {
  background: #ff7402;
  color: #e2e2e2;
}

::-moz-selection {
  background: #ff7402;
  color: #e2e2e2;
}

.about .image-section .main-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}

.about .image-section .main-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.about .image-section .main-image:hover img {
  transform: scale(1.02);
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ff7402;
}

.section-heading h2 span {
  color: #ff7402;
}

.main-blue-button a {
  display: inline-block;
  background-color: #ff7402;
  font-size: 15px;
  font-weight: 400;
  color: #e2e2e2;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #ff7402;
  font-size: 15px;
  font-weight: 400;
  color: #e2e2e2;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-#e2e2e2-button a {
  display: inline-block;
  background-color: #e2e2e2;
  font-size: 15px;
  font-weight: 400;
  color: #ff7402;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}



/* start news */

.testimonial-news{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}


/* أنماط إضافية لتحسين المظهر - يمكنك تعديلها حسب رغبتك */
.news-content {
  padding: 60px;
}

.news-title {
  color: #e2e2e2;
  font-size: 24px;
  margin-bottom: 15px;
}

.news-description {
  color: #e2e2e2;
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.feature-item {
  background: #f5f5f5;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #555;
}

.download-btn {
  background: #ff7402;
  color: #e2e2e2;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

@media (max-width: 991px) {
.download-btn {
 
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
  transition: background 0.3s;
}
}

.download-btn:hover {
  background: #ff7402;
}



.image-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-image {
  border-radius: 10px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  object-fit: cover;
}

.image-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.thumbnail {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.thumbnail:hover {
  opacity: 0.8;
}

/* للتأكد من ظهور العناصر بشكل متجاوب */
@media (min-width: 768px) {
  .testimonial-news {
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: center;
  }
}

/* end news */


/* poeple think start  */


/* تنسيقات العنوان */
.peoplethink-section {
 
  background: none;
  direction: rtl;
  padding: 60px 0;
}

.testimonial-slider-box-peoplethink{
      background: #2e2723;
    border-radius: 30px;
    padding: 0px!important;
 
    position: relative;
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.3);
 
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.client-desction{
  padding: 10px;
  color: #e2e2e2;
  font-size: 30px;
  line-height: 1.8;
  margin: 0 auto;
  text-align: center;

}

.pepolethink {
  max-width: 1400px;
  margin: 0 auto;
}

.testimonial-header{
display: flex;
align-items: center;
gap: 50px;
justify-content: center;

}



.section-header-peoplethink {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-right: 65px;
  width: 100%;
  margin-bottom: 30px;
}


.badge-title-peoplethink {
  display: inline-block;
  background: #ff7402;
  color: #e2e2e2;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(237, 108, 3, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}

/* مربع السلايدر البني */
.testimonial-slider-box {
  background: #2e2723;  
  border-radius: 30px;
  padding: 50px 40px;
  position: relative;
  box-shadow: 0 20px 40px rgba(139, 69, 19, 0.3);
  margin: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-slider-container {
  overflow: hidden;
  margin: 0 30px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}





.testimonial-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* صورة العميل */
.testimonial-image {
  flex: 0 0 100px;
}

.testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ff7402;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* محتوى الرأي */
.testimonial-content {
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 30px;
}

.client-name {
  color: #e2e2e2;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.client-position {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 10px;
}

.client-rating {
  margin-bottom: 15px;
  color: #ffd700;
  font-size: 14px;
}

.client-rating i {
  margin-left: 2px;
}

.client-review {
  color: rgba(255, 255, 255, 0.9);
  background: #ff7402;
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid #ff7402;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* أزرار التحكم */
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #e2e2e2;
  border: none;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #ff7402;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-arrow:hover {
  background: #ff7402;
  color: #e2e2e2;
  transform: translateY(-50%) scale(1.1);
}

.testimonial-arrow.prev {
  right: 10px;
}

.testimonial-arrow.next {
  left: 10px;
}

.testimonial-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}

.testimonial-arrow:disabled:hover {
  background: #e2e2e2;
  color: #8B4513;
}

/* نقاط التصفح */
.testimonial-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.testimonial-pagination .dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.testimonial-pagination .dot:hover {
  background: #ff7402;
  transform: scale(1.2);
}

.testimonial-pagination .dot.active {
  background: #ff7402;
  width: 30px;
  border-radius: 15px;
}

/* تصميم متجاوب */
@media (max-width: 991px) {
  .badge-title-peoplethink {
    font-size: 30px;
    padding: 10px 25px;
  }
  
  .testimonial-slider-box {
    padding: 40px 30px;
  }
  
  .testimonial-item {
    display: flex;
    flex-direction: column;
  }
  
  .testimonial-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .badge-title-peoplethink {
    font-size: 24px;
    padding: 8px 20px;
  }
  
  .testimonial-slider-box {
    padding: 30px 20px;
  }
  
  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .testimonial-image {
    flex: 0 0 auto;
    margin-bottom: 15px;
  }
  
  .testimonial-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .testimonial-arrow.prev {
    right: 5px;
  }
  
  .testimonial-arrow.next {
    left: 5px;
  }
}

@media (max-width: 480px) {
  .badge-title-peoplethink {
    font-size: 20px;
    padding: 6px 15px;
  }
  
  .client-name {
    font-size: 18px;
  }
  
  .client-review {
    font-size: 13px;
  }
  
  .testimonial-pagination .dot.active {
    width: 20px;
  }
}

/* end people think end  */


/* section ourclints start  */



/* Clients Section Styles */
.clients-section {
  background: none;
  direction: rtl;
  position: relative;
  overflow: hidden;
}

/* نفس تنسيقات العنوان من القسم السابق */
.section-title {
  position: relative;
  z-index: 1;
}

.sub-title-clinet {
  display: inline-block;
  
  color: #ff7402;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.main-title {
  color: #e2e2e2;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.title-decoration-center {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff7402, #f39c12);
  border-radius: 2px;
  margin: 20px auto;
}

.clients-description {
  color: #e2e2e2;
  font-size: 30px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* سلايدر العملاء */
.clients-slider-wrapper {
  position: relative;
  margin-top: 60px;
  padding: 0 40px;
}

.clients-slider-container {
  overflow: hidden;
  margin: 0 auto;
}

.clients-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}

.client-item {
  flex: 0 0 calc(25% - 22.5px); /* 4 عناصر في السطر مع مراعاة الـ gap */
  min-width: 200px;
}

.client-logo-card {
  background: none;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  /* border: 1px solid rgba(237, 108, 3, 0.1); */
}

.client-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(237, 108, 3, 0.2);
  border-color: #ff7402;
}

.client-logo {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo-card:hover .client-logo {
  filter: grayscale(0%);
  opacity: 1;
}

/* أزرار التحكم */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #e2e2e2;
  border: none;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #ff7402;
  background: none;
  font-size: 60px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

{# .slider-arrow:hover {
  background: #ff7402;
  color: #e2e2e2;
  box-shadow: 0 10px 25px rgba(237, 108, 3, 0.3);
} #}

.slider-arrow.prev {
  right: 0;
}

.slider-arrow.next {
  left: 0;
}

.slider-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* نقاط التصفح */
.slider-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.pagination-dot:hover {
  background: #ff7402;
  transform: scale(1.2);
}

.pagination-dot.active {
  background: #ff7402;
  width: 30px;
  border-radius: 15px;
}

/* تصميم متجاوب */
@media (max-width: 1200px) {
  .client-item {
    flex: 0 0 calc(33.333% - 20px); /* 3 عناصر */
  }
}

@media (max-width: 991px) {
  .sub-title-clinet {
    font-size: 36px;
  }
  
  .main-title {
    font-size: 30px;
  }
  
  .clients-description {
    font-size: 16px;
  }
  
  .client-item {
    flex: 0 0 calc(50% - 15px); /* 2 عناصر */
  }
  
  .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sub-title-clinet {
    font-size: 30px;
    padding: 6px 20px;
  }
  
  .main-title {
    font-size: 26px;
  }
  
  .clients-slider-wrapper {
    padding: 0 30px;
  }
  
  .client-item {
    flex: 0 0 calc(100% - 0px); /* 1 عنصر */
  }
  
  .client-logo-card {
    height: 120px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .sub-title-clinet {
    font-size: 24px;
    padding: 5px 15px;
  }
  
  .main-title {
    font-size: 22px;
  }
  
  .clients-description {
    font-size: 14px;
  }
  
  .slider-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}



/* section ourclints end  */
/* 
---------------------------------------------
header
--------------------------------------------- 
*/

/* .background-header {
  background-color: #ff7402!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
} */

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #e2e2e2!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ff7402!important;
}

.background-header .nav li a.active {
  color: #ff7402!important;
}

.header-area {
  background: #161313;
  position: absolute;
  top: 75px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}



.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  
  float: left;
  padding-left: 50px;
  margin-top: -54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-area .main-nav .logo .logo-image {
  width:190px;
    /* font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7402;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; */
}

.logo h4 span {
  color: #e2e2e2;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
  
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 200px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #e2e2e2 !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #e2e2e2 !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 30px;
  color: #e2e2e2;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #e2e2e2!important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ff7402!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ff7402!important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #ff7402;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: "Cairo", sans-serif;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #e2e2e2;
  color: #ff7402!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  background-color: #e2e2e2;
  text-indent: -9999em;
  background-color: none;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #ff7402;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff7402!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: none;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #e2e2e2;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff7402!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e2e2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #e2e2e2;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ff7402;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ff7402;
    border-radius: 50%;
}




/* start certification  */




/* Certifications Section Styles */
.certifications {
  background: none;
  direction: rtl;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  
}

    .certifications div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 85%;
      z-index: 100;
    }

.certification-stats {
  background: #e2e2e2;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stat-item {
  position: relative;
  padding: 20px 10px;
  transition: all 0.3s ease;
  display: flex;
    flex-direction: column;
}

/* خط فاصل بين العناصر */
.stat-item.with-border {
  border-left: 4px solid #ff7402;
}

/* إزالة الحد من آخر عنصر */
.col-lg-4:last-child .stat-item.with-border,
.col-md-4:last-child .stat-item.with-border,
.col-4:last-child .stat-item.with-border {
  border-left: none;
}

.stat-number {
  font-size: 80px;
  font-weight: 800;
  color: #ff7402;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: 'Cairo', sans-serif;
  display: inline-block;
}

.stat-title {
  font-size: 30px;
  font-weight: 600;
  color: #232323;
  margin: 0;
  letter-spacing: 0.5px;
  font-family: 'Cairo', sans-serif;
  position: relative;
  padding-top: 10px;
}

/* تأثير hover */
.stat-item:hover {
  transform: translateY(-5px);
}

.stat-item:hover .stat-number {
  transform: scale(1.1);
}

/* للشاشات الصغيرة جداً */
@media (max-width: 575px) {
  .stat-number {
    font-size: 28px;
  }
  
  .stat-title {
    font-size: 14px;
  }
  
  .stat-item.with-border {
    border-left: none;
    border-bottom: 2px solid #ff7402;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  
  .col-4:last-child .stat-item.with-border {
    border-bottom: none;
  }
}


/* services start */


.services-section {
  background: none;
}

/* تصميم العنوان */
.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 20px;
}

.services-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 100px !important;
}



.sub-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  background: #ff7402;
  border-radius: 30px;
  backdrop-filter: blur(5px);
  margin-bottom: 15px;
}

.main-title {
  color: #e2e2e2;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* تصميم بطاقات الخدمات */
.service-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 60px 30px 40px 30px; /* زيادة padding-top لتعويض مساحة الأيقونة */
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* start ourwork */

/* Portfolio Section Styles */
.portfolio-section {
  background: none;
  direction: rtl;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.our-work-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* تصميم العنوان */
.section-header {
  position: relative;
  z-index: 2;
  text-align: start;
  padding-right: 65px;
  width: 100%;
  margin-bottom: 30px;
}

.badge-title {
  display: inline-block;
  background: #ff7402;
  color: #e2e2e2;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}

.main-title {
  color: #e2e2e2;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.sub-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  line-height: 1.8;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff7402;
  color: #e2e2e2;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 15px;
}

.btn-view-all:hover {
  transform: translateX(-5px);
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  color: #e2e2e2;
}

.btn-view-all i {
  font-size: 14px;
}

/* تصميم الحاوية الرئيسية للصور */
.portfolio-wrapper {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.portfolio-scroll-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* إخفاء شريط التمرير */
.portfolio-scroll-container::-webkit-scrollbar {
  height: 0px;  /* إخفاء شريط التمرير */
  background: transparent;
}

.portfolio-scroll-container::-webkit-scrollbar-thumb {
  display: none;
}

/* تصميم شبكة الصور */
.portfolio-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 10px 0;
  width: max-content;
}

/* تصميم عنصر الصورة */
.portfolio-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  width: 380px; /* عرض ثابت للصورة */
  flex-shrink: 0; /* منع التصغير */
}

/* جعل الصورة الثانية تظهر نصفها */
.portfolio-scroll-container {
  mask-image: linear-gradient(to left, transparent, #232323 30%);
  -webkit-mask-image: linear-gradient(to left, transparent, #232323 30%);
}

.portfolio-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.3);
}

.portfolio-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-image img {
  transform: scale(1.1);
}

/* تصميم النقاط */
.portfolio-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  direction: ltr;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #ff7402;
  width: 30px;
  border-radius: 15px;
}

.dot:hover {
  background: #ff7402;
  transform: scale(1.2);
}

/* تصميم متجاوب */
@media (max-width: 991px) {
  .main-title {
    font-size: 42px;
  }
  
  .badge-title {
    font-size: 36px;
  }
  
  .sub-text {
    font-size: 24px;
  }
  
  .description {
    font-size: 20px;
  }
  
  .portfolio-item {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 36px;
  }
  
  .badge-title {
    font-size: 30px;
    padding: 6px 20px;
  }
  
  .sub-text {
    font-size: 20px;
  }
  
  .description {
    font-size: 18px;
  }
  
  .portfolio-item {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 30px;
  }
  
  .badge-title {
    font-size: 24px;
    padding: 5px 15px;
  }
  
  .sub-text {
    font-size: 18px;
  }
  
  .description {
    font-size: 16px;
  }
  
  .portfolio-item {
    width: 250px;
  }
  
  .dot {
    width: 8px;
    height: 8px;
  }
  
  .dot.active {
    width: 20px;
  }
}
/* end ourwork */

/* Wrapper للأيقونة لتحديد الموضع */
.service-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 2;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: #ff7402;
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #e2e2e2;
  transition: all 0.3s ease;
  border: 4px solid rgba(255, 255, 255, 0.3); /* إضافة border أبيض حول الأيقونة */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-card:hover .service-icon {
  transform: rotateY(360deg);
  background: #ff7402; 
  border-color: #e2e2e2;
}
.service-icon img{
  width: 60%;
}

.service-card h3 {
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.service-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.service-link {
  color: #e2e2e2;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.service-link:hover {
  gap: 15px;
  color: #ff7402;
}

.service-link i {
  font-size: 14px;
  transition: all 0.3s ease;
}

/* تصميم متجاوب */
@media (max-width: 991px) {
  .main-title {
    font-size: 36px;
  }
  
  .services-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
  }
  
  .sub-title {
    font-size: 16px;
  }
  
  .service-card {
    padding: 50px 20px 30px 20px;
  }
  
  .service-card h3 {
    font-size: 20px;
  }
  
  .service-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .services-items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .main-title {
    font-size: 26px;
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }


}

@media (max-width: 992px) {
  .main-banner-main::after {
  
  width: 130%!important; 

}

.main-banner-aboutus::after{
  width: 130%!important; 
}
}

/* end services  */

/* end sertificion  */
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  
  
}

.main-banner-aboutus{
   background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  
}




.main-banner-main::after {
  content: '';
  position: absolute;
   z-index: 10 !important;
  top: 0;
  left: 0;
  width: 60%; 
  height: 100%;
  background-image: url('../image-design/16.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  pointer-events: none;
  opacity: 0.5;
  
  /* تحكم يدوي في الموقع */
  transform: rotate(120deg) translate(-50%, -50%);
  transform-origin: left top;
}








.main-banner .left-content h1 {
  text-transform: uppercase;
  font-size: 77px;
  color: #ff7402;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #e2e2e2;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #ff7402;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #ff7402;
}

.main-banner .left-content p {
  color: #9f9e9e;
  font-size: 46px;
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/
/* قسم من نحن - تصميم متجاوب */


.about-us {
    
    background-image: url('../image-design/14.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    min-height: 100vh; 
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 0px;

}

.right-image{
      background-image: url('../image-design/polygon.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    background-size: 80%;
    /* min-height: 100vh;  */
    position: relative;
    z-index: 1;
    background-position: 100% 4%;
    /* padding: 60px 0px; */
}

@media (max-width: 992px) {
  .right-image {
  background-size: 60%;
  background-position: 70% 4%;
}
}


.row-about{
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: start;
  height: 75vh;
  align-items: start;
      /* height: 100vh; */
      /* padding-bottom: 20px; */
      margin-top: 20px;
  
}


/* حاوية المحتوى */
.about-content-wrapper {
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    
}

.text-about-header {
    color: #994a19 !important; 
    font-size: 22px !important;
    font-weight: 800;
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

/* كل كتلة نصية */
.about-text-block {
    margin-bottom: 40px;
}

.about-text-block:last-child {
    margin-bottom: 0;
}



.text-about-header i {
    font-size: 22px;
    color: #994a19;
    background-color: none;
    transition: transform 0.3s ease;
}

.text-about-header:hover i {
    transform: translateX(-5px);
}

/* تنسيق النصوص */
.text-about-content {
    color: #e2e2e2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    padding: 0;
    width: 100%; /* تعديل العرض ليكون كاملاً */
}

/* حاوية الصورة */
.about-image-wrapper {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    /* padding-top: 200px; */
}

.about-image-container {
    position: relative;
    width: 60%;
    max-width: 500px;
    border-radius: 20px;
    background-color: #161313;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.about-image-container:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 60px rgba(235, 89, 0, 0.3);
}

.about-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
}

.about-image-container:hover .about-main-image {
    transform: scale(1.1);
}

/* Media Queries للتجاوب مع جميع الشاشات */

/* الشاشات الكبيرة (أجهزة سطح المكتب) */
@media (min-width: 1200px) {
    .text-about-header {
        font-size: 32px !important;
    }
    
    .text-about-content {
        font-size: 25px;
    }
    .about-image-wrapper {
        padding-top: 0px;
    }
}



/* الشاشات المتوسطة (التابلت) */
@media (max-width: 991px) {

    
    .about-us {
        padding: 60px 0px;
    }
    
    .about-content-wrapper {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .text-about-header {
        font-size: 22px !important;
    }
    
    .text-about-content {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .about-image-wrapper {
        padding: 10px;
    }
}

/* الشاشات الصغيرة (الهواتف) */
@media (max-width: 767px) {

    
    .about-us {
        padding: 40px 0px;
    }
    
    .about-content-wrapper {
        padding: 20px;
        border-radius: 15px;
    }
    
    .about-text-block {
        margin-bottom: 30px;
    }
    
    .text-about-header {
        font-size: 22px !important;
        margin-bottom: 15px;
    }
    
    .text-about-header i {
        font-size: 22px;
    }
    
    .text-about-content {
        font-size: 14px;
        line-height: 1.5;
        text-align: right; /* للنص العربي */
    }
    
    .about-image-container {
        max-width: 60%;
        border-radius: 15px;
    }
}

/* الشاشات الصغيرة جداً */
@media (max-width: 480px) {
    .text-about-header {
        font-size: 22px !important;
    }
    
    .text-about-content {
        font-size: 13px;
    }
    
    .about-content-wrapper {
        padding: 15px;
    }
}

/* تحسينات للعرض في وضع الأفقي على الهواتف */
@media (max-width: 767px) and (orientation: landscape) {
    .about-us {
        padding: 30px 0px;
    }
    
    .row {
        align-items: center;
    }
    
    .about-content-wrapper {
        padding: 15px;
    }
    
    .about-text-block {
        margin-bottom: 15px;
    }
}

/* تأثيرات إضافية */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-text-block {
    animation: fadeInUp 0.8s ease forwards;
}

.about-text-block:nth-child(1) {
    animation-delay: 0.2s;
}

.about-text-block:nth-child(2) {
    animation-delay: 0.4s;
}

/* تحسين ظهور الصورة */
.wow.fadeInRight {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* إزالة التنسيقات القديمة غير الضرورية */
.row-item-aboutus,
.about-us-item div,
.about-us-image {
    /* تم استبدالها بالتنسيقات الجديدة */
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ff7402;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #e2e2e2;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #e2e2e2;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #e2e2e2;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #e2e2e2;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 160px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #e2e2e2;
}

.contact-us .section-heading p {
  color: #e2e2e2;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #e2e2e2;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #e2e2e2;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #e2e2e2;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #e2e2e2;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #ff7402;
  font-size: 15px;
  font-weight: 400;
  color: #e2e2e2;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #ff7402;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #ff7402;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }

  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}


/* start footer  */


    .footer-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
/* تنسيق قائمة التواصل */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px;
    background: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(237, 108, 3, 0.3);
    transform: translateX(-5px);
}

/* أيقونات التواصل */
.contact-icon {
    width: 45px;
    height: 45px;
    background: #362f29;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e2e2;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(237, 108, 3, 0.3);
    flex-shrink: 0;
}

/* نص التواصل */
.contact-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 30px;
    line-height: 1.7;
    direction: rtl;
    text-align: right;
    flex: 1;
}

/* روابط التواصل */
.contact-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    direction: ltr;
    text-align: left;
    font-family: "Cairo", sans-serif;
    letter-spacing: 0.5px;
}

.contact-link:hover {
    color: #ff7402;
    transform: translateX(-3px);
}

/* تنسيق خاص للعنوان */
.contact-item:first-child .contact-text {
    font-weight: 500;
    line-height: 1.8;
}

/* تأثيرات إضافية */
@keyframes iconPulse {
    0% {
        box-shadow: 0 5px 15px rgba(237, 108, 3, 0.3);
    }
    50% {
        box-shadow: 0 5px 25px rgba(237, 108, 3, 0.6);
    }
    100% {
        box-shadow: 0 5px 15px rgba(237, 108, 3, 0.3);
    }
}

.contact-item:hover .contact-icon {
    animation: iconPulse 1.5s infinite;
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    .contact-item {
        padding: 12px;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .contact-text {
        font-size: 14px;
    }

    .splide__arrow {
  
  font-size: 16px!important;
  
}
}

@media (max-width: 480px) {
    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    
    .contact-text {
        text-align: center;
    }
    
    .contact-link {
        text-align: center;
    }
}
        /* حاوية حقل الإدخال والزر */
.newsletter-wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
}





.clients-splide {
  padding: 20px 40px;
  direction: ltr; /* مهم للأزرار */
}

.client-logo-card {
  
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 5px 15px #232323;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  
}

.client-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px #232323;
  border-color: #ff7402;
}

.client-logo {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* تخصيص أزرار Splide */
.splide__arrow {
  background: none;
  color: #ff7402;
  width: 60px !important;
  height: 60px !important;
  font-size: 40px;
  opacity: 1 !important;
  box-shadow: 0 3px 10px #232323;
  border-radius: 50% !important;
  transition: all 0.3s ease;
}

.splide__arrow:hover {
  background: #ff7402 !important;
  color: #e2e2e2;
  
}

.splide__arrow:hover svg {
  fill: #e2e2e2 !important;
}

.splide__arrow svg {
  fill: #333 !important;
  width: 20px !important;
  height: 20px !important;
}

/* تخصيص نقاط التصفح */
.splide__pagination {
  bottom: -30px !important;
  gap: 8px !important;
}

.splide__pagination__page {
  
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease;
}



/* تجاوب مع الشاشات */
@media (max-width: 768px) {
  .clients-splide {
    padding: 20px 30px;
  }
  
  .client-logo-card {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .clients-splide {
    padding: 20px 25px;
  }
  
  .splide__arrow {
    width: 35px !important;
    height: 35px !important;
  }
}




/* تنسيق زر السهم */
.newsletter-btn {
    position: absolute;
    left: 0px; /* للعربية: left لأن الاتجاه RTL */
    top: 2%;
    transform: translateY(-50%);
    background: #e2e2e2;
    
    border: none;
    color: #ff7402;
    width: 80px;
    height: 80px;
    border-radius: 20%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(237, 108, 3, 0.3);
}

.newsletter-btn:hover {
    background: #f39c12;
    box-shadow: 0 8px 20px rgba(237, 108, 3, 0.4);
}

.newsletter-btn i {
    font-size: 40px;
    transition: transform 0.3s ease;
    
}



/* تأثير النبض للزر (اختياري) */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 108, 3, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(237, 108, 3, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(237, 108, 3, 0);
    }
}

.newsletter-btn {
    animation: pulse 2s infinite;
}


.footer-logo{
  text-align: end;
}
.logo-image-footer{
  width: 10%; text-align: start;
  margin-top: 20px;
}

        footer {
    background-image: url('../image-design/15.webp');
    background-repeat: no-repeat;
    background-position: start start;
    background-size: cover; 
    min-height: 50vh; 
    width: 100%;
    position: relative;
    z-index: 1;

        }

        .image-footer{
          width: 10%;
        }

        .footer-top{
        display: grid;
        grid-template-columns: repeat(3 , 1fr);
        padding: 100px;
        }
        
        .footer-title {
            color: #e2e2e2;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-title::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #ff7402;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: rgb(255, 255, 255);
            text-decoration: none;
            transition: all 0.3s;
            font-size: 30px;
        }
        
        .footer-links a:hover {
            color: #ff7402;
            padding-right: 5px;
        }
        
        .newsletter-input {
            background: rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(8, 5, 5, 0.2);
            color: #e2e2e2;
            padding: 30px 15px;
            border-radius: 20px;
            width: 100%;
        }
        
        .newsletter-input::placeholder {
            color: rgba(14, 10, 10, 0.5);
            font-size: 25px;
        }
        
        .newsletter-input:focus {
            outline: none;
            border-color: #ff7402;
            background: rgba(255,255,255,0.15);
        }
        
        .btn-subscribe {
            background: #ff7402;
            color: #e2e2e2;
            border: none;
            padding: 10px 20px;
            border-radius: 50px;
            width: 100%;
            margin-top: 10px;
            transition: all 0.3s;
        }
        
        .btn-subscribe:hover {
            background: #f39c12;
        }
        
        .contact-info {
            margin-top: 20px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 10px;
            color: rgba(255,255,255,0.8);
        }
        
        .contact-item i {
            color: #e2e2e2;
            width: 20px;
        }
        
        .social-links {
            display: flex;
            gap: 20px;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            padding-right: 100px;
            color: white;
        }
        
        .social-link {

            width: 60px;
            height: 60px;
            background: rgba(49, 35, 35, 0.1);
            color: #e2e2e2;
            border-radius: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .social-link:hover {
            background: #ff7402;
            transform: translateY(-3px);
        }
        
        .copyright {
            color: rgba(255,255,255,0.5);
            font-size: 14px;
        }
        
        hr {
            background: rgba(255,255,255,0.1);
            margin: 30px 0;
        }
        
        @media (max-width: 768px) {
            .footer-title::after {
                right: 50%;
                transform: translateX(50%);
            }
            
            .footer-title {
                text-align: center;
            }
            
            .footer-links {
                text-align: center;
            }
            
            .contact-item {
                justify-content: center;
            }
            
            .social-links {
                justify-content: center;
                font-size: 25px;
                padding-right: 0px;
                gap: 1px;
                color: white;
            }
        }


        .row-main-main{
           display: flex;
           align-items: start; 
           justify-content: space-evenly;
        }

/* end footer  */


/* mobile start  */


@media (max-width: 767px) {
    .header-area .main-nav .logo{
      padding-left: 0px;

      margin-top: -20px;
    }

    .footer-logo{
  text-align: center;
}
.logo-image-footer{
  width: 60%; text-align: start;
  margin-top: 0px;
}

    .header-area .main-nav .logo .logo-image{
      width: 140px;
    }

    .header-area .main-nav .nav{
      margin-right: 0px;
    }

    .row-main-main{
      flex-direction: column;
    }

    .main-banner .left-content h1{
      font-size: 40px;
    }

    .main-banner .left-content h2{
      font-size: 30px;
    }

    .main-banner .left-content p{
      font-size: 25px;
          margin: 8px 20px;
    }

    .right-image img {
      width: 60%;
    }
    .right-image{
      display: flex;
      justify-content: center;
    }

    .about-us{
      padding: 0px 0px;
    }

    .about-us{
      min-height: 64vh;
    }
.stat-number{
  font-size: 20px;
}
.stat-title{
  font-size: 10px;
}
.certification-stats{
  padding: 0px;
}
.certifications div {
  width: 97%;
}

.client-review {
  font-size: 12px;
}

.client-desction{
  font-size: 12px;
}

.testimonial-slider-container{
  margin: 0px 0px;
}

.testimonial-news{
  flex-direction: column;
}
.main-image{
  display: flex;
  justify-content: center;
}
.main-image img {
    width: 50%;
}

.footer-title {
padding-bottom: 0px;
margin-bottom: 0px;
}
.footer-top{
 grid-template-columns: 1fr; 
        padding: 40px 20px;
        gap: 0px;
}

.footer-title{
  font-size: 10px;
  padding-top: 5px;
}
.footer-links a {
font-size: 15px;
}

.footer-text{
  font-size: 15px!important;
}

        .newsletter-input::placeholder {
            font-size: 12px;
        }

        .newsletter-btn {
          width: 40px;
          height: 40px;
        }

        .newsletter-input {
        padding: 11px 15px;
        }
        .stat-title{
          padding-top: none;
        }
        .stat-item{
          padding: none!important;
        }

        .footer-bottom {
          flex-direction: column;
        }

        footer{
          min-height: 40vh;
        }

        .row-about{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0px!important;
            
        }

        .about-image-wrapper{
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .certifications{
          margin-top: -30px;
        }

          .stat-item.with-border{
            border: none;
          }

          .testimonial-content{
            gap: 2px;
          }
    
}




/* end mobile  */


/* tablet code start  */

@media (max-width: 992px){
.header-area .main-nav .logo{
  padding-left: 10px;
}

.header-area .main-nav .nav {
  margin-right: 5px;
      margin-top: 20px;
}
.main-banner .left-content h1{
  font-size: 40px;
  margin-bottom: 10px;
}

.main-banner .left-content h2 {
  font-size: 30px;
} 

.main-banner .left-content p {
  font-size: 20px;
}
.right-image  img{
  width: 80%;
}

    .about-us {
      min-height: 70vh;
      padding: 0px 0px;
    }
    
    /* .row-about{
      align-items: center;
      height: 50vh;
    } */


    .certification-stats {
    padding: 2px 2px;
    }

    .footer-top{
  padding: 10px;
}
.stat-number{
  font-size: 25px;
}

.stat-title{
  font-size: 11px;
}
.certifications div{
  width: 97%;
}
.footer-title{
  font-size: 10px;
  padding-top: 70px;
}
.footer-links a {
font-size: 15px;
}

.footer-text{
  font-size: 15px!important;
}

        .newsletter-input::placeholder {
            font-size: 12px;
        }

        .newsletter-btn {
          width: 40px;
          height: 40px;
        }

        .newsletter-input {
        padding: 11px 15px;
        }
        .stat-title{
          padding-top: none;
        }
        .stat-item{
          padding: none!important;
        }

        .footer-bottom {
          flex-direction: column;
        }

        footer{
          min-height: 40vh;
        }

     

        .certifications{
          margin-top: -30px;
        }

          .stat-item.with-border{
            border: none;
          }

          .testimonial-content{
            gap: 2px;
          }

          .contact-text {
    font-size: 14px;
}
}



/* تصميم متجاوب */
@media (max-width: 1200px) {
  .header-area .main-nav .logo .logo-image{
      width: 140px;
    }

    .header-area .main-nav .nav{
      margin-right: 0px;
    }

    .row-main-main{
      flex-direction: column;
    }

    .main-banner .left-content h1{
      font-size: 30px;
    }

    .main-banner .left-content h2{
      font-size: 20px;
    }

    .main-banner .left-content p{
      font-size: 20px;
          margin: 8px 20px;
    }

    .right-image img {
      width: 60%;
    }
    .right-image{
      display: flex;
      justify-content: center;
    }
}


.about-us {
    margin-top: calc(-26vh);
    position: relative;
}

/* تحسينات للشاشات المختلفة */
@media (max-width: 991px) {
    .about-us {
        margin-top: calc(-16vh);
    }
}

@media (max-width: 768px) {
    .about-us {
        margin-top: calc(-17vh);
    }
}

@media (max-width: 576px) {
    .about-us {
        margin-top: calc(-22vh);
    }
}