/* start--fonts */
/* Cairo variable font, self-hosted */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(../fonts/cairo/cairo-arabic.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(../fonts/cairo/cairo-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(../fonts/cairo/cairo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* end--fonts */
:root {
  --main-color: #250A00;
  --orange-color: #E8733C;
  --font-color: #170600;
  --white-color: #ffffff;
  --background: #FFF9F7;

  /* الهيدر `position: fixed` فمابيدفعش اللي تحته — الصفحات الداخلية بتعوّض
     المسافة بنفسها عبر `.inner-page`. الارتفاع ناتج من اللوجو والـ padding
     مش مصرّح، فلو اتغير لازم الرقم ده يتغير معاه. */
  --header-height: 100px;
  --inner-space: calc(var(--header-height) + 10px);
}

/* ووردبريس يضيف width و height كخصائص على كل صورة (لحجز مساحتها ومنع القفز أثناء التحميل) */
img {
  height: auto;
}

/* الصورة البديلة لما العنصر مالوش صورة بارزة */
.carnival-placeholder {
  object-fit: cover;
  background: #eee;
}

/* ---------- ريفيل عند التمرير ---------- */

/* الإخفاء متعلّق بكلاس js-reveal اللي بيتحط من <head>، فلو الجافاسكريبت
   متعطّل المحتوى بيفضل ظاهر عادي. المتصفح اللي مايعرفش :is() بيتجاهل
   القاعدة كلها — وبرضه المحتوى يفضل ظاهر. */
.js-reveal :is(.title_sectoin,
  .section_title,
  .section-heading,
  .artical_items,
  .project-card,
  .exchange-item,
  .item_about_us,
  .itme_box,
  .feature_box,
  .content_box,
  .contact-wrapper,
  .order-replacement-image,
  .img_about,
  .hero-content,
  .solving_box,
  .contactus-item,
  .contactus-box,
  .total_content_details,
  .contact-form,
  .order_lest,
  .swiper) {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
  transition-delay: var(--reveal-delay, 0s);
}

/* السلايدر بيحرّك شرائحه بنفسه، فعناصره تفضل ظاهرة ومن غير transform */
.js-reveal .swiper :is(.title_sectoin,
  .section_title,
  .section-heading,
  .artical_items,
  .project-card,
  .exchange-item,
  .item_about_us,
  .itme_box,
  .feature_box,
  .content_box,
  .contact-wrapper,
  .order-replacement-image,
  .img_about),
.js-reveal .is-revealed {
  opacity: 1;
  /* none مش translateY(0) — عشان ما يفضلش سياق تكديس بعد ما الحركة تخلص */
  transform: none;
}

@media (prefers-reduced-motion: reduce) {

  .js-reveal :is(.title_sectoin,
    .section_title,
    .section-heading,
    .artical_items,
    .project-card,
    .exchange-item,
    .item_about_us,
    .itme_box,
    .feature_box,
    .content_box,
    .contact-wrapper,
    .order-replacement-image,
    .img_about,
    .hero-content,
    .solving_box,
    .contactus-item,
    .contactus-box,
    .total_content_details,
    .contact-form,
    .order_lest,
    .swiper) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.inner-page {
  padding-top: var(--inner-space) !important;

  @media (max-width:991px) {
    padding-top: 45px !important;
  }
}

.btn_order {
  background-color: transparent;
  color: #250A00;
  border: 1px solid #250A00;
  padding: 5px 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: .3s;

  &:hover {
    background-color: var(--orange-color);
    color: white;
    border-color: transparent;
  }
}

.menu_blog {
  margin-top: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    li {
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      border: 1px solid var(--orange-color);
      box-shadow: 0px 4px 4px 0px #00000005;

      transition: .3s;

      &:hover {
        background-color: var(--orange-color);
        border-color: var(--orange-color);
      }

      a {
        font-size: 20px;
        color: var(--font-color);
        font-weight: bold;
        text-align: center;
        transition: .3s;

      }

      &:hover a {
        color: var(--white-color);
      }
    }
  }
}

.blog_menu {
  ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;
    padding-right: 0;

    @media (max-width:991px) {
      padding-top: 0;
    }

    li {
      a {
        font-weight: 400;
        display: block;
        color: #090D33;
        padding-left: 5px;
        font-size: clamp(12px, 2vw, 16px) !important;
        opacity: 40%;



        &::after {
          content: "|";
          margin-right: 5px;
        }
      }

      a.active {
        color: var(--orange-color) !important;
        opacity: 1 !important;
      }

      &:last-child a::after {
        content: "" !important;
      }
    }
  }
}

.drop_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 6px;
  padding-right: 0;

  li {
    a {
      color: #727272;
      font-size: 15px;
      font-weight: 500;
    }

    a.active {
      color: var(--orange-color) !important;
    }

    &::after {
      content: "|";
      color: #727272;
      margin-inline-start: 3px;
    }

    &:last-child::after {
      display: none;
    }
  }

}

/* .btn_main {
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 9px 43px;
  background-color: transparent;
  border-radius: 5px;
  transition: 0.3s;
  background: transparent !important;
  border: 1px solid var(--white-color);


  &:hover {
    background: linear-gradient(280deg, #3DB1F2 0%, #004FA8 100%);
    color: var(--font-color);

  }
} */

/* From Uiverse.io by adamgiebl */
.button {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 5px 48px;
  border: 1px solid white;

  border-radius: 5px;
  position: relative;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); */
  color: var(--white-color);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: var(--orange-color);
  z-index: -1;
}

.button:hover,
.button:focus {
  color: var(--white-color);
  border-color: var(--orange-color);
}

.button:hover:before,
.button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

button:active {
  transform: scale(0.9);
}

/* ----strat----main_btn-- */




/* النص */


/* توزيع الدواير */













/* ----end----main_btn-- */







*,
*::before,
*::after {
  box-sizing: border-box;
}

