/*
Theme Name: Marketora Theme
Theme URI: https://www.zhaket.com/web/marketora-theme
Author: Parsa Mirzaie
Author URI: https://www.zhaket.com/store/web/eskano/products
Description: Lightweight WooCommerce-ready theme skeleton.
Version: 1.1.3
Text Domain: mkt
Tags: woocommerce, accessibility, responsive, blog
*/

/* Peyda Farsi Numerals Web Font - Font Face Declarations */
@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-Thin.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-ExtraLight.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-Light.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-Regular.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-Medium.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-SemiBold.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-Bold.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-ExtraBold.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-Black.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PeydaWebVF';
  src: url('app/Client/Assets/fonts/woff2/PeydaFaNumWeb-ExtraBlack.woff2') format('woff2'),
    url('app/Client/Assets/fonts/woff/PeydaFaNumWeb-ExtraBlack.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

/* Enable swashes globally */
.peyda-global,
body,
.elementor *,
.peyda-font {
  font-feature-settings: 'swsh', 'flac', "liga", "dlig", "kern", "fina";
  font-feature-settings: "smcp", "swsh" 2;
  /* font-variant-ligatures: discretionary-ligatures; */
}

a.custom-logo-link {
  max-width: 3rem !important;
}

/** General **/
.btn-slide {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

.btn-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #e7f3ef29;
  /* slide color */
  transition: left 0.4s ease;
  z-index: 0;
}

.btn-slide:hover::before {
  left: 0;
}

.btn-slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-slide:hover .btn-slide-text {
  color: #fff;
  /* text color on hover */
}



/** About Page **/
.value-box::before {
  content: "";
  position: absolute;

  /* Start at left middle */
  left: 1%;
  top: 65%;

  /* L shape size */
  width: 150px;
  /* horizontal reach */
  height: 100px;
  /* vertical reach */
  transform: translateY(-100px);

  /* Rounded corner + faded L using gradients */
  background:
    /* horizontal line fade */
    linear-gradient(to right, transparent 0%, #A0A5A2 20%, #A0A5A2 80%, transparent 100%) top/100% 1px no-repeat,
    /* vertical line fade */
    linear-gradient(to bottom, transparent 0%, #A0A5A2 20%, #A0A5A2 80%, transparent 100%) left/1px 100% no-repeat;

  border-top-left-radius: 16px;
  /* corner rounding */
}

/* Mobile tweak */
@media (max-width: 768px) {
  .value-box::before {
    top: 85%;
  }
}

.about-badge img {
  position: relative;

  /* Vector as background */
  background-image: url('http://localhost:8888/wp-content/uploads/2025/11/Vector-59.png');

  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  /* or contain depending on effect */
}





/** Home page **/
.more-blog .elementor-button {
  position: relative;
  overflow: hidden;
  /* keeps the slide inside the button */
  transition: color 0.3s ease;
  z-index: 1;
}

.more-blog .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* start hidden on the left */
  width: 100%;
  height: 100%;
  background-color: #ff6600;
  /* your slide color */
  transition: left 0.4s ease;
  z-index: 0;
}

.more-blog .elementor-button:hover::before {
  left: 0;
  /* slide in */
}

.more-blog .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
  /* keep text above the sliding color */
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between icon and text */
}

.more-blog .elementor-button:hover .elementor-button-text {
  color: #fff;
  /* optional: change text color when sliding */
}


.orange-line h3 {
  position: relative;
  display: inline-block;
  padding-right: 28px;
  /* make bigger if you want longer line */
}

.orange-line h3::before {
  content: "";
  position: absolute;
  right: 0;
  /* RTL friendly */
  top: 54%;
  width: 18px;
  /* adjust length */
  height: 2px;
  background-color: #FF7A2F;
  transform: translateY(-50%);
}