/* start--fonts */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* end--fonts */
:root {
  --main-color: #253782;
  --secound-color: #2493D2;
  --black-color: #000000;
  --font-color: #11193B;
  --white-color: #ffffff;
  --header-height: 114px;
}

.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: 10px;
      border: 1px solid var(--secound-color);
      box-shadow: 0px 4px 4px 0px #25378236;

      transition: .3s;

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

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

      }

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

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

  li {
    display: flex;

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

      &:active,
      &:focus,
      &:hover,
      &.active {
        color: var(--main-color);
      }
    }

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

    }

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

}

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

    li {
      a {
        font-weight: 400;
        display: block;
        color: #727272;
        padding-left: 5px;
        font-size: 14px !important;

        &:active,
        &:focus,
        &:hover,
        &.active {
          color: var(--main-color);
        }

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

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

body.overflow-hidden .arrwa_call {
  display: none;
}



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

/* star-railsaudi-- */
/* @font-face {
  font-family: "saudi_riyal";
  src:
    url("../fonts/regular/saudi_riyal.woff2") format("woff2"),
    url("../fonts/regular/saudi_riyal.woff") format("woff"),
    url("../fonts/regular/saudi_riyal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon-saudi_riyal::before {
  content: "\e900";
  font-family: "saudi_riyal" !important;
  color: inherit;
  font-size: 2rem;
  font-weight: 400;
} */

/* end-railsaudi-- */

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

body {
  font-family: "Almarai", sans-serif;
  background-color: #FDFEFF;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.btn_main {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 9px 46px;
  background-color: transparent;
  border-radius: 10px;
  transition: 0.3s;
  background: linear-gradient(180deg, #253782 0%, #2493D2 100%);

  &:hover {
    background: linear-gradient(280deg, #253782 0%, #2493D2 100%);
    color: var(--font-color);

  }
}

.btn_whatsapp {
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
  padding: 10px 33px;
  border-radius: 5px;
  background-color: var(--yellow-color);
  transition: .3s;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;

  i {
    margin-right: 5px;
    color: var(--white-color);
    font-size: 20px;
    transition: .3s;
    transition: 0.3s ease-in-out;
  }

  &:hover {
    background-color: var(--yellow-color);
    color: #061121;
    border: 1px solid var(---color);

    i {
      color: #061121;
    }
  }

}

.title_main {
  .title_main {
    font-size: clamp(20px, 3vw, 32px) !important;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 48px;
    font-weight: bold;
    color: #061121;
  }
}

/* @media (max-width: 600px) {
  .title_main {
    text-align: center !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
  }
} */

/* @media (min-width: 600px) {
  .title_main {
    margin-bottom: 0px !important;
  }
} */

.activee {
  display: block !important;
}

.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.scroll {
  overflow: hidden;
}

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

::-webkit-scrollbar-track {
  background-color: var(--main-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--secound-color);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--black-color);
}

/* ---end- subheader- */
/* ---start- subheader- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

/* ---end- subheader- */
/* --------end scroll--------- */
body {
  background: #F9FDFF;
}

/* start-header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  z-index: 1000;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  /* height: var(--header-height); */
  background: #fff;
  z-index: 9999;
}

.header.scrolled {
  box-shadow: 0px 4px 4px 0px #00000040;

}

/* Fixed-header offset: push content below the header on every page except the
   home page, leaving a 2rem white gap. --header-height is measured in main.js;
   the 80px fallback covers first paint before that runs. */
body:not(.home) {
  padding-top: calc(var(--header-height, 80px) + 2rem);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  width: 120px;
  padding-block: 8px;
}

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

  .btn_main {
    padding: 9px 35px;
    font-size: 18px;
  }
}

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

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

.nav .mainlink {
  padding-inline: 20px;
  transition: 0.3s ease-in-out;

  @media(max-width:991px) {
    text-align: right;
    align-items: right;
    padding-inline: 0px;

  }

  &:hover a {
    color: var(--secound-color);
    /* transform: scale(.88); */
    font-weight: 500 !important;
  }
}

.nav li .active {
  color: var(--black-color) !important;
  /* transform: scale(.88); */
  font-weight: 500 !important;
}

.nav li a {
  color: var(--font-color);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  white-space: nowrap;

  @media(max-width:991px) {
    color: var(--white-color);

  }


}

/* Button */
.btn {
  border: 1px solid #000;
  padding: 8px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

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

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

.hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  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) {

  .nav {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    background: #ff7402c2;
    flex-direction: column;
    align-items: start;
    overflow-y: auto;
    gap: 20px;
    padding: 20px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    background: radial-gradient(100% 50% at 50% 50%, #2493D2 0%, #253782 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    z-index: 9998;
  }

  .nav.active {
    height: 100vh;
    opacity: 1;
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hamburger {
    display: block;
  }
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}

@media (max-width: 991px) {
  .main-menu .menu-item-has-children {
    flex-wrap: wrap;
  }
}

.main-menu .menu-item-has-children>a {
  column-gap: 5px;
  display: flex;
  align-items: baseline;
  position: relative;
}

.main-menu .menu-item-has-children>a::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  transition: 0.3s;

}

.main-menu .menu-item-has-children:hover>a::after {
  color: inherit;
}

.main-menu .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu .menu-item-has-children .sub-menu {
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 0px;
  z-index: 12;
  background: var(--secound-color);
  position: absolute;
  top: 80px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  list-style: none;
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding: 0;
  transition: 0.3s;
  display: block;
  border-radius: 5px;
}

.main-menu .menu-item-has-children .sub-menu li {
  text-align: start;
  transition: 0.3s;
  background-color: var(--thred-color);

}

.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 14px;
  border-radius: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  /* width: 100%; */
  column-gap: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: right;

  &:after {
    transform: rotate(90deg)
  }
}

.main-menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  inset-inline-start: 100%;
}