.open {
  height: 100% !important;
  /* opacity: 1 !important; */
  visibility: visible !important;
  padding-bottom: 20px;
  transform: scale(1) !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:target::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
}




@media (min-width: 1200px) {
  .container {
    max-width: 1152px;
  }
}

body {
  font-family: "Cairo", sans-serif;
  background-color: #FFF9F7;
  counter-reset: div;

  counter-reset: divy;
  overflow-x: hidden;
  overflow-x: auto;
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--main-color);
  color: white;
}


.title_sectoin {
  font-size: clamp(20px, 3vw, 32px) !important;
  text-align: start;
  padding-top: 20px;
  margin-bottom: 48px;
  font-weight: bold;
  color: var(--font-color);
}

@media (max-width: 991px) {
  .title_sectoin {
    text-align: center !important;
    padding-top: 15px !important;
    margin-bottom: 40px !important;
  }
}








/* .active {
  display: block !important;
} */





/* --------start scroll--------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--white-color);
  border-radius: 50px;
  margin-block: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 50px;
  transition: .3s;
  /* border: 5px solid rgb(0, 0, 0); */
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--orange-color);
  border-radius: 50px;
}

/* ---end- subheader- */
/* start-header */
.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--main-color);
  transition: 0.3s;
  z-index: 1000;
  box-shadow: 0px 4px 4px 0px #00000040;

}




@media(max-width:991px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 999;

    .button {
      padding: 5px 30px;
    }
  }

  .header.scrolled {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-block: 19px; */
}

/* Logo */
.logo img {
  width: 137px;
}

@media(max-width:1024px) {
  .logo img {
    width: 100px;
  }

  .button {
    padding: 5px 20px;
  }
}

@media(max-width:991px) {
  .logo img {
    width: 85px;
  }

  
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Nav Desktop */
.nav {
  display: flex;
  /* gap: 20px; */
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  padding: 12px;

  &:hover {
    color: var(--orange-color);
  }
}

/* Button */


/* Actions (زرار + همبورجر) */
.actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/*  Hamburger */
.hamburger {
  width: 28px;
  height: 20px;
  cursor: pointer;
  display: none;
  position: relative;
  caret-color: transparent;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--orange-color);
  left: 0;
  transition: 0.4s;
}

.hamburger span:nth-child(1) {
  top: 0
}

.hamburger span:nth-child(2) {
  top: 8px
}

.hamburger span:nth-child(3) {
  top: 16px
}

/* Animation */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

/* 📱 Mobile */
@media(max-width: 991px) {
  .header {
    .header-content {
      .nav {
        position: absolute;
        top: 61px;
        right: 0;
        width: 100%;
        /* background: var(--main-color); */
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: 0.4s;
        background-image: linear-gradient(#000000bb, #000000bb), var(--bg-mobile-nav, none);
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        /* visibility: hidden; */
        flex-wrap: nowrap;
        overflow-y: scroll;
      }

      .nav.active {
        height: 100vh;
        opacity: 1;
        /* visibility: visible; */
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        text-align: right;
      }

      .hamburger {
        display: block;
      }
    }
  }
}

.input_search {
  opacity: 0;
  height: 0;
  position: relative;
  transition: .3s;
  transform: scale(0) !important;


  input {
    width: 100%;
    height: 100%;
    border: 1px solid var(--blue-color);
    border-radius: 10px;
    padding: 11px 38px;
    display: inline-block;
    position: relative;
    transition: .3s;
    appearance: none;
    outline: none;
    cursor: var(--main-color);
  }

  i {
    color: var(--main-color);
    transition: .3s;
    margin-right: 4px;
    font-size: 18px;
    position: absolute;
    top: 13px;
    left: 18px;
    opacity: 30%;
  }

}

.open {
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-bottom: 20px;
  transform: scale(1) !important;
}

.hidden {
  opacity: 1;
}

.hidden .fa-magnifying-glass::before {
  content: "\f00d";
  font-family: "Font Awesome 6 pro";
  font-weight: bold;
  transition: .3s;
  font-size: 20px;
  font-weight: 500;
}

.actions {
  .search_icon {
    transition: .3s;

    i {
      color: var(--white-color);
      font-size: 20px;
      font-weight: 400;
      transition: .3s;
      caret-color: transparent;

      &:hover {
        color: var(--orange-color);
      }
    }
  }

  
}

/* -----start-----nav-tabstabs------- */










/* -----end-----nav-tabstabs------- */
/*----------end-header----------*/
/* ----start-hero---- */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.05);
  animation: zoom 18s linear infinite alternate;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#250A008A,
      #250A008A);
  z-index: 1;
}

