/* start--fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* end--fonts */
:root {
  --main-color: #001A53;
  --secound-color: #001A53;
  --thired-color: #0069AD;
  --white-color: #FFFFFF;
  --transition: .3s;
}

/* .blog_menu {

  ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;

    li {
      a {

        font-weight: 400;
        display: block;
        color: black;
        padding-left: 5px;
        font-size: clamp(12px, 2vw, 18px) !important;


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

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

} */

.btn_nowmore {
  padding: 7px 45px;
  border-radius: 2px;
  background-color: white !important;
  margin: 36px auto 0 auto;
  width: fit-content;
  color: var(--main-color);
  /* border: 1px solid var(--main-color); */
  display: flex;
  justify-content: center;
  position: relative;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
  transition: var(--transition);

  i {
    transition: var(--transition);
  }
}

.btn_nowmore::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  right: -2px;
  top: -2px;
  z-index: -1;
  background: linear-gradient(90deg, #009BFF 0%, #00267A 100%);
  border-radius: 2px;

}



/* 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-- */
/* ----start_width container---- */
@media (min-width:1200px) {
  .container {
    max-width: 1152px;

  }
}

/* ----end_width container---- */
body {
  font-family: "Cairo", sans-serif;
  ;
  background-color: #F7F9F6;
  counter-reset: div;
  counter-reset: divy;
  /* 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;
}

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

}

.activee {
  display: block !important;
}

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



.scroll {
  overflow: hidden;
}

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

::-webkit-scrollbar-track {
  background-color: #0268ae;

}

::-webkit-scrollbar-thumb {
  background-color: var(--black-color);
  border-radius: 20px;
  border: 5px solid rgb(0, 0, 0);
}

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

.btn-1,
.woocommerce-page .woocommerce-message .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce button.button.alt,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  background-color: var(--thired-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: bold;
  border: 2px solid transparent;
  padding: 8px 33px 8px;
  border-radius: 2px;
  position: relative;
  transition: var(--transition);
  z-index: 2;
  border-image: linear-gradient(90deg, #009BFF 0%, #00267A 100%) 1;

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

.btn_readmore {
  background-color: var(--thired-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: bold;
  border: 2px solid transparent;
  padding: 8px 33px 8px;
  border-radius: 2px;
  position: relative;
  transition: var(--transition);
  z-index: 2;
  /* &:hover{
    background-color: var(--white-color) !important;
    color: var(--main-color) !important;
  } */
}

