.product-details figure img{
  width: 100%;
  height: auto;
}

.basic_product_info{
  display: flex;
}
.basic_product_info p:not(:first-child) {
  margin-right: 10px;
}

.reviews-container {
  gap: 5px !important;
}

.review-item {
  flex: 0 0 100% !important; /* Default to 1 item per view */
  margin: 0 !important;
}
@media (min-width: 768px) {
  .review-item {
    flex: 0 0 calc(100% / 2) !important;
  }
}

@media (min-width: 1024px) {
  .review-item {
    flex: 0 0 calc(100% / 4) !important;
}
}
.footer-3 ul {
  list-style: none;
}
.footer-2 .footer-links a,
.footer-3 .footer-links a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 0 !important;
  margin: 0;
  text-decoration: none !important;
}
.footer-3 .footer-links,
.footer-3 .footer-social {
  display: flex !important;
  row-gap: 10px !important;
  column-gap: 10px !important;
  margin-bottom: 20px !important;
  justify-content: center !important;
}
.footer-2 .footer-links,
.footer-2 .footer-social {
  display: flex !important;
  row-gap: 10px !important;
  column-gap: 10px !important;
  margin-bottom: 20px !important;
  justify-content: center !important;
}
.swiper-horizontal {
  width: 100%;
}
.fixed-buy-now-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
/* Hide the default radio buttons */
.color-circle-item,
.color-list-item,
.attribute_list {
  position: relative;
}
.color-circle-item {
  margin-right: 0px !important;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 374.98px) {
  .color-circle {
    margin-left: 0.2rem!important;
  }
}
@media (min-width: 375px) and (max-width: 424.98px) {
  .color-circle {
    margin-left: 0.1111rem!important;
  }
}
@media (min-width: 425px) and (max-width: 575.98px) {
  .color-circle {
    margin-left: 0.1111rem!important;
  }
}
@media (max-width: 768px) {
  .color-circle-item {
    margin-left: 2px !important;
  }
}
.color-circle-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 40px !important;
  height: 40px !important;
  left: 0;
}
.color-list-item input[type="radio"],
.attribute_list_container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 6rem;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

/* Style for the label of list items */
.color-list-item input[type="radio"]:checked + label,
.attribute_list_container input[type="radio"]:checked + label {
  font-weight: bold; /* Make the text bold for selected */
  border: 2px solid #007bff !important;
  text-align: center;
}
.color-list-item.color_img {
  padding: 0;
  width: auto;
  border-radius: 10px;
}
.color-list-item.color_img.color_img input {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.color-list-item.color_img.color_img label {
  border-radius: 10px;
  width: auto;
  padding: 0;
}
.color-list-item.color_img.color_img label img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.list_style_list_color,
.attribute_list_container {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*gap: 10px;*/
  margin-bottom: 5px !important;
  max-width: 36rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
@media (max-width: 1100px) {
  .list_style_list_color,
  .attribute_list_container {
    max-width: 100%;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .list_style_list_color,
  .attribute_list_container {
    justify-content: start;
    gap: 0px;
  }
}
.list_style_list_color label,
.attribute_list_container label {
  background: #fff;
  padding: 3px 0px;
  border-radius: 7px;
  text-align: center !important;
  width: -webkit-fill-available;
  width: -moz-available;
}
.color-list li {
  margin: 5px 0 0 0; /* Space between each list item */
}

/* Style for the custom radio buttons */
.color-circle-container {
  display: flex; /* Use flexbox for horizontal alignment */
  margin-bottom: 5px; /* Space between the circles and the next element */
  /*max-width: 20em;*/
  width: 100%;
  justify-content: start;
  flex-wrap: wrap;
  @media (max-width: 1100px) {
    max-width: 100%;
  }
}

.color-circle {
  width: 40px; /* Set width */
  height: 40px; /* Set height */
  border-radius: 50%; /* Circular shape */
  border: 4px solid transparent; /* Border color for selected state */
  cursor: pointer; /* Change cursor on hover */
  margin-left: 0.28rem; /* Space between circles */
  transition: border-color 0.3s; /* Smooth transition for border color */
}
.color-circle-item input[type="radio"] + label {
  width: 39px !important; /* Set width */
  height: 39px !important; /* Set height */
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_items .color-circle-container .color-circle-item label{
    min-width: auto !important;
    margin: 0rem 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .color-circle-item input[type="radio"] + label {
    width: 38px !important; /* Set width */
    height: 38px !important; /* Set height */
  }
}

.offer_items .color-circle-container .color-circle-item label{
  min-width: auto !important;
  margin: 0.5rem 0.1rem;
}
/* Style for the selected state of the radio button */
.color-circle-item input[type="radio"]:checked + label {
  border-color: #007bff!important; /* Change border color for selected */
  border-width: 4px !important;
}

/* Style for the selected state in the list */
.color-circle-item input[type="radio"]:checked + label {
  font-weight: bold; /* Make the text bold for selected */
}

/* Style for the circle on hover */
.color-circle:hover,
color_product_list:hover {
  border: 2px solid #007bff; /* Change border color on hover */
}

.fake_stocks_section,
.extra_product_info_fake_sales {
  min-width: 200px;
}

@media (max-width: 768px) {
  .form-section-fake_stocks_container {
    justify-content: center;
  }
}
.product_form .product_quantity {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.carousel-control-next,
.carousel-control-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #051225;
  top: 50%;
  opacity: 1;
  translate: 0 -15px;
}
.carousel-control-prev {
  left: -15px;
}
.carousel-control-next {
  right: -15px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.mobile-view {
  display: none;
}
.desktop-view {
  display: block;
}
#product_id_landing .flex-row-reverse {
  gap: 3rem;
}
#product_id_landing .flex-row-reverse .col-md-5 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.custom-padding-left {
  padding-left: 0.7rem;
}
.custom-padding-left-tow{
  padding-left: 0.25rem!important;
}
.custom-padding-right {
  padding-right: 0.25rem;
}
@media (max-width: 768px) {
  .mobile-view {
    display: block !important;
  }
  .desktop-view {
    display: none !important;
  }
  .custom-padding-left {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .custom-padding-right {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  #product_id_landing .flex-row-reverse .col-md-5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    translate: 0 -45px;
  }
}

.carousel-item {
  aspect-ratio: 1 / 1;
}
.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fail-toast,
.success-toast {
  position: fixed;
  top: 1em;
  direction: rtl;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.fail-toast .toast-header {
  background: rgba(252, 232, 219, 1);
  color: #f71735;
}
.success-toast .toast-header {
  background: #cff9b9;
  color: #2aa952;
}
.myCustomModal .modal-header {
  border-bottom: none !important;
}
.myCustomModal .modal-header h5 {
  transform: translateX(20px);
}
.modal-gif {
  max-width: 25px;
  max-height: 25px;
}
.increase_offer {
  width: 30%;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.increase_offer input {
  text-align: center;
  margin: 0;
}
.increase_offer button {
  border-radius: 0;
  background: #d9d9d9 !important;
  border: none;
  color: #000;
}
#increase-quantity-product,
.qty-btn-inc {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
#decrease-quantity-product,
.qty-btn-dec {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.increase_no_offer {
  width: 30%;
  margin-left: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  /* // margin-bottom: 10px; */
}
@media (max-width: 500px) {
  .increase_no_offer {
    width: 50% !important;
  }
}
.increase_no_offer input {
  text-align: center;
  margin: 0;
}
.increase_no_offer button {
  border-radius: 0 !important;
  background: #d9d9d9 !important;
  border: none;
  color: #000;
}
.no_offer .increase_no_offer {
  width: 32%;
  @media (max-width: 1100px) {
    width: 55%;
  }
}
.no_offer .increase_offer {
  width: 25%;
}
@media (max-width: 768px) {
  .no_offer .increase_offer {
    width: 48%;
  }
}
.no_offer .offer-details {
  border-top: 1px solid #dadce3;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.no_offer .offer-details .offer-body {
  margin-top: 0.5em;
  padding: 10px;
  background-color: #f1f2f4;
  border-radius: 6px;
}

.form-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(218, 220, 227, 1);
  padding: 8px 0;
}
.form-section-header h1 {
  margin: 0 !important;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .form-section-header h1 {
    font-size: 19px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .form-section {
    padding: 10px;
  }
  .form-section-header h1 {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 500;
  }
  .form-section-header .product_reviews {
    font-size: 12px;
  }
  .form-section .form-section-product-info .basic_product_info .original_price {
    font-size: 20px;
  }
  .offer-details select {
    /*width: 50% !important;*/
  }
}
.form-section-header .product_rating {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  padding: 3px 7px;
}
.product_rating {
  background-color: rgba(56, 174, 4, 1);
}

.form-section-header .product_rating img {
  max-width: 15px;
  max-height: 15px;
}

/* //   #increase-quantity-product,
//  .qty-btn-inc {
//     border-top-right-radius: 5px !important;
//     border-bottom-right-radius: 5px !important;
//   }
//   #decrease-quantity-product,
//   .qty-btn-dec {
//     border-top-left-radius: 5px !important;
//     border-bottom-left-radius: 5px !important;
//   } */

.form-section p {
  margin: 10px 0px 0px 0px;
  font-size: 20px;
  font-weight: 500;
}
.form-section .offer_items-p-color>p {
  color: #F71735!important;
  font-weight: 600!important;
  line-height: 10px!important;
  font-size: 14px!important;
}
.form-section
  .form-section-product-info
  .extra_product_info
  .extra_product_info_fake_stock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  background: rgba(132, 196, 76, 0.2);
  padding: 6px 4px 5px 24px;
}
.extra_product_info_fake_stock {
  display: flex;
  /*gap: 35%;*/
  justify-content: space-between;
}

@media (max-width: 768px) {
  .form-section .product_countdown {
    flex-direction: column;
    gap: 0 !important;
    padding: 10px;
  }
}
.form-section .product_countdown_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 21px;
}
.form-section .product_countdown_name {
  font-size: 18px;
  font-weight: 500;
}
.product_countdown_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .product_countdown_items {
    gap: 8px;
  }
}
.product_countdown_items .time-section {
}
.product_countdown_items .time-section p {
  margin: 0;
}

.product_countdown_items .time-section .title {
  font-size: 12px;
}
.product_visitors {
  text-align: center;
  /* // padding: 15px 0; */
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  border-bottom: 1px solid rgba(218, 220, 227, 1);
  padding-bottom: 11px;
}



.form-control,
.form-select {
  margin-bottom: 5px;
}
.form-label {
  margin-bottom: 3px !important;
  font-size: 14px;
  font-weight: 500;
}

#quantityInput {
  width: 50px;
  margin: 0;
  text-align: center;
  border-radius: 0;
}

.quantity_container {
  background: #d9d9d9;
  border-radius: 9px;
  padding: 2px 2px;
  justify-content: center;
}

.quantity_container .quantity_btn_action {
  background: transparent;
  border: none;
}

.product_form .add_to_cart_action {
  background: #051225;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_form .form-check {
  padding: 11px;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 12px;
  /* border: 1px solid #DADCE3;
   border-radius: 6px;*/
}
@media (max-width: 768px) {
  /* border: none !important; */
}
.price-info {
  border: 1px solid #dadce3;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .price-info {
    background-color: #fff;
  }
  .product_information_form  label{
    font-size: 16px!important;
  }
}
@media (min-width: 375px) and (max-width: 424.98px) {
  .form-section {
    padding: 10px!important;
  }
  .form-check-input{
    margin-top: 0rem!important;
  }
}
@media (min-width: 425px) and (max-width: 575.98px) {
  .form-section {
    padding: 10px!important;
  }
  .form-check-input{
    margin-top: 0rem!important;
  }
}

@media (min-width: 320px) and (max-width: 374.98px) {
  .product_form {
    position: relative!important;
    padding: 7px!important;
  }
  .form-check-input{
    margin-top:  0rem!important;
  }
  .product_form .form-check label{
    font-size: 12px !important;
    font-weight: bold;
  }
  .gap-4 {
    gap: 1rem !important;
  }
  .form-section {
    font-family: var(--fontType);
    background-color: #f8f9fa!important;
    padding: 10px!important;
    border-radius: 10px!important;
    direction: rtl!important;
  }

  .offer_items  label {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    font-size: 14px!important;
    min-width: 3.8rem !important;
    padding: 3px 0px !important;
  }

}
.offer_items .col-3-responsive label {
  border: 1px solid #868686!important;
  margin: 1px;
  line-height: 30px;
}
.offer_items .col-3-responsive .color-btn-catalog-att {
font-size: 13px!important;
  padding: 3px 0px 6px 0px !important;
}
/* مثل Galaxy Tab أو موبايل أفقي */
@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_items .col-3-responsive .color-btn-catalog-att {
    font-size: 12px!important;
  }
}
@media (max-width: 768px) {
  .form-section .form-title {
    font-size: 14px;
  }
}
/* ========== Medium Tablets / iPads ========== */
/* مثل iPad 10" */
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer_items .col-3-responsive .color-btn-catalog-att {
    font-size: 12px!important;
  }
}
.product_form .form-check label {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.product_information_form  label{
font-size: 16px!important;
}
.product_form .form-check .form-check-input {
  float: none;
  margin-left: 6px;
}

.product_form .product_summary {
  border-top: 1px solid #dadce3;
}

.product_form .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 18px;
}

.carousel-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.carousel-thumbnails img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 18px;
  border: none;
}
.product_information_form {
  max-width: 95%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product_information_form {
    max-width: 100%;
    margin: 0 auto;
  }
  .product_form .form-check {
    justify-content: space-between;
    /* // background-color: #fff; */
    border-radius: 5px;
  }

  .carousel-thumbnails {
    gap: 5px;
  }

  .carousel-thumbnails img {
    width: 75px;
  }
}
@media (max-width: 768px) {
  .offer-price {
    flex-direction: column;
    align-items: end;
  }
}