/* Content */

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.hero-content h1 {
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 24px;
  color: white;

  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

.hero-content p {
  max-width: 850px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.9;
  color: #ddd;
  font-weight: 500;
  margin-bottom: 40px;
}





@keyframes zoom {
  from {
    transform: translate(-50%, -50%) scale(1.05);
  }

  to {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

/* Responsive */

@media(max-width:768px) {
  .hero-content p {
    margin-bottom: 15px;
  }

}

/* ----end-hero---- */
/* -- ----start---solving---  */
.solving {
  padding: 60px 0;

  .solving_box {
    background-color: var(--white-color);
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #00000005;
    overflow: hidden;
    position: relative;
    transition: .3s;
    height: 100%;


    .solving-content {
      .solving-title {
        font-size: 20px;
        font-weight: bold;
        color: var(--font-color);
        text-align: start;
        margin-bottom: 16px;
        transition: .3s;
      }

      .solving-text {
        font-size: 16px;
        font-weight: 400;
        color: var(--font-color);
        text-align: start;
        margin-bottom: 16px;
        transition: .3s;

      }

      .solving_features {
        display: flex;
        justify-content: start;
        gap: 16px;
        align-items: center;
        margin-bottom: 60px;
        flex-wrap: wrap;

        .features_one {
          padding: 2px 8px;
          border-radius: 5px;
          background-color: #250A001A;
          font-size: 14px;
          font-weight: 400;
          color: var(--font-color);
          transition: .3s;

          i {
            margin-left: 5px;
            font-size: 14px;
            font-weight: 300;
            color: var(--font-color);
            transition: .3s;
          }

        }

      }

      .buttons_solving {
        .solving-btn {
          font-size: 16px;
          font-weight: 400;
          color: var(--font-color);
          display: flex;
          align-items: center;
          justify-content: start;
          margin-top: 30px;
          flex-grow: 0;
          transition: .3s;


          i {
            width: 43px;
            height: 43px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--orange-color);
            color: var(--white-color);
            margin-left: 5px;
            font-size: 14px;
            font-weight: 300;
            transition: .3s;

          }

        }

        .house {
          position: absolute;
          bottom: -28px;
          left: -18px;
          width: 146px;
          height: 146px;
          background-color: var(--orange-color);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: .3s;

          i {
            font-size: 36px;
            font-weight: 300;
            color: var(--white-color);
          }
        }
      }
    }

    &:hover {
      background-color: var(--main-color);
      transform: translateY(-10px);

      .solving-title,
      .solving-text,
      .features_one,
      .solving-btn,
      .house {
        color: white;
      }

      .solving_features .features_one i {
        color: white;
      }

      .solving_features .features_one {
        background-color: #FFFFFF3D;
        color: var(--white-color);
      }

      .buttons_solving .solving-btn i {
        background-color: #FFFFFF7A;
      }

      .buttons_solving .solving-btn {
        color: var(--white-color);
      }

      .buttons_solving .house {
        background-color: #FFFFFF7A;
      }
    }
  }

}

/* -- ----end---solving---  */
/* ------start-from-project------- */
.projects-section {

  direction: rtl;

  @media (max-width: 768px) {
    padding: 0;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {

    bottom: var(--swiper-pagination-bottom, 49px) !important;


  }

  

  

  

  .project-card {

    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 245px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s;

  }

  .project-card img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s;
  }

  .overlay {

    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, .45);

    &:hover {
      background: #00000099;
    }
  }

  .badge {

    position: absolute;
    top: 18px;
    right: 18px;

    background-color: #E8733C;
    color: #fff;

    padding: 7px 8px;

    border-radius: 6px;
    transition: .3s;

    font-size: 14px;
    font-weight: 400;
    z-index: 3;
    backdrop-filter: blur(10px);

    i {
      margin-left: 5px;
    }
  }

  .project-content {

    position: absolute;

    bottom: 25px;

    width: 100%;

    text-align: center;

    color: #fff;

    z-index: 2;

    padding: 0 15px;
  }

  .project-content h3 {

    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;

    line-height: 1.6;
    text-align: start;
  }

  .info {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    gap: 12px;

    margin-bottom: 12px;

    font-size: 16px;
    text-align: start;

    i {
      padding: 5px;
      color: white;
    }

    span {
      font-size: 16px;
      font-weight: 300;
      text-align: start;
    }
  }

  .project-content p {

    font-size: 25px;
    font-weight: 400;
    text-align: start;
  }

  .project-content .text_content {

    font-size: 16px;
    font-weight: 300;
    text-align: start;
  }

  .swiper {
    padding-bottom: 60px;
  }

  .swiper-pagination-bullet {

    width: 10px;
    height: 5px;

    background: #f2b293;

    opacity: 1;
  }

  .swiper-pagination-bullet-active {

    width: 32px;

    border-radius: 20px;

    background: #d98b58;
  }


  .project-card:hover img {

    transform: scale(1.1)rotate(5deg);
  }

}

/* ------end-from-project------- */
/* -- -----start-about-us----  */
.pragretext {
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
  margin-bottom: 32px;
  text-align: start !important;
}

.pragretitle {
  font-size: 20px;
  font-weight: bold;
  color: var(--font-color);
  margin-bottom: 15px;
  text-align: start;
}

.about_us {
  padding: 50px 0 50px;
  background-image: var(--bg-about, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  @media(max-width:767px) {
    padding: 0px;
  }

  .item_about_us {
    text-align: start !important;

  }

  .title_section,
  .pragretitle,
  .pragretext {

    @media(max-width:991px) {
      text-align: center !important;
    }
  }

  .button {
    background-color: var(--orange-color);
    display: flex;
    align-items: center;
    justify-content: start;
    transition: all .3s ease-in-out;
    width: fit-content;


  }

  .button:before {
    background-color: var(--main-color);
    z-index: -1;
  }

  .button:hover,
  .button:focus {
    color: var(--white-color);
    background-color: var(--main-color);
  }

  

  @media(max-width:991px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}



.artical.pageabout {
  background-image: none !important;
}

.pageabout {
  background-color: transparent !important;
  background-image: none;

  @media (max-width:991px) {
    margin-top: -45px;
  }

  .title_sectoin {
    padding-top: 0;
  }

  .img_about {
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 100%;
    border-radius: 5px;

    img {
      border-radius: 5px;
    }
  }


}

/* -- -----start---raseltna---  */
.raseltna {
  padding: 30px 0;
  background-image: var(--bg-vision, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .itme_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

    .img_box {
      width: 172px;
      margin-bottom: 20px;


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

    .text_box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;

      .pragretext {
        text-align: center !important;
      }
    }
  }
}

/* -- -----end---raseltna---  */
/* <!-- ----start---raseltna------- --> */
.values {
  padding: 80px 0;
}



.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.value-card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 16px 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  transition: .3s;
  overflow: visible;
}

.value-card .shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000008;

}

.value-card .shape::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 120px;
  height: 120px;
  border-top: 8px solid #eb6d32;
  border-left: 8px solid #eb6d32;
  border-radius: 5px;
  transition: .3s;
}

.value-card .shape::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 120px;
  height: 120px;
  border-right: 8px solid #eb6d32;
  border-bottom: 8px solid #eb6d32;
  border-radius: 5px;
  transition: .3s;
}