.btn_readmore::after {
  content: "";
  background-image: linear-gradient(90deg, #009BFF 0%, #00267A 100%);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  padding: 5px;
  z-index: -1;
  position: absolute;
  border-radius: 2px;
  right: -3px;
  top: -3px;

}

/* ---start- subheader- */
#sub_header {
  background-color: var(--white-color);

  .subheader {
    padding: 8px;
    position: relative;
    z-index: 2;

    .manu_subheader {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      text-align: right;
      row-gap: 5px;

      .title_header {
        font-weight: bold;
        font-size: 16px;
        text-align: start;
        display: flex;
        justify-content: flex-start;
        color: var(--secound-color);
        transition: var(--transition);

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

      }

      .call_header {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;

        a {
          color: var(--secound-color);
          font-size: 16px;
          font-weight: 500;
          transition: .3s;
          display: flex;

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

          img {
            width: 20px;
            max-height: 20px;
            margin-left: 2px;
          }



        }
      }


    }

    img {
      width: 204px;
      display: flex;
      margin: auto;
    }

    .icon {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 16px;

      a {
        display: flex;
        align-items: center;
        justify-content: end;
        transition: .3s;
        gap: 3px;

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

        i {
          font-size: 20px;
          color: var(--secound-color);
          transition: .3s;

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

        span {
          font-size: 18px;
          transition: .3s;
          color: var(--secound-color);
          transition: .3s;

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

      }
    }

    .cart-link {
      position: relative;

      .cart-count {
        position: absolute;
        top: -15px;
        left: -5px;
        background-color: var(--thired-color);
        color: var(--white-color);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: bold;
      }
    }
  }
}

@media(max-width:992px) {
  #sub_header {
    display: none;
    background-color: hsla(106, 25%, 79%, 0.2);

    .subheader {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      position: relative;
      z-index: 2;

      .manu_subheader {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;

        li {
          a {
            color: var(--black-color);
            font-size: 16px;
            font-weight: 500;
            transition: .3s;
            display: flex;

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

            i {
              font-size: 15px;
              margin-left: 8px;
              font-weight: 500;
              transition: .3s;

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

      img {
        width: 80px;
        height: 93px;
      }

      .icon {
        justify-content: space-between;
        align-items: center;
        justify-content: flex-end;

        a {
          justify-content: space-between;
          margin-left: 10px;
          transition: .3s;

        }
      }
    }
  }
}

/* ---end- subheader- */
/* --------end scroll--------- */
body {
  background: #fff;
  /* overflow-x: hidden; */

}

.home_header {
  background-color: var(--white-color) !important;
  display: flex;
  justify-content: center;

  .header-main-content {
    display: flex;
    justify-content: center;

    .logo_bars {
      display: flex;
      flex-direction: row;
      gap: 15px;

      img {
        display: none;
        width: 107px;
        height: 34px;
      }
    }

    .navigtion {
      display: flex;
      justify-content: center !important;
      align-items: center;
      align-content: center;
      padding: 10px;
      border-top: 1px solid hsla(156, 22%, 33%, 0.161);
    }

  }

  .icons_searchs {
    display: flex;
    justify-content: end;
    align-items: center;
    display: none;

    a {
      display: flex;
      align-items: center;
      justify-content: end;
      margin-left: 10px;
      transition: .3s;

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

      i {
        margin-left: 24px;
        font-size: 24px;
        color: #1E1E1E;
        transition: .3s;

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

      .icon-saudi_riyal {
        font-size: 20px;
        color: var(--black-color);
        transition: .3s;

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

        span {
          font-size: 20px;
          transition: .3s;

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

.form-control:focus {
  box-shadow: none !important;
  border-color: var(--main-color) !important;
}

.class_search {
  position: relative;
  margin: auto;
  /* display: none;  */
  transition: .3s;
  opacity: 0;
  height: 0;
  background-color: var(--white-color);
  visibility: hidden;

  &.active_open {
    opacity: 1;
    height: 60px;
    transition: .3s;
    visibility: visible;
  }

  input {
    /* width: 60%; */
    border-radius: 8px;
    border: 1px solid var(--secound-color);
    margin-bottom: 20px;
    padding: 10px 20px;
    caret-color: var(--main-color);
    transition: .3s;
    margin: auto;
    display: flex;
  }

  .search-btn {
    position: absolute;
    left: 4px;
    top: 4px;
  }
}

.main_headertotal {
  box-shadow: 0px 4px 4px 0px #001A5340;
  /* padding-bottom: 12px; */
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
  text-decoration: none;
}

.main-menu>li {
  margin-inline-end: 38px;
  transform: var(--transition);
}

@media(max-width:1200px) {
  .main-menu>li {
    margin-inline-end: 25px;
    transition: var(--transition);
  }
}

.main-menu>li>a {
  color: var(--secound-color);
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  transition: 0.3s;
  display: block;
  font-weight: 500;
  font-size: 15px;
  padding: 10px;
  transition: var(--transition);
  border-radius: 8px 8px 0 0;
}

.main-menu>li:hover>a,
.main-menu>li.active>a,
.main-menu>li.current-menu-item>a {
  color: white;
  background: var(--secound-color);

}

.main-menu>li:last-of-type {
  margin: 0;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.submenu-left {
  inset-inline-start: auto !important;
  inset-inline-end: 100% !important;
}

.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: transparent;
  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;
}

.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
  background-color: var(--secound-color);
  margin-bottom: -1px;

}

.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 15px;
  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;

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

.main-menu .menu-item-has-children .sub-menu a:hover {
  color: white;

  @media (min-width:992px) {
    background: var(--thired-color);
  }

}

@media(max-width:992px) {
  .home_header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    .header-main-content {
      justify-content: space-between;
      align-items: center;
      height: 60px;

      .logo_bars {
        /* display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: flex-start;
        align-items: center; */

        .logo-img {
          width: 75px;


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

      }
    }



    .icon {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-right: auto;
      gap: 16px;

      a {
        display: flex;
        align-items: center;
        justify-content: end;
        transition: .3s;

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

        i {
          font-size: 20px;
          color: var(--secound-color);
          transition: .3s;

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

        span {
          font-size: 18px;
          transition: .3s;
          margin-left: 3px;
          color: var(--secound-color);

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

}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 4px #41665729;
  background-color: var(--white-color) !important;
  backdrop-filter: blur(30%);
}

@media (min-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    margin-inline-start: auto;
    content: "";
  }
}

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

@media (max-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .sub-menu {
    margin: 10px;
    padding: 10px;
    margin-inline-start: 10px;
    border: 1px solid #ffffff17;
    border-radius: 2px;
  }
}

.bars {
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;

}

.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 2px;
  border-radius: 20px;
  background-color: var(--main-color);
  transition: all 0.3s;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(0px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(-1px) translateY(-1px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }

  /* .main-menu>li {
    margin-inline-end: 25px;
  } */
}

@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }

  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }

  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* margin-top: 10px; */
  }

  .main-menu>li {
    margin-inline-end: 0;
    margin-bottom: 8px;
  }

  .main-menu>li>a {
    font-size: 15px;
    font-weight: 500;
    color: white;
    padding: 10px;
    border-radius: 0;


  }


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

  .navigation {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    bottom: 0;
    inset-inline-start: -100%;
    width: 100%;
    height: auto;
    transition: 0.3s;
    z-index: 555555;
    /* padding: 0 !important; */
  }

  .navigation .main-menu {
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    /* width: 50%; */
    padding: 1rem;
    background: linear-gradient(#001A53DE, #001A53DE), url(../image/backgrondfooter.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(10px);

  }

  .open-sidebar {
    opacity: 1;
    visibility: visible;
    inset-inline-start: 0;
  }


  .main-menu .menu-item-has-children>a::after {
    transform: unset;
    transition: 0.3s;
    font-size: 11px;
    color: white;
  }

  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    /* padding-top: 18px; */
  }

  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-inline-start: 14px;
  }

  .main-menu .menu-item-has-children .sub-menu li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: white;
    font-size: 11px;
    transition: 0.3s;
    transform: rotate(180deg)
  }

  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    /* margin-bottom: 17px;*/
    padding: 10px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
    padding: 10px;
  }

  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }

  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: max-content;

    &:hover,
    :active {
      color: #0069ad;
      font-weight: bold;
    }
  }

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

  .main-menu .menu-item-has-children>a {
    cursor: pointer;
  }

  .main-menu .menu-item-has-children {
    line-height: normal;
  }

  .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: block;

    .icons {
      display: flex;
      align-items: center;

      i {
        color: black;
        margin-left: 20px;

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

    }


    .btn_shopping {
      position: relative;
      background-color: var(--main-color);
      color: white;
      border: 1px solid var(--main-color);
      font-weight: bold;
      font-size: 16px;
      border-radius: 10px;
      padding: 7px 30px;
      font-weight: 600;
      overflow: hidden;
      transition: 0.3s ease;
      z-index: 1;

      &:hover {
        background: #FFFFFF;
        color: var(--main-color);
        border-color: #FFFFFF;
        box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
      }

      a {
        color: white;

      }


    }
  }

}


@media only screen and (max-width: 768px) {

  /* .navigation .container {
    padding-inline: 20px;
  } */

  /* .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #171717;
  } */

  /* .navigation .main-menu {
    background-color: #0068adb0;
    height: 100%;
    overflow-y: auto;
    width: 50%;
    padding: 40px 30px;
    position: absolute;
    right: 0;
  } */

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

@media only screen and (max-width: 425px) {
  .navigation .main-menu {
    width: 100%;
  }

}

.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  border: 0;
}

.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;

  .icons {
    display: flex;
    align-items: center;

    i {
      color: black;
      margin-left: 20px;

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

  }


}




nav {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 8px; */

  /* .logo {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    img {
      width: 50px;
      margin-left: auto;
      display: block;
    }
  } */

  /* ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;

    li {

      a {
        margin-left: 18px;
        color: black;
        padding: 10px 8px;
        font-size: 14px;
        font-weight: 600;
        transition: .3s;

        &:hover {
          color: white;
          background-color: var(--secound-color);
          border-radius: 8px;
        }

        .dropdown-menu {
          li {
            font-size: 18px;

            a {
              font-size: 14px;
              color: rgb(0, 0, 0);
            }
          }
        }

      }

      .active {
        color: var(--main-color);

      }
    }

    .nav-item {

      a {
        font-size: 14px;
        font-weight: 600;
        color: rgb(252, 252, 252);

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

    }
  } */

  .openbtn {
    width: 35px;
    height: 35px;
    position: relative;
    background: var(--main-color);
    cursor: pointer;
    border-radius: 5px;
    z-index: 3;
    flex: 1 0 auto;
    /* transform: translateX(342px); */
  }

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

    .icons {

      i {
        color: black;
        margin-left: 20px;

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

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

    a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: 10px;
      transition: .3s;

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

      i {
        margin-left: 24px;
        font-size: 20px;
        color: #1E1E1E;
        transition: .3s;

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

      .icon-saudi_riyal {
        font-size: 20px;
        color: var(--black-color);

        span {
          font-size: 20px;
        }
      }
    }
  }
}

.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
}





.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: statiac !important;

}

.open_menu {
  transform: translatex(0) !important;
}

.headen {
  display: block !important;
}

.headen::before {
  content: "\f00d";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;

}

/* --------start slide background--------- */
.landin_bg {
  width: 100%;

  .swiper {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 0;
    }

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

    .swiper-pagination-bullet {
      background-color: var(--main-color);
      border: 2px solid var(--main-color);
      width: 12px;
      height: 12px;
    }

    .swiper-pagination-bullet-active {
      background-color: var(--main-color);
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 30px !important;
      top: var(--swiper-pagination-top, 87%);
      left: 50%;
      width: 100%;
      transform: translatex(-50%);
    }
  }
}

@media(max-width:600px) {
  .landin_bg {

    &.swiper {

      .swiper-horizontal>.swiper-pagination-bullets,
      .swiper-pagination-bullets.swiper-pagination-horizontal,
      .swiper-pagination-custom,
      .swiper-pagination-fraction {
        top: var(--swiper-pagination-top, 80%) !important;
      }
    }
  }
}

/* --------end slide background---------- */
/* --------start brands--------- */
.sections {
  background-color: var(--white-color);

  .title_main {
    margin-bottom: 18px;
    color: #000E2E;
  }

  .swiper-slide {
    height: 100%;
  }

  .swiper-pagination {
    transition: var(--transition);
  }

  .swiper.brands-slider.swiper-initialized.swiper-horizontal.swiper-rtl {
    padding-bottom: 45px;
    padding-top: 30px;
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    background-color: var(--secound-color);
    width: 26px;
    height: 8px;
    border-radius: 20px;
  }

  .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #0c0b0c;
    transition: var(--transition);
  }

  .swiper-pagination-bullet-active {
    width: 26px;
    /* height: 8px; */
    border-radius: 20px;
    ;
  }

  .swiper-slide &:hover {
    .brand_item {

      .imageslider {
        box-shadow: 0px 4px 4px 0px #001A5340;
      }

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

  .brand_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

    a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      row-gap: 8px;
      height: 100%;

      .imageslider {
        width: 184px;
        height: 184px;
        border-radius: 50%;
        margin-bottom: 8px;
        box-shadow: 0px 4px 4px 0px #001A530A;
        transition: var(--transition);

        img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
        }

      }

      .main_brand {
        font-weight: 500;
        font-size: 20px;
        min-height: 50px;
        color: var(--secound-color);
        transition: var(--transition);
        text-align: center;
        transition: var(--transition);
      }

      .secoundtitle_brand {
        font-weight: bold;
        font-size: 16px;
        color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        margin-top: auto;
        height: 100%;

        i {

          border-image-source: linear-gradient(180deg, #009BFF 0%, #00267A 100%);


        }
      }
    }

    &:hover .imageslider {
      box-shadow: 0px 4px 4px 0px #001A5340;

    }

    &:hover .main_brand {
      font-weight: bold;

    }

  }
}

@media(max-width:600px) {
  .sections {
    .brand_item {
      a {
        .imageslider {
          width: 130px;
          height: 130px;

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

        .main_brand {
          font-size: 18px;
        }

        .secoundtitle_brand {
          font-size: 14px;
        }
      }
    }

  }
}

/* --------end section-brands-------- */
/* --------start about us--------- */
.about {
  background-image: url(../image/green-broom-orange-bucket-blue-cleaning-cart-near-window-image\ 1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;

  .about_us {
    padding-bottom: 48px;

    .title_main {
      padding-top: 48px;
      margin-bottom: 48px;
    }

    .text_about {

      .conten_about {
        font-size: clamp(16px, 2vw, 20px);
        font-weight: 500;
        color: var(--main-color);
        text-align: start;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 42px;

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

      .description_about {
        text-align: center;

      }

      .btn_readmore {
        transition: var(--transition);

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

      .image_about {
        box-shadow: 0px 4px 4px 0px #001A5340;
        border-radius: 2px;
        transition: var(--transition);

        img {
          border-radius: 2px;
        }

        &:hover {
          box-shadow: 0px 4px 4px 0px #001a5367;
        }
      }
    }
  }
}

@media(max-width:768px) {
  .about {

    .about_us {

      .text_about {
        padding-bottom: 0;

        .conten_about {
          text-align: center;
          padding: 10px;

        }


        .main_btn {
          text-align: center;
        }

      }
    }
  }
}

.about_main {
  background-color: var(--white-color) !important;
  background-image: none;

  .title_main {
    margin-bottom: 26px !important;
    margin-top: -33px !important;
  }

  .conten_about {
    margin-bottom: 25px !important;
    margin-top: -25px !important;
  }
}

/* --------end about_us--------- */
/* ----start-services---- */
.services {
  padding-bottom: 64px;

  .text_services {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 44px;
    color: var(--main-color);

  }

  .title_main {
    margin-bottom: 48px;
  }

  .items_servises {
    .box_services {
      background-color: #0069AD3D;
      min-height: 220px;
      padding: 16px;
      transition: var(--transition);
      margin-bottom: 30px;
      box-shadow: 0px 4px 4px 0px hsla(221, 100%, 16%, 0.04);


      .icon_services {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background-color: var(--main-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: var(--transition);

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

      .text_contact {
        font-weight: 500;
        font-size: 20px;
        text-align: right;
        color: var(--main-color);
        margin-top: 16px;
        transition: var(--transition);

      }

      &:hover {
        background-color: var(--main-color);
        transform: translatey(-20px);
        box-shadow: 0px 4px 4px 0px hsla(221, 100%, 16%, 0.25);

      }

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

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

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

    .btn_nowmore {
      padding: 7px 45px;
      border-radius: 2px;
      background-color: white !important;
      margin: 36px auto 0 auto;
      width: fit-content;
      color: var(--main-color);
      /* border: 1px solid var(--main-color); */
      display: flex;
      justify-content: center;
      position: relative;
      align-items: baseline;
      gap: 6px;
      margin-bottom: 24px;
      transition: var(--transition);
      font-size: 16px;
      font-weight: bold;

      &:hover.btn_nowmore {
        background-color: var(--thired-color) !important;
        color: var(--white-color);
      }

      &:hover .btn_nowmore i {
        color: var(--white-color);
      }
    }

    .btn_nowmore::after {
      content: "";
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      right: -2px;
      top: -2px;
      z-index: -1;
      background: linear-gradient(90deg, #009BFF 0%, #00267A 100%);
      border-radius: 2px;

    }

  }
}

/* ----end-services---- */
/* - ---------start-Why choose JAB?----- -- */
.features {
  background-color: #001A530A;
  padding-bottom: 40px;

  .title_main {
    margin-bottom: 48px;
    margin-top: 39px;
  }

  .features_items {
    .Features_boxs {
      background-color: #182F63;
      min-height: 162px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 35px 35px 16px;
      margin-top: 130px;
      box-shadow: 0px 4px 4px 0px #001A5340;
      border-radius: 2px;
      transition: var(--transition);

      .squer_icon {
        background-color: var(--white-color);
        border: 1px solid var(--secound-color);
        transform: rotate(45deg);
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        margin-top: -125px;
        box-shadow: 0px 4px 4px 0px #001A5340;


        img {
          width: 58px;
          height: 58px;
          transform: rotate(-45deg);
        }
      }

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

      }

      .text_features {
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        color: var(--white-color);
        line-height: 2;
      }

      &:hover {
        scale: .99;
      }

    }
  }
}

/* - ---------end-Why choose JAB?----- -- */
/* - ----start--best seller---  */
.items_products,
.items_Promotions {
  /* background-color: var(--white-color); */
  margin-top: 10px;

  .swiper-button-next:after {
    content: '\f061';
    font-family: "Font Awesome 6 pro";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;
  }

  .panner_content {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
    text-align: center;
    margin-top: 48px;

  }

  .menu_bullet {

    ul {
      display: flex;
      flex-direction: row;
      gap: 12px;
      justify-content: center;
      margin: 43px 0 93px;

      li {
        a {
          font-size: 16px;
          font-weight: 400;
          color: var(--main-color);
          width: 28px;
          height: 28px;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid hsla(221, 100%, 16%, 1);
          transition: var(--transition);

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

      }
    }

  }

  .swiper-button-prev:after {
    content: '\f060';
    font-family: "Font Awesome 6 pro";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;
  }

  .swiper-button-prev {
    left: 10px;
    color: var(--main-color);
    top: 18px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    right: auto;

    &:hover:after {
      background-color: var(--main-color);
      border-radius: 50%;
      color: var(--white-color);
    }

  }

  .swiper-button-next {
    top: 18px;
    left: 70px;
    color: var(--main-color);
    transition: .3s;

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

  }

  .swiper-button-prev:after {
    content: '\f060';
    font-family: "Font Awesome 6 pro";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;
  }

  .swiper-button-next:after {
    content: '\f061';
    font-family: "Font Awesome 6 pro";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;

  }
}

.prouduct_box {
  margin-top: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 4%
}

.swiper-button-next .swiper-button-next {
  left: 20px;
  right: auto;
}

.product_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: var(--transition);
  box-shadow: 0px 4px 4px 0px hsla(221, 100%, 16%, 0.04);
  height: 100%;

  .holder_image {
    height: 202px;
    width: 100%;
	 background:white;

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

  .body_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    padding: 8px;

    .header_titel {
      text-align: center;
      margin-bottom: 16px;
      font-weight: bold;
      font-size: 18px;
      margin-top: 10px;
    }

    .description {
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      text-align: center;
      margin-bottom: 24px;
    }

    .btn_nowmore {
      padding: 7px 45px;
      border-radius: 2px;
      background-color: white !important;
      margin: 36px auto 0 auto;
      width: fit-content;
      color: var(--main-color);
      /* border: 1px solid var(--main-color); */
      display: flex;
      justify-content: center;
      position: relative;
      align-items: baseline;
      gap: 6px;
      margin-bottom: 24px;
      transition: var(--transition);
    }

    .btn_nowmore::after {
      content: "";
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      right: -2px;
      top: -2px;
      z-index: -1;
      background: linear-gradient(90deg, #009BFF 0%, #00267A 100%);
      border-radius: 2px;

    }


    .btn_nowmore {

      i {
        font-size: 18px;
        color: var(--main-color);
        margin-left: 3px;
        transition: var(--transition);
      }

    }

  }

  &:hover {
    box-shadow: 0px 4px 4px 0px #001A5340;
  }

  &:hover .btn_nowmore {
    background-color: var(--thired-color) !important;
    color: var(--white-color);
  }

  &:hover .btn_nowmore i {
    color: var(--white-color);
  }
}

/* - ----end--best seller---  */
/* - ----start-Promotions---- - */
.items_Promotions {
  position: relative;

  .title_mainheader {
    background: linear-gradient(#001A53CC, #001A53CC), url(../image/Whisk_52dd4b2c6f22835aa884aa26fb7f0ef0dr.jpeg);
    background-position: center 80%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;

    .title_main {
      color: var(--white-color);
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: var(--white-color);
    border-color: white;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    /* color: var(--white-color); */
    border-color: white;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: var(--white-color);
  }

  .productsitems {

    margin-top: -145px;
    z-index: 555;
  }
}

/* - ----end-Promotions---- - */
/* ----start-Partners and clients---- - */
.Partners {
  .swiper-wrapper {
    padding: 20px;
  }

  .Partners_clients {
    .images_Partners {
      width: 172px;
      height: 172px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--white-color);
      box-shadow: 0px 4px 4px 0px #001A530A;
      transition: var(--transition);

      img {
        max-width: 80%;
        object-fit: contain;
      }

      &:hover {
        box-shadow: 0px 4px 4px 0px #001A5340;
      }
    }


  }


}

.Partners_sliders {
  .swiper-slide .swiper-slide-active {
    box-shadow: 0px 4px 4px 0px #001a53cc;
    scale: 2;

  }
}

/* ----end-Partners and clients---- - */
/* -- -----start-blog---- */
/* .blogs {
  margin: 30px 0 53px 0;
} */

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #001A53;
}

.swiper-slide {
  height: auto;
}

/* .blog_items {
  a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    transition: var(--transition);

    .blog_box {
      box-shadow: 0px 4px 4px 0px #001A530A;
      transition: var(--transition);
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      .holder_image {
        max-height: 217px;
        width: 100%;

        img {
          width: 100%;
          height: 100%;
          border-radius: 2px;
        }
      }

      .body_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 8px 8px 16px 16px;
        transition: var(--transition);

        .header_titel {
          font-weight: bold;
          font-size: 16px;
          text-align: right;
          color: var(--main-color);
        }

        .description {
          font-weight: 500;
          font-size: 16px;
          text-align: right;
          color: var(--main-color);

        }
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #001A5340;
    }

    .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #001A53;
    }

    .swiper-wrapper {
      display: flex;
      align-items: stretch;
      height: auto;
      display: flex;

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

      .swiper-slide-active {
        .blog_box {
          box-shadow: 0px 4px 4px 0px #001A5340;





        }
      }
    }
  }
} */

/* - -----end-blog---- - */
/* --------start-Frequently asked questions------ */
.Frequently_asked {
  margin-top: -151px;

  .title_main {
    margin-bottom: 48px;
  }
}

.accordion-item {
  background-color: #F37E213D;
  position: relative;
  border-bottom: 0;
  border-radius: 15px !important;
  margin-bottom: 20px;

  i {
    margin-left: 10px;
  }
}

.accordion-flush>.accordion-item {
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  background-color: transparent !important;
}

.accordion-header {
  background-color: #F37E213D;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px 2px 0 0;

  &::after {
    content: "";
    background-color: var(--main-color);
    right: 0;
    top: 0;
    position: absolute;
    width: 10px;
    height: 100%;
    border-radius: 0 2px 2px 0;
  }
}

.accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 6 pro";
  font-weight: bold;
  color: var(--black-color);
  background-image: none;
  width: 47px;
  height: 47px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}

@media(max-width:600px) {
  .accordion-button::after {
    width: 37px;
    height: 37px;
  }
}

.accordion-body {
  background-color: #0069AD52;
  border-radius: 0 0 2px 2px;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 600;
  color: var(--black-color);
  line-height: 1.8;
  box-shadow: 0px 4px 4px 0px hsla(221, 100%, 16%, 0.25);

}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 2px 2px 0 0;
  /* padding: 8px 26px 8px !important; */
  box-shadow: none;
  background-color: var(--white-color);
  box-shadow: 0px 4px 4px 0px hsla(221, 100%, 16%, 0.04);

  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  line-height: 1.8;

  &::before {
    content: "";
    background-color: var(--main-color);
    right: 0;
    top: 0;
    position: absolute;
    width: 10px;
    height: 100%;
    border-radius: 0 2px 2px 0;
  }

}

.accordion-button:not(.collapsed) {

  /* padding: 13px 26px 13px !important; */
  font-size: 20px;
  font-weight: bold;
  color: black;
  border-radius: 8px;
  background-color: #C2DBEC !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
}

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

@media(max-width:768px) {
  .Frequently_asked {
    margin-top: -110px;

    .title_main {
      margin-bottom: 48px;
    }
  }

  .Frequently_asked {
    .container {
      .row {
        flex-direction: column-reverse !important;

      }
    }
  }
}

/* ---------end-Frequently asked questions------- */
/* -----start---Customer opinions------ */
.Customer_opinions {
  .title_main {
    margin-bottom: 48px;
  }

  .Customeropinions {
    padding-bottom: 40px;
  }

  .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #001A53;
  }

  .accordion-header swiper-slide-active {
    .item_opinion {
      background-color: var(--main-color) !important;

    }
  }

  .swiper-wrapper {
    align-items: stretch;

    .swiper-slider {
      height: 0 !important;
      display: flex;
    }
  }

  .item_opinion {
    background-color: #0069AD3D;
    box-shadow: 0px 4px 4px 0px #001A530A;
    border-radius: 2px 26px 2px 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: var(--transition);

    .head {
      flex-shrink: 0;

      .head_icon {
        position: relative;
        display: flex;
        flex-grow: 1;

        .icon_user {
          width: 52px;
          height: 52px;

          border: 1px solid #0069AD3D;
          background-color: #FFFFFF;
          border: 5px solid #FFFFFF;
          border-radius: 50%;
          top: 1px;
          right: 1px;
          flex-shrink: 0;
          border-radius: 0 26px 0 26px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
        }

        img {
          width: 37px;
          height: 37px;
        }

        &:after {
          content: "";
          position: absolute;
          width: 60%;
          border: 1px solid #001A53;
          right: 50%;
          transform: translatex(50%);
          top: 100%;
          transition: var(--white-color);
        }
      }

      .content {
        padding: 11px 11px 11px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-right: 60px;

        .textone {
          font-size: 16px;
          font-weight: bold;
          color: var(--main-color);
        }

        .stars_icon {
          display: flex;
          margin-right: auto;
          align-items: center;

          i {
            margin: 2px;
            color: #FCE340;
            font-size: 14px;
          }
        }
      }
    }

    p {
      font-size: 16px;
      font-weight: 500;
      padding: 8px;
      color: #000E2E;
      line-height: 2;
      flex-grow: 1;
      flex-shrink: 0;
      height: 100%;
    }
  }

  .swiper-wrapper {
    .swiper-slide-active {
      .item_opinion {
        border-color: var(--main-color);
        background-color: var(--main-color) !important;
        box-shadow: 0px 4px 4px 0px #001A5340;

        .head_icon {
          .textone {
            color: var(--white-color);
          }

          &:after {
            border-color: var(--white-color);
            border-width: 1px;
          }
        }

        p {
          color: var(--white-color);
        }
      }
    }
  }
}

/* ------end_Customer opinions------ - */

/*------------start-footer ------- --*/
.footer {
  background: linear-gradient(#001A53DE, #001A53DE), url(../image/backgrondfooter.jpg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30PX;

  .total_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 40px 0 0;
    justify-content: center;
    align-content: center;
    justify-items: center;
    text-align: center;

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

    }

    ul {
      text-align: start;
    }

    .Terms ul li a {
      gap: 10px;
      margin-bottom: 3px;
    }

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

    .Terms {
      .manu_subheader {
        iframe {
          border-radius: 2px;
          width: 100%;
          height: auto;

        }
      }
    }
  }

  .bottomfooter {
    /* display: flex;
       justify-content: center; */
    align-items: center;
    border-top: 1px solid white;
    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 {
      color: white;
      font-size: 16px;
      padding: 20px;
      transition: .3s;

      a {
        color: white;
        font-weight: 600;
        transition: .3s;
      }

      &:hover {
        color: #93b5ff;
      }

      &:hover a {
        color: #c40212;
      }
    }
  }

  ul {
    padding-right: 0px;

    li {
      display: flex;
      align-items: var(--white-color);
      margin-left: 15px;
      transition: var(--transition);

      ifram {
        border-radius: 200px;
      }

      a {
        color: white;
        line-height: 2.5;
        transition: .3s;
        font-size: 16px;
        font-weight: 500;

        i {
          color: red;
          margin-left: 3px;
        }

        &:hover {
          color: #93b5ff;
          transform: scale(.98);
        }

        img {
          width: 20px;
          height: 20px;
          text-align: center;
          transition: .3s;
          color: white;
          margin-inline-end: 6px;

          &:hover {
            color: var(--main-color);
            transform: scale(.98);
          }
        }
      }


    }
  }

  .icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
    gap: 48px;

    img {
      width: 40px;
      height: 40px;
    }
  }
}

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

  a {
    margin-inline-start: 18px;
    transition: var(--transition);

    &:hover .call {
      background-color: var(--secound-color);
    }

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

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

  .call {
    display: flex;
    gap: 8px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000028;
    background-color: #f5f6f8;
    border-radius: 2px 10px 10px 0;
    position: relative;
    z-index: 11111;
    transition: var(--transition);

    .raslne_now {
      width: 50px;
      height: 50px;
      background: linear-gradient(180deg, #62FA7F 0.02%, #22CC40 68.61%, #05B723 99.93%);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-inline-start: -18px;

      i {
        font-size: 32px;
        transition: .3s;
        color: var(--white-color);
      }

    }

    .text {
      font-size: 20px;
      font-weight: bold;
      color: var(--main-color);
      padding-left: 10px;
      transition: var(--transition);
    }


  }

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

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

  }
}

.total_footer {
  .social {
    .logo_footer {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      margin-bottom: 10px;
      margin-inline: auto;
      width: 176px;
      height: 176px;
      border-radius: 50%;

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

  .icons_social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* max-width: 160px; */

    img {
      width: 32px;
      height: 32px;
      border-radius: 8px;
    }
  }

}

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

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

@media(max-width:375px) {
  .footer {
    .total_footer {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      padding: 40px 0;
      justify-content: center;
      align-content: center;
      justify-items: center;
      text-align: center;
      gap: 30px;

      div .addrass {
        text-align: center;

      }

      .links,
      .Terms_Conditions>ul,
      .Terms>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        ul {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }
      }

      ul {
        text-align: center;
      }

    }
  }

  .total_footer {
    .social {
      .logo_footer {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-bottom: 10px;
        margin: auto;

      }
    }

    .icons_social {
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      justify-content: center;
      max-width: 100%;
      margin-top: 10px;
    }

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

/*------------end- footer------- --*/
/* ------ start-Our vision ----- */
.Our_vision {
  .items_vision {
    .item-vision {
      display: flex;
      flex-direction: row;
      gap: 30px;

      .border_model {
        background: linear-gradient(180deg, #009BFF 0%, #00267A 100%);
        width: 88px;
        height: 88px;
        transform: rotate(45deg);
        padding: 1px;
        flex-shrink: 0;

        .icon_vision {
          padding: 5px;
          width: 100%;
          height: 100%;
          flex-grow: 1;
          flex-shrink: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          /* transform: rotate(45deg); */
          box-shadow: 0px 4px 4px 0px #001A5340;
          background-color: var(--white-color) !important;
          box-shadow: 0px 4px 4px 0px hsla(221, 100%, 16%, 0.25);

          img {
            width: 48px;
            transform: rotate(-45deg);
          }



        }
      }


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

        .title_header {
          font-weight: bold;
          font-size: 20px;
          text-align: center;
          color: var(--main-color);
        }

        .content_vision {
          font-weight: 500;
          font-size: 16px;
          text-align: right;
          color: var(--main-color);
        }

        .content_box ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          padding-inline-start: 1rem;
        }

        .content_box ul li {
          font-weight: 500;
          font-size: 16px;
          color: var(--main-color);
          position: relative;
          margin-inline-end: 36px;
          margin-bottom: 8px;

          &::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: var(--main-color);
            position: absolute;
            top: 50%;
            right: -14px;
            transform: translateX(-50%);
            padding-inline-start: 5px;
          }
        }
      }

    }
  }
}

@media(max-width:768px) {
  .Our_vision {
    .items_vision {
      .item-vision {

        .border_model {
          width: 60px;
          height: 60px;

          .icon_vision {

            img {
              width: 42px;
            }
          }
        }
      }
    }
  }
}

/* ------ end-Our vision ----- */

/*----- start-productdateils ------- */
.product_dateils {
  margin-top: 64px;

  .swiper_singleproduct2 {
    height: 380px;
    border-radius: 2px;

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

  .swiper_singleproduct {
    height: 60px;
    gap: 10px;
    margin-top: 10px;

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

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }

  .swiper-button-next {
    left: 20px;
  }

  .swiper-button-prev {
    right: 20px;
  }

  /* border: 1px solid var(--thired-color); */
  .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--thired-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--thired-color);
    color: var(--white-color);
  }

  .swiper-button-next:after {
    content: 'prev';
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--thired-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--thired-color);
    color: var(--white-color);
  }

  .image_product {
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px #001A5340;

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

  }

  .product_title {
    margin-top: 30px;

    .third_tilte {
      font-size: 24px;
      font-weight: bold;
      color: var(--main-color);
      text-align: start;
      margin-bottom: 26px;
    }

    p {
      font-size: 20px;
      font-weight: 500;
      color: var(--main-color);
      text-align: start;
      margin-bottom: 32px;

    }

    .socail {
      .title_social {
        font-size: 24px;
        font-weight: bold;
        color: var(--main-color);
        margin-bottom: 26px
      }

      ul {
        display: flex;
        justify-content: start;
        gap: 24px;

        li {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-color: #083594;
          margin-bottom: 32px;
        }
      }
    }

    .btn_readmore {
      padding: 4px 167px 4px;
      transition: var(--transition);

      i {
        margin-inline-end: 5px;
        font-size: 20px;
      }

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

    }

  }

  .tabs_main {
    border-top: 1px solid #DEE2E6;
    margin-top: 30px;

    .nav-link {
      color: #616A7D;
      margin-bottom: 24px;

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

      &:last-child ::after {
        content: "";
      }
    }


  }

  .nav-item {
    &:last-child .nav-link::after {
      display: none;
    }

    .nav-link:hover {
      border-color: transparent;
    }
  }

  .nav-link.active {
    border: none;
    position: relative;
    border-radius: 0;
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
  }

  .nav-tabs {
    border-bottom: none;
  }
}

ul {
  .features_menu {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    position: relative;
    margin-bottom: 16px;

    &::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      right: -16px;
      background-color: var(--main-color);
      top: 50%;
      transform: translateX(-50%);
    }
  }
}


@media(max-width:768px) {
  .product_dateils {
    margin-top: 64px;
    text-align: center;

    .product_title {
      margin-top: 30px;

      .third_tilte {
        text-align: center;
      }

      p {
        text-align: center;

      }

      .socail {
        ul {
          display: flex;
          justify-content: center;
          gap: 24px;

          li {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #083594;
            margin-bottom: 32px;
          }
        }
      }

      .btn_readmore {
        padding: 4px 115px 4px;
      }

    }

    .tabs_main {


      .nav-link {
        color: #616A7D;
        margin-bottom: 24px;

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

        &:last-child ::after {
          content: "";
        }
      }


    }

    ul {
      .features_menu {
        text-align: start;

        &::before {
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          right: -16px;
          background-color: var(--main-color);
          top: 50%;
          transform: translateX(-50%);
        }
      }
    }


  }
}

/*----- end-productdateils ------- */
/* -----start-blog---- */
.blogs {
  margin-top: 40px;

  .title_main {
    margin: 30px 0 48px 0;
  }

  .header_titel_singleblog {
    text-align: center;
    margin-top: 32px;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 16px;
  }

  .description_singleblog {
    text-align: center;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 500;
    color: var(--main-color);
  }

  .blog_items {
    margin-bottom: 20px;


    .blog_box {
      box-shadow: 0px 4px 4px 0px #001A530A;
      height: 100%;
      transition: var(--transition);
      border-radius: 2px;

      .holder_image {
        border-radius: 2px 2px 0 0;
        height: 210px;

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

        }
      }

      .body_item {
        padding: 8px 8px 16px 16px;

        .header_titel {
          font-weight: Bold;
          font-size: 16px;
          text-align: right;
          color: var(--main-color);
          margin-bottom: 16px;
          line-height: 1.8;
        }

        .description {
          font-weight: 500;
          font-size: 16px;
          text-align: right;
          color: var(--main-color);
          margin-bottom: 24px;
          line-height: 1.7;
        }

        .btn_blog {
          text-align: center;

          .btn_nowmore {
            transition: var(--transition);
          }
        }

      }

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

      }

      &:hover .btn_nowmore {
        background-color: #0069AD !important;
        color: var(--white-color);
      }
    }



  }

}