.main-menu .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}


@media (max-width:991px) {

  .main-menu .menu-item-has-children {
    width: 100%;
  }

  .main-menu .menu-item-has-children .sub-menu {

    position: static;
    width: 100%;

    opacity: 1;
    visibility: visible;

    display: none;

    margin-top: 10px;
    box-shadow: none;
  }

}

ul.main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 0;

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

/*----------end-header----------*/
/* --------start_landing_page-- ------- */

.landing_bg {
  /* height: calc(100vh - var(--header-height)); */
  margin-top: var(--header-height);

}

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

/* --------end_landing_page---------- */
/* -- -----start-about-us----  */
.about_us {
  margin: 80px 0 80px;

  .item_about_us {
    position: relative;

  }

  .btn_main {
    @media(max-width:991px) {
      text-align: center;
      display: flex !important;
      margin: 0 auto !important;
      justify-content: center;
    }
  }

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

    @media(max-width:991px) {
      text-align: center;
      margin-top: 1rem;
    }
  }

  .pragre_main {
    font-size: 16px;
    text-align: start;
    font-weight: 400;
    color: var(--font-color);
    margin-bottom: 24px;

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

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

.img_aboutus {
  border-radius: 10px;
  padding: 10px;


  img {
    border-radius: 10px;
    min-height: 265px;
    box-shadow: 0px 4px 4px 0px #00000040;

  }

}

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

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

/* -- -----end-about-us----  */
/* -----start--my goals-------- - */
.mygoals {
  padding-block: 80px;

  .items_mygoals {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    .icons_mygoals {
      width: 103px;
      height: 103px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #2493D2 0%, #253782 100%);
      position: relative;
      margin-bottom: 24px;

      i {
        font-size: 40px;
        color: var(--white-color);
      }

      &::after {
        content: "";
 		position: absolute;
        top: -5px;
        right: -5px;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-image-source: linear-gradient(360deg, #2493D2 0%, #253782 100%);
        width: 110%;
        height: 110%;
        border-radius: 50%;
        border: 1px solid var(--main-color);

      }

    }

  }

  .title_section {
    font-size: 20px;
    font-weight: bold;
    color: var(--font-color);
    margin-bottom: 16px;
    text-align: center;

  }

  .pragre_main {
    font-size: 16px;
    font-weight: 400;
    color: var(--font-color);
    margin-bottom: 16px;
    text-align: center;

  }
}

.mygoals {

  .col-lg-4:nth-child(2) {
    .items_mygoals {
      transform: translateY(-100px);

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

}


/* - -----end--my goals-------- */
/* -----start-ourworks---- - */
.Our_works {
  margin-bottom: 60px;
}

.item_our_works {
  margin-bottom: 25px;

  .holder_image {
    display: inline-block;
    height: 270px;
    width: 100%;
    border-radius: 10px;

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

/* -----end-ourworks---- - */

/* ----start-services--- */
.services {
  padding: 20px 0;

  .swiper-slide {
    height: auto;
  }

  .service_box {
    a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: .3s;

      .title_service {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #11193B;
        margin-top: 16px;
        transition: .3s ease-in-out;
      }


      img {
        width: 100%;
        height: 100%;
        transition: .3s ease-in-out;

      }
    }

    &:hover img {
      transform: scale(.95);
    }

    &:hover a .title_service {
      color: var(--main-color);
      font-weight: bold;
    }

  }
}

.services_only {
  background-image: linear-gradient(270deg, rgba(11, 33, 65, 0.8) 27.17%, rgba(255, 255, 255, 0) 100%), url(../image/services5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

  .description_text {
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 26px 32px 27px 0;

    .title_service {
      text-align: start;
      font-size: clamp(20px, 3vw, 36px);
      font-weight: bold;
      color: var(--white-color);
      margin-bottom: 24px;
    }

    .text_service {
      text-align: start;
      font-size: clamp(16px, 3vw, 24px);
      font-weight: 400;
      color: #FFFFFFCC;
      width: 69%;
      min-height: 75px;
      margin-bottom: 32px;
    }
  }
}

.btn_ordernow {
  padding: 10px 65px;
  border-radius: 5px;
  background-color: #FFFFFF1A;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  transition: .3s;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.40);
  margin-top: auto;

  i {
    margin-right: 5px;
    transition: .3s;
  }

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

@media(max-width:768px) {
  .services_only {
    .description_text {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;

      .title_service {
        text-align: center;
      }

      .text_service {
        width: 100%;
        text-align: center;
      }
    }
  }
}

/* ----end-services--- */

.swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  border-radius: 10px;
  background-color: #253782;
  opacity: 60%;
  transition: .3s;
}

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

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

.product_box {
  background-color: var(--white-color);
  transition: .3s;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000005;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;

  .holder_image {
    width: 102px;

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

  .body_item {
    padding: 24px 16px 16px;
    text-align: start;
    display: flex;
    flex-direction: column;
    height: 100%;

    .header_titel {
      font-size: 16px;
      font-weight: 400;
      color: var(--black-color);
    }

    .icon-saudi_riyal {
      margin-bottom: 16px;

      span {
        font-size: 24px;
        font-weight: bold;
        margin-left: 4px;
      }
    }
  }

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

  }
}

/* -- start-Sat7a abo soliman-- -- */
.our-advantage {

  .advantage_items {
    background-image: url(../image/ourbusines.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
    min-height: 205px;
    padding: 23px;
  }

  .box_number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;

    @media (max-width: 991px) {
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
      text-align: center;
    }

    i {
      font-size: 40px;
      color: #FFFFFF;
      font-weight: 100;

    }

    .title_advantage {
      font-size: clamp(16px, 3vw, 24px);
      font-weight: bold;
      color: #FFFFFF;
      text-align: start;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      line-height: 1.8;

      .number_aboutus {
        font-size: clamp(20px, 3vw, 24px);
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 10px;
        text-align: start;

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






      }
    }

    .discription {
      font-size: 16px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 1.4;
      width: 100%;

      @media (max-width: 600px) {
        font-size: 12px;
      }
    }

    .count {
      font-size: clamp(20px, 3vw, 24px);
      font-weight: bold;
      color: #FFFFFF;
      text-align: start;
    }

    span {
      font-size: 20px;
      font-weight: 400;
      color: #FFFFFF;
    }

    .imgabout {
      border-radius: 5px;

      img {
        border-radius: 5px;
      }
    }
  }
}

.page_main {
  margin-top: 0;

  /* @media(max-width:768px) {
    margin-top: 50px;
  } */
}

/* -- end-Sat7a abo soliman--- -- */
/* -------start-Why choose us?---- -*/
.Why_chooseus {
  padding: 20px 0;

  .total_choose_us {
    border-radius: 5px;
    padding: 24px 26px 25px;
    position: relative;

    .col-md-3 {
      &:first-child {
        .box_whychooseus {
          border-radius: 0 5px 5px 0;
        }
      }

      &:last-child {
        .box_whychooseus {
          border-radius: 5px 0 0 5px;
        }
      }
    }

    .box_whychooseus {
      background-color: var(--white-color);
      padding: 19px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      gap: 20px;
      position: relative;
      border-radius: 10px;
      border: 1px solid #253782;

      .icon_whychooseus {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);

        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;

        &::before {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: 0 20px 0 20px;
          background: radial-gradient(circle, #2493D2 0%, #253782 100%);
          transform: rotate(45deg);
        }

        i {
          position: relative;
          z-index: 2;
          color: #fff;
          font-size: 32px;
          font-weight: 200;
        }
      }
    }

    .content_whychooseus {
      text-align: center;
      padding-top: 45px;

      .title_whychooseus {
        font-size: 16px;
        font-weight: bold;
        color: var(--font-color);
        margin-bottom: 14px;
        text-align: center;
      }

      .text_whychooseus {
        font-size: 16px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.4;
        width: 100%;
      }
    }

  }
}

@media (max-width: 991px) {
  .Why_chooseus {
    .col-md-6 {
      margin-bottom: 65px;
    }

    .col-md-4:last-child {
      margin-bottom: 0;
    }
  }
}

/* -------end-Why choose us?---- -*/
/* -------start-From_the_ground---- -*/
.learn_more {
  padding-top: 70px;

  .nav-tabs .nav-link {
    background-color: #2537823D;
    border-radius: 10px;
    color: var(--font-color);
    padding: 13px 24px;

    &.active {
      background-color: var(--main-color);
      color: var(--white-color);
    }
  }

  .nav-tabs {
    border-bottom: 0;
    gap: 15px !important;
    justify-content: start;
    align-items: center !important;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 48px;
    border: 0 !important;
    position: relative;
    top: -26px;
    opacity: 1 !important;
    height: 100%;

    /* Single row + horizontal scroll on all screens.
       flex-direction:row is explicit because the mobile ".nav" menu rule forces
       column and this container also carries the ".nav" class. */
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    /* Scrollbar hidden by default (mobile = swipe); shown slim on desktop below */
    scrollbar-width: none;
    /* Firefox */

    &::-webkit-scrollbar {
      display: none;
      /* Chrome/Safari */
    }

    .nav-link {
      flex: 0 0 auto;
      white-space: nowrap;
    }

    /* Edge fade — JS toggles these classes ONLY when content is hidden that way,
       so the fade disappears automatically when there's nothing left to scroll.
       Background-agnostic (masks the tabs themselves) and RTL/LTR safe. */
    &.is-fade-left {
      -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32px);
      mask-image: linear-gradient(to right, transparent 0, #000 32px);
    }

    &.is-fade-right {
      -webkit-mask-image: linear-gradient(to left, transparent 0, #000 32px);
      mask-image: linear-gradient(to left, transparent 0, #000 32px);
    }

    &.is-fade-left.is-fade-right {
      -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
      mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
    }

    /* Desktop: slim on-brand scrollbar + grab cursor so scrolling is discoverable */
    @media (min-width: 992px) {
      cursor: grab;
      padding-bottom: 14px;
      scrollbar-width: thin;
      scrollbar-color: var(--main-color) transparent;

      &:active {
        cursor: grabbing;
      }

      &::-webkit-scrollbar {
        display: block;
        height: 6px;
      }

      &::-webkit-scrollbar-thumb {
        background: var(--main-color);
        border-radius: 10px;
      }

      &::-webkit-scrollbar-track {
        background: transparent;
      }
    }

    @media (max-width: 991px) {
      background: var(--white-color) !important;
      padding: 20px;
    }

  }

}


.servicesbox {
  .services_box {
    .holder_image {
      display: inline-block;
      width: 100%;
      height: 270px;

      @media (max-width:991px) {
        height: 200px;
      }


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


/* ------end-From_the_ground------ */
/* -----start---Success partners----- */
.Success_partners {
  margin-block: 50px;

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

  .partner_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 142px;

    img {
      transition: .3s;
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: contain;

      &:hover {
        transform: scale(1.05);
      }
    }
  }
}

/* -----end---Success partners----- */
/* --------start-Frequently asked questions------ */
.Frequently_asked {
  margin-top: 10px;
}

.accordion-item {
  background-color: var(--white-color);
  border-bottom: 0;
  border-radius: 10px !important;
  margin-bottom: 20px;

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

  i {
    margin-left: 10px;
  }
}

.accordion-header {
  background-color: #0B214114;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

.accordion-button::after {
  content: "\e091";
  font-family: "Font Awesome 6 pro";
  font-weight: 400;
  color: var(--white-color);
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-body {
  background-color: white;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 400;
  /* box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16); */
  background-color: var(--main-color);
  color: var(--white-color);
}




.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0 !important;
  box-shadow: none !important;
  background-color: var(--main-color);
  color: var(--white-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(85deg);
  background-color: var(--white-color);
  color: var(--main-color);
}

.img_frequently {
  width: 368.28px;
  height: 274.01px;
  background: transparent;

}

.accordion-button.collapsed {
  border-radius: 10px !important;
  background-color: white;
  font-size: clamp(14px, 2vw, 16px) !important;
  font-weight: 400;
  color: var(--font-color);
  padding: 12px 16px;
  border: 1px solid #253782 !important;
}

/* ---------end-Frequently asked questions------- */
/* ------ end-Sections products---- */

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

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

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #FF7402A3;
    opacity: 60%;
    transition: .3s;

  }

  .swiper-pagination-bullet-active-main {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--yellow-color) !important;
    transition: .3s;
    opacity: 1;
  }

  .swiper-slide {
    height: auto !important;
  }

  .item_opinion {
    padding: 16px;
    background-color: var(--white-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s;
    margin: 20px 0;
    transition: .3s;

    .head {
      /* height: 100%; */
      display: flex;
      align-items: center;
      justify-content: flex-start;

      p {
        font-size: 16px;
        font-weight: 400;
        color: #061121;
        text-align: start;
        transition: .3s;
        width: 90%;
      }
    }

    .content {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-top: auto;

      .icon_user {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;

        i {
          width: 25px;
          height: 25px;
          border-radius: 50%;
          background-color: var(--main-color);
          color: #D3D3D3;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: .3s;
          font-size: 18px;
        }

        .textone {
          font-size: 16px;
          font-weight: 400;
          color: #061121;
          transition: .3s;
        }
      }

      .stars_icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transition: .3s;

        i {
          color: #FCE340;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
    }

    &:hover,
    &:focus,
    &:active {
      background-color: #0B2141;
      box-shadow: 0px 4px 4px 0px #0000001A;
    }

    &:hover .head p,
    &:focus .head p,
    &:active .head p {
      color: var(--white-color);
    }

    &:hover .content .icon_user i,
    &:focus .content .icon_user i,
    &:active .content .icon_user i {
      background-color: var(--yellow-color);
    }

    &:hover .content .icon_user .textone,
    &:focus .content .icon_user .textone,
    &:active .content .icon_user .textone {
      color: var(--white-color);
    }
  }
}

@media (max-width: 768px) {
  .swiper-wrapper {
    padding-block: 0 0 50px;
  }

  .swiper-slide {
    padding-top: 0;
  }

  .Customer_opinions {
    .item_opinion {
      p {
        font-size: 12px;
      }

      .content {
        gap: 5px;
      }
    }
  }
}

/* ------end_Customer opinions------ - */
/*------------start-footer ------- --*/
.footer {
  background-color: var(--font-color);

  .service_links {
    a {

      &:before {
        content: "\f104";
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        font-size: 16px;
        margin-inline-end: 10px;
        color: var(--white-color);
        transition: 0.3s ease-in-out;
      }
    }
  }

  /* background-attachment: fixed; */
  .total_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 54px 0 15px;
    justify-content: center;
    align-content: center;
    /* justify-items: start; */
    text-align: 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: center;
      justify-content: center;
      color: var(--white-color);

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

    .Terms ul li P {
      margin-bottom: 0px;
    }

    .manu_subheader {
      li {
        a {
          transition: .3s;

          i {
            transition: .3s;
          }
        }

        &:hover a {
          color: var(--yellow-color);
          scale: .98;
        }

        &:hover i {
          color: var(--yellow-color);
        }
      }
    }
  }

  .bottomfooter {
    align-items: center;
    border-top: 1px solid #FFFFFF;
    box-shadow: 2px 2px 5px white;
    text-align: center;

    .icons {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px;
      align-items: center;

      div {
        padding: 5px 12px;
        border-radius: 10px;

        &:hover {
          box-shadow: 2px 2px 15px var(--main-color);
        }
      }
    }

    .pragre {
      font-size: 16px;
      font-weight: 400;
      padding: 20px;
      transition: 0.3s;
      color: var(--white-color);

      p {
        margin-bottom: 0;
      }

      span {
        a {
          color: var(--secound-color);
          font-weight: 600;
          transition: 0.3s;
        }
      }

      &:hover p {
        color: var(--secound-color);
      }

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

  ul {
    padding-right: 0px;

    li {
      display: flex;

      a {
        color: var(--white-color);
        line-height: 2.5;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;

        i {
          /* padding-left: 8px; */
          text-align: center;
          transition: 0.3s;
          /* width: 40px;
          height: 40px; */
          color: var(--white-color);
          font-weight: 500;
        }
      }

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

      &:hover i {
        color: var(--secound-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;
  overflow: visible;

  .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: 2222222;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background-color: #42db87;
    position: relative;
    overflow: visible;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: #42db87;
      z-index: -1;
      animation: pulse 1.5s infinite;
    }

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

    &:hover {
      background: radial-gradient(50% 50% at 50% 50%, #2493D2 0%, #253782 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      ;
      color: white;
      border-color: var(--pink-color);
      box-shadow:
        2px 2px 7px var(--pink-color),
        -2px -2px 7px var(--pink-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: radial-gradient(50% 50% at 50% 50%, #2493D2 0%, #253782 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      ;
      color: white;
      box-shadow:
        2px 2px 7px var(--main-color),
        -2px -2px 7px var(--main-color);
    }
  }
}

/* Floating buttons: smaller and tucked further into the bottom-right on mobile */
@media (max-width: 991px) {
  .footer .arrwa_call {
    bottom: 20px;
    right: 15px;
    gap: 12px;

    .call {
      width: 48px;
      height: 48px;

      i {
        font-size: 26px;
      }
    }

    .arrwa {
      width: 40px;
      height: 40px;
      padding: 10px 12px;

      i {
        font-size: 16px;
      }
    }
  }
}


@keyframes pulse {

  0% {
    transform: scale(1);
    opacity: .7;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }

}

.total_footer {
  .social {
    .logo_footer {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 172px;

      /* height: 104px;  */
      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;
    width: 100%;

    &:hover {
      color: var(--secound-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;
  gap: 16px;

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

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

    &:hover .sub_link {
      background: radial-gradient(100% 100% at 50% 50%, #2493D2 0%, #253782 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      ;

    }

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

@media (max-width: 1024px) {
  .footer {
    .total_footer {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
  }
}

@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%;
        }
      }
    }

    .text {
      font-size: 20px;
      font-weight: 500;
      color: white;
      text-align: center;
    }
  }
}

/*------------end- footer------- --*/
/* ************--start privacy policy---------- */
.privacy_policy {
  margin-block: 110px;

  .title_section {
    font-size: 24px;
    color: var(--font-color);
    font-weight: bold;
  }
}

.content_page {

  .main_titlehero,
  h2,
  h3 {
    margin-bottom: 30px;
    text-align: start;
    font-size: 20px;
    font-weight: bold;
    color: var(--font-color);
    transition: 0.3s;
    margin-bottom: 16px;
  }

  .content_descripiton,
  p {
    font-size: 16px;
    font-weight: 400;
    color: var(--font-color);
    text-align: start;
    transition: 0.3s;
    margin-bottom: 30px;
  }


}

.list_contentul,
.content_page ul {
  padding-right: 0;
  list-style: none;

  li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--font-color);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;

    i {
      color: var(--secound-color);
      font-size: 16px;
      transition: 0.3s;
    }
  }
}

/* Editor-authored lists get the same left-angle marker as .list_contentul */
.content_page ul li::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--secound-color);
  font-size: 16px;
  margin-inline-end: 6px;
}

/* - -----start--Single service---- - */
.Single_service {
  margin-top: 0;

  .title_service {
    text-align: start;
    font-size: 24px;
    font-weight: bold;
    color: var(--font-color);
    transition: 0.3s;
    margin-bottom: 30px;
  }

  .desc_service {
    font-size: 16px;
    font-weight: 400;
    color: var(--font-color);
    text-align: start;
    transition: 0.3s;
    margin-bottom: 30px;
  }

  .holder_img {
    width: 100%;
    height: 406px;
    overflow: hidden;
    border-radius: 10px;

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

/* - -----end--Single service---- - */
/* ************--end privacy policy---------- */
/* ----start-conactus---- */
.Contact_us {
  margin-top: 0;
  margin-bottom: 150px;

  .contact_form {
    padding: 24px;

    .btn_main {
      border-color: transparent !important;
      padding: 8px 60px;
    }

    button {
      border: 1px solid transparent !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
    }

  }

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

  .contacat_total {
    border: 1px solid var(--secound-color);
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 10px;

  }

  .title_main {
    font-size: 20px;
    margin-bottom: 16px !important;
    font-weight: bold;
    color: var(--font-color);
  }

  label {
    font-weight: Bold;
    font-size: 16px;
    margin-bottom: 16px;
    color: #000000;
  }

  select {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #2493D21A;
    border: 1px solid transparent !important;
    transition: 0.3s;
    padding: 9px 7px 8px 6px;
    outline: none !important;
    caret-color: var(--secound-color);

    &:focus-visible {
      border: 1px solid #0B5DA780;
      box-shadow: 0px 4px 4px 0px #0000001A;
      background: #2493D21A;

    }


  }

  input {
    border-radius: 10px;
    background-color: #2493D21A;
    transition: 0.3s;
    border: 1px solid transparent;
    caret-color: var(--pink-color);

    i {
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
    }

    &::placeholder {
      direction: rtl;
    }
  }

  .input-with-icon {
    position: relative;
    border-radius: 10px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    transition: 0.3s;

    i {
      position: absolute;
      right: 15px;
      /* Adjust as needed */
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #F22357;
      font-size: 16px;
      font-weight: 300;
    }

    &:hover {
      border: 1px solid #0B5DA780;
      box-shadow: 0px 4px 4px 0px #0000001A;
      background: #2493D21A;
    }

    input {
      padding: 7px 7px 6px 6px;
    }



  }

  input[type="email"],
  input[type="tel"] {
    text-align: right !important;
  }

  input[type="email"]::placeholder,
  input[type="tel"]::placeholder {
    text-align: right !important;
    opacity: 1;
  }

  textarea {
    border-radius: 10px;
    background-color: #2493D21A;
    transition: 0.3s;
    min-height: 71px;
    caret-color: var(--pink-color);
    padding: 7px 7px 6px 6px;

    &:hover {
      border: 1px solid #0B5DA780;
      box-shadow: 0px 4px 4px 0px #0000001A;

    }
  }

  textarea+i {
    top: 20px !important;
    transform: none;
  }





  .Contactus_socail {
    /* margin-top: 40px; */
    background-color: var(--main-color);
    border-radius: 0 10px 10px 0;
    padding: 24px 24px 30px 24px;

    @media (max-width: 991px) {
      border-radius: 10px 10px 0 0;
    }


    .tilte_call {
      font-weight: bold;
      font-size: 20px;
      color: var(--white-color);
      text-align: start;
      margin-bottom: 16px;
      line-height: 1.6;
    }

    .paragraph {
      font-size: 16px;
      font-weight: 400;
      color: var(--white-color);
      margin-bottom: 32px;
      text-align: start;
    }

    .list_menu {
      border-top: 1px solid var(--white-color);
      margin-top: 24px;
      padding-top: 24px;
    }

    ul {
      margin: auto;
      text-align: center;
      padding: 0;

      .contact_us_link {
        width: 100%;
        transition: 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;


        a {
          color: var(--white-color);
          text-align: end;
          display: block;
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 40px;
          transition: 0.3s;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 10px;

          i {
            color: var(--main-color);
            margin-inline-start: 5px;
            font-size: 24px;
            font-weight: bold;
            transition: 0.3s;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--white-color);
          }
        }



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

        &:hover i {
          color: var(--white-color);
          background-color: var(--secound-color);
        }
      }
    }

    .list-unstyled {
      border-top: 1px solid var(--white-color);

    }

    .socail_menu {
      .link_socail {
        .links_sub {
          width: 35px;
          height: 35px;
          background-color: var(--white-color);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.3s;

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


  @media (max-width: 1024px) {
    .Contact_us {
      .Contactus_socail {
        ul {
          li {
            width: 102%;
          }
        }
      }
    }
  }

  @media (max-width: 768px) {
    .Contact_us {
      .btn_consultion {
        width: 100%;
      }
    }
  }

  /* ----end-conactus---- */
  /* -start privacy policy--- */
  .privacy_policy {
    margin-bottom: 90px;

    .main_titlehero {
      text-align: start;
      margin: 20px 0;
      font-size: clamp(14px, 3vw, 20px);
      font-weight: bold;
      color: #07091F;
    }

    .content {
      padding-bottom: 20px;
      font-size: clamp(12px, 3vw, 16px);
      font-weight: 400;
      color: #07091f;
      line-height: 1.3;
    }
  }
}

/* --end privacy policy ---- */
/* ----end-conactus---- */

/* ---- editor content (single service) — applies the design's content styles to raw WP-editor tags ---- */
.service-content {
  text-align: start;
}

.service-content>*:last-child {
  margin-bottom: 0;
}

.service-content h1,
.service-content h2,
.service-content h3,
.service-content h4,
.service-content h5,
.service-content h6 {
  text-align: start;
  font-weight: bold;
  color: var(--font-color);
  margin-bottom: 16px;
}

.service-content h1 {
  font-size: 24px;
}

.service-content h2 {
  font-size: 20px;
}

.service-content h3 {
  font-size: 18px;
}

.service-content h4,
.service-content h5,
.service-content h6 {
  font-size: 16px;
}

.service-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
  text-align: start;
  line-height: 1.9;
  margin-bottom: 30px;
}

.service-content ul,
.service-content ol {
  padding-right: 0;
  margin-bottom: 30px;
}

.service-content ul {
  list-style: none;
}

.service-content ol {
  padding-right: 20px;
}

.service-content ul>li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
}

.service-content ul>li::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--secound-color);
  font-size: 16px;
}

.service-content ol>li {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--font-color);
}

.service-content a {
  color: var(--secound-color);
  text-decoration: underline;
}

.service-content strong,
.service-content b {
  font-weight: bold;
}

.service-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px 0 30px;
}

.service-content blockquote {
  border-right: 3px solid var(--secound-color);
  padding: 8px 16px;
  margin: 0 0 30px;
  color: var(--font-color);
}

/* ---- end editor content ---- */

/* ============================================================
   Blog — listing (home.php / archive.php) + single (single.php)
   ============================================================ */

/* -------- blog listing page -------- */
.blog_page {
  margin-top: 0;
  margin-bottom: 90px;

  >.container>.title_section {
    margin-top: 8px;
    margin-bottom: 40px;
  }

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

/* featured (first) post — full-width hero card */
.blog_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 14px 0px #25378226;
  transition: 0.4s ease;

  .body_blog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 420px;
    padding: 40px;

    @media (max-width: 767px) {
      min-height: 320px;
      padding: 24px;
    }
  }

  .title_main {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: bold;
    color: var(--white-color);
    margin: 16px 0 12px;
    line-height: 1.4;
  }

  .pragre_main {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFFCC;
    margin-bottom: 22px;
    max-width: 640px;
    line-height: 1.8;
  }

  &:hover {
    box-shadow: 0px 10px 26px 0px #25378240;
  }
}

/* date pill (featured hero + single hero) */
.blog_item .date,
.img_single_services .date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 30px;
  background-color: #FFFFFF26;
  border: 1px solid #FFFFFF4D;
  backdrop-filter: blur(6px);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;

  i {
    color: var(--secound-color);
    font-size: 14px;
  }
}

/* "اعرف المزيد" — pill on hero, arrow-link on cards */
.blog_item .btn_know {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 34px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--white-color);
  background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
  transition: 0.3s;
}

.blog_item:hover .btn_know {
  background: linear-gradient(280deg, #253782 0%, #2493D2 100%);
}

/* -------- grid card (template-parts/components/blog-card.php) -------- */
.card_blog {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--white-color);
  border: 1px solid #2493D21A;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #0000001A;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  .img_holder {
    height: 220px;
    overflow: hidden;

    a,
    img {
      display: block;
      width: 100%;
      height: 100%;
    }

    img {
      object-fit: cover;
      transition: transform 0.4s ease;
    }
  }

  .box_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 24px;
  }

  .title_main {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;

    a {
      color: var(--font-color);
      transition: 0.3s;

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

  .pragre_main {
    font-size: 15px;
    font-weight: 400;
    color: #5b6178;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .btn_know {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color);
    transition: 0.3s;

    &::before {
      content: "\f104";
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 14px;
      transition: transform 0.3s ease;
    }

    &:hover {
      color: var(--secound-color);

      &::before {
        transform: translateX(-4px);
      }
    }
  }

  &:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 24px 0px #25378226;

    .img_holder img {
      transform: scale(1.07);
    }
  }
}

/* -------- pagination (.menu_singel) -------- */
.menu_singel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 0;

  .menu_pages {

    a,
    span {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 38px;
      padding: 0 8px;
      border-radius: 10px;
      border: 1px solid var(--secound-color);
      box-shadow: 0px 4px 4px 0px #25378236;
      color: var(--font-color);
      font-size: 16px;
      font-weight: bold;
      transition: 0.3s;
    }

    a:hover {
      background-color: var(--main-color);
      border-color: var(--main-color);
      color: var(--white-color);
    }

    &.current-page span,
    &.current-page a {
      background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
      border-color: transparent;
      color: var(--white-color);
    }
  }
}

/* ============================================================
   Single blog post (single.php)
   ============================================================ */
.single_blog_page {
  margin-top: 0;
  margin-bottom: 90px;

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



  /* hero image with date overlay */
  .img_single_services {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 28px;

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

  >.container .main_single_service>.body_content>.title_section {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 16px;
    text-align: center;
  }

  /* category badges above the title */
  .post_cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;

    .post_cat {
      display: inline-flex;
      align-items: center;
      padding: 5px 16px;
      border-radius: 30px;
      font-size: 13px;
      font-weight: bold;
      color: var(--white-color);
      background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
      transition: 0.3s;

      &:hover {
        background: linear-gradient(280deg, #253782 0%, #2493D2 100%);
      }
    }
  }

  /* author / date / comments meta row */
  .post_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-bottom: 26px;
    justify-content: center;

    .meta_item {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 14px;
      font-weight: 500;
      color: #5b6178;

      i {
        color: var(--secound-color);
        font-size: 14px;
      }
    }
  }

  .text_content {
    margin-bottom: 20px;
  }

  /* tags */
  .post_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #2493D21A;

    .tags_label {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 15px;
      font-weight: bold;
      color: var(--font-color);

      i {
        color: var(--secound-color);
      }
    }

    .post_tag {
      display: inline-flex;
      align-items: center;
      padding: 5px 16px;
      border-radius: 30px;
      font-size: 13px;
      font-weight: 500;
      color: var(--main-color);
      background-color: #2493D214;
      border: 1px solid #2493D226;
      transition: 0.3s;

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

  /* related posts */
  .artical_carde {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #2493D21A;

    .title_section {
      margin-bottom: 32px;
    }
  }
}

/* -------- post body typography (.entry-content) -------- */
.entry-content {
  text-align: start;
}

.entry-content>*:last-child {
  margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  text-align: start;
  font-weight: bold;
  color: var(--font-color);
  margin-bottom: 16px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 26px;
}

.entry-content h2 {
  font-size: 22px;
}

.entry-content h3 {
  font-size: 19px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
}

.entry-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
  text-align: start;
  line-height: 1.9;
  margin-bottom: 26px;
}

.entry-content ul,
.entry-content ol {
  padding-right: 0;
  margin-bottom: 26px;
}

.entry-content ul {
  list-style: none;
}

.entry-content ol {
  padding-right: 20px;
}

.entry-content ul>li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
  line-height: 1.8;
}

.entry-content ul>li::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--secound-color);
  font-size: 16px;
  line-height: 1.9;
}

.entry-content ol>li {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--font-color);
}

.entry-content a {
  color: var(--secound-color);
  text-decoration: underline;
}

.entry-content strong,
.entry-content b {
  font-weight: bold;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px 0 26px;
}

.entry-content blockquote {
  border-right: 3px solid var(--secound-color);
  background-color: #2493D20D;
  padding: 16px 20px;
  margin: 0 0 26px;
  border-radius: 0 10px 10px 0;
  color: var(--font-color);
  font-size: 16px;
  line-height: 1.9;
}

/* -------start-item_our_works---- -*/
.item_our_works {
  margin-bottom: 24px;

  .holder_image {
    display: inline-block;
    width: 100%;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

    @media (max-width:991px) {
      height: 200px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.4s ease, filter 0.4s ease;
    }
  }

  &:hover {
    .holder_image img {
      transform: scale(1.08);
      filter: brightness(0.9);
    }
  }
}

/* -------end-item_our_works------ -*/

/* ============================================================
   Archive description (category / tag / date)
   ============================================================ */
.archive_desc {
  font-size: 16px;
  font-weight: 400;
  color: #5b6178;
  line-height: 1.9;
  margin-top: -24px;
  margin-bottom: 40px;
  text-align: start;
}

/* ============================================================
   Search results page (search.php + search-card.php)
   ============================================================ */
.search_results_page {
  margin-top: 110px;
  margin-bottom: 90px;

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

.search_results_header {
  margin-bottom: 32px;

  .title_section {
    margin-bottom: 20px;

    span {
      color: var(--secound-color);
    }
  }
}

.search_results_form {
  position: relative;
  max-width: 560px;

  input {
    width: 100%;
    height: 52px;
    padding: 0 22px 0 56px;
    border-radius: 10px;
    border: 1px solid #2493D24D;
    background-color: #2493D20D;
    color: var(--font-color);
    font-size: 16px;
    outline: none;
    transition: 0.3s;

    &::placeholder {
      color: #9aa0b3;
    }

    &:focus {
      border-color: var(--secound-color);
      box-shadow: 0px 4px 12px 0px #2493d226;
      background-color: var(--white-color);
    }
  }

  button {
    position: absolute;
    inset-inline-end: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;

    &:hover {
      background: linear-gradient(280deg, #253782 0%, #2493D2 100%);
    }
  }
}

.search_results_count {
  font-size: 15px;
  font-weight: 500;
  color: #5b6178;
  margin-bottom: 24px;
}

.search_results_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* search result card */
.card_search {
  display: flex;
  gap: 20px;
  padding: 16px;
  background-color: var(--white-color);
  border: 1px solid #2493D21A;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  @media (max-width: 575px) {
    flex-direction: column;
    gap: 14px;
  }

  .card_search__img {
    flex: 0 0 200px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;

    @media (max-width: 575px) {
      flex-basis: auto;
      width: 100%;
      height: 200px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
  }

  .card_search__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding: 6px 4px;
  }

  .card_search__type {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    color: var(--main-color);
    background-color: #2493D214;
    border: 1px solid #2493D226;
    margin-bottom: 10px;
  }

  .card_search__type--service {
    color: var(--white-color);
    background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
    border-color: transparent;
  }

  .card_search__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;

    a {
      color: var(--font-color);
      transition: 0.3s;

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

  .card_search__excerpt {
    font-size: 15px;
    font-weight: 400;
    color: #5b6178;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .btn_know {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color);
    transition: 0.3s;

    &::before {
      content: "\f104";
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 14px;
      transition: transform 0.3s ease;
    }

    &:hover {
      color: var(--secound-color);

      &::before {
        transform: translateX(-4px);
      }
    }
  }

  &:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px 0px #25378226;

    .card_search__img img {
      transform: scale(1.06);
    }
  }
}

/* no results state */
.search_no_results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;

  .search_no_results__icon {
    font-size: 64px;
    color: var(--secound-color);
    opacity: 0.6;
    margin-bottom: 24px;
  }

  .title_main {
    font-size: 22px;
    font-weight: bold;
    color: var(--font-color);
    margin-bottom: 12px;
  }

  .pragre_main {
    font-size: 16px;
    color: #5b6178;
    max-width: 480px;
    line-height: 1.8;
    margin-bottom: 26px;
  }
}

/* ============================================================
   404 page (404.php)
   ============================================================ */
.page_404 {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}

.page_404__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 20%, #2493D21A 0%, transparent 45%),
    radial-gradient(circle at 80% 80%, #2537821A 0%, transparent 45%);
}

.page_404__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.page_404__icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #2493D2 0%, #253782 100%);
  box-shadow: 0px 10px 30px 0px #25378233;
  margin-bottom: 30px;

  i {
    font-size: 48px;
    color: var(--white-color);
  }
}

.page_404__title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: bold;
  color: var(--font-color);
  margin-bottom: 14px;
}

.page_404__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #5b6178;
  line-height: 1.8;
  margin-bottom: 30px;
}

.page_404__search {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-bottom: 30px;

  input {
    width: 100%;
    height: 52px;
    padding: 0 22px 0 56px;
    border-radius: 10px;
    border: 1px solid #2493D24D;
    background-color: var(--white-color);
    color: var(--font-color);
    font-size: 16px;
    outline: none;
    transition: 0.3s;

    &::placeholder {
      color: #9aa0b3;
    }

    &:focus {
      border-color: var(--secound-color);
      box-shadow: 0px 4px 12px 0px #2493d226;
    }
  }

  button {
    position: absolute;
    inset-inline-start: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;

    &:hover {
      background: linear-gradient(280deg, #253782 0%, #2493D2 100%);
    }
  }
}

.page_404__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* outline button variant (used on 404) */
.btn_maintion {
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
  padding: 9px 40px;
  border-radius: 10px;
  border: 1px solid var(--secound-color);
  background-color: transparent;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  &:hover {
    color: var(--white-color);
    background: linear-gradient(180deg, #253782 0%, #2493D2 100%);
    border-color: transparent;
  }
}

/* ---- Works service tabs: force one scrollable row (flat, no CSS-nesting reliance) ---- */
#works-tab.nav-tabs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
}

#works-tab.nav-tabs>.nav-link {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}