.product_offers .accordion-button::after {
  display: none;
}
.product_offers .accordion-button {
  justify-content: space-between;
}
.product_offers .product_title {
  /*display: flex;*/
  justify-content: space-between;
  /*align-items: center;*/
  /*gap: 10px;*/
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .product_offers .product_title {
    gap: 0 !important;
  }
}
@media (max-width: 768px) {
  .product_offers .product_title {
    /*display: flex;*/
    /*justify-content: space-between;*/
    width: 100%;
    margin-top: 5px;
  }
  .product_form .form-check label{
    font-size: 14px !important;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_form .form-check label{
    font-size: 15px!important;
  }
}
.product_offers .accordion-item {
  border: 1px solid #dadce3;
}
.offer_container {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 768px) {
  .offer_price {
    font-size: 16px !important;
  }
}

.offer_details {
  margin-top: 10px;
}

.offer_label {
  font-size: 16px;
  font-weight: 500;
}

.product-details img {
  max-width: 100%;
}

.product_offers:has(.offer) {
  padding-top: 10px;
}

.product_offers .accordion {
  margin-bottom: 10px  !important;
}
.product_offers .product_discount {
  display: flex;
  align-items: center;
  gap: 5px;
}
.discount_price {
  text-decoration: line-through;
  color: #6a6a6a;
}
.color_select,
.size_select {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.product_form .form-check {
  position: relative;
  cursor: pointer;
}
.offer {
  margin-bottom: 1em;
  border: 1px solid #dadce3;
  border-radius: 9px;
  background: #fff;
}

.offer-details {
  margin-top: 0.5em;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
  border-top: 1px solid #dadce3;
}
/* // .offer-details .offer-body{
// 	border-top: 1px solid #DADCE3;
// } */
.offer-details select {
  margin: 0;
  /*width: 40%;*/
}
.offer-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6px;
}

@media (max-width: 768px) {
  .offer-details .buy-now {
    width: 100% !important;
  }
}

.no-qty {
  opacity: 0;
  width: 0;
  height: 0;
}
.offer-qty {
  display: flex;
  align-items: center;
  width: 100% !important;
  justify-content: start;
  gap: 60px;
}

@media (max-width: 768px) {
  .offer-qty {
    gap: 30px;
  }
}
.offer-qty.no-qty {
  width: 0;
}
.offer-qty label {
  font-weight: 500;
}

.qty-input {
  display: flex;
  width: 25%;
}

.offer input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  /*margin-right: 0.5em;*/
  left: 0;
  right: 0;
  cursor: pointer;
  right: 0;
}
.offer_items.no-qty {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.offer_items {
  /*display: flex;*/
  justify-content: start;
  align-items: center;
  /*gap: 25px;*/
  /* // padding: 7px 20px 7px 0; */
}
.offer_items:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .offer_items {
    /*gap: 10px;*/
    /* // flex-direction: column;
  // align-items: start; */
  }
}

.custom-label {
  /*max-width: 3.5rem !important;*/
  text-align: right !important;
  background: transparent !important;
  border: none!important;
}
.offer-body .attribute_dropdown .custom-label , .offer-body .attribute_list .custom-label {
  width: 100% !important;
  text-align: inherit !important;
}
.product_offers.no_offer .form-select {
  /*width: 13rem;*/
}
.offer .color-list-item input[type="radio"],
.attribute_list_container input[type="radio"] {
  width: 100%;
}
.offer .offer_items label {
  /*!*width: 3.5rem;*!*/
  /*background: #fff;*/
  /*padding: 3px 0px;*/
  /*border-radius: 7px;*/
  /*text-align: center !important;*/
  /*width: -webkit-fill-available;*/
  background: #fff;
  padding: 3px 0 0px !important;
  border-radius: 7px;
  text-align: center !important;
  width: -webkit-fill-available;
  width: -moz-available;
  line-height: 30px;
}
@media (min-width: 320px) and (max-width: 374.98px) {
  .offer .offer_items label {
    background: #fff!important;
    padding: 3px 0 0px !important;
    border-radius: 7px!important;
    text-align: center !important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    line-height: 30px!important;
    font-size: 13px !important;
  }
}
@media (max-width: 1024px) {
  .color-list-item input[type="radio"],
  .attribute_list_container input[type="radio"] {
    width: 5.2rem;
  }
  .offer_items label {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
  }
  .offer .color-list-item input[type="radio"],
  .attribute_list_container input[type="radio"] {
    width: 2.2rem;
  }
  /*.offer .offer_items label {*/
  /*  width: 2.2rem;*/
  /*  font-size: 14px;*/
  /*}*/
  .custom-label {
    width: 7rem !important;
    border: none !important;
  }
  .product_offers.no_offer .form-select {
    /*width: 10rem !important;*/
  }
}
.payment {
  border: 1px solid #dadce3;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .payment {
    background-color: #fff;
  }
  .offer_items label {
    width:  -webkit-fill-available!important;
    width: -moz-available!important;
    font-size: 14px;
    min-width: 3.8rem!important;
    padding: 3px 0 0px !important;
  }

  .color-list-item input[type="radio"],
  .attribute_list_container input[type="radio"] {
    width: 100%!important;
    min-width: 4.2rem;
  }
  .product_offers.no_offer {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .offer .color-list-item input[type="radio"],
  .attribute_list_container input[type="radio"] {
    width: 3.2rem;
  }
  .offer .offer_items .custom-label {
    width: 3.2rem;
    text-align: start !important;
    border: none!important;
    background: none !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-next {
  right: 0.4%;
}
.swiper-button-prev {
  left: 0.4%;
}

.quantity-item .quantityNumber {
  position: absolute;
  background: rgba(218, 220, 227, 1);
  top: 14%;
  right: -30px;
  height: 84%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  font-weight: 500;
  font-size: 12px;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.error-msg {
  color: #f71735;
  font-weight: 500;
  background-color: rgba(247, 23, 53, 0.1);
  font-size: 12px;
  border-radius: 12px;
}
.spinner-border {
  display: none;
}
.myCustomModal .modal-content {
  background-color: #f9f9f9; /* change background color */
  color: #333; /* change text color */
}

.myCustomModal .modal-header {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.myCustomModal .modal-header .btn-close {
  margin: 0;
  z-index: 9999;
}
.myCustomModal .modal-footer {
  border-top: 1px solid #ddd; /* add border to footer */
}

.myCustomModal .modal-title {
  font-size: 20px; /* change title font size */
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.slideIn .modal-dialog {
  animation-name: slideIn;
  animation-duration: 0.5s;
}
.review-item .rating span {
  color: #3186e0 !important;
  font-size: 20px;
}
.review-item .rating {
  justify-content: start !important;
}

.customModalBody {
  min-height: 70px;
  text-align: center;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-details_container {
  margin: 10px 0;
}
.product-info {
  font-size: 16px;
  color: #3d3d3d;
}

.product-details .product-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin: 10px 0;
}
.product_form .form-check label.chose-payment {
  display: inline;
}
.gray-bg {
  border-radius: 10px;
}
@media (max-width: 650px) {
  .gray-bg {
    background-color: #dadce3;
  }
}

/* ********** */
/* Make the carousel sticky on desktop only */
.product_form {
  position: relative; /* Required for sticky positioning */
}

/* Desktop (sticky behavior) */
@media (min-width: 768px) { /* Adjust breakpoint if needed */
  #carouselExample-div-content {
    position: sticky;
    top: 20px; /* Adjust this value as needed */
    height: fit-content;
    z-index: 10;
    align-self: flex-start; /* Optional: Prevents layout shift */
  }
}

/* Mobile (normal scrolling) */
@media (max-width: 767.98px) {
  #carouselExample-div-content {
    position: static; /* Resets sticky behavior */
  }
}
.product-video-container{
  display: flex;
}
.product-video-container iframe{
  width: 100%;
}
form input.error {
  border: 1px solid red;
  margin-bottom: 5px;
}
.form-check.error {
  border: 1px solid red;
  margin-bottom: 5px;
}
.validation_body {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
}

.product_offers.no_offer {
  background-color: #f1f2f4;
  border-radius: 6px;
  clear: both;
}
.product_offers.no_offer.empty {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 !important;
}
.product_offers.no_offer.without_color_attribute {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product_offers.no_offer.without_color_attribute .offer-details {
  display: none !important;
}
.product_offers.no_offer.without_color_attribute .form-check label {
  gap: 10px;
}
.product_offers.no_offer.without_color_attribute
  .offer
  .form-check
  label
  .product_discount {
  /* display: none !important;*/
}
.product_offers.no_offer.without_color_attribute .offer {
  margin-bottom: 0 !important;
  width: 100%;
}
.product_offers .offer.active {
  box-shadow: 0px 4px 20px 0px #0a3ebd33;
  border: 1.5px solid var(--2177F6, #2177f6);
}
.product_offers.with_color_attribute
  .offer
  .offer_items.attribute_list
  .selectItemAttr,
.color-list-custom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 5px !important;
  width: 100%;
  justify-content: start;
  gap: 3px;
}
.color-list-custom {
  justify-content: end !important;
  width: 80% !important;
}
.product_offers.with_color_attribute
.offer
.offer_items.attribute_list
.selectItemAttr,
.color-list-custom {
  width: 100% !important;
  justify-content: start;
  gap: 3px;
}
@media (max-width: 768px) {
  .product_offers.with_color_attribute
    .offer
    .offer_items.attribute_list
    .selectItemAttr,
  .color-list-custom {
    width: 100% !important;
    justify-content: start;
    gap: 3px;
  }
}
.product_offers.with_color_attribute
  .offer
  .offer_items.attribute_list
  .selectItemAttr
  .attu_check,
.color-list-custom .attu_check {
  /*background: #fff;*/
  border: 0.5px solid #7e859b;
  /*padding: 4px 14px;*/
  /*border-radius: 4px;*/
  position: relative;
  padding: 0px;
  border-radius: 4px;
  max-width: calc(33.333% - 2px);
}

/* Add this new rule for col-12 case */
.product_offers.with_color_attribute
.offer
.offer_items.attribute_list
.selectItemAttr
.attu_check.col-12,
.color-list-custom .attu_check.col-12 {
  max-width: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--colorType);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px var(--colorType);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--colorType);
  }
}

.fixed-buy-now {
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color: var(--bs-btn-active-color);
  background-color: var(--colorType);
  border-color: var(--colorType);
}
.product_offers.with_color_attribute
  .offer
  .offer_items.attribute_list
  .selectItemAttr
  .attu_check
  input[type="radio"],
.color-list-custom .attu_check input[type="radio"] {
  cursor: pointer;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  height: 100%;
  text-align: center;
}

.product_offers.with_color_attribute .offer-body {
  background: transparent;
  border: none;
}

.product_offers.with_color_attribute .offer.active {
  background: #2177f61a;
  padding: 0;
}
.product_offers .offer.active .offer-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.product_offers.with_color_attribute .offer-body {
  background-color: transparent !important;
}
.offer-details .buy-now {
  /*padding: 0.7em 1em;*/
  border-radius: 8px;
  font-size: 18px;
  width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
@media (max-width: 768px) {
  .product_offers.no_offer.without_color_attribute {
    display: block;
  }
  .product_offers.no_offer.without_color_attribute .offer {
    margin-bottom: 10px !important;
  }
  .product_offers.no_offer.without_color_attribute
    .offer
    .form-check
    label
    .product_discount {
    display: flex !important;
  }
}

.select_offer_color_list,
.select_offer_circle {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  /* // width: 40%; */
  flex-wrap: wrap;
}
.select_offer_color_list .color_offer_list {
  background: #fff;
  border: 0.5px solid #7e859b;
  padding: 4px 14px;
  border-radius: 4px;
}
.select_offer_color_list .color_offer_list,
.select_offer_circle .color_offer_circle {
  position: relative;
}

.color_offer_circle.color_checked.active_color
  .select_offer_color_list
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100% !important;
  height: 100% !important;
  left: 0;
}

.select_offer_circle .color_offer_circle input {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
}

.select_offer_color_list .color_offer_list.color_img {
  padding: 0;
  width: auto;
  border-radius: 10px;
}
.select_offer_color_list .color_offer_list.color_img input {
  border-radius: 10px;
}
.select_offer_color_list .color_offer_list.color_img label {
  border-radius: 10px;
  width: auto;
}
.select_offer_color_list .color_offer_list.color_img label img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.countdown_component.timer-five .btn span img {
  height: 25px;
  width: 25px;
}

/* parameterized */

/* Define CSS variables for dynamic properties */
:root {
  --colorType: #000; /* Default color */
  --fontType: Arial, sans-serif; /* Default font */
}


.Toastify__toast-body>div:last-child{
  font-family: var(--fontType) !important;
}

/* faq */
.faq-accordion {
  direction: rtl;
  width: 100%;
  font-family: var(--fontType);
  color: #000000;
  padding: 20px;
}
.faq-accordion h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 500;
}
    @media (max-width: 768px) {
     .faq-accordion h2 {
        font-size: 18px !important;
       }
    }