.menu_bullet, {
  .pagination {
    gap: 5px;
  }

  .nav-links {
    display: flex;
    gap: 5px;
  }

  .page-numbers {
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color);
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsla(221, 100%, 16%, 1);
    transition: var(--transition);

    &:hover,
    &.current {
      background-color: var(--secound-color);
      color: var(--white-color);
    }
  }

}
.woocommerce-pagination {
	ul {
		    display: flex !important;
    
     margin: 0;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem !important;
	}
	li ,ul{
		border:none !important;
	}
	li .page-numbers {
            font-size: 18px;
        font-weight: 400;
        color: var(--main-color);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        border: 1px solid hsla(221, 100%, 16%, 1);
        transition: var(--transition);

    &:hover,
    &.current {
      background-color: var(--secound-color) !important;
      color: var(--white-color) !important;
    }
  }
}


/* - -----end-blog---- - */
/* ---- start-productdateils-blog ----- */
/* 
@media (max-width:1024px) {
  .product_dateils {



    .artical_blog {
      display: flex;
      flex-direction: column;
      border-radius: 8px;

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



      .image_artical {
        width: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        flex: 1 0 auto;
        height: 250px;


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

      .content_artical {
        padding: 16px;
        display: flex;
        flex-direction: column;

        .title_blog {
          font-weight: bold;
          font-size: 20px;
          text-align: right;
          margin-bottom: 16px;




        }

        .describtion {
          font-weight: 500;
          font-size: 16px;
          text-align: right;
          margin-bottom: 24px;
        }

        .btn_shopping {
          padding: 6px 36px 7px;
          font-weight: bold;
          font-size: 20px;
          color: white;
          transition: .3s;
          display: flex;

          margin-top: auto;

          &:hover {
            background-color: white;
            color: var(--main-color);
            border: 1px solid var(--secound-color);
          }
        }
      }
    }
  }
} */