.icon {
  font-size: 20px;
  color: var(--font-color);
  margin-bottom: 20px;
  transition: .3s;
}

.value-card h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: var(--font-color);
  transition: .3s;
}

.value-card p {
  line-height: 1.9;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  transition: .3s;
}

.value-card:hover {
  background: var(--main-color);
  box-shadow: 0px 4px 4px 0px #00000040;

}

.value-card:hover .shape::after {
  right: -15px;
  bottom: -15px;
  border-right: 16px solid #eb6d32;
  border-bottom: 16px solid #eb6d32;
}

.value-card:hover .shape::before {
  left: -15px;
  top: -15px;
  border-left: 16px solid #eb6d32;
  border-top: 16px solid #eb6d32;
}

.value-card:hover h3,
.value-card:hover p,
.value-card:hover .icon {
  color: #fff;
}

.value-card:hover {
  transform: translateY(-8px);
}

@media(max-width:991px) {

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:576px) {

  .values-grid {
    grid-template-columns: 1fr;
  }

  

}

/* <!-- ----end---raseltna------- --> */
/* ----start--experiens-- --> */
.hero_experiens {
  @media(max-width:767px) {
    margin-top: 30px;
  }

  .boxs_experiens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    @media (max-width:991px) {
      justify-content: center;
      align-items: center;
    }

    .title_box {
      font-size: 32px;
      font-weight: bold;
      color: var(--orange-color);
      margin-bottom: 25px;
      text-align: center;
    }

    .content_box {
      font-size: 16px;
      font-weight: 400;
      color: var(--font-color);
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      text-align: center;

      @media (max-width:991px) {
        justify-content: center;
        align-items: center;
        text-align: center;
      }

    }

  }
}

.hero_experiens.page_number {
  background-image: var(--bg-stats, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* -- -----end-about-us----  */

/* - -----start-replacement-----  */
.exchange-section {

  padding: 40px 0;
}

.section-heading {

  text-align: right;
  margin-bottom: 70px;
}



.exchange-item {

  width: 300px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .pragretext,
  .pragretext {
    text-align: center !important;
  }
}

.step-number {

  position: absolute;
  top: -8px;
  right: 40px;

  width: 36px;
  height: 36px;

  border-radius: 50%;

  background: #E8733C3D;
  ;

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

  font-size: 18px;
  font-weight: 700;
  color: #2D211D;
}

.icon-box {

  width: 100px;
  height: 100px;

  margin: auto;

  border: 1.5px dashed #F3BFA8;

  border-radius: 50%;

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

  color: #E8733C;

  font-size: 38px;

  transition: .4s;
}

.icon-box:hover {

  background: #fff;

  border: none;

  box-shadow: 0px 4px 4px 0px #00000040;

}

.exchange-item h3 {

  margin-top: 30px;
  margin-bottom: 18px;

  font-size: 16px;
  font-weight: bold;

  color: #221815;
}

.pragretext {
  text-align: center;
}



.center_exchanges {
  position: relative;

  &::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 81px;
    border-top: 2px dashed #000000;
    border-radius: 50%;
    margin-top: 45px;
    position: absolute;
    transform: rotate(360deg);
    left: -96px;
    top: -14px;

    @media (max-width:991px) {
      display: none;
    }
  }

  &:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 81px;
    border-top: 2px dashed #000000;
    border-radius: 50%;
    margin-top: 45px;
    position: absolute;
    transform: rotate(180deg);
    right: -96px;
    top: -14px;

    @media (max-width:991px) {
      display: none;
    }
  }
}