.faq-item {
  margin-bottom: 10px;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item details {
  border-radius: 14px;
}
.faq-item summary {
  cursor: pointer;
  background-color: #ffffff;
  padding: 15px 20px; /* Added padding for summary */
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #DADCE3;
  background: rgba(255, 255, 255, 0.10);
  font-weight: bold;
  position: relative; /* For positioning the icon */
}
.faq-item summary:hover {
  background-color: #e6e6e6;
}
.faq-item .toggle-icon {
  width: 30px; /* Adjust size as needed */
  height: 30px;
  transition: transform 0.3s ease; /* Smooth rotation */
}
.faq-item details[open] .toggle-icon {
  transform: rotate(180deg); /* Rotate icon when open */
}
.faq-item p {
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}









#questions-funnels {
  width: auto;
  margin:0px auto;
  padding: 0;
  background-color: transparent;
  font-family: var(--fontType);
}



#questions-funnels .description-dropdown .accordion-element {

  padding: 10px 8px;
}

#questions-funnels .description-dropdown .accordion-element .accordion-header button {
  padding: 13px 10px;
  margin: 0;
}

#questions-funnels .description-carousel {
  height: 100%;
  max-width: 100%;
  max-height: 100%;

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

#questions-funnels>div>div>div.col-lg-6.col-md-6.slider {
  height: 100%;
  flex: 1;
  min-height: 100%;
  position: relative;
}

#questions-funnels .description-carousel img {
  height: auto !important;
  width: 100% !important;
  max-height: 600px !important;
}

#questions-funnels button.carousel-control-next {
  background: black;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%;
  margin: 0 10px 0 0;
}

#questions-funnels  .carousel-control-prev .carousel-control-prev-icon,
#questions-funnels .carousel-control-next .carousel-control-next-icon {
  background-color: transparent;
}

#questions-funnels  button.carousel-control-prev {
  background: black;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%;
  margin: 0 0 0 10px;
}
/* small features*/


#questions-funnels  .accordion-item:not(:first-of-type){
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-top-width: 1px !important;
  border-bottom-width: 6px;
  border-left-width: 7px;
  /* border-right-width: 6px; */
  background-position: center center;
  z-index: 600;
  padding: 6px;
  font-family: var(--fontType);
  border-color: var(--colorType);
  border-radius: 0px 0px 0px 15px;
}
#questions-funnels  .accordion-item{
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-top-width: 1px!important;
  border-bottom-width: 6px;
  border-left-width: 7px;
  /* border-right-width: 6px; */
  background-position: center center;
  z-index: 600;
  padding: 6px;
  font-family: var(--fontType);
  border-color: var(--colorType);
  border-radius: 30px 30px 0px 15px;
  /*box-shadow: 0px 1px 5px 2px rgb(166, 111, 248);*/
}
#questions-funnels  .accordion-header{
  padding: 10px;
}
#questions-funnels  .accordion-button{
  padding: 13px 10px;
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #questions-funnels  .accordion-button{
    font-size: 12px;
  }
  #questions-funnels  .accordion-item:not(:first-of-type){
    border-bottom-width: 3px;
    border-left-width: 3px;
  }
  #questions-funnels  .questions-funnels-left{

    box-shadow: 2px 2px 0px 0px var(--colorType);
    padding-right: 3px;
    padding-left: 3px;
  }
  #questions-funnels .questions-funnels-right-side {
    padding-top: 0px;
    margin-top: 0px;
  }
}
#questions-funnels   .logo-img-accordion-button {
  width: 28px;
  height: 28px;
  margin-left: 5px;
}
#questions-funnels   .accordion-button:focus{
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

#questions-funnels  .questions-funnels-left{
  padding: 0 20px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  font-family: var(--fontType);
  border-color: var(--colorType);
  overflow: hidden;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 0px;
  padding-top: 45px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 5px 5px 0px 0px var(--colorType);
  font-family: var(--fontType);
}
#questions-funnels  .questions-funnels-right-side{
  padding-top: 0px;
  margin-top: 0px;
}
#questions-funnels  .questions-funnels-right-side h3{
  line-height: 160%;
  color: #8785a2;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
#questions-funnels  .questions-funnels-right-side h1{
  color: var(--colorType);
  font-family: var(--fontType);
  font-weight: 700;
  line-height: 130%;
  font-size: 40px;
  text-align: center;
}
#questions-funnels  .accordion-button::after{
  margin-right: auto!important;
  margin-left: 0px;
}
#questions-funnels  .questions-funnels-right-side p{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
#questions-funnels  .accordion-button:not(.collapsed){
  background-color: transparent;
}
#questions-funnels  .accordion-button:hover{
  background-color: #e9eded;
}

/* faq */


/* feature */

.feature-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  font-family: var(--fontType);
  background-color: #ffffff;
  color: #000000;
  flex-wrap: wrap;
}
.feature-item {
  text-align: center;
  max-width: 25%;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .feature-item {
    text-align: center;
    max-width: 50%;
  }
}
.feature-item img {
  height: 40px;
  width: 40px;
  margin-bottom: 10px;
}
.feature-item h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.feature-item p {
  font-size: 14px;
  color: #3D3D3D;
}
@media (max-width: 768px) {
  .feature-section {
    flex-direction: column;
  }
  .feature-item {
    max-width: 100%;
  }
}








.features-container-two h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px
}
.features-container-two img {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}
  @media screen and (max-width: 767px) {
    .features-container-two h2 {
      font-size: 20px;
    }
  }


  

  .features-container-three img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .features-container-three p {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin-top: 12px;
  }
    @media screen and (max-width: 767px) {
      .features-container-three img {
        width: 40px;
        height: 40px;
      }
      .features-container-three p {
        font-size: 14px;
        line-height: 14px;
      }
    }



    .features-container-four {
      background: #DDF44C1F;
      padding: 20px 0;
    }
    .features-container-four img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
    }
    .features-container-four p {
      font-weight: 800;
      font-size: 20px;
      text-align: center;
      margin-top: 12px;
      margin-bottom: 0;
      color:  #162722;
    }
      @media screen and (max-width: 767px) {
        .features-container-four img {
          width: 40px;
          height: 40px;
        }
        .features-container-four p {
          font-size: 14px;
          line-height: 14px;
        }
      }



      .features-container-five {
        background-color: #2954451c;
        padding: 0 0 20px 0;
        margin-top: 30px;
      }
        .features-container-five .container {
          margin-top: -30px;
        }
      .features-container-five img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
      }
      .features-container-five .feature-title {
        font-weight: 800;
        font-size: 22px;
        line-height: 34px;
        color: #162722;
      }
      .features-container-five p {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
        line-height: 20px;
        color: #2B3B35;
      }
        @media screen and (max-width: 767px) {
          .features-container-five img {
            width: 40px;
            height: 40px; s   
          }
          .features-container-five p {
            font-size: 14px;
            line-height: 14px;
          }
        }




        .features-container-six {
          margin-top: 30px;
        }
          .features-container .container {
            margin-top: -30px;
          }
        .features-container-six .subtitle {
          font-weight: 800;
          font-size: 16px;
          color: #C5DE39;
          line-height: 25px;
          text-align: center;
        }
        .features-container-six .title {
          font-weight: 800;
          font-size: 56px;
          color: #162722;
          line-height: 72px;
          text-align: center;
        }
        .features-container-six .lead {
          font-size: 18px;
          font-weight: 400;
          line-height: 30px;
          color: #2B3B35;
          text-align: center;
          max-width: 670px;
              width: 100%;
        }
        .features-container-six .feature-item {
          border: 1px solid #162722;
          border-radius: 14px 14px 0 14px;
          min-width: 100%;
          padding: 0 25px 40px;
          text-align: right;
          -webkit-box-shadow: -6px 6px 4px 0px rgba(221,244,76,1);
          -moz-box-shadow: -6px 6px 4px 0px rgba(221,244,76,1);
          box-shadow: -6px 6px 4px 0px rgba(221,244,76,1);
          margin-bottom: 50px;
          min-height: 200px;
        }
        .features-container-six img {
          width: 60px;
          margin-top: -32px
        }
        .features-container-six .feature-title {
          font-weight: 800;
          font-size: 22px;
          line-height: 34px;
          color: #162722;
        }
        .features-container-six p {
          font-weight: 400;
          font-size: 16px;
          text-align: right;
          margin-bottom: 0;
          line-height: 20px;
          color: #2B3B35;
        }
          @media screen and (max-width: 767px) {
          .features-container-six .title {
            font-size: 36px;
            line-height: 40px;
          }
            .features-container-six .lead {
              font-size: 16px;
              line-height: 22px;
            }
            .features-container-six img {
              width: 40px;
            }
            .features-container-six p {
              font-size: 14px;
              line-height: 14px;
            }
          }



/* feature */


/* footer */

.custom-footer {
  background-color: #051225;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  border-radius: 34px 34px 0px 0px;
  font-family: var(--fontType);
}
.custom-footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.custom-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
}
.custom-footer .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.custom-footer .social-icons img {
  height: 24px;
  width: 24px;
}
.custom-footer .footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #333333;
  padding-top: 10px;
}
.custom-footer .footer-bottom span {
  color: #ffffff;
}




.footer-2 {
  background-color: #162722;
  padding: 40px 0; 
}
.footer-2 .footer-links a {
  color: #fff;
    display: contents;
    text-decoration: underline;
}
.footer-2 .footer-links,
.footer-2 .footer-social  {
  display: flex;
  padding: 0;
  list-style: none;
}
.footer-2 .footer-links .footer-link {
  padding: 0 15px;
  font-size: 16px;
  color: #FFFFFFBF;
  text-decoration: underline;
}
.footer-2 .footer-social .footer-link {
  margin: 0 10px;
}
.footer-2 .footer-social .footer-link span , .footer-2 .footer-social img {
  width: 24px;
  height: 24px;
  color: #FFFFFFBF;
}
.footer-2 .footer-social .footer-link .mdi--facebook {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2.04c-5.5 0-10 4.49-10 10.02c0 5 3.66 9.15 8.44 9.9v-7H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.89 3.78-3.89c1.09 0 2.23.19 2.23.19v2.47h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.45 2.9h-2.33v7a10 10 0 0 0 8.44-9.9c0-5.53-4.5-10.02-10-10.02'/%3E%3C/svg%3E");
}
.footer-2 .footer-social .footer-link .ant-design--instagram-outlined {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='white' d='M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1S717.1 625.5 717.1 512S625.5 306.9 512 306.9m0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7S645.3 438.6 645.3 512S585.4 645.3 512 645.3m213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9s47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9M911.8 512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2 0-109.9-.5-165 2.6c-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6c46.9 46.9 103.6 61.4 167.6 64.5c55.2 3.1 109.9 2.6 165 2.6c55.2 0 109.9.5 165-2.6c64-3.1 120.8-17.7 167.6-64.5c46.9-46.9 61.4-103.6 64.5-167.6c3.2-55.1 2.6-109.8 2.6-165m-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8c-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840s-183.3 4.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512s-4.7-183.3 16.1-235.9c7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2c14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512s4.7 183.2-16.2 235.8'/%3E%3C/svg%3E");
}
.footer-2 .footer-social .footer-link .pajamas--twitter {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M9.294 6.928L14.357 1h-1.2L8.762 6.147L5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977l.538.775l4.491 6.47h-1.843z'/%3E%3C/svg%3E");
}
.footer-2 .copy-write {
  font-size: 16px;
  color: #FFFFFFBF;
  width: auto;
} 
.footer-2 .copy-write a {
    color: #DDF44C;
    text-align: center
}
.footer-2 img {
  width: 260px;
      height: 30px;
}



.footer-3 {
  background-color: #4E738A;
  padding: 54px 0; 
  color: #fff;
  text-align: center;
}
.footer-3 ul{
  list-style: none;
}