/* --- end-productdateils-blog ----- */
/* --- start-singblog --- */
/* .single_blog {
  .title_pageblog {
    font-weight: bold;
    font-size: 32px;
    text-align: center;

  }

  .image_blog {
    img {
      border-radius: 8px;
    }
  }

  .content {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #20332B;
    margin-bottom: 24px;
    line-height: 1.6;
    margin-top: 35px;

  }

  .content_singleblog {
    margin-top: 32px;
    margin-bottom: 62px;


  }
}

.main_titlehero {
  font-weight: 700;
  font-size: 20px;
  color: #20332B;

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
} */

/* .content {
  font-weight: 500;
  font-size: 20px;
  text-align: right;
  color: #20332B;
  margin-bottom: 24px;
  line-height: 1.6;
  margin-top: 16px;
  padding: 10px;

} */

/* ---end--singblog---  */

/* -start privacy policy--- */
body:not(.woocommerce-page) {
  .content_page_policy {
    .description_page {
      text-align: start;
      color: var(--main-color);
      margin-bottom: 65px;


      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        color: var(--main-color);
        /* text-align: start; */
        font-weight: 500;
        line-height: 2;
      }

      h1 {
        font-size: clamp(20px, 3vw, 35px);
        text-align: center !important;
        margin-top: 65px;
        margin-bottom: 32px;
      }

      h2 {
        font-size: 32px;
      }

      h3 {
        font-size: 25px;


      }

      h4 {
        font-size: 22px;
      }

      h5 {
        font-size: 20px;

      }

      h6 {
        font-size: 18px;
      }

      p {
        font-size: 20px;
        font-weight: 400;
        color: var(--main-color);
        text-align: start;
        line-height: 1.7;
      }

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

        li {
          position: relative;
          font-size: 20px;
          font-weight: 500;

          &::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: var(--main-color);
            margin-left: 20px;
            top: 50%;
            transform: translateX(-50%);
            right: -17px;
          }


        }
      }

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

        li {
          position: relative;
          font-size: 20px;
          color: var(--main-color);
          font-weight: 500;


        }
      }


    }
  }
}

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