/* - -----end-replacement-----  */
/* ----start----artical--- -- */
.artical {
  padding: 0 0 50px;
  background-image: var(--bg-blog, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


  .artical_items {
    background-color: transparent;
    border-radius: 5px;
    position: relative;
    transition: .3s;


    .images {
      height: 100%;

      img {
        border-radius: 5px 5px 0 0;
        height: 245px;
        width: 100%;

      }
    }

    .content_text {
      padding: 16px;

      .pragretitle {
        font-size: 16px !important;
        text-align: right;



        i {
          color: var(--orange-color);
          font-size: 16px;
          margin-left: 3px;
        }
      }

      .date {
        padding: 5PX 12px;
        background-color: #FFFFFFCC;
        border-radius: 5px;
        position: absolute;
        left: 16px;
        top: 16px;
        color: var(--orange-color);
        font-size: 16px;
        font-weight: 400;

        i {
          margin-left: 5px;
        }
      }

      .button {
        background-color: var(--orange-color);
        display: flex;
        align-items: center;
        justify-content: start;
        transition: all .3s ease-in-out;
        width: fit-content;
        margin-top: 24px;


      }

      .button:before {
        background-color: var(--main-color);
        z-index: -1;
      }

      .button:hover,
      .button:focus {
        color: var(--white-color);
        background-color: var(--main-color);
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #00000040;

      .button:before {
        background-color: var(--main-color);
        z-index: -1;
      }

      .button:before {
        background-color: var(--main-color);
        z-index: -1;
      }

      .button,
      .button {
        color: var(--white-color);
        background-color: var(--main-color);
      }
    }
  }
}

.artical.pageabout {
  margin-top: 50px !important;
  background-color: transparent !important;

  @media(max-width:991px) {
    margin-top: -40px !important;
  }
}

/* ----end----artical--- -- */
.swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 4px;
  background-color: var(--orange-color);
  opacity: 60%;
  transition: .3s;
}

.swiper-pagination-bullet-active-main {
  transition: .2s transform, .2s left;
  width: 32px;
  height: 5px;
  border-radius: 4px;
  background-color: var(--orange-color) !important;
  transition: .3s;
  opacity: 1;
}

.swiper-wrapper {
  margin-bottom: 35px;
}



/* ----start------contactus-now----- */
.contactus-now {
  margin: 50px 0 140px;
}

.contactus-item,
.contactus-box {
  background-image: linear-gradient(90deg, rgba(37, 10, 0, 0.688) 0%, rgba(23, 6, 0, 0.86) 100%), var(--bg-cta, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 33px 48px;
  border-radius: 5px;

  h2 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 32px;
    width: 100%;

    @media (max-width:768px) {
      width: 100%;
      text-align: center;

    }
  }

  .button {
    border-color: white !important;
  }

  .pragretext {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    width: 58%;

    @media (max-width:768px) {
      width: 100%;
      text-align: center !important;
    }
  }

  @media (max-width:768px) {
    
  }
}

.contactus-box {
  background-image: linear-gradient(90deg, rgba(37, 10, 0, 0.2944) 0%, rgba(23, 6, 0, 0.92) 100%), var(--bg-cta, none);
}

.page__footer {
  margin-top: -125px !important;
}

/* From Uiverse.io by JaydipPrajapati1910 */
/* .btn-concatus {
  --color: var(--main-color);
  display: inline-block;
  overflow: hidden;
  font-size: 17px;
  z-index: 1;
  color: var(--font-color);
  border-radius: 6px;
  position: relative;
  background-color: var(--white-color);
  padding: 10px 20px;
}

.btn-concatus::before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 199px;
  height: 103px;
  z-index: -1;
  border-radius: 50%;
}

.btn-concatus:hover {
  color: white;
  border-color: var(--main-color);
}

.btn-concatus::before {
  top: 100%;
  left: 100%;
  transition: .3s all;
}

.btn-concatus:hover::before {
  top: -30px;
  left: -30px;
}


.aboutsection {
  padding: 90px 0 20px;

  .bg_about {
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(13, 18, 58, 0.24) 64%);
    position: relative;
    z-index: -1;
    padding: 1px;
    border-radius: 5px;
    height: 100%;

    .box_aboutus {
      background-color: var(--white-color);
      position: relative;
      text-align: center;
      box-shadow: 0px 4px 4px 0px #0000000a;
      border-radius: 5px;
      padding: 17px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      height: 100%;

      .img_aboutus {
        width: 140px;
        height: 140px;
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);

        img {
          width: 100%;
          height: 100%;
        }
      }

      .body_about {
        margin-top: 40px;

        .title_about {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 16px;
        }

        .contant_about {
          font-size: 16px;
          font-weight: 500;
        }
      }
    }
  }
} */

/* -- end-about-targetlines--- -- */

/* <!-- ----start---details_box---- --> */
.details_box {
  padding: 40px 0;

  .swiper-slide {
    height: auto;
  }

  .item_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 245px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s;

    &:hover {
      transform: translateY(-10px);
    }

    .holder_image {
      height: 245px;
      border-radius: 5px;
      transition: .3s;
      width: 100%;

      &::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 245px;
        z-index: 22222;
        background: #250A0080;
        transition: .3s;
      }

      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
      }

      &:hover:before {
        background: transparent !important;

      }
    }
  }


}

.swiper-slide:not(.swiper-slide-active) .item_details:hover {
  transform: translateY(-10px);
}

.swiper-slide:not(.swiper-slide-active) .holder_image:hover::before {
  background: transparent;
}

/* ----end---details_box---- --> */
/* -----start ---content_details---  */

.content_details {
  padding-bottom: 80px;

  .total_content_details {
    .page_title {
      font-size: clamp(24px, 3vw, 32px);
      font-weight: bold;
      margin-bottom: 16px;
      color: var(--font-color);
      text-align: start;
      margin-bottom: 48px;

    }

    .info_pages,
    .info {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: start;
      font-size: 16px;
      font-weight: 400;
      color: var(--font-color);
      margin-bottom: 20px;
      padding-right: 0;

      span {
        margin-inline: 5px;

      }

      i {
        font-size: 20px;
        color: var(--orange-color);
        margin-left: 3px;

      }
    }

    .pragretitle {
      i {
        color: var(--orange-color);
        margin-left: 3px;
        font-size: 20px;
      }
    }

    .info_featured {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: start;

      margin-bottom: 48px;
      padding-right: 0;

      li {
        font-size: 16px;
        font-weight: 400;
        color: var(--font-color);
        margin-bottom: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;

        span {
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: var(--orange-color);
          margin-left: 5px;
          display: block;
        }

      }
    }

    .pragretext {
      margin-bottom: 24px;
    }

    .btn_details {
      margin-bottom: 24px;
      background-color: var(--orange-color);
      color: var(--white-color);
      padding: 5px 34px;
      border-radius: 5px;
      font-weight: 400;
      font-size: 16px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      transition: .3s;
      margin-top: 40px;
      width: fit-content;

      @media (max-width:991px) {
        margin: auto;

      }

      &:hover {
        background-color: var(--main-color);
        border-color: transparent;
      }
    }
  }
}







/* -----start---Customer opinions------ */
.Customer_opinions {
  padding-bottom: 60px;

  .swiper-wrapper {
    margin-bottom: 55px;
  }


  .swiper-slide {
    height: auto;
  }


  .item_opinion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 16px;
    transition: .3s;

    .content {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      height: 100%;

      .pragretext {
        text-align: start;
        color: var(--white-color);
        margin-bottom: 32px;
      }

      .head_icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;

        .pragretitle {
          color: var(--white-color);
          margin-bottom: 0;
        }

        span {
          color: var(--white-color);
          margin-inline: 20px;
        }

        i {
          color: yellow;
        }
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #00000040;

    }
  }

}