.footer-3 .logo {
  text-align: center;
}
.footer-3 .logo img {
  width: 55px;
}
.footer-3 .footer-links a {
  color: #fff;
    display: contents;
    text-decoration: underline;
    display: flex !important;
justify-content: center;
align-items: center;
gap: 10px;
width: auto;
padding: 0;
margin: 0;
text-decoration: none !important;
}
.footer-3 .footer-links,
.footer-3 .footer-social  {
     display: flex;
row-gap: 10px;
column-gap: 10px;
margin-bottom: 20px;
justify-content: center;

}
.footer-3 .footer-links .footer-link {
  padding: 0 15px;
  font-size: 16px;
  color: #FFFFFFBF;
  text-decoration: underline;
}
.footer-3 .footer-social .footer-link {
  margin: 0 3px;
  padding: 5px;
  border-radius: 5px;
  background-color: #FF8672;
}
.footer-3 .footer-social .footer-link span , .footer-3 .footer-social img {
  width: 24px;
  height: 24px;
  color: #FFFFFFBF;

  position: relative;
}
.footer-3 .footer-social .footer-link .mdi--facebook {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2.04c-5.5 0-10 4.49-10 10.02c0 5 3.66 9.15 8.44 9.9v-7H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.89 3.78-3.89c1.09 0 2.23.19 2.23.19v2.47h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.45 2.9h-2.33v7a10 10 0 0 0 8.44-9.9c0-5.53-4.5-10.02-10-10.02'/%3E%3C/svg%3E");
}
.footer-3 .footer-social .footer-link .ant-design--instagram-outlined {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='white' d='M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1S717.1 625.5 717.1 512S625.5 306.9 512 306.9m0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7S645.3 438.6 645.3 512S585.4 645.3 512 645.3m213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9s47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9M911.8 512c0-55.2.5-109.9-2.6-165c-3.1-64-17.7-120.8-64.5-167.6c-46.9-46.9-103.6-61.4-167.6-64.5c-55.2-3.1-109.9-2.6-165-2.6c-55.2 0-109.9-.5-165 2.6c-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6c46.9 46.9 103.6 61.4 167.6 64.5c55.2 3.1 109.9 2.6 165 2.6c55.2 0 109.9.5 165-2.6c64-3.1 120.8-17.7 167.6-64.5c46.9-46.9 61.4-103.6 64.5-167.6c3.2-55.1 2.6-109.8 2.6-165m-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8c-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840s-183.3 4.7-235.9-16.1c-18.2-7.3-31.8-16.1-45.8-30.2c-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512s-4.7-183.3 16.1-235.9c7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2c14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512s4.7 183.2-16.2 235.8'/%3E%3C/svg%3E");
}
.footer-3 .footer-social .footer-link .ic--twotone-tiktok {
display: inline-block;
width: 1em;
height: 1em;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.6 5.82s.51.5 0 0A4.28 4.28 0 0 1 15.54 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}

.footer-3 .footer-social .footer-link .pajamas--twitter {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M9.294 6.928L14.357 1h-1.2L8.762 6.147L5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977l.538.775l4.491 6.47h-1.843z'/%3E%3C/svg%3E");
}
.footer-3 .copy-write {
  font-size: 16px;
  color: #FFFFFFBF;
  width: auto;
} 
.footer-3 .copy-write a {
    color: #DDF44C;
    text-align: center
}
.footer-3 img {
  width: 260px;
      height: 30px;
}



/* footer */

/* header */

.header_theme {
  background: #fff;
  color: #000;
  box-shadow: 0px 4px 15px 0px #0000001A;
  padding: 10px 20px;
  display: block;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.header_theme .header_content {
 width: 50%;
margin-left: auto;
display: flex;
justify-content: space-between;
}
.header_theme .header_content img{
height:38px;
width:54px
}
/* Header */


/* product */

.product-card {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
 font-family: var(--fontType);
}
.product-card img {
  width: 100%;
  height: auto;
}
.product-card .product-title {
  font-size: 16px;
  margin: 10px 0;
}
.product-card .product-price {
  color: #007bff;
  font-size: 18px;
  margin: 5px 0;
}
.product-card .product-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.product-card .product-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px 0;
}
.product-card .product-button:hover {
  background-color: #0056b3;
}

/* product */

.form-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
      direction: rtl;
}
.form-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
}
.form-control,
.form-select {
  margin-bottom: 15px;
}
.form-control::placeholder {
  font-size: 0.875rem;
}
.btn-primary {
  background-color: var(--colorType);
  border-color: var(--colorType);
  font-size: 1.25rem;
}







.card{
  font-family: var(--fontType);
      border: none;
      border-radius: 0px 0px 8px 8px;
      background: #FFF;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}
.img{
      width: 100%;
      height: 180px;
}
.card-img-top{
        height: 100%;
        width: 100%;
        object-fit: cover;
}
.card-title{
      color: #000;
     font-family: var(--fontType);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
}
.card-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.price_original{
      color:  #BFC2C5;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      text-decoration: line-through;
}
 .price_discount{
      color: #0F60FF;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%; 
    }
  a.btn{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
        background: #3DAEDD;
        border:none
  }





  .form-section h1 {
    font-family: var(--fontType);
  }

  .form-section {
    font-family: var(--fontType);
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    direction: rtl;
  }

  .form-title {
    font-family: var(--fontType);
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
  }

  .form-control,
  .form-select {
    margin-bottom: 15px;
  }

  .product_form .btn-primary {
    background-color: var(--colorType);
    border-color: var(--colorType);
    font-size: 1.25rem;
  }

  .purchaseButton{
    background-color: var(--colorType) !important;
    border-color: var(--colorType) !important;
    font-size: 1.25rem;
  }

  #quantityInput {
    width: 50px;
    margin: 0;
    text-align: center;
    border-radius: 0;
  }

  .quantity_container {
    background: #D9D9D9;
    border-radius: 9px;
    padding: 2px 2px;
    justify-content: center;
  }

  .quantity_container .quantity_btn_action {
    background: transparent;
    border: none;
  }

  .product_form .quantity_action {
    background: #3DAEDD;
    border: none;
     margin: 1rem 0;
  }

  .product_form .form-check {
    /* border: 1px solid #DADCE3; */
    padding: 10px 4px;
    border-radius: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 12px;
  }

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

  .product_form .form-check .form-check-input {
    float: none;
    margin-left: 6px;
  }

  .product_form .form-check-input:checked {
    background-color: #3DAEDD;
    border-color: #3DAEDD;
  }

  .product_form .product_summary {
    border-top: 1px solid #DADCE3;
  }

  .product_form .carousel-inner img {
    width: 100%;
    height: auto;
  }

  .carousel-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .carousel-thumbnails img {
    width: 80px;
    height: 80px;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .product_form .form-check {
      justify-content: center;
    }

    .carousel-thumbnails {
      gap: 5px;
    }

    .carousel-thumbnails img {
      width: 75px;
    }
  }



/* product  */


/* testmonial*/

.customer-reviews-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: var(--fontType);
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.customer-reviews-slider h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 600;
}
.reviews-container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  gap:20px;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-item {
  flex: 0 0 100%;
  margin: 0 10px;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
  border: 1px solid #DADCE3;
  background: #FFF;
}
.review-item img {
  border-radius: 5px;
  width: 80px;
}
.review-item h3 {
  margin: 10px 0 5px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontType);
}
 @media (max-width: 768px) {
  .review-item h3 {
      font-size: 16px !important;
     }
  }
.review-item .rating {
  display: flex;
 
  margin-bottom: 10px;
  gap: 2px;
  direction: rtl;
  cursor: pointer;
}
.review-item .rating span {
  color: #3186e0;
  font-size: 20px;
}
.review-item p {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-button.prev {
  left: 10px;
}
.nav-button.next {
  right: 10px;
}

@media (min-width: 768px) {
  .review-item {
   flex: 0 0 calc(100% / 3);
  }
}

@media (min-width: 1024px) {
  .review-item {
     flex: 0 0 calc(100% / 4)
  }
}
  .review-title {
  text-align: center;
  }

/* testmonial */


/* top header */
.top_nav {
  background: var(--colorType);
   color: #fff;
   padding: 10px 20px;
   display: block;
   width:100%;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 3px;
}
.top_nav img{
 height:17px;
 width:17px
}


.top_nav {
  background: #007BF8;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.top_nav img{
  height:17px;
  width:17px
}







.top-nav2 {
  font-family: var(--fontType);
  margin: 10px 0;
  background: transparent;
}
.top-nav2 .text-container {
  text-align: center;
  margin-bottom: 20px;
}
.top-nav2 .text-container p {
  font-family: var(--fontType);
  font-weight: 800;
  color: #000000;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .top-nav2 .text-container p {
    font-size: 20px;
  }
}


.top-nav3 {
  font-family: var(--fontType);
  margin: 0;
  background: #355548;
}
.top-nav3 .text-container {
  text-align: center;
  padding: 12px 0 14px;
}
.top-nav3 .text-container p {
  font-family: var(--fontType);
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.top-nav3 .text-container span {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .top-nav3 .text-container p {
    font-size: 15px;
  }
}



.top-nav10  img {
  height: 24px;
  width: 24px;
}
  .top-nav10 {
    font-family: var(--fontType);
    padding: 10px 0;
    background: transparent;
  }
  .top-nav10 .text-container {
    text-align: center;
    padding: 12px 0 14px;
    background: #FFFFFF;
    border-radius: 9px;
  }
  .top-nav10 .text-container p {
    font-family: var(--fontType);
    font-weight: 800;
    color: #000;
    font-size: 23px;
    margin-bottom: 0;
  }
  .top-nav10 .text-container span {
    display: inline-block;
    color: #000;
    margin: 0 10px;
  }
  @media screen and (max-width: 575px) {
    .top-nav10 .text-container p {
      font-size: 15px;
    }
  }

  .top-nav11 {
    font-family: var(--fontType);
    padding: 0;
    background: transparent;
  }
  .top-nav11 .text-container {
    text-align: center;
    padding: 12px;
    background: #F2C438;
    border-radius: 0 0 20px 20px;
  }
  .top-nav11 .text-container p {
    font-family: var(--fontType);
    font-weight: 700;
    color: #191C2D;
    font-size: 40px;
    margin-bottom: 0;
  }
  .top-nav11 .text-container span {
    display: inline-block;
    color: #191C2D;
    margin: 0 10px;
  }
  @media screen and (max-width: 575px) {
  .top-nav11 .text-container {
    text-align: center;
    padding: 12px;
    background: #F2C438;
    border-radius: 11px;
  }
    .top-nav11 .text-container p {
      font-size: 25px;
    }
  }
  



/* top header */


/* product page */

.top_nav {
  background: var(--colorType);
  color: #fff;
  padding: 10px 20px;
  display: block;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.top_nav img{
  height:17px;
  width:17px
}
    .review-title {
        text-align: right;
        margin-left: 3px;
        font-weight: 500;
        font-size: 20px;
        width: 70%;
        margin: 0 auto;

    }



    .customer-reviews-slider {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
     font-family: var(--fontType);
      background-color: #ffffff;
      color: #000000;
      padding: 20px;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
    }
    .customer-reviews-slider h2 {
      font-size: 24px;
      margin-bottom: 20px;
      color: #333333;
      font-weight: 600;
    }
    .reviews-container {
      display: flex;
      transition: transform 0.3s ease-in-out;
      width: 100%;
       gap:20px;
    }
    .review-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .review-item {
      flex:100% ;
      margin: 0 10px 0 0;
      padding: 15px;
      border-radius: 15px;
      align-items: center;
      border: 1px solid #DADCE3;
      background: #FFF;
    }
    .review-item img {
      border-radius: 5px;
      width: 80px;
    }
    .review-item h3 {
      margin: 10px 0 5px;
      color: #000;
      font-size: 20px;
      font-weight: 500;
     font-family: var(--fontType);
    }
     @media (max-width: 768px) {
      .review-item h3 {
          font-size: 16px !important;
         }
      }
    .review-item .rating {
      display: flex;
     
      margin-bottom: 10px;
      gap: 2px;
      direction: rtl;
      cursor: pointer;
    }
        @media (max-width: 768px) {
      .review-item .rating {
          gap: 3px; !important;
         }
      }
    .review-item .rating span {
      color: #3186e0;
      font-size: 20px;
    }
    .review-item p {
      color: #000;
      text-align: right;
      font-size: 16px;
      font-weight: 500;
    }
    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #333333;
      color: #ffffff;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .nav-button.prev {
      left: 10px;
    }
    .nav-button.next {
      right: 10px;
    }

    @media (min-width: 768px) {
      .review-item {
         flex: 0 0 calc(100% / 3)
      }
    }

    @media (min-width: 1024px) {
      .review-item {
        flex: 0 0 calc(100% / 4);
      }
    }



    .faq-accordion {
      direction: rtl;
      width: 100%;
      font-family: var(--fontType);
      color: #000000;
      padding: 20px;
    }
    .faq-accordion h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 20px;
      color: #333333;
      font-weight: 500;
    }
      @media (max-width: 768px) {
         .faq-accordion h2 {
            font-size: 18px !important;
           }
        }
    .faq-item {
      margin-bottom: 10px;
    }
    .faq-item:last-child {
      border-bottom: none;
    }
    .faq-item details {
      border-radius: 14px;
    }
    .faq-item summary {
      cursor: pointer;
      background-color: #ffffff;
      padding: 15px 20px; /* Added padding for summary */
      border-radius: 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid #DADCE3;
      background: rgba(255, 255, 255, 0.10);
      font-weight: bold;
      position: relative; /* For positioning the icon */
    }
    .faq-item summary:hover {
      background-color: #e6e6e6;
    }
    .faq-item .toggle-icon {
      width: 30px; /* Adjust size as needed */
      height: 30px;
      transition: transform 0.3s ease; /* Smooth rotation */
    }
    .faq-item details[open] .toggle-icon {
      transform: rotate(180deg); /* Rotate icon when open */
    }
    .faq-item p {
      margin: 0;
      padding: 10px;
      background-color: #ffffff;
      border-radius: 5px;
    }


    .feature-section {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 0px;
     font-family: var(--fontType);
      background-color: #ffffff;
      color: #000000;
      flex-wrap: wrap;
    }
    .feature-item {
      text-align: center;
      max-width: 25%;
    }
    .feature-item img {
      height: 40px;
      width: 40px;
      margin-bottom: 10px;
    }
    .feature-item h3 {
      font-size: 16px;
      margin-bottom: 5px;
    }
    .feature-item p {
      font-size: 14px;
      color: #3D3D3D;
    }
    @media (max-width: 768px) {
      .feature-section {
        flex-direction: column;
      }
      .feature-item {
        max-width: 100%;
      }
    }


    .custom-footer {
      background-color: #051225;
      color: #ffffff;
      text-align: center;
      padding: 20px;
      border-radius: 34px 34px 0px 0px;
     font-family: var(--fontType);
    }
    .custom-footer .footer-links {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 20px;
    }
    .custom-footer .footer-links a {
      color: #ffffff;
      text-decoration: none;
    }
    .custom-footer .social-icons {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
    }
    .custom-footer .social-icons img {
      height: 24px;
      width: 24px;
    }
    .custom-footer .footer-bottom {
      margin-top: 20px;
      border-top: 1px solid #333333;
      padding-top: 10px;
    }
    .custom-footer .footer-bottom span {
      color: #ffffff;
    }





    .header_theme {
      background: #fff;
      color: #000;
      box-shadow: 0px 4px 15px 0px #0000001A;
      padding: 10px 20px;
      display: block;
      width:100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 3px;
}
.header_theme .header_content {
     width: 50%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.header_theme .header_content img{
  height:38px;
  width:54px
}


/* product page */


/* timer */


.countdown_component_one.timer-one {
  font-family: var(--fontType);
  background: #D9D9D9;
  padding: 10px 5px;
  margin: 10px 0;
}
.countdown_component_one.timer-one .countdown_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 4rem;
  column-gap: 0;
}