/* ----start-conactus---- */
.Contact_us {




  label {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--main-color);
  }

  .form-control {
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px #4166571A;
    transition: .3s;
    margin-bottom: 24px;
    min-height: 45px;
    ;

    &:hover {
      box-shadow: 0px 4px 4px 0px hsla(156, 22%, 33%, 0.251);
    }

    &:focus {
      border: 1px solid transparent;
      box-shadow: none;
    }

  }





  .Contactus_socail {
    margin-top: 40px;

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

    }

    .describtion {
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      text-align: right;
      margin-bottom: 24px;

    }

    a {
      font-weight: 500;
      font-size: 20px;
      line-height: 30px;
      text-align: right;
      color: black !important;
      margin-bottom: 24px;
      display: inline-block;

      i {
        width: 15px;
        height: 15px;
        color: black;
        margin-left: 10px;
        font-size: 18px;
        font-weight: bold;
      }
    }
  }
}

/* ----end-conactus---- */

a.added_to_cart.wc-forward {
  color: var(--main-color)
}

/* WooCommerce Product Loop Grid */
.products {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -15px; */
  /* Negative margin to offset padding */
  padding: 0;
  list-style: none;
  clear: both;
  /* In case it was a ul */
}

/* Base column wrapper */
.products>div {
  padding: 0 15px;
  /* Gutter padding */
  margin-bottom: 30px;
  box-sizing: border-box;
  /* Ensure flex item behavior */
  flex: 0 0 100%;
  max-width: 100%;
}