/* ------end_Customer opinions------ - */
/*------------start-footer ------- --*/
.footer {
  background-color: var(--main-color);
  padding-top: 30px 0;

  .total_footer {
    padding: 24px 0 15px;
    justify-content: center;
    align-content: center;

    div .addrass {
      font-weight: bold;
      color: var(--white-color);
      text-align: start;
      font-size: 16px;
    }

    ul {
      text-align: start;
    }

    .Terms ul li a {
      margin-bottom: 3px;
      display: flex;
      align-items: baseline;
      justify-content: center;
    }
  }

  .bottomfooter {
    align-items: center;
    text-align: center;
    border-top: 1px solid #FFFFFF;

    

    .pragre {
      color: var(--white-color);
      font-size: clamp(12px, 2vw, 16px);
      font-weight: 400;
      padding: 15px 0;
      transition: 0.3s;
      margin-bottom: 0;

      p {
        margin-bottom: 0;
      }

      a {
        color: #F22357;
        font-weight: bold;
        transition: 0.3s;
        font-size: 16px;
      }


      &:hover {
        color: var(--orange-color) !important;
      }

      
    }
  }

  ul {
    padding-right: 0px;

    li {
      display: flex;

      

      a {
        color: var(--black-color);
        line-height: 2.5;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 400;
        color: var(--white-color);

        &:hover {
          color: var(--orange-color);
          transform: scale(0.98);
        }

        &:hover i {
          color: var(--main-color);
          transform: scale(0.98);
        }

        i {
          padding: 3px;
          text-align: center;
          transition: 0.3s;
          font-size: 16px;
          color: white;
          font-weight: 900;

          &:hover {
            color: var(--orange-color);
            transform: scale(0.98);
          }
        }

        
      }
    }
  }

  
}

.footer .arrwa_call {
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 40px;
  right: 35px;
  position: fixed;
  z-index: 5555;
  gap: 15px;

  @media (max-width: 991px) {
    bottom: 10px;
    right: 10px;
    gap: 10px;
  }

  .call {
    color: white;
    bottom: 30px;
    right: 35px;
    border-radius: 50px;
    background: linear-gradient(0deg, #00D02D 0%, #10D93A 25%, #3AF15D 75%, #51FE71 100%);
    width: 60px;
    height: 60px;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background-color: #42db87;
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #42db87;

    i {
      font-size: 40px;
      transition: 0.3s;
      padding: 5px;
    }

    &:hover {
      background: var(--main-color);
      color: white;
      border-color: var(--main-color);
      box-shadow:
        2px 2px 7px var(--main-color),
        -2px -2px 7px var(--main-color);
    }
  }

  .arrwa {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 15px 19px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    width: 50px;
    height: 50px;
    right: 40px;



    &:hover {
      background-color: var(--main-color);
      color: white;
      box-shadow:
        2px 2px 7px var(--main-color),
        -2px -2px 7px var(--main-color);
    }
  }
}

@keyframes pulsing {

  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.total_footer {
  .social {
    display: flex;
    flex-direction: column;
    align-items: start;

    .logo_footer {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      margin-bottom: 10px;
      width: 165px;

      img {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
      }
    }
  }

  .text_footer {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    text-align: start;
    transition: .3s;

    &:hover {
      color: var(--orange-color);
    }
  }
}

@media(max-width:992px) {
  .total_footer {
    .text_footer {
      width: 92%;
    }
  }
}

@media(max-width:600px) {
  .total_footer {
    .text_footer {
      width: 100%;
      text-align: center;
    }
  }
}

.socail_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;

  .link_socail {
    .sub_link {
      width: 30px;
      height: 30px;
      background-color: var(--white-color);
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;

      i {
        color: var(--main-color);
        font-size: 20px;
        font-weight: 400;
        transition: 0.3s;
      }
    }

    &:hover .sub_link {
      background-color: var(--main-color);
      box-shadow:
        2px 2px 7px var(--main-color),
        -2px -2px 7px var(--main-color);
    }

    &:hover i {
      color: var(--white-color);
      transform: rotate(360deg);
    }
  }
}

@media (max-width: 600px) {
  .footer {
    .total_footer {
      display: block;
    }
  }
}

@media (max-width: 600px) {
  .footer {
    .total_footer {
      .social {
        display: flex;
        justify-content: center;
      }

      ul {
        text-align: center;
      }
    }
  }

  .total_footer {
    .social {
      display: flex;
      justify-content: center !important;
      align-items: center;
      flex-direction: column;

      .logo_footer {
        img {
          margin-bottom: 10px;
          width: 100%;
          height: 100%;
        }
      }
    }

    
  }
}

/*------------end- footer------- --*/
/* -- start--order-replacement --> */
.order-replacement-section {
  margin-bottom: 80px;

  .pragertitle {
    color: var(--font-color);
    margin-bottom: 25px;
    text-align: start;
    font-size: 20px;
    font-weight: bold;

    i {
      color: var(--orange-color);
      font-size: 20px;
      margin-left: 5px;
    }

  }

  img {
    border-radius: 5px;
  }

  label {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--font-color);
    text-align: start !important;
    display: block;
    margin-bottom: 10px !important;

  }

   input:not([type="submit"]):not([type="button"]) {
    height: 44px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--font-color) !important;
    text-align: start !important;
    display: block;
    margin-bottom: 10px !important;
    width: 100% !important;
    background: #250A0029 !important;
    direction: rtl !important;
    text-align: start;
    box-shadow: none !important;

    &::placeholder {
      text-align: start !important;
      color: var(--font-color) !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      direction: rtl !important;
    }
  }
}

/* -- end--order-replacement --> */





 
 
/* - ----start_single-blog----- -- */
 .singel_blog.pageabout {
  margin-top: 110px;

  @media (max-width: 768px) {
    margin-top: 0;
  }
}



.singel_blog .pragretitle {
  margin-top: 10px;
  margin-bottom: 24px !important;

  @media (max-width: 767px) {
    text-align: center;
  }
}

.singel_blog .pragretext {
  font-size: clamp(14px, 2vw, 16px) !important;
  margin-bottom: 48px !important;

  @media (max-width: 767px) {
    text-align: center !important;
  }

}

.singel_blog .image_single {
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000040;

  img {
    border-radius: 5px !important;
    overflow: hidden;
  }
}