.countdown_component_one.timer-one .countdown_body {
  text-align: center;
}
.countdown_component_one.timer-one .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: var(--colorType);
  padding: 1rem;
  min-width: 22em;
  border-radius: 9px;
}
.countdown_component_one.timer-one .time-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.countdown_component_one.timer-one .time-section .time {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
  @media(max-width: 768px) {
  
  }
.countdown_component_one.timer-one .time-section .title {
  font-size: 13px;
  color: #fff;
}
.countdown_component_one.timer-one .countdown_title p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 56.22px;
  text-align: right;
  font-family: var(--fontType);
}
  @media(max-width: 768px) {
   .countdown_component_one.timer-one .countdown_container{
    flex-direction: column; 
      row-gap: 0;
   }
  .countdown_component_one.timer-one .timer {
      min-width: unset !important;
    }
  .countdown_component_one.timer-one .countdown_body {
      width: 100%;
      order: 2;
  }
  .countdown_component_one.timer-one .countdown_title p {
    font-size: 18px;
  }
}


.countdown_component_three.timer-three {
  font-family: var(--fontType);
  margin: 10px auto;
}
.countdown_component_three.timer-three.countdown_container {
 
  box-shadow: 0px 0px 8px 6px var(--colorType)1F;
  background: var(--colorType)1F;
  border: 2px solid var(--colorType);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.countdown_component_three.timer-three .countdown_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 4rem;
  column-gap: 4rem;
}
.countdown_component_three.timer-three .countdown_body {
  text-align: center;
}
.countdown_component_three.timer-three .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: .5rem;
  background: transparent;
  min-width: auto;
  border-radius: 9px;
}
.countdown_component_three.timer-three .time-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.countdown_component_three.timer-three .time-section .actions_time {
     display: flex;
justify-content: center;
align-items: center;
gap: 3px;
}
.countdown_component_three.timer-three .time-section .time {
  font-size: 32px;
  color: var(--colorType);
  font-family: var(--fontType);
  font-weight: 600;
}
.countdown_component_three.timer-three .time-section .title {
  font-size: 13px;
  color: #000;
}
.countdown_component_three.timer-three .countdown_title p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 56.22px;
  text-align: right;
  font-family: var(--fontType);
}
.countdown_component_three.timer-three .countdown_order .btn.btn-primary {
  width: 100%;
  margin: 10px 0;
  border-radius: 5px 5px 30px 30px;
  background: var(--colorType);
  border:none;
  font-size: 20px !important;
}
          @media(max-width: 768px) {
     .countdown_component_three.timer-three .countdown_content{
      flex-direction: column; 
          row-gap: 0;
    }
      .countdown_component_three.timer-three .countdown_body {
      order: 2;
      }
      .countdown_component_three.timer-three .timer {
      padding-top: 0 !important;
      column-gap: 0 !important;
      }
  }


  .countdown_component.timer-five {
    font-family: var(--fontType);
    background: transparent;
    padding: 17px 10px;
    margin: 10px auto;
  }
  .countdown_component.timer-five .countdown_container {
    display: block;
    text-align: center;
    
  }
  .countdown_component.timer-five .countdown_container .countdown_title {
    padding: 5px 150px;
    color: #191919;
    background-color: #6A6A6A66;
    display: inline-block;
    border-radius: 8px;
  }
  .countdown_component.timer-five .countdown_container .countdown_title p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    font-family: var(--fontType);
  }
  .countdown_component.timer-five .countdown_body {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 8px 0px;
    background-color: rgb(255, 255, 255);
    margin-top: -10px;
    z-index: 2;
    position: relative;
    border-radius: 8px;
  }
  .countdown_component.timer-five .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    min-width: 100px;
    border-radius: 9px;
  }
  .countdown_component.timer-five .time-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .countdown_component.timer-five .time-section .time {
    font-family: var(--fontType);
    font-size: 80px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: #3D3D3D;
    border-radius: 7px;
    text-align: center;
    padding: 0;
    min-width: 130px;
    border-radius: 7px;
    line-height: 1;
    }
    .countdown_component.timer-five .btn {
      background-color: #355548;
      padding: 30px 98px 10px;
      color: #fff;
      margin-top: -20px;
      font-weight: 500;
      font-size: 24px;
    }
    @media screen and (max-width: 768px) {
      .countdown_component.timer-five .countdown_container .countdown_title {
        padding: 26px 30px 37px;
      }
      .countdown_component.timer-five .countdown_container .countdown_title p {
        font-size: 20px;
        line-height: 30px;
      }
      .countdown_component.timer-five .timer {
        min-width: 100%;
      }
      .countdown_component.timer-five .time-section .time {
          font-size: 40px;
          min-width: 50px;
      }
     
    }



    .countdown_component_eight.timer-eight {
      font-family: var(--fontType);
      background: transparent;
      padding: 17px 10px;
      margin: 10px auto;
    }
    .countdown_component_eight.timer-eight .countdown_container {
      display: block;
      text-align: center;
      
    }
    .countdown_component_eight.timer-eight .countdown_container .countdown_title {
      color: #000;
    }
    .countdown_component_eight.timer-eight .countdown_container .countdown_title p {
      margin: 20px 0 0;
      font-size: 32px;
      font-weight: 800;
      line-height: 1;
      text-align: center;
      font-family: var(--fontType);
    }
    .countdown_component_eight.timer-eight .countdown_container .countdown_title p .new {
      color: #F23838;
    }
    .countdown_component_eight.timer-eight .countdown_container .countdown_title p .old {
      color: #818181;
        text-decoration: line-through;
    }
    .countdown_component_eight.timer-eight .countdown_body {
      text-align: center;
    }
    .countdown_component_eight.timer-eight .time-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .time-section__item {
      background: #F23838;
      border-radius: 11px;
      width: 100%;
      padding: 15px 0;
    }
    .countdown_component_eight.timer-eight .time-section .time {
      font-size: 40px;
      color: rgb(255, 255, 255);
      font-weight: 700;
      text-align: center;
      line-height: 1;
      }
      .time-section__item .title {
         font-size: 15px;
      color: rgb(255, 255, 255);
      font-weight: 500;
      text-align: center;
      line-height: 1;
      }
      .countdown_component_eight.timer-eight .btn {
        background-color: #007B63;
        padding: 15px 0;
        color: #F2A533;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 25px;
        width: 100%;
        border-radius: 20px;
      }
      @media screen and (max-width: 575px) {
        .countdown_component_eight.timer-eight .countdown_container .countdown_title p {
          font-size: 15px;
        }
        .countdown_component_eight.timer-eight .timer {
          min-width: 100%;
        }
        .countdown_component_eight.timer-eight .time-section .time {
            font-size: 26px;
        }
        .countdown_component_eight.timer-eight .btn {
          padding: 13px 0;
          font-size: 20px;
        }
      }


      .product_countdown{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        background: linear-gradient(90deg,  var(--colorType) 0%, #041833 100%);
        padding: 20px 12px;
        border-radius: 11px;
        margin: 15px 0;
        direction: rtl;
      }
      @media(max-width: 768px) {
        .product_countdown{
          flex-direction: column;
          gap: 0 !important;
          padding: 10px;
        }
      }
     .product_countdown_title{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 21px;
      }
      .product_countdown_name{
        font-size: 18px;
        font-weight: 500;
      }
      .product_countdown_items{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 13px;
        color: #fff;
        text-align: center;
        font-size: 20px;
      }
        @media(max-width: 768px) {
          .product_countdown_items,.product_countdown_title{
            gap: 30px;
          }
        }
     .product_countdown_items .time-section{

    }
    .product_countdown_items .time-section p {
        margin: 0;
    }
     .product_countdown_items .time-section .time{
            font-size: 17px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      font-family: var(--fontType);
      padding: 10px 6px;
    }
     .product_countdown_items .time-section .title{
       font-size: 12px;
    }
    .active_attru{
      border: solid 2px var(--colorType) !important;
    }
    
    .active_color{
      border: solid 2px var(--colorType) !important;
    }

  .offer_items {
      margin-top: 10px; 
  }

    /* start section timer ten */

 .olive-offers-section {
   font-family: var(--fontType);
   /*max-width: 1200px;*/
   margin: 20px auto;
   padding: 0;
   background: transparent;
   border: none;
   box-sizing: border-box;
   position: relative;
 }

.olive-offers-section * {
  box-sizing: border-box;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

@keyframes wiggle {
  0%, 7% { transform: rotateZ(0); }
  15% { transform: rotateZ(-15deg); }
  20% { transform: rotateZ(10deg); }
  25% { transform: rotateZ(-10deg); }
  30% { transform: rotateZ(6deg); }
  35% { transform: rotateZ(-4deg); }
  40%, 100% { transform: rotateZ(0); }
}

@keyframes floatAnimation {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.olive-offers-section .offer-container {
  max-width: 100%;
  padding: 15px;
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  border-radius: 15px;
  text-align: right;
  margin: 10px 0;
  border: 3px solid var(--colorType);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  position: relative;
}

.olive-offers-section .offer-content {
  margin-bottom: 25px;
  animation: fadeIn 0.8s ease-out;
  opacity: 1;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.olive-offers-section .offer-header {
  text-align: center;
  margin-bottom: 20px;
}

.olive-offers-section .offer-title {
  display: inline-block;
  border: 3px solid var(--colorType);
  border-radius: 12px;;
  padding: 12px 25px;
  background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
  position: relative;
}

.olive-offers-section .offer-icon {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 30px;
  animation: wiggle 2s infinite;
}

.olive-offers-section  .offer-heading {
  color: var(--colorType);
  font-size: 24px;
  margin: 0;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.olive-offers-section .countdown-header {
  font-weight: 700;
  color: var(--colorType);
  margin-bottom: 15px;
  font-size: 20px;
}

.olive-offers-section  .countdown-text {
  display: inline-block;
  animation: wiggle 2s infinite, floatAnimation 3s ease-in-out infinite;
}

.olive-offers-section  .countdown-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
  direction: ltr;
}

.olive-offers-section  .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, var(--colorType) 0%, var(--colorType) 100%);
  color: white;
  border-radius: 12px;
  padding: 12px;
  min-width: 70px;
  box-shadow: 0 10px 25px var(--colorType);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: floatAnimation 3s ease-in-out infinite;
}

.olive-offers-section .countdown-item.delay-1 {
  animation-delay: 0.2s;
}

.olive-offers-section  .countdown-item.delay-2 {
  animation-delay: 0.4s;
}

.olive-offers-section  .countdown-item.delay-3 {
  animation-delay: 0.6s;
}

.olive-offers-section  .countdown-item:hover {
  transform: translateY(-8px) scale(1.1);
  box-shadow: 0 20px 40px var(--colorType);
}

.olive-offers-section  .countdown-value {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  animation: pulse 2s infinite;
}

.olive-offers-section  .countdown-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
  position: relative;
  z-index: 2;
  opacity: 0.95;
  letter-spacing: 1px;
}

.olive-offers-section  .countdown-separator {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
  color: var(--colorType);
  animation: blink 1s infinite;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.olive-offers-section .alert-box {
  background: linear-gradient(135deg, #0d6efd14 0%, rgba(255,255,255,0.8) 100%);
  padding: 12px;
  border-radius: 25px;
  display: inline-block;
  border: 2px solid var(--colorType);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.olive-offers-section .alert-text {
  font-weight: 700;
  color: #333333;
  margin: 0;
  font-size: 16px;
}

.olive-offers-section  .alert-icon {
  color: var(--colorType);
  animation: blink 1s infinite;
}

.olive-offers-section  .alert-message {
  animation: floatAnimation 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .olive-offers-section   .countdown-container {
    flex-wrap: wrap;
  }

  .olive-offers-section   .countdown-item {
    min-width: 60px;
    padding: 8px;
  }

  .olive-offers-section  .countdown-value {
    font-size: 22px;
  }

  .olive-offers-section .countdown-label {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .olive-offers-section  .countdown-item {
    min-width: 45px;
    padding: 5px;
  }

  .olive-offers-section   .countdown-value {
    font-size: 18px;
  }

  .olive-offers-section  .countdown-label {
    font-size: 9px;
  }
}
    /* end section timer ten */
    /* timer */
.images-container-two .image-div img{
  max-width: 100%;
  height: auto;
}
.timer-by-class{
  direction: ltr;
}


/* features ibra*/
  .features-section {
    background-color: transparent;
    padding: 0px ;
  }

  .features-section .features-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  }

  .features-section .feature-icon {
    font-size: 2.2rem;
    color: var(--colorType);
    margin-bottom: 10px;
  }
  .features-container-five .feature-icon-section_five {
    font-size: 3.2rem;
    color: var(--colorType);
    margin-bottom: 10px;
  }
  .features-container-five i {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 65px;
    margin-top: -62px;
  }
  .feature-section  .feature-item .feature-icon-section_five_new {
    font-size: 2rem;
    color: var(--colorType);
    margin-bottom: 10px;
  }

  .features-section .feature-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .features-section .feature-text {
    font-size: 1rem;
    color: #6c757d;
  }

/* end features ibra*/



/* faq ibra*/
.faq-7 .faq-section {
  background-color: #fff;
  background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/symphony.png');
  padding: 60px 0;
}

.faq-7 .faq-container {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.faq-7 .accordion-button {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  justify-content: space-between;
}

.faq-7 .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: 0;
}
.faq-7 .accordion-button::after  {
  margin-right: auto!important;
  margin-left: 0!important;
}
.faq-7 .accordion-button:focus {
  box-shadow: none;
}

.faq-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.faq-7 .accordion-body {
  font-size: 14px;
  color: #333;
}

.faq-7 .faq-tag {
  background-color: #f3e9ff;
  color: var(--colorType);
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.faq-7 .faq-title {
  font-size: 22px;
  font-weight: bold;
}

.faq-7 .faq-desc {
  color: #6c757d;
  font-size: 14px;
}

.faq-7 .whatsapp-btn {
  background-color: var(--colorType);
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
}

.faq-7 .whatsapp-btn i {
  font-size: 18px;
  margin-left: 8px;
}
@media (max-width: 500px) {
  .faq-7 .accordion-button {
    font-size: 12px;
}
}
/* end faq ibra*/



/* upload-box ibra*/
.upload-content img {
  max-width: 100% !important;
}
.upload-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.upload-icon {
  color: #666;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.upload-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
/* end upload-box ibra*/


.product-details .ql-align-left {
  text-align: left;
}
.product-details .ql-align-center {
  text-align: center;
}
.product-details .ql-align-right {
  text-align: right;
}
.product-details .ql-align-justify {
  text-align: justify;
}
#toastSuccessContainer , #toastSuccessContainerGeneral{
  z-index: 10;
}


/* upload-box ibra*/
.upload-content img {
  max-width: 100% !important;
}
.upload-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.upload-icon {
  color: #666;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.upload-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
/* end upload-box ibra*/


/* start TestimonialOne*/
.testimonial-one-section-bg .testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.testimonial-one-section-bg .section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.testimonial-one-section-bg .badge-one-top {
  /*background-color: #e0c4f3;*/
  color:var(--colorType);
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 20px;
  font-size: 0.9rem;
}
.row.features_nine--card.bg-light.rounded-4.overflow-hidden.mb-4.align-items-center {
  background-color: #e0c4f3;
}

.testimonial-one-section-bg .quote-icon {
  font-size: 2rem;
  color: var(--colorType);
  margin-bottom: 10px;
}

.testimonial-one-section-bg .testimonial-one-card {
  /*background-color: #fdf7f9;*/
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.04);
  text-align: center;
  height: 100%;
  flex: 0 0 31%;
  max-width: 100%;
}
.testimonial-one-card {
  background-color: #fdf7f9;
}

.testimonial-one-section-bg .testimonial-one-card p {
  color: #333;
  font-size: 1rem;
}

.testimonial-one-section-bg .user-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.testimonial-one-section-bg .user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.testimonial-one-section-bg .user-info .name {
  font-weight: bold;
  font-family: var(--fontType);
}

.testimonial-one-section-bg .user-info .location {
  font-size: 0.9rem;
  color: #666;
}

.testimonial-one-section-bg {
  background: white;
  border-radius: 16px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  font-family: var(--fontType);
}
.testimonial-one-section-bg .quote-icon {
  font-size: 48px;
  color: var(--colorType);
  margin-bottom: 10px;
}
.testimonial-one-section-bg .material-icons.quote-icon {
  font-size: 48px;
  color: var(--colorType);
  margin-bottom: 10px;
}

.testimonial-one-section-bg .testimonial-text {
  font-size: 15px;
  color: #444;
  font-family: var(--fontType);
}

.testimonial-one-section-bg .user-info {
  margin-top: auto;
}
.testimonial-one-section-bg .testimonial-one-card {
  /*background-color: #fdf6f8;*/
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.testimonial-one-section-bg .quote-icon span {
  font-size: 40px;
  color: var(--colorType);
}

.testimonial-one-section-bg .user-info img {
  border: 2px solid #fff;
}
@media (max-width: 767px) {


  .testimonial-one-section-bg .testimonial-one-card {
    /*background-color: #fdf7f9;*/
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    text-align: center;
    height: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-section-bg .testimonial-one-card{
    /*background-color: #fdf7f9;*/
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    text-align: center;
    height: 100%;
    flex: 0 0 30.9%;
    max-width: 100%;
  }
}
/* end TestimonialOne*/

/* start Testimonial-tow */


.testimonial-tow-testimonial-section {
  padding: 30px;
}

.testimonial-tow-testimonial-section .testimonial-tow-testimonial-track-wrapper {

  position: relative;
  overflow: hidden;
  padding: 20px 0px;
}

.testimonial-tow-testimonial-section .testimonial-tow-testimonial-track {
  display: flex;
  /*transition: transform 0.5s ease;*/
  direction: ltr;
  display: -webkit-box;

}


.testimonial-tow-testimonial-section .testimonial-tow-testimonial-slide {
  flex: 0 0 31.8%;
  max-width: 31.8%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  border-bottom: 3px solid var(--colorType);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  height: 100%;
}

/*.testimonial-tow-testimonial-section .testimonial-tow-testimonial-card {*/
/*  background: #fff;*/
/*  border-radius: 15px;*/
/*  border-bottom: 3px solid #f44336;*/
/*  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);*/
/*  padding: 30px;*/
/*  text-align: center;*/
/*  height: 100%;*/
/*}*/

.testimonial-tow-testimonial-section .testimonial-tow-testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid var(--colorType);
}

.testimonial-tow-testimonial-section .testimonial-tow-testimonial-rating {
  color: var(--colorType);
  margin-top: 10px;
}

.testimonial-tow-testimonial-section  .testimonial-tow-testimonial-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--colorType);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  border: none;
  z-index: 10;
  font-size: 20px;
}

.testimonial-tow-testimonial-section  .testimonial-tow-testimonial-controls.testimonial-tow-prev {
  right: -25px;
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  background-color: var(--colorType);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.testimonial-tow-testimonial-section  .testimonial-tow-testimonial-controls.testimonial-tow-next {
  left: -25px;
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  background-color: var(--colorType);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex
;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.tow-testimonial-mx-3 {
  margin-right: 0.7rem !important;
  margin-left: 0.7rem !important;
}
@media (max-width: 767px) {
  .testimonial-tow-testimonial-section  .testimonial-tow-testimonial-slide {
    flex: 0 0 96%;
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-tow-testimonial-section  .testimonial-tow-testimonial-slide {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .testimonial-tow-testimonial-section .testimonial-tow-testimonial-slide{
    max-width: 30.8%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    border-bottom: 3px solid var(--colorType);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: center;
    height: 100%;
  }
}


/* end Testimonial-tow*/

/* start Testimonial-tree*/

.testimonial-three-section .testimonial-three-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.testimonial-three-section .testimonial-three-col {
  width: 100%;
  max-width: 48%; /* لعرض 2 في كل صف */
  flex: 1 1 48%;
}
.testimonial-three-section{
  font-family: var(--fontType);
}

.testimonial-three-section .testimonial-three-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial-three-section .testimonial-three-review-text {

  background-size: 150px;
  padding: 20px;
  flex: 1;

  /* Center text and set auto margin */
  text-align: center;
  margin: auto;
}



.testimonial-three-section .testimonial-three-section-header .tag {
  background-color: #e5d4ff;
  color: var(--colorType);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial-three-section .testimonial-three-section-header h2 {
  font-weight: bold;
  color: #333;
}

.testimonial-three-section .testimonial-three-section-header p {
  color: #555;
}

.testimonial-three-section .testimonial-three-write-btn {
  background-color: var(--colorType);
  color: white;
  border: none;
  border-radius: 19px;
  padding: 10px 37px;
  margin-top: 15px;
}

.testimonial-three-section .testimonial-three-review-card {
  background-color:#fb762c1f;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}



.testimonial-three-section .testimonial-three-stars {
  letter-spacing: 2px;
}


.testimonial-three-section .testimonial-three-review-text strong {
  display: flex;
  align-items: center;
  margin-top: 10px;
}



.testimonial-three-section .testimonial-three-review-image img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 300px;
}

@media (min-width: 768px) {
  .testimonial-three-section .testimonial-three-review-card {
    flex-direction: row;
  }

  .testimonial-three-section .testimonial-three-review-text, .testimonial-three-section .testimonial-three-review-image {
    width: 50%;
  }

}
@media (max-width: 767px) {
  .testimonial-three-section  .testimonial-three-col  {
    max-width: 100%;
    flex: 1 1 100%;
  }
}


/* end Testimonial-tree*/
/* start Testimonial-four*/



.testimonial-four .testimonial-four-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
}
.testimonial-four{
  font-family: var(--fontType);
}
.testimonial-four .testimonial-four-section-title {
  color: var(--colorType);
  font-style: italic;
  font-size: 16px;
}

.testimonial-four .testimonial-four-section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.testimonial-four .testimonial-four-section-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.testimonial-four .testimonial-four-btn-review {
  background-color: var(--colorType);
  color: white;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  border: none;
}

.testimonial-four .testimonial-four-btn-review:hover {
  background-color: var(--colorType);
}

.testimonial-four .testimonial-four-review-card {
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-four .testimonial-four-review-image-container {
  position: relative;
  height: 200px;
  width: 100%;
}

.testimonial-four .testimonial-four-review-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}

.testimonial-four .testimonial-four-stars {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #ff9900;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.testimonial-four .testimonial-four-review-body {
  background-color: #eee;
  padding: 20px 15px 15px;
  font-size: 14px;
  flex-grow: 1;
  text-align: right;
  border-radius: 0px 0px 12px 12px;
}

.testimonial-four .testimonial-four-review-name {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.testimonial-four .testimonial-four-review-time {
  font-size: 12px;
  color: #444;
}

.testimonial-four .testimonial-four-review-text {
  margin-top: 8px;
  color: #000;
  font-size: 13px;
}

/* Responsive 5 per row */
.testimonial-four .testimonial-four-col-md-5th {
  flex: 0 0 18.7%;
  max-width: 18.7%;
}

@media (max-width: 767px) {
  .testimonial-four  .testimonial-four-col-md-5th {
    flex: 0 0 45.7%;
    max-width: 45.7%;
  }

  }
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-four  .testimonial-four-col-md-5th {
    flex: 0 0 31.8%;
    max-width: 31.8%;
  }
  }



/* end Testimonial-four*/
/* start Testimonial-five*/

.testimonial-five-testimonial-section {
  padding: 30px;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-section {
  position: relative;
  /*padding: 2rem 1rem;*/
  padding: 0rem;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-carousel {
  display: flex;
  display: -webkit-box;
  direction: ltr;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-card {
  flex: 0 0 24%;
  /*background: #fff;*/
  border: 1px solid #dee2e6;
  border-radius: 12px;
  margin: 0 6px;
  padding: 1.2rem 0.8rem;
  box-sizing: border-box;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-header img {
  width: 80px;
  border-radius: 12px;
  object-fit: cover;
  margin-left: 10px;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-name {
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-size: 20px;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-rating {
  color: #ffc107;
  font-size: 20px;
}
.testimonial-five-testimonial-section .testimonial-five-testimonial-text {
  font-size: 16px;
  color: #333;
  text-align: right;
}
.testimonial-five-testimonial-section .testimonial-five-scroll-btn {
  position: absolute;
  top: 60%;
  background: var(--colorType);
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 10;
}
.testimonial-five-testimonial-section .testimonial-five-scroll-btn.testimonial-five-left {
  right: -20px;
  color: white;
}
/*collected.css*/
.testimonial-five-testimonial-section .testimonial-five-scroll-btn.testimonial-five-right {
  left: -20px;
  color: white;
}
@media (max-width: 991px) {
  .testimonial-five-testimonial-section .testimonial-five-testimonial-card {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (max-width: 576px) {
  .testimonial-five-testimonial-section .testimonial-five-testimonial-card {
    flex: 0 0 100%;
    padding: 10px;
    font-size: 12px;
    width: 90%;
    max-width: 90%;
  }
}
/* end Testimonial-five*/

/* start features eight*/
.features_eight-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 60px 20px;
  /*margin: 50px auto;*/
  max-width: 1200px;
  font-family:  var(--fontType);
}
.features_eight-wrapper .features_eight--label {
  display: inline-block;
  background: #f3eafd;
  color: var(--colorType);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.features_eight-wrapper  .features_eight-feature-title {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.features_eight-wrapper .features_eight-feature-subtitle {
  color: #777;
  margin-bottom: 40px;
  font-size: 15px;
}
.features_eight-wrapper .features_eight-feature-img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.features_eight-wrapper  .features_eight-feature-card {
  background-color: #7536921a;
  background-size: cover;
  border-radius: 16px;
  padding: 40px 20px 25px;
  text-align: center;
  position: relative;
  margin-top: -12px;
  max-height: 200px;
  height: 200px;
}
.features_eight-wrapper  .features_eight-feature-card::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #7536921a;
}
.features_eight-wrapper .features_eight-feature-card h6 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}
.features_eight-wrapper  .features_eight-feature-card p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 0;
}
.features_eight-wrapper .features_eight-responsive-image-box {
  width: 100%;
  max-width: 370px;
  aspect-ratio: 1 / 1; /* يحافظ على نسبة 1:1 (مربع) */
  overflow: hidden;
  border-radius: 16px; /* اختياري */
}

.features_eight-wrapper .features_eight-responsive-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* end features eight*/

/* end features nine*/
.features_nine {
  max-width: 1020px;
  margin: 0 auto;
  font-family:  var(--fontType);
}
.features_nine .features_nine--card {
  background-color: #f8f9fc;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  text-align: end;
  flex-direction: row;
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.features_nine .features_nine--text {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features_nine .features_nine--title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.features_nine .features_nine--description {
  color: #6c757d;
  font-size: 1rem;
}
.features_nine .features_nine--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .features_nine  .features_nine--card {
    flex-direction: column;
    padding: 10px;
    margin: auto;
  }
}

.features_nine .features_nine_responsive-image-box {
  width: 100%;
  max-width: 370px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.features_nine .features_nine_responsive-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* end features nine*/



/* start features ten*/
.features_ten {
  margin: 0 auto;
  padding: 20px;
  font-family:  var(--fontType);
}

.features_ten h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1a1a1a;
}

.features_ten .features_ten--card {
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.features_ten .features_ten--card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #071f2f;
}

.features_ten .features_ten--card p {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.9;
}

.features_ten .features_ten_responsive-image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.features_ten .features_ten_responsive-image-box img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.features_ten .elParagraphWrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  background:  var(--colorType);
  border-radius: 5px;
}
.features_ten .elParagraphWrapper .elParagraph {
  line-height: 165%;
  letter-spacing: 0;
  font-size: 1.2rem;
  text-align: center;
  margin: unset;
  color: #fff;
  font-weight: bolder;
}

@media (min-width: 767.9px) {
  .features_ten_responsive-image-box {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .features_ten h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .features_ten .elParagraphWrapper .elParagraph {
    font-size: 0.9rem;
  }
}
/* end features ten*/




/* start top nave one*/
.top_nav_one {
  font-family: var(--fontType);
  background: var(--colorType);
  color: #fff;
  padding: 10px 20px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.top_nav_one img{
  height:17px;
  width:17px
}
/* end top nave one*/
/* start top nave tow*/
.top_nav_tow {
  font-family: var(--fontType);
  margin: 0;
  background: var(--colorType);
}

.top_nav_tow .text-container {
  text-align: center;
  padding: 12px 0 14px;
}

.top_nav_v .text-container p {

  font-weight: 400;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

.top_nav_tow .text-container span {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}

@media screen and (max-width: 575px) {
  .top_nav_tow .text-container p {
    font-size: 15px;
  }
}
/* end top nave tow*/

/* start top nave four*/
.top_nav_four {
  background: var(--colorType);
  font-family: var(--fontType);
  color: #fff;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding-top: 17px;
  padding-bottom: 20px;
}
.top_nav_four .font-size-top-nave-four {
  font-size: larger;
}
.top_nav_four img{
  height: 35px;
  height: 35px;
  margin: 0px 20px;
}
/* end top nave four*/

/*==================== top-nav-five  ====================*/

div#top-store-five,
div#second-store-five {
  min-height: 60px;
  align-items: center;
  height: 100%;
  display: flex;
  transition: transform .6s ease 0s;
  justify-content: space-between;
  background-color: var(--colorType);
  font-family: var(--fontType);
  margin: 0;
  padding: 0;
  color: white;
  font-size: 15px;
  direction: rtl;
}

@media (max-width:767px) {
  div#second-store-five {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
    padding: 10px 0;
  }

}

div#second-store-five i::before {
  color: rgba(249, 104, 74, 1);
  font-size: 28px;
}

div#top-store-five img {
  height: 20px;
}

@media (min-width: 992px) {

  div#top-store-five div:nth-child(1)::after,
  div#top-store-five div:nth-child(2)::after,
  div#second-store-five div:nth-child(1)::after,
  div#second-store-five div:nth-child(2)::after,
  div#second-store-five div:nth-child(3)::after {
    content: '';
    position: absolute;
    height: 80%;

    width: 1px;
    background-color: #ccc;

    left: 0;

    top: 50%;
    transform: translateY(-50%);

  }

  div#top-store-five div,
  div#second-store-five div {
    display: flex;
    position: relative;
  }
}

@media (max-width: 992px) {
  div#top-store-five {
    min-height: 40px;

  }
  #top-store-five {
    position: relative;

    overflow: hidden;
  }

}


@media (max-width: 992px) {
  .feature-slide {
    display: flex;
    animation: slide-loop 15s linear infinite;
  }

}

@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}


/*==================== end top-nav-five ====================*/

/*==================== start top-nav-six ====================*/


#top-nav-six {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: fit-content;
  direction: rtl;
  background-color: var(--colorType);
  font-family: var(--fontType);
}
@media (max-width: 500px) {
  div#top-nav-six .row-cols-2>* {
    flex: 0 0 auto;
    width: 100%!important;
  }
}
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.slider-wrapper-six {
  display: flex;
  width: 100%;
  transition: transform 1s ease;
  align-items: center;
  justify-content: flex-start;
  animation: slide-loop 15s linear infinite;
  background-color: var(--colorType);
  font-family: var(--fontType);
}
.slider-wrapper-six:hover {
  animation-play-state: paused;
}
.slider-item-six {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  color: rgba(255, 255, 255, 1);
}
.slider-wrapper-six .slider-item-six p{
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .slider-item-six p{
    font-size: 13px;
  }

  #top-nav-six i {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {

  .slider-item-six::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 70%;
    width: 1px;
    background-color: #ddd;
    transform: translateY(-50%);
  }

}

div#top-nav-six img {
  height: 20px;
  padding: 0px 5px;
}

/*==================== end top-nav-six ====================*/
/*==================== start image one ====================*/
.upload-box-inage_1 {
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.upload-box-inage_1 .upload-content-inage_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding: 40px 20px;*/
  max-width: 1140px;
}
.upload-box-inage_1 .upload-content-inage_1 img{
  width: 100%;
}
/*==================== end image one ====================*/

/*!*==================== start image tow ====================*!*/
/*.upload-images-inage_2{*/
/*  min-width: 1140px;*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .upload-images-inage_2{*/
/*    max-width: 1140px;*/
/*  }*/
/*}*/
/*.upload-images-inage_2 img{*/
/*  width: 100%;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .upload-images-inage_2 {*/
/*    max-width: 960px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .upload-images-inage_2{*/
/*    min-width: 720px;*/
/*  }*/
/*}*/
/*!*==================== end image tow ====================*!*/


/*!*==================== start image three ====================*!*/
/*.upload-images-inage_3{*/
/*  min-width: 1140px;*/
/*}*/
/*.upload-images-inage_3 img{*/
/*  width: 100%;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .upload-images-inage_3 {*/
/*    max-width: 960px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .upload-images-inage_3 {*/
/*    min-width: 720px;*/
/*  }*/
/*}*/
/*!*==================== end image three ====================*!*/
/*!*==================== start image four ====================*!*/
/*.upload-images-inage_4{*/
/*  min-width: 1140px;*/
/*}*/
/*.upload-images-inage_4 img{*/
/*  width: 100%;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .upload-images-inage_4 {*/
/*    max-width: 960px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .upload-images-inage_4 {*/
/*    min-width: 720px;*/
/*  }*/
/*}*/
/*!*==================== end image four ====================*!*/

/*==================== start image two ====================*/
.upload-images-inage_2 {
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.upload-images-inage_2 .upload-content-inage_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .upload-images-inage_2 .upload-content-inage_2 {
    display: flow;
  }
}
.upload-images-inage_2 img {
  width: 100%;
}

/*==================== end image two ====================*/

/*==================== start image three ====================*/
.upload-images-inage_3 {
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.upload-images-inage_3 .upload-content-inage_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .upload-images-inage_3 .upload-content-inage_3 {
    display: flow;
  }
}
.upload-images-inage_3 img {
  width: 100%;
}

/*==================== end image three ====================*/

/*==================== start image four ====================*/
.upload-images-inage_4 {
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.upload-images-inage_4 .upload-content-inage_4 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .upload-images-inage_4 .upload-content-inage_4 {
    display: flow;
  }
}
.upload-images-inage_4 img {
  width: 100%;
}

/*==================== end image four ====================*/
/*==================== start image five ====================*/
.upload-images-inage_5 {
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.upload-images-inage_5 .upload-content-inage_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .upload-images-inage_5 .upload-content-inage_5 {
    display: flow;
  }
}
.upload-images-inage_5 img {
  width: 100%;
}
.col-md-5th {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0px 0px;
  padding: 0px;
}
@media (max-width: 900px) {
  .col-md-5th {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin: 0px 0px;
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .col-md-5th {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px;
    padding: 0px;

  }
}
/*==================== end image five ====================*/
/*==================== start image six ====================*/
.upload-images-inage_6 {
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.upload-images-inage_6 .upload-content-inage_6 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .upload-images-inage_6 .upload-content-inage_6 {
    display: flow;
  }
}
.upload-images-inage_6 img {
  width: 100%;
}

/*==================== end image six ====================*/
/*==================== start buy- now section tow ====================*/

.bottom-bar-section_tow {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  /*background-color: #f4f9f9;*/
  font-family: var(--fontType);
  /*padding: 15px 0;*/
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.bottom-bar-section_tow .bar-content{
  background-color: #fff;
  border-radius: 9px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.bottom-bar-section_tow .offer-text {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
}

.bottom-bar-section_tow .offer-text .percent {
  color:  var(--colorType);
  font-weight: bold;
}

.bottom-bar-section_tow .countdown {
  font-size: 1.3rem;
  color: #444;
}

.bottom-bar-section_tow .countdown .highlight {
  color:  var(--colorType);
  font-weight: bold;
}

.bottom-bar-section_tow .order-btn {
  background-color:  var(--colorType);
  color: white;
  border-radius: 8px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
}

.bottom-bar-section_tow .order-btn i {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .bottom-bar-section_tow .bar-content {
    flex-direction: column;
    gap: 10px;
  }

  .bottom-bar-section_tow .order-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .bottom-bar-section_tow .countdown{
    display: none!important;
  }
}
/*==================== end buy- now section tow   ====================*/

/*====================  hero section    ====================*/

/*==================== start hero section one   ====================*/



#heroSectionOne {
  padding-top: 10px;
  font-family: var(--fontType);
}

#heroSectionOne .heroSectionOne-box {
  margin-top: 30px;
}

#heroSectionOne .heroSectionOne-img {
  width: 100%;
  object-fit: cover;
}

#heroSectionOne .title {
  margin-bottom: 20px;
}

#heroSectionOne .small-title1 {
  font-size: 18px;
  color: #5F6368;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#heroSectionOne .big-title1 {
  font-family: 'Tajawal', sans-serif;
  font-size: 40px;
  color: #1A3E5C;
  font-weight: 700;
}

#heroSectionOne .third-title1 {
  color: #777;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  line-height: 160%;
  margin-top: 10px;
}
#heroSectionOne .order-now-reviews-funnels {
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  background-color: var(--colorType);
  line-height: 24px;
  font-weight: 600;
  font-size: 22px;
  width: auto;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
#heroSectionOne .order-now-reviews-funnels:hover {
  background-color: var(--colorType);
}
#heroSectionOne .main-title1-how-work-funnels {
  margin-bottom: 20px;
}
#heroSectionOne .order-now-reviews-funnels {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#heroSectionOne .order-now-reviews-funnels:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  #heroSectionOne .order-now-reviews-funnels{
    font-size:18px;
    width: 100%;
  }
  #heroSectionOne .heroSectionOne-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #heroSectionOne .big-title1{
    font-size: 25px;
    color: #1A3E5C;
    font-weight: 700;
  }
}