.products .product_box {
  height: 100%;
  /* margin-bottom removed from here as it's on the wrapper */
}

/* 4 Columns (Desktop) */
.products.columns-4>div {
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {

  /* 3 Columns on smaller desktops if needed, or stick to 2 */
  .products.columns-4>div {
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 768px) {

  /* 2 Columns on Tablets */
  .products.columns-4>div {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {

  /* 1 Column on Mobile */
  .products.columns-4>div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Force Phone Field Required Styling */
/* #billing_phone_field .optional {
  display: none !important;
}

#billing_phone_field label:after {
  content: '*';
  color: red;
  margin-right: 5px;
  display: inline-block;
} */
.wc-block-components-product-metadata__description {
  display: none;
}

.woocommerce-info {
  border-top-color: var(--main-color);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-notice {
  border-top-color: var(--main-color);
}

.woocommerce-info::before {
  color: var(--main-color);
}

a.wc-block-components-product-name,
a.showcoupon,
a.woocommerce-privacy-policy-link,
.posted_in a {
  color: var(--main-color);
  transition: var(--transition);

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

.woocommerce form.checkout_coupon {
  display: flex;

  .form-row {
    float: none;
    width: auto;

    .input-text {
      border-radius: 0 !important;
    }
  }

  button {
    height: 100%;
  }
}

/* ========================================
   Checkout Page Custom Layout Styles
   ======================================== */

/* Two-Column Layout Container */
.checkout-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

/* Right Column: Billing Details */
.checkout-billing-column {
  order: 1;
}

.checkout-billing-wrapper {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 26, 83, 0.1);
}

.checkout-billing-wrapper h3 {
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
}

/* Left Column: Order Summary */
.checkout-order-column {
  order: 2;
}

.checkout-order-wrapper {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 26, 83, 0.1);
}

.checkout-order-wrapper h3#order_review_heading {
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
}

/* Additional Information Section */
.checkout-additional-info {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 26, 83, 0.1);
  margin-bottom: 20px;
  display: none;
}

/* Form Fields Styling */
.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s;
}

.woocommerce form.checkout .form-row input.input-text:focus,
.woocommerce form.checkout .form-row textarea:focus {
  border-color: var(--main-color);
  outline: none;
}

/* Mobile Responsive Layout */
@media (max-width: 768px) {
  .checkout-two-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .checkout-billing-column {
    order: 1;
  }

  .checkout-order-column {
    order: 2;
  }

  .checkout-billing-wrapper,
  .checkout-order-wrapper,
  .checkout-additional-info {
    padding: 20px;
  }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border: 1px solid rgba(129, 110, 153, .14);
  background: #fff;
}

/* ========================================
   Thank You Page Styling
   ======================================== */

.jab-thankyou-container {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 26, 83, 0.15);
  overflow: hidden;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.jab-thankyou-header {
  background: linear-gradient(135deg, #0069AD 0%, #001A53 100%);
  padding: 40px 30px;
  text-align: center;
  color: #fff;
}

.jab-thankyou-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  animation: checkmark 0.8s ease-in-out;
}

@keyframes checkmark {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.jab-thankyou-header h2 {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: bold;
}

.jab-thankyou-header p {
  margin: 0;
  font-size: 16px;
  opacity: 0.95;
}

.jab-thankyou-body {
  padding: 40px 30px;
  text-align: center;
}

.jab-thankyou-message {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.jab-whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.jab-whatsapp-btn:hover {
  background: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

@media (max-width: 768px) {
  .jab-thankyou-container {
    margin: 20px;
    border-radius: 8px;
  }

  .jab-thankyou-header {
    padding: 30px 20px;
  }

  .jab-thankyou-header h2 {
    font-size: 24px;
  }

  .jab-thankyou-body {
    padding: 30px 20px;
  }

  .jab-whatsapp-btn {
    padding: 12px 30px;
    font-size: 16px;
    width: 100%;
  }
}



#search-results {
  list-style: none;
  background: #fff;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: 2;
  width: calc(100% - 24px);
  margin-inline: auto;
}

#search-results::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 20px;
}

#search-results.open {
  padding: 20px;
}

#search-results li {
  margin-bottom: 15px;
}

#search-results li a {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  font-size: 16px;
  color: var(--main-color);
}