.content_singleblog .content_blog {
  margin-top: 20px;
}

.content_singleblog .title_content {
  font-size: 20px !important;
  margin-bottom: 16px !important;

  i {
    color: var(--orange-color);
    font-size: 20px;
    margin-left: 5px;
    font-weight: bold;
  }
}

.content_singleblog .content_blog .pragretext {
  font-size: clamp(14px, 2vw, 16px) !important;
  margin-bottom: 32px !important;
  text-align: start !important;

}

.order_lest {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #0000000D;

  .pragretitle {
    font-size: 20px;
    font-weight: bold;
  }

  .nav_lest {
    padding: 0;
    margin: 0;

    li {
      display: flex;
      justify-content: flex-start !important;
      align-items: center;

      a {
        display: block;
        text-align: start;
        font-size: 14px;
        font-weight: 400;
        color: var(--black-color);
        margin-bottom: 10px;
        transition: 0.3s;

        i {
          color: var(--orange-color);
          margin-inline-end: 5px;
          font-size: 16px;
          font-weight: 300;
        }

      }
    }
  }
}

/* - ----end_single-blog----- -- */

/* ----start-conactus---- */
.contact-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: var(--bg-contact, none);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 15px;
  overflow: hidden;

  @media (max-width:991px) {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
}

.contact-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(255, 255, 255, .65); */
  backdrop-filter: blur(3px);
}

/* بدون z-index عمداً */
.container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  position: relative;
}

.contact-wrapper {
  position: relative;
  /* display: flex;
    align-items: stretch;
    justify-content: center; */
}

/* ---------- FORM ---------- */

.contact-form {
  flex: 1;
  background: rgba(63, 35, 24, .88);
  padding: 31px 265px 38px 31px;
  border-radius: 6px;
  min-height: 550px;
}

.contact-form h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: right;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.input-box {
  position: relative;
}

.input-box input,
.input-box textarea {
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  background: #FFFFFFB2;
  border-radius: 4px;
  padding: 0 40px;
  color: #555;
  font-size: 15px;
  transition: .3s;

  &:hover {
    background: #FFFFFFCC;
    border: 1px solid #FFFFFF
  }
}

.input-box input {
  height: 40px;
}

.input-box textarea {
  height: 85px;
  resize: none;
  padding-top: 15px;
}

.input-box input {
  direction: rtl;
  text-align: right;
}

.input-box input::placeholder {
  text-align: right;
}

.input-box i {
  position: absolute;
  right: 18px;
  top: 12px;
  color: #ef7438;
  font-size: 16px;
}

.textarea i {
  top: 22px;
  transform: none;
}

button {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 4px;
  background: #ef7438;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
}

button:hover {
  background: var(--main-color);
}

/* ---------- CONTACT CARD ---------- */

.contact-info {
  width: 360px;
  background: #ef7438;
  color: #fff;
  padding: 41px 16px;
  border-radius: 5px;
  margin-right: -20px;
  align-self: center;
  z-index: 5;
  position: absolute;
  top: 31px;
  right: 84px;

  @media (max-width:991px) {
    position: relative;
    right: 0;
  }

  i {
    color: var(--orange-color) !important;
  }
}



.contact-info p {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: start;
}

.info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 22px;
}

.info-item i {
  font-size: 18px;
  color: white !important;
}

 
.info-item a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.info-item a:hover,
.info-item a:focus-visible {
  color: var(--font-color);
}

.socail_menu {
  display: flex;
  justify-content: flex-start;

  margin-top: 35px;
  padding-right: 0 !important;
}

.social a {
  color: #fff;
  font-size: 24px;
  transition: .3s;
}

.social a:hover {
  transform: translateY(-4px);
}

/* ---------- RESPONSIVE ---------- */

@media(max-width:991px) {

  .contact-wrapper {
    flex-direction: column-reverse;
  }

  .contact-info {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 8px;
  }

  .contact-form {
    padding: 40px 30px;
  }

}

@media(max-width:576px) {

  .contact-form h2 {
    font-size: 30px;
  }

  

  .form-group label {
    font-size: 18px;
  }

  .contact-info p {
    font-size: 16px;
  }

}