/*==================== end hero section one   ====================*/
/*==================== start text section one   ====================*/
.text_sections {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: var(--fontType);
}

.text_sections h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.text_sections .text_sections--card {
  margin-bottom: 2rem;
  text-align: right;
}

.text_sections .text_sections--card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #071f2f;
}

.text_sections .text_sections--card p {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.9;
}


.text_sections .order-now-reviews-funnels {
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 20px 60px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  background-color: var(--colorType);
  line-height: 24px;
  font-weight: 600;
  font-size: 22px;
  width: auto;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.text_sections .order-now-reviews-funnels:hover {
  background-color: #2d64ed;
}

.text_sections .main-title1-how-work-funnels {
  margin-bottom: 20px;
}

.text_sections .order-now-reviews-funnels {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text_sections .order-now-reviews-funnels:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .text_sections .order-now-reviews-funnels {
    font-size: 18px;
    width: 100%;
    padding: 20px 20px;
  }
}


@media (max-width: 768px) {
  .text_sections--card {
    flex-direction: column-reverse !important;
  }

  .text_sections h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
/*==================== end text section one   ====================*/



/*==================== start   section-text-tow   ====================*/



@keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
@keyframes highlight { 0% { background-position: -100% 0; } 100% { background-position: 100% 0; } }
@keyframes slideInDown { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes sparkle { 0%, 100% { opacity: 0; transform: scale(0); } 50% { opacity: 1; transform: scale(1); } }
@keyframes wiggle { 0%, 7% { transform: rotateZ(0); } 15% { transform: rotateZ(-15deg); } 20% { transform: rotateZ(10deg); } 25% { transform: rotateZ(-10deg); } 30% { transform: rotateZ(6deg); } 35% { transform: rotateZ(-4deg); } 40%, 100% { transform: rotateZ(0); } }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
/* القسم الرئيسي */
.product-container-section-text-tow {
  /*max-width: 1200px;*/
  margin: 0 0px 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  border: 3px solid var(--colorType);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

/* الشريط العلوي */
.promo-banner-section-text-tow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, var(--colorType), var(--colorType), var(--colorType));
  background-size: 200% 100%;
  animation: highlight 3s linear infinite;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  z-index: 100;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
}

.promo-content-section-text-tow {
  animation: slideInDown 0.5s ease-out;
}

/* الهيدر */
.product-header-section-text-tow {
  background: linear-gradient(135deg, var(--colorType) 0%, var(--colorType) 100%);
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  animation: fadeIn 0.8s ease-out;
  border-radius: 12px 12px 0 0;
}

.product-header-section-text-tow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  opacity: 0.3;
}

.product-title-section-text-tow {
  color: #ffffff;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 900;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

/* الشعار الفرعي */
.product-subheader-section-text-tow {
  text-align: center;
  margin:  30px 0;
  padding: 0 15px;
}

.subheader-box-section-text-tow {
  display: inline-block;
  border: 2px dashed var(--colorType);
  padding: 15px 25px;
  border-radius: 12px;
  background-color: #0d6efd14;
  color: var(--colorType);
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 800;
  animation: fadeInRight 0.8s ease-out;
}

/* الوصف الرئيسي */
.product-description-section-text-tow {
  font-size: clamp(16px, 2.5vw, 19px);
  line-height: 1.7;
  margin: 0 20px 30px;
  color: #333333;
  font-weight: 600;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border-right: 6px solid var(--colorType);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  animation: fadeInLeft 0.8s ease-out;
  text-align: right;
}

.highlight-text-section-text-tow {
  background: linear-gradient(90deg, #0d6efd29 50%, #ffffff 50%);
  background-size: 200% 100%;
  animation: highlight 2s ease-in-out infinite;
  color: var(--colorType);
  font-weight: 800;
  padding: 0 5px;
  border-radius: 4px;
}

.brand-name-section-text-tow {
  color: var(--colorType);
  background-color: #0d6efd14;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 1.1em;
}

/* قسم المميزات */
.features-section-section-text-tow {
  background: linear-gradient(135deg, #0d6efd14 0%, #0d6efd14 100%);
  padding: 25px;
  border-radius: 12px;
  margin: 0 0px 30px;
  border: 2px solid var(--colorType);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  animation: fadeIn 0.8s ease-out;

  /*max-width: 1200px;*/
  position: relative;
  overflow: hidden;
  direction: rtl;
}

.section-title-section-text-tow {
  color: var(--colorType);
  font-size: clamp(20px, 3vw, 26px);
  margin: 0 0 20px 0;
  text-align: center;
  border-bottom: 3px solid var(--colorType);
  padding-bottom: 15px;
  text-shadow: 1px 1px 0 #ffffff;
}

.features-grid-section-text-tow {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}

.feature-card-section-text-tow {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-right: 4px solid var(--colorType);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.feature-card-section-text-tow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0d6efd14 0%, rgba(255,255,255,0) 100%);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.4s ease;
}

.feature-card-section-text-tow:hover {
  transform: translateX(-8px) translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-card-section-text-tow:hover::before {
  opacity: 1;
}

.feature-icon-section-text-tow {
  background: linear-gradient(135deg, var(--colorType) 0%, var(--colorType) 100%);
  color: #ffffff;
  border-radius: 50%;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.feature-card-section-text-tow:hover .feature-icon-section-text-tow {
  transform: rotate(360deg) scale(1.2);
  background: linear-gradient(135deg, var(--colorType) 0%, var(--colorType) 100%);
}

.feature-content-section-text-tow {
  position: relative;
  z-index: 2;
}

.feature-title-section-text-tow {
  font-weight: 800;
  color: var(--colorType);
  display: block;
  font-size: clamp(18px, 2.5vw, 21px);
  margin-bottom: 5px;
}

.feature-description-section-text-tow {
  color: #333333;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 600;
  line-height: 1.4;
}

/* جدول المقارنة */
.comparison-section-section-text-tow {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  margin: 0 0px 30px;
  border: 2px solid var(--colorType);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  animation: fadeIn 0.8s ease-out;
}

.table-container-section-text-tow {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.comparison-table-section-text-tow {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table-section-text-tow th {
  background: linear-gradient(135deg, var(--colorType) 0%, var(--colorType) 100%);
  color: #ffffff;
  padding: 15px 12px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(13px, 2vw, 16px);
}

.comparison-table-section-text-tow td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: clamp(12px, 1.8vw, 15px);
  font-weight: 500;
}

.comparison-table-section-text-tow tr:nth-child(even) {
  background-color: #f9f9f9;
}

.comparison-table-section-text-tow tr:hover {
  background-color: #0d6efd14;
}

.highlight-row-section-text-tow {
  background-color: #0d6efd14 !important;
  font-weight: 700;
  color: var(--colorType);
}

.check-icon-section-text-tow {
  color: #4d8c40;
  font-size: 18px;
  font-weight: bold;
}

.x-icon-section-text-tow {
  color: #e74c3c;
  font-size: 18px;
  font-weight: bold;
}

/* تأثيرات خاصة */
.heartbeat-effect-section-text-tow {
  animation: heartbeat 2s infinite;
}

.wiggle-effect-section-text-tow {
  animation: wiggle 2s ease-in-out infinite;
}

.float-effect-section-text-tow {
  animation: float 3s ease-in-out infinite;
}

.sparkle-effect::before {
  content: '✨';
  position: absolute;
  top: -5px;
  right: -5px;
  animation: sparkle 2s infinite;
}

/* التصميم المتجاوب */
@media (max-width: 1024px) {
  .product-container-section-text-tow {
    padding: 15px;
  }

  .product-header-section-text-tow {
    padding: 20px 15px;
  }

  .features-section-section-text-tow,
  .comparison-section-section-text-tow {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .product-container-section-text-tow {
    padding: 12px;
    margin: 10px auto;
  }

  .product-header-section-text-tow {
    padding: 18px 12px;
    margin-top: 28px;
  }

  .promo-banner-section-text-tow {
    font-size: 12px;
    padding: 8px;
  }

  .subheader-box-section-text-tow {
    padding: 12px 20px;
  }

  .product-description-section-text-tow {
    padding: 15px;
    margin: 0 15px 25px;
  }

  .features-section-section-text-tow,
  .comparison-section-section-text-tow {
    padding: 15px;
    margin: 0 15px 25px;
  }

  .feature-card-section-text-tow {
    padding: 15px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .feature-icon-section-text-tow {
    margin-left: 0;
    margin-bottom: 8px;
  }

  .comparison-table-section-text-tow {
    min-width: 350px;
  }

  .comparison-table-section-text-tow th,
  .comparison-table-section-text-tow td {
    padding: 8px 4px;
    font-size: 11px;
    line-height: 1.3;
  }

  .comparison-table-section-text-tow th {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .product-container-section-text-tow {
    padding: 10px;
    border-width: 2px;
    margin: 20px auto;
  }

  .product-header-section-text-tow {
    padding: 15px 10px;
    margin-top: 55px;
  }

  .promo-banner-section-text-tow {
    font-size: 11px;
    padding: 6px;
  }

  .subheader-box-section-text-tow {
    padding: 10px 15px;
  }

  .product-description-section-text-tow {
    padding: 12px;
    border-right-width: 4px;
    margin: 0 10px 20px;
  }

  .features-section-section-text-tow,
  .comparison-section-section-text-tow {
    padding: 12px;
    margin: 0 0px 20px;
  }

  .feature-card-section-text-tow {
    padding: 12px;
  }

  .feature-icon-section-text-tow {
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .comparison-table-section-text-tow {
    min-width: 220px;
  }

  .comparison-table-section-text-tow th,
  .comparison-table-section-text-tow td {
    padding: 6px 3px;
    font-size: 10px;
    line-height: 1.2;
  }

  .comparison-table-section-text-tow th {
    font-size: 11px;
    padding: 8px 3px;
  }

  .check-icon-section-text-tow,
  .x-icon-section-text-tow {
    font-size: 14px;
  }
}

/*==================== end section-text-tow   ====================*/

.color-circle-container .attu_check,
.color-circle-container .active_attru,
.color-list .active_attru,
.color-list .attu_check {
  background: transparent !important;
  border: 0px !important;
  padding: 0px !important;
}

.color-list .active_attru + label{
  border: 2px solid #007bff !important;
}
#totalPrice{
  margin-left: 3px;
}
.mt-10{
  margin-top: 10px !important;
}
.product-video-container div{
  width: 100%;
}
@media (max-width: 768px) {
  .product-video-container iframe {
    height: 347px !important;
  }
}