#search-results li a img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  flex-grow: 0;
  flex-shrink: 1;
}

#search-results li a:hover {
  color: var(--secound-color);
}







.footer-features {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 1rem;
  margin: 0;

  li {
    display: inline-flex;
    align-items: center !important;
    position: relative;
    gap: 5px;
    line-height: 2;
    font-size: 14px;

    @media (min-width: 768px) {
      &:not(:last-child) {
        &:after {
          content: "";
          position: absolute;
          left: 0;
          width: 1px;
          height: 15px;
          background: #f9f9f966;
          bottom: 0;
          top: 0;
          margin: auto;
        }

        padding-left:15px;
      }
    }


  }
}

ul.vat-info {
  color: white;
  margin-top: 2rem;
  display: flex;
  padding: 0;

  @media (max-width: 768px) {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  li {
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    flex-grow: 1;
    flex-shrink: 0;

    .d-flex {
      flex-direction: column;
    }

  }

  img {
    width: 35px;
    flex-shrink: 0;

  }
}

.iso {
  a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    flex-grow: 1;
    flex-shrink: 0;

    color: white;

    img {
      width: 35px;
    }
  }
}


.second-nav-trigger {
  color: var(--thired-color);
  font-size: 20px;
  display: block;
  align-self: anchor-center;
  margin-inline-end: 1rem;
}