/* ----end-conactus---- */
/* <!--start---section--services --> */
.real_services {
  .form-group {
    label {
      font-size: 16px;
      font-weight: bold;
      color: var(--font-color);
      text-align: start;
    }

  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group label {
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.contact-form-wrapper {
  .form-group label {
    color: var(--font-color);
  }
}

/* ===================== */

 
.choices {
  margin: 0;
  position: relative;
}

.choices:focus {
  outline: none;
}

 
.choices__inner {
  display: flex;
  align-items: center;
  min-height: 48px;
  height: 48px;
  padding: 0 16px 0 42px !important;
   background: var(--white-color) !important;
  border: 1px solid rgba(37, 10, 0, .16) !important;
  border-radius: 8px !important;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.choices:hover .choices__inner {
  border-color: rgba(37, 10, 0, .38) !important;
}

 .choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-color: var(--orange-color) !important;
  box-shadow: 0 0 0 3px rgba(232, 115, 60, .16);
}

 .choices.is-open:not(.is-flipped) .choices__inner {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.choices__list--single {
  width: 100%;
  padding: 0 !important;
  text-align: start;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

 .choices__list--single .choices__item[data-value=""] {
  color: rgba(23, 6, 0, .48);
  font-weight: 400;
}

 
.choices[data-type*=select-one]::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: var(--orange-color);
  border: none !important;
  width: auto;
  height: auto;
  margin: 0 !important;
  right: auto !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%);
  transition: transform .25s ease;
  pointer-events: none;
}

.choices.is-open[data-type*=select-one]::after {
  transform: translateY(-50%) rotate(180deg);
}

 .choices[data-type*=select-one] .choices__button {
  display: none;
}

/* ---------- القائمة المنسدلة ---------- */

.choices__list--dropdown,
.choices__list[aria-expanded] {

  z-index: var(--choices-z-index, 1001) !important;
  margin-top: 6px;
  padding: 6px;
  border: 1px solid rgba(37, 10, 0, .08);
  border-radius: 12px;
  background: var(--white-color);
  box-shadow: 0 14px 34px rgba(37, 10, 0, .16);
  overflow: hidden;

   opacity: 0;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
}

.choices__list--dropdown.is-active,
.choices__list[aria-expanded].is-active {
  opacity: 1;
  transform: translateY(0);
}

.choices__list--dropdown .choices__list {
  max-height: 288px;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 10, 0, .25) transparent;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 6px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background: rgba(37, 10, 0, .22);
  border-radius: 3px;
}


.choices__list--dropdown .choices__item {
  position: relative;
  padding: 11px 14px !important;
  border-radius: 8px;
  text-align: start;
  font-size: 15px !important;
  color: var(--font-color);
  transition: background-color .15s, color .15s;
}


.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgba(232, 115, 60, .12) !important;
  color: var(--orange-color);
  font-weight: 600;
}


.choices__list--dropdown .choices__item.is-selected {
  background-color: rgba(232, 115, 60, .08) !important;
  color: var(--orange-color);
  font-weight: 600;
}

.choices__list--dropdown .choices__item.is-selected::before {
  content: "";
  position: absolute;
  inset-inline-start: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background: var(--orange-color);
}

.choices__item {
  cursor: pointer;
  text-align: start !important;
}

.choices__placeholder {
  opacity: 1;
  color: rgba(23, 6, 0, .48);
}


.choices__list--dropdown .choices__item--selectable[data-select-text] {
  padding-inline-end: 14px !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text]::after {
  content: none !important;
}

/* <!--end---section--services --> */
/* ---start--featured--- */
.service_features {
  padding-bottom: 50px;
}

.section_title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.section_title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #221815;
  margin: 0;
}

.feature_box {
  background: #fff;
  border: 1px solid #E8733C66;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  height: 100%;
  transition: .3s;
}

.feature_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.feature_icon {

  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5824F;
  font-size: 32px;
}

.feature_box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #221815;
  margin-bottom: 12px;
}

.feature_box p {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* ---end--featured--- */
/* ---------- القائمة المنسدلة (submenu) ---------- */

.nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}


.nav .menu-item-has-children>a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 13px;
  margin-right: 6px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.nav .menu-item-has-children>a.icon-rotate::after {
  transform: rotate(180deg);
}

/* ---------- ديسكتوب ---------- */
@media (min-width: 992px) {
  .nav .menu-item-has-children {
    position: relative;
  }

  .nav .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 210px;
    background: var(--main-color);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.3s ease-in-out;
    z-index: 1001;
  }

  .nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav .menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
  }

  .nav .sub-menu a {
    display: block;
    padding: 9px 20px;
    font-size: 15px;
    white-space: nowrap;
  }


  .nav .sub-menu .sub-menu {
    top: 0;
    right: 100%;
    transform: translateX(12px);
  }

  .nav .sub-menu .menu-item-has-children:hover>.sub-menu {
    transform: translateX(0);
  }

  .nav .sub-menu .menu-item-has-children>a::after {
    content: "\f104";
    float: left;
    margin-top: 3px;
  }
}

/* ---------- موبايل ---------- */
@media (max-width: 991px) {
  .header .header-content .nav .menu-item-has-children {
    width: 100%;
    text-align: center;
  }

  .header .header-content .nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
  }

  .header .header-content .nav .menu-item-has-children.submenu-open>.sub-menu {
    max-height: 60vh;
    overflow-y: auto;
  }

  .header .header-content .nav .sub-menu a {
    display: block;
    padding: 10px 12px;
    font-size: 15px;
    opacity: 0.85;
  }
}



.input_search .search_form {
  position: relative;
  height: 100%;
}

.input_search .search_submit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 18px;
  background: transparent;
  border: 0;
  line-height: 0;
  cursor: pointer;
  width: auto;
}

.input_search .search_submit i {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  color: #000;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Contact Form 7 ---------- */

.wpcf7-form-control-wrap {
  display: block;
}

.contact-form .wpcf7-submit,
.contact-form-wrapper .wpcf7-submit {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 4px;
  background: var(--orange-color);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
}

 .contact-form .wpcf7-submit:hover,
.contact-form-wrapper .wpcf7-submit:hover {
  background: var(--main-color);
}

 .order-replacement-section .custom-select {
  height: 44px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #250A0029;
  padding: 0 10px;
  color: var(--font-color);
}

 .order-replacement-section .choices,
.real_services .choices {
  width: 100%;
  margin-bottom: 10px;
}

 .order-replacement-section .choices__inner {
  height: 44px;
  min-height: 44px;
  background: #250A0029 !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 0 10px 0 38px !important;
}

.order-replacement-section .choices:hover .choices__inner {
  border-color: rgba(37, 10, 0, .45) !important;
}

.order-replacement-section .choices.is-focused .choices__inner,
.order-replacement-section .choices.is-open .choices__inner {
  border-color: var(--orange-color) !important;
}

.order-replacement-section .choices__list--single {
  font-weight: 700;
}

.order-replacement-section .choices[data-type*=select-one]::after {
  left: 12px !important;
}


.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 5px !important;
  border: 1px solid currentColor !important;
  font-size: 15px;
  text-align: start;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #2e7d32;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  color: var(--orange-color);
}

.wpcf7-not-valid-tip {
  color: var(--orange-color);
  font-size: 14px;
  margin-top: 6px;
  display: block;
}

 .wpcf7-spinner {
  margin: 0 8px;
  vertical-align: middle;
}

.properties-results.is-loading {
  opacity: .45;
  transition: opacity .2s;
  pointer-events: none;
}

.contact-info h1 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: bold;
  text-align: start;
}

@media (max-width: 991px) {
  .contact-info h1 {
    font-size: 30px;
  }
}