.second-nav {
  background: linear-gradient(#001A53DE, #001A53DE), url(../image/backgrondfooter.jpg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  height: 100vh;
  min-width: 400px;
  z-index: 9999;
  padding: 4rem 2rem 2rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;

  &.open {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }

  li {
    line-height: 3;
  }

  a {
    color: var(--white-color);
    font-size: 18px;
    transition: 0.3s;

    &:hover {
      color: var(--thired-color);
      margin-right: 5px;
    }
  }

  .close-second-nav {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem;
    cursor: pointer;
    font-size: 20px;
    color: var(--thired-color);
  }
}

@media (max-width: 768px) {

  .second-nav,
  .second-nav-trigger {
    display: none;
  }
}

.section-notice p,
.custom-price-notice {
  margin: 1rem 0;
  font-weight: 700;
  border: 1px dashed #0269ac;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background: #0167af14;

  strong {
    font-weight: 400;

  }

}

span.sku_wrapper {
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 11;
}

.product-total,.cart-subtotal,.order-total,.wp-block-woocommerce-cart-order-summary-block,.wc-block-cart-item__prices,.wc-block-cart-item__total-price-and-sale-badge-wrapper,.wc-block-cart-items__header-total {
  display: none;
}


nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  background: #001b520d;
  padding: 1rem;
  border-radius: 10px;

  a {
    color: var(--secound-color);

    line-height: 2;

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


.dropdown-parent {
  position: relative;
  display: inline-block;

  i {
    font-size: 20px;

    @media (max-width:768px) {
      font-size: 1rem;
    }
  }

  i.fa-light.fa-chevron-down {
    font-size: 12px;
  }
}

.dropdown-parent .dropdown-list {
  width: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  inset-inline-end: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  transition: all 0.4s;

  @media (max-width:768px) {
    inset-inline-end: 0;

  }
}

.dropdown-parent .dropdown-list li {
  text-align: center;
  transition: 0.3s;
}

.dropdown-parent .dropdown-list a {
  padding: 10px;
  align-items: center;
  font-size: 16px;
  color: #171717;
  text-align: center;
  justify-content: flex-start !important;
  display: flex;
  width: 100%;
  column-gap: 10px;
  transition: 0.3s;
}

.dropdown-parent .dropdown-list a:hover {
  color: #171717;
}

.dropdown-parent:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}


[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: rtl;
}

form.contact-form.woocommerce-form {
  background: #001b520d;
  padding: 1rem;
  border-radius: 8px;

  label {
    margin-bottom: 10px;
  }
}

.product_meta {
    margin-bottom: 1rem;
}

.product-type-external {
      div.images.woocommerce-product-gallery,.product_meta {
        display:none !important;
    }
	.summary.entry-summary {
    width: 100% !important;
    float: none !important;
}
}

 .woocommerce-product-gallery   {
   
	 img {
    max-height: 500px; !important;
    object-fit: contain;  
    object-position: center;
}
}

 .flex-control-thumbs img {
	height:auto;
}