@font-face {
    font-family: iranyekanwebregularfanum;
    src: url(../font/iranyekanwebregularfanum.ttf);
  }
  @font-face {
    font-family: arabic;
    src: url(../font/arabic.otf);
  }
  @font-face {
    font-family: IRANYekanWebExtraBlack;
    src: url(../font/IRANYekanWebExtraBlack.ttf);
  }
  @font-face {
    font-family: IRANYekanWebExtraBold;
    src: url(../font/IRANYekanWebExtraBold.ttf);
  }
  @font-face {
    font-family: IRANYekanWebMedium;
    src: url(../font/IRANYekanWebMedium.ttf);
  }
  @font-face {
    font-family: IRANYekanWebRegular;
    src: url(../font/IRANYekanWebRegular.ttf);
  }
   @font-face {
    font-family: IRANYekanWebLight;
    src: url(../font/IRANYekanWebLight.ttf);
  }
   @font-face {
    font-family: IRANYekanWebThin;
    src: url(../font/IRANYekanWebThin.ttf);
  }
  @font-face {
    font-family: IRANYekanWebBold;
    src: url(../font/IRANYekanWebBold.ttf);
  }
   @font-face {
    font-family: rage;
    src: url(../font/RAGE.TTF);
  }
  body{
  margin: 0;
  padding: 0;
  direction: rtl;
  font-size: 13px ;
  font-family: iranyekanwebregularfanum ;

}
a{
    text-decoration: none !important;
  }
  p{
    margin-bottom: 0px !important;
  }
:root {
  --brand:rgb(198 215 111);
  --brand-dark: #5f8f34;
  --ink: #1c1c1c;
  --ink-soft: #2a2a2a;
  --text-muted: #8a8a8a;
  --border: #e2e6df;
  --border-soft: #edf0ea;
  --bg-soft: #f7faf4;
  --footer-bg: #182414;
  --footer-text: #a9b8a1;
  --footer-text-soft: #8ba184;
  --footer-heading: #dbe8d2;
  --page-max: 1678px;
  --page-pad: 20px;
  --secondary-color:hsl(0deg 0% 42.35%)
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
    .container,
    .container-sm{
        max-width: 540px;
    }
}

@media (min-width: 768px){
    .container,
    .container-sm,
    .container-md{
        max-width: 720px;
    }
}

@media (min-width: 992px){
    .container,
    .container-sm,
    .container-md,
    .container-lg{
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl{
       max-width: 1220px; 
    }
    .site-header .container , .header-nav-container .container, .footer-container .container{
         max-width: 1678px;
    }
    :root {
  --page-pad: 28px;
}
}

@media (min-width: 1400px){
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl{
        max-width: 1320px;
    }
    
}

@media (min-width: 1600px){
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl{
        max-width: 1478px; 
    }
    
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  /*font-family: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif;*/
  background: #f2f2f2;
  color: var(--ink-soft);
}
  @font-face {
    font-family: moraba;
    src: url(../font/Morabba-SemiBold.ttf);
  }
img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }
ul {
    padding-left: 0px !important;
     padding-right: 0px !important;
}
.kasre{
    color:#95cf59;
}
.logo-text .brand-word{
    position: relative;
    display: inline-block;
    color: hsl(69.91deg 51.57% 56.27%);
}

.logo-text .brand-word{
    display: inline-block;
    position:relative;
}

 .brand-word::after{
    content: "ِ";
    position:absolute;
    bottom:0;
    left:0;
    margin-right: -2px; /* در صورت نیاز تنظیم کن */
}
.mp-hero-copy .brand-word{
    color:#080b3f !important;
    position:relative;
}



   .green {
    color: #fff !important;
    background: #95cf59;
    padding: 0 10px;
}
.container {
  /*max-width: var(--page-max);*/
  margin: 0 auto;
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1002;
  background: #fff;
  /*border-bottom: 1px solid var(--border-soft);*/
  box-shadow: 0 2px 14px rgba(28, 22, 14, 0.05);
}


.header-top {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 24px;
  height: 88px;
 
}

.header-logo {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  flex-shrink: 0;
 
}

.header-logo .logo-mark {
  display: flex;
  align-items: baseline;
  gap: 6px;
  max-width:100px;
  height:88px;
}

.header-logo .logo-mark img{
    height:100%;
}

.header-search {
  flex: 1;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f4f4f5;
  border: 1px solid #e6e6e8;
  border-radius: 8px;
  padding: 0 14px;
  height: 36px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;

}

.header-search:focus-within {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(148, 207, 88, 0.12);
}

.header-search input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  text-align: right;
}

.header-search svg { flex-shrink: 0; }

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
   margin-right:auto;
}
.header-icon img{
    width:20px;
}

.header-cta{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 18px;  
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    overflow: hidden;

    background: #89b55c;

    box-shadow: 0 8px 20px rgba(148,207,88,.35);

    transition: .35s;

    animation: ctaPulse 2.2s ease-in-out infinite;
}
@keyframes ctaPulse{

    0%,100%{

        transform:scale(1);

        box-shadow:0 8px 20px rgba(148,207,88,.35);

    }

    50%{

        transform:scale(1.025);

        box-shadow:0 12px 28px rgba(148,207,88,.55);

    }

}
.header-cta::after{

    content:"";

    position:absolute;

    inset:-3px;

    border-radius:999px;

    border:2px solid rgba(148,207,88,.45);

    animation:ring 1.8s infinite;

}
@keyframes ring{

    from{

        transform:scale(1);

        opacity:.8;

    }

    to{

        transform:scale(1.25);

        opacity:0;

    }

}
.header-cta::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:45%;

    height:100%;

    background:

        linear-gradient(

            90deg,

            transparent,

            rgba(255,255,255,.55),

            transparent

        );

    transform:skewX(-20deg);

    animation:shine 3s infinite;

}
@keyframes shine{

    0%{

        left:-120%;

    }

    35%{

        left:140%;

    }

    100%{

        left:140%;

    }

}
.header-cta:hover{

    transform:translateY(-2px);

    box-shadow:
        0 12px 28px rgba(148,207,88,.45);

}
.header-cta i{

    font-size:13px;

}
.header-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #3a3a3a;
  background: none;
  border: none;
  font-family: inherit;
  padding: 6px 9px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.header-icon:hover {
  background: var(--bg-soft);
  color: var(--brand-dark);
  transform: translateY(-1px);
}

.header-icon span { font-size: 12.5px; }

.header-icon.cart { position: relative; }

.cart-badge {
  position: absolute;
  top: 0px;
  right: -1px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(148, 207, 88, 0.5);
  animation: badgePulse 2.4s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(148, 207, 88, 0.5); }
  50% { box-shadow: 0 0 0 2px #fff, 0 2px 10px rgba(148, 207, 88, 0.85); }
}
.header-nav-container{
     background: var(--brand);
  /*background-image: linear-gradient(90deg, transparent, rgba(148, 207, 88, 0.06), transparent);*/
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  height: 44px;
 
}


.header-nav a {
  position: relative;
  text-decoration: none;
  font-size: 13.5px;
  color: #3a3a3a;
  /*padding-bottom: 13px;*/
  transition: color 0.2s;
}

.header-nav a::after {
  /* content: ''; */
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.header-nav a:hover {
  color: var(--brand);
}

.header-nav a:hover::after {
  transform: scaleX(0.6);
}

.header-nav a.active {
  font-weight: 600;
  /*color: var(--brand);*/
}

.header-nav a.active::after {
  transform: scaleX(1);
}
.logo-text h2{
    margin: 0;
    color: hsl(69.91deg 51.57% 56.27%);
    font-size: 18px;
    /*font-weight: 800;*/
    line-height: 1;
}
.logo-divider{
    width: 1px;
    height: 55px;
    background: #d9d9d9;
}
.logo-text p {
    margin: 4px 0 0;
    color: #999595;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

/* ---------- Hero ---------- */

.hero-banner {
  width: 100%;
  /*height: 520px;*/
  /*object-fit: cover;*/
}

/* ---------- Section headings ---------- */

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}

.section-heading p {
  margin: 0;
  font-size: 13.5px;
  color: #fff;
}

/* ---------- Categories ---------- */
.categories-owl{
    position: relative;
}

.categories-owl .owl-nav{
    position: absolute;
    top: 50%;
    left: -25px;
    right: -25px;
    transform: translateY(-50%);
    display: flex ;
    justify-content: space-between;
    pointer-events: none;
}

.categories-owl .owl-nav button{
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: #94cf58 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    transition: .3s;
}

.categories-owl .owl-nav button:hover{
    background: #5f8f34 !important;
}

.categories-owl .owl-nav button.disabled{
    background: #d9d9d9 !important;
    color: #888 !important;
    cursor: not-allowed;
    opacity: .7;
}

.categories {
  position: relative;
  padding: 35px var(--page-pad) 8px;
}

.categories::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(148, 207, 88, 0.09) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 70% 100% at 50% 30%, #000 40%, transparent 100%);
  pointer-events: none;
}

.categories h2 {
  position: relative;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  /*text-align: center;*/
}

.categories h2::after {
  /*content: '';*/
  display: block;
  width: 46px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
}

.categories-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 16px;
    justify-content: center;
    /*max-width: 900px;*/
    margin: 0 auto;
}

@media (max-width: 1200px){
    .categories-grid{
        /*grid-template-columns: repeat(4, 1fr);*/
    }
}

@media (max-width: 992px) {
    .categories-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .category-item{
        width: calc(33.333% - 16px);
    }
}

.section-title{
    text-align:center;
    /*margin-bottom:40px;*/
}

.section-title span{
    display:inline-block;
    /*color:#94cf58;*/
    font-size:35px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
    position:relative;
}

.section-title span::before,
.section-title span::after{
    /*content:"";*/
    display:inline-block;
    width:35px;
    height:2px;
    background:#94cf58;
    vertical-align:middle;
    margin:0 10px;
}

.section-title h2{
    font-size:30px;
    /*font-weight:800;*/
    color:#222;
    margin-bottom:12px;
    font-family: moraba;
}

.section-title p{
    font-size:16px;
    color:#777;
    max-width:600px;
    margin:auto;
    line-height:1.9;
}

@media(max-width:768px){
    .section-title h2{
        font-size:28px;
    }

    .section-title p{
        font-size:14px;
    }
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.category-item .cat-img-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 25px;
  padding: 4px;
  background: linear-gradient(135deg, var(--brand), #cde8b5, var(--brand-dark));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-item .cat-img-wrap:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 14px 26px rgba(148, 207, 88, 0.28);
}


.category-badge {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 7px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.category-item span {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
}

/* ---------- Occasion / Business grids ---------- */

.tile-section {
  padding: 36px var(--page-pad) 12px;
}

.tile-section.business {
  padding: 32px var(--page-pad) 40px;
}

.tile-badge-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 20px;
}

.tile-badge {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.35);
}

.tile-badge.occasion { background: linear-gradient(120deg, var(--brand), var(--brand-dark)); }
.tile-badge.business { background: linear-gradient(120deg, #3a2a1c, var(--footer-bg)); }

.tile-subtitle {
  position: relative;
  padding-right: 16px;
  font-size: 12px;
  color: #999;
}

.tile-subtitle::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #ccc;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.tile-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 10px;*/
  /*background: #fff;*/
  /*border: 1px solid var(--border-soft);*/
  /*border-radius: 14px;*/
  /*padding: 10px 10px 14px;*/
  /*box-shadow: 0 4px 14px rgba(28, 22, 14, 0.05);*/
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  width:100%;
}



.tile-item .tile-img-wrap {
  
      position: relative;
    width: 100%;
    aspect-ratio: 4 / 5; /* مستطیل */
    overflow: hidden;
    
}

.tile-item .tile-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.32) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.tile-item:hover .tile-img-wrap::after {
  opacity: 1;
}


.tile-item:hover img {
  transform: scale(1.08);
}

.tile-item span {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  height:40px;
}

.tile-ribbon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* ---------- Custom design banner ---------- */
.custom-design-sec{
        background:
       linear-gradient(180deg, #fbfaf8 0%, #f2f5eb 100%);
        position: relative;
}
.custom-design{
   
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;

    /* min-height: 650px; */
    padding:28px 40px;

    /* border-radius: 32px; */


}

.custom-design-sec::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:

        linear-gradient(
            rgba(140,120,90,.06) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(140,120,90,.06) 1px,
            transparent 1px
        );

    background-size:40px 40px;

    pointer-events:none;
}
.custom-design::after{
    content:"";
    position:absolute;

    width:650px;
    height:650px;

    right:-150px;
    top:50%;

    transform:translateY(-50%);
    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(199,151,98,.25) 0%,
        rgba(199,151,98,.12) 35%,
        transparent 72%
    );

    filter:blur(70px);

    z-index:0;
}
.custom-design .light-top{

    position:absolute;

    width:350px;
    height:350px;

    top:-120px;
    left:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.9);

    filter:blur(120px);

    pointer-events:none;
}
.custom-design .light-bottom{

    position:absolute;

    width:300px;
    height:300px;

    bottom:-100px;
    right:20%;

    border-radius:50%;

    background:rgba(223,206,181,.45);

    filter:blur(110px);

    pointer-events:none;
}
.custom-preview{

    position:relative;

    width:440px;
    height:480px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:rgba(255,255,255,.35);

    backdrop-filter:blur(30px);

    -webkit-backdrop-filter:blur(30px);

    border:1px solid rgba(255,255,255,.6);

    border-radius:36px;

    box-shadow:

        0 15px 50px rgba(60,40,20,.08),

        inset 0 1px 1px rgba(255,255,255,.8);
}
.custom-preview::after{

    content:"";

    position:absolute;

    bottom:32px;

    width:210px;

    height:38px;

    background:rgba(0,0,0,.12);

    border-radius:50%;

    filter:blur(24px);
}
.custom-preview::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:36px;

    background:

    linear-gradient(
        135deg,
        rgba(255,255,255,.55),
        transparent 45%
    );

    pointer-events:none;
}
.section-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 16px;

    background:rgba(255,255,255,.65);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.8);

    border-radius:999px;

    font-size:12px;
    font-weight:700;

    color:#7b5c3d;

    box-shadow:
        0 8px 25px rgba(70,50,30,.08);

    margin-bottom:24px;
}
.custom-content h2{

    font-size:30px;

    font-weight:800;

    line-height:1.2;

    color:#2d241d;

    margin-bottom:14px;

    letter-spacing:-1px;

    max-width:460px;
}
.custom-content h2 span{

    background:linear-gradient(
        90deg,
        #5f8f34,
        #b7dd8a
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.custom-content p{

    max-width:440px;

    font-size:14px;

    line-height:1.8;

    color:#74685d;

    margin-bottom:20px;
}
.feature-list{
    /*display:grid;*/
    /*grid-template-columns:repeat(2,1fr);*/
    gap:12px;
    list-style:none;

    padding:0;

    margin:0 0 24px;
}
.feature-list li{

    display:flex;

    align-items:center;

    gap:10px;

    color:#3c3229;

    font-weight:600;

    font-size:13.5px;
}
.feature-list i{
    width:34px;
    height:34px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:11px;
    /*background:#fff;*/
    color:#fff;
    /*box-shadow: 0 10px 30px rgba(90,60,30,.08);*/
    font-size:14px;
}

.design-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:10px 20px;
    border-radius:12px;
    background:#4f7d28;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:13.5px;
    overflow:hidden;
    transition:.35s;
    box-shadow:
        0 18px 40px rgba(139,93,55,.28);
        margin-top:22px;
}
.design-btn::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:80%;

    height:100%;

    background:

    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:skewX(-25deg);

    transition:.7s;
}
.design-btn:hover{

    transform:translateY(-4px);

    box-shadow:
        0 28px 55px rgba(139,93,55,.35);
}
.design-btn:hover::before{

    left:140%;
}
.design-btn i{

    transition:.35s;
}

.design-btn:hover i{

    transform:translateX(-6px);
}
.custom-preview{


    isolation:isolate;
}
.preview-glow{

    position:absolute;

    width:200px;
    height:200px;

    border-radius:50%;

    background:

   radial-gradient(circle, rgb(163 220 120 / 45%), rgb(192 220 120 / 18%) 45%, transparent 75%);

    filter:blur(65px);

    animation:glowMove 7s ease-in-out infinite;
}
@keyframes glowMove{

    0%,100%{

        transform:scale(1);
    }

    50%{

        transform:scale(1.08);
    }

}
.preview-ring{

    position:absolute;

    width:200px;
    height:200px;

    border-radius:50%;

    border:1px solid rgba(160,130,90,.15);

}
.preview-ring::after{

    content:"";

    position:absolute;

    inset:-21px;

    border-radius:50%;

    border:1px dashed rgba(180,150,110,.18);

    animation:ringRotate 40s linear infinite;
}
@keyframes ringRotate{

    from{

        transform:rotate(0);
    }

    to{

        transform:rotate(360deg);
    }

}
.bag-shadow{

    position:absolute;

    bottom:92px;

    width:220px;

    height:34px;

    background:rgba(0,0,0,.18);

    border-radius:50%;

    filter:blur(20px);

    animation:shadowFloat 4s ease-in-out infinite;
}
@keyframes shadowFloat{

    0%,100%{

        transform:scale(1);
        opacity:.18;

    }

    50%{

        transform:scale(.82);

        opacity:.12;

    }

}
.bag-image{

    position:relative;

    z-index:5;

    width:300px;

    object-fit:contain;

    filter:

        drop-shadow(0 28px 50px rgba(0,0,0,.18));

    animation:bagFloat 4s ease-in-out infinite;
}
@keyframes bagFloat {

    0%,100%{
        transform:
        translateY(0)
        rotate(-2deg);
    }

    25%{
        transform:
        translateY(-10px)
        rotate(-1deg);
    }

    50%{
        transform:
        translateY(-18px)
        rotate(2deg);
    }

    75%{
        transform:
        translateY(-8px)
        rotate(1deg);
    }

}
.bag-image{

    animation:
    bagFloat 6s ease-in-out infinite;
}
@keyframes bagShadow{

    0%,100%{

        transform:
        scale(1);

        opacity:.18;
    }

    50%{

        transform:
        scale(.82);

        opacity:.10;
    }

}
.bag-shadow{

    animation:
    bagShadow 6s ease-in-out infinite;
}
@keyframes glowPulse{

    0%,100%{

        transform:scale(1);

        opacity:.55;
    }

    50%{

        transform:scale(1.12);

        opacity:.85;
    }

}
.preview-glow{

    animation:
    glowPulse 7s ease-in-out infinite;
}
@keyframes floatingCard{

    0%,100%{

        transform:translateY(0);
    }

    50%{

        transform:translateY(-10px);
    }

}
.glass-card{

    animation:
    floatingCard 5s ease-in-out infinite;
}
.card-logo{

    animation-delay:0s;
}

.card-color{

    animation-delay:.7s;
}

.card-material{

    animation-delay:1.2s;
}

.card-size{

    animation-delay:1.7s;
}

.card-finish{

    animation-delay:2.2s;
}
.glass-card{

    transition:

    transform .35s,

    box-shadow .35s,

    background .35s;
}
.glass-card:hover{

    transform:

    translateY(-12px)

    scale(1.05);

    background:

    rgba(255,255,255,.78);

    box-shadow:

    0 30px 60px rgba(60,40,20,.18);

}
.glass-card i{

    transition:.35s;
}
.glass-card:hover i{

    transform:

    rotate(12deg)

    scale(1.12);
}
.design-btn{

    transition:

    .35s;

}
.design-btn:hover{

    transform:

    translateY(-5px)

    scale(1.02);

    box-shadow:

    0 28px 60px rgba(139,93,55,.32);
}
.design-btn::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        120deg,

        transparent 20%,

        rgba(255,255,255,.35),

        transparent 80%

    );

    transform:

    translateX(-140%);

}
.design-btn:hover::before{

    animation:

    shineButton .9s;
}
@keyframes shineButton{

    to{

        transform:

        translateX(140%);
    }

}
.preview-ring{

    animation:

    rotateRing 28s linear infinite;
}
@keyframes rotateRing{

    from{

        transform:rotate(0);
    }

    to{

        transform:rotate(360deg);
    }

}
.custom-design::after{

    animation:

    backgroundGlow 10s ease-in-out infinite;
}
@keyframes backgroundGlow{

    0%,100%{

        opacity:.35;

        transform:

        translateY(-50%)

        scale(1);

    }

    50%{

        opacity:.6;

        transform:

        translateY(-50%)

        scale(1.15);

    }

}
.custom-design{

    animation:

    sectionFade .8s ease;
}
@keyframes sectionFade{

    from{

        opacity:0;

        transform:

        translateY(50px);
    }

    to{

        opacity:1;

        transform:

        translateY(0);
    }

}
.custom-preview:hover .bag-image{

    transform:

    translateY(-10px)

    scale(1.03)

    rotate(-2deg);

    transition:.45s;
}
.custom-preview:hover .preview-glow{

    transform:scale(1.12);

    transition:.45s;
}
.bag-image::after{
    display:none;
}
.bag-highlight{

    position:absolute;

    width:180px;

    height:320px;

    background:

    linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.35),

        transparent

    );

    transform:

    skewX(-18deg)

    translateX(-180px);

    animation:shineMove 5s infinite;

    z-index:4;

    pointer-events:none;
}
@keyframes shineMove{

    0%{

        transform:
        skewX(-18deg)
        translateX(-220px);

    }

    40%{

        transform:
        skewX(-18deg)
        translateX(250px);

    }

    100%{

        transform:
        skewX(-18deg)
        translateX(250px);

    }

}
.glass-card {
   position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    min-width: 105px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: 0 5px 5px rgba(70, 50, 30, .10), inset 0 1px 1px rgba(255, 255, 255, .85);
    z-index: 20;
    transition: .35s;
}
.glass-card i {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    color: #5f8f34;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    flex-shrink: 0;
}
.glass-card span{

    font-size:10px;
    font-weight:700;
    color:#3f342a;
    white-space:nowrap;
}
.glass-card:hover{

    transform:
        translateY(-8px)
        scale(1.04);

    box-shadow:
        0 28px 50px rgba(60,40,20,.16);

    background:rgba(255,255,255,.75);
}
.card-logo{

    top:15px;
    right:2%;

    animation:float1 5s ease-in-out infinite;
}
.card-color{

    top:30px;
    left:2%;

    animation:float2 6s ease-in-out infinite;
}
.card-material{

    bottom:50px;
    right:2%;

    animation:float3 5.5s ease-in-out infinite;
}
.card-size{

    bottom:30px;
    left:2%;

    animation:float4 6.5s ease-in-out infinite;
}
.card-finish{

    top:300px;

    right:40px;

    animation:float5 7s ease-in-out infinite;
}
@keyframes float1{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

}
@keyframes float2{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(12px);
    }

}
@keyframes float3{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

}
@keyframes float4{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(14px);
    }

}
@keyframes float5{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

}
.glass-card{

    opacity:0;

    animation-fill-mode:forwards;
}
.card-logo{

    animation:
        fadeUp .8s ease forwards,
        float1 5s ease-in-out infinite .8s;
}

.card-color{

    animation:
        fadeUp .8s ease .2s forwards,
        float2 6s ease-in-out infinite 1s;
}

.card-material{

    animation:
        fadeUp .8s ease .4s forwards,
        float3 5.5s ease-in-out infinite 1.2s;
}

.card-size{

    animation:
        fadeUp .8s ease .6s forwards,
        float4 6.5s ease-in-out infinite 1.4s;
}

.card-finish{

    animation:
        fadeUp .8s ease .8s forwards,
        float5 7s ease-in-out infinite 1.6s;
}
@keyframes fadeUp{

    from{

        opacity:0;

        transform:
            translateY(25px)
            scale(.9);

    }

    to{

        opacity:1;

        transform:
            translateY(0)
            scale(1);

    }

}
.connector-lines{

    position:absolute;
    inset:0;
    width:80%;
    height:100%;
    z-index:8;
    pointer-events:none;
    margin: 0 auto;
}
.line{

    fill:none;

    stroke:#8fbf5a;

    stroke-width:1.2;

    stroke-linecap:round;

    opacity:.45;

}
.dot{

    fill:#8fbf5a;

    opacity:.8;

}
.line{

    stroke-dasharray:400;

    stroke-dashoffset:400;

    animation:drawLine 2s ease forwards;
}
@keyframes drawLine{

    to{

        stroke-dashoffset:0;

    }

}
.line-logo{

    animation-delay:.4s;
}

.line-color{

    animation-delay:.7s;
}

.line-material{

    animation-delay:1s;
}

.line-size{

    animation-delay:1.3s;
}

.line-finish{

    animation-delay:1.6s;
}

@keyframes pulseDot{

    0%,100%{

        transform:scale(1);

    }

    50%{

        transform:scale(1.35);

    }

}
.card-logo:hover~.connector-lines .line-logo{

    opacity:1;

    stroke-width:2;
}
.card-logo:hover~.connector-lines .line-logo{
    opacity:1;
    stroke:#fff;
    stroke-width:2;
}

.card-color:hover~.connector-lines .line-color{
    opacity:1;
    stroke:#fff;
    stroke-width:2;
}

.card-material:hover~.connector-lines .line-material{
    opacity:1;
    stroke:#fff;
    stroke-width:2;
}

.card-size:hover~.connector-lines .line-size{
    opacity:1;
    stroke:#fff;
    stroke-width:2;
}

.card-finish:hover~.connector-lines .line-finish{
    opacity:1;
    stroke:#fff;
    stroke-width:2;
}
/* ---------- Blog ---------- */
.blog-section{
    background: linear-gradient(135deg, #3c7929 0%, #41b021 35%, var(--brand-dark) 75%, #2c7b12 100%)
}

.blog {
  padding: 36px var(--page-pad) 44px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  /*background: #fff;*/
  /*border: 1px solid var(--border-soft);*/
  border-radius: 14px;
  padding: 12px 12px 18px;
  /*box-shadow: 0 4px 14px rgba(28, 22, 14, 0.05);*/
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  /*transform: translateY(-6px);*/
  /*box-shadow: 0 18px 32px rgba(28, 22, 14, 0.1);*/
}

.blog-card .blog-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover img {
  transform: scale(1.06);
}

.blog-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(28, 22, 14, 0.55);
  backdrop-filter: blur(3px);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 7px;
}

.blog-card h3 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.blog-card p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.9;
  color: #fff;
}

.blog-card a {
  align-self: flex-start;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 18px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  /*margin-right:auto;*/
}

.blog-card a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}


/* ---------- FAQ ---------- */

.faq {
  padding: 44px var(--page-pad) 48px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
  counter-reset: faq;
}

.faq-list details {
  position: relative;
  background: var(--bg-soft);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 16px 20px 16px 60px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.faq-list details::before {
  counter-increment: faq;
  content: counter(faq, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-list details:hover {
  border-color: rgba(148, 207, 88, 0.35);
}

.faq-list details[open] {
  background: #fff;
  border-color: rgba(148, 207, 88, 0.4);
  box-shadow: 0 10px 24px rgba(28, 22, 14, 0.07);
}

.faq-list summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}

.faq-list summary::marker {
  color: var(--brand);
}

.faq-list p {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.9;
  color: #777;
}



.online-order-mobile {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background: #444;
    border-radius: 25px;
    box-shadow: 0 8px 15px rgb(110 110 110 / 40%);
    transition: all 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.online-order-mobile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(216, 22, 22, 0.5);
}

.online-order-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.online-order-mobile a i {
    margin-left: 8px;
    font-size: 16px;
    animation: bounce 2s infinite;
}

/* انیمیشن شناور */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* انیمیشن آیکون */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}

 */
@media (max-width: 480px) {
   
    .online-order-mobile {
        /*bottom: 80px;*/
        left: 15px;
    }
    
    .online-order-mobile a {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .online-order-mobile {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        bottom: 70px;
    }

    .online-order-mobile a {
        padding: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        flex-direction: column;
        font-size: 0;
    }

    .online-order-mobile a i {
        margin: 0;
        font-size: 20px;
    }

    .online-order-mobile a span {
        display: none;
    }
}

/* اضافه کردن tooltip برای حالت کمپکت */
@media (max-width: 360px) {
    .online-order-mobile::before {
        content: "سفارش آنلاین";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        margin-bottom: 5px;
    }

    .online-order-mobile:hover::before {
        opacity: 1;
    }

    .online-order-mobile::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .online-order:hover::after {
        opacity: 1;
    }
}
/* =========================================================
   Matcha / Beige editorial redesign
   Scope: after hero and first category strip. Header and hero stay intact.
   ========================================================= */

:root{

  --matcha:#81b74b;
  --matcha-dark:#0c5a35;
  --matcha-deep:#064628;
  --cream:#fbf7ee;
  --cream-2:#f4eadc;
  --beige:#dfcdb6;
  --sand:#efe2cf;
  --ink:#080b14;
  --ink-soft:#20242d;
  --text-muted:#747a83;
  --border:#e6ded1;
  --border-soft:#eee6da;
  --bg-soft:#f7f0e6;
}

body{
 
  color:var(--ink-soft);
}



.categories-owl {
  direction: rtl;
}

.category-slide {
  /*padding: 12px 8px;*/
}

.category-item {
  display: block;
  color: inherit;
  text-decoration: none;
}


.tile-item {
  width: 100%;
  text-align: center;
  padding: 8px 4px 14px;
  
  /*background:*/
  /*  radial-gradient(*/
  /*    circle at 50% 40%,*/
  /*    #faf7f0 0%,*/
  /*    #f4eee3 55%,*/
  /*    #eee5d7 100%*/
  /*  );*/

  /*border-radius: 50% / 42%;*/
}

/* بک‌گراند بیضی بژ */
.tile-img-wrap {
  position: relative;
  width: 100%;
  /*aspect-ratio: 0.78;*/
  /*margin: 0 auto 14px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*height:250px;*/

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}


.tile-img-wrap{
    position: relative;
    overflow: hidden;
}

.tile-img-wrap img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s ease, transform .5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tile-img-wrap .img-default{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.tile-img-wrap .img-hover{
    opacity: 0;
    transform: scale(1.05);
    z-index: 1;
}

.category-item:hover .img-default{
    opacity: 0;
    transform: scale(1.05);
}

.category-item:hover .img-hover{
    opacity: 1;
    transform: scale(1);
}

/* عنوان */
.tile-title {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  color: #352e28;
}

/* فلش زیر عنوان */
.tile-arrow {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px auto 0;
  border-right: 1.8px solid #352e28;
  border-bottom: 1.8px solid #352e28;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}


.category-item:hover .tile-img-wrap img {
  transform: scale(1.06);
}

.category-item:hover .tile-arrow {
  transform: rotate(45deg) translate(3px, 3px);
}

/* موبایل */
@media (max-width: 576px) {
    .categories {
    position: relative;
    padding: 10px var(--page-pad) 0px;
}
  .tile-img-wrap {
    max-width: 145px;
    /*margin-bottom: 10px;*/
  }

 

  .tile-title {
    font-size: 12px;
  }
}
.categories-owl .owl-nav button{
  width:42px;
  height:42px;
  background:#fff !important;
  color:var(--ink) !important;
  box-shadow:0 12px 24px rgba(20,20,20,.12);
}

.categories-owl .owl-nav button:hover{
  background:var(--matcha-dark) !important;
  color:#fff !important;
}

/* General section language inspired by clean packaging references */
.mp-section{
  padding:86px var(--page-pad);
}

.mp-section-head{
  display:grid;
  /*grid-template-columns:minmax(0, 1fr) minmax(280px, 520px);*/
  gap:72px;
  align-items:start;
  margin-bottom:42px;
}

.mp-section-head h2,
.mp-hero-copy h2,
.mp-center-title h2,
.mp-builder-content h2{
  margin:0;
  color:var(--ink);
  font-size: clamp(20px, 2vw, 32px) !important;
  line-height:1.16;
  letter-spacing:-1.2px;
  /*font-weight:800;*/
}
.categories .mp-hero-copy p{
  font-size:25px !important;
}
.mp-section-head p,
.mp-hero-copy p,
.mp-center-title p,
.mp-builder-content p{
  margin:0;
  color:var(--text-muted);
  font-size:17px;
  line-height:1.9;
  font-weight:500;
}

.mp-card-grid{
  display:grid;
  gap:18px;
}

.mp-card-grid-4{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.mp-product-card{
  display:block;
  color:inherit;
}

.mp-card-image{
  position:relative;
  overflow:hidden;
  aspect-ratio:1 / 1;
  background:#eee4d7;
  border-radius:5px;
}

.mp-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}

.mp-product-card h3,
.mp-dark-card h3{
  margin:12px 0 0;
  color:var(--ink);
  font-size:15px;
  font-weight:800;
  line-height:1.5;
}

.mp-product-card:hover .mp-card-image img,
.mp-dark-card:hover img,
.mp-promo-card:hover img{
  transform:scale(1.045);
}

/* Builder block: one powerful matcha section, no floating/glass clutter */
.mp-builder-section{
  padding:30px 0;
  background:var(--matcha-dark);
  overflow:hidden;
}

.mp-builder-wrap{
  display:grid;
  grid-template-columns:minmax(320px, 490px) minmax(0, 1fr);
  gap:70px;
  /* align-items:center; */
  max-width:1100px;
}

.mp-builder-content h2,
.mp-builder-content p{
  color:#fff;
}

.mp-builder-content p{
  color:rgba(255,255,255,.76);
  margin-top:18px;
  max-width:520px;
}

.mp-eyebrow{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--matcha-deep);
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.72);
  padding:8px 13px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.2px;
}

.mp-eyebrow.light{
  color:#fff;
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.22);
}

.mp-check-list{
  list-style:none;
  margin:26px 0 32px;
  padding:0 !important;
  display:grid;
  gap:13px;
}

.mp-check-list li{
  position:relative;
  color:rgba(255,255,255,.88);
  font-size:15px;
  font-weight:700;
  padding-right:30px;
}

.mp-check-list li::before{
  content:'✓';
  position:absolute;
  right:0;
  top:0;
  color:#dfeecd;
  font-weight:900;
}

.mp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:3px;
  font-size:14px;
  font-weight:900;
  transition:transform .25s ease, background .25s ease, color .25s ease;
}

.mp-btn-light{
  background:#fff;
  color:var(--ink);
}

.mp-btn:hover{
  transform:translateY(-2px);
}

.mp-builder-preview{
  display:flex;
  justify-content:flex-end;
  height:max-content;
}

.mp-preview-window{
  width:min(400px, 100%);
  /*min-height:420px;*/
  /*border:16px solid #06101a;*/
  border-radius:26px;
  /*background:#f8f6f1;*/
  overflow:hidden;
  /*box-shadow:0 34px 80px rgba(0,0,0,.28);*/
  position:relative;
}

.mp-window-bar{
  height:48px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 18px;
  border-bottom:1px solid #e8e4dc;
  background:#fff;
}

.mp-window-bar span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cfcfcf;
}

.mp-preview-window img{
  width:100%;
  height:360px;
  object-fit:contain;
  padding:34px;
}

/* Promo cards */
.mp-promo{
  padding-top:88px;
}

.mp-hero-copy{
  max-width:760px;
  margin:20px auto 20px;
  text-align:center;
}

.mp-hero-copy p{
  margin-top:14px;
}
.mp-hero-copy {
  position: relative;
  width: 100%;
  height: 100px;
  /*display: flex;*/
  align-items: center;

  overflow: hidden;
  text-align: center;
}

.hero-text-en {
  font-family: rage;
 font-size:30px;
  /*font-weight: 700;*/
  /*letter-spacing: 2px;*/
  color:var(--brand);
  /*animation: englishText 8s infinite;*/
  margin-top:10px;
}

.mp-promo-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  /*width: max-content;*/
  margin:0 auto;
}
.gift-card{
    background:#fff;
    border:1px solid var(--brand);
    /*border-radius:10px;*/
    overflow:hidden;
    transition:.3s;
      aspect-ratio: 3.75 / 4;
}

.gift-card:hover{
    border-color:var(--brand-dark);
    box-shadow:0 8px 22px rgba(0,0,0,.06);
    transform:translateY(-3px);
}

.gift-card-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:28px 18px 20px;
    height:100%;
}

.gift-card-image{
    width:170px;
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    /*margin-bottom:18px;*/
}

.gift-card-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.gift-card-content{
    text-align:center;
}

.gift-card-content h3{
    margin:0;
    color:var(--secondary-color);
    font-size:18px;
    font-weight:700;
    line-height:1.5;
}

.gift-card-content p{
    /*margin-top:10px;*/
    color:#777;
    font-size:15px;
    line-height:1.8;
}

/* Strong dark matcha catalogue section */
.mp-strong-section{
  padding:88px 0 96px;
  /*background:var(--matcha-deep);*/
  color:#fff;
}

.mp-section-head-dark h2,
.mp-section-head-dark p{
  color:#fff;
}

.mp-section-head-dark p{
  color:rgba(255,255,255,.72);
}

.mp-dark-card{
  display:block;
  color:#fff;
}

.mp-dark-card img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:4px;
  transition:transform .55s ease;
}

.mp-dark-card h3{
  color:#fff;
}

/* Process */
.mp-process-section{
  padding:86px 0 96px;
  background:#fffaf2;
}

.mp-center-title{
  max-width:720px;
  margin:0 auto 28px;
  text-align:center;
}

.mp-center-title p{
  margin-top:12px;
}

.mp-process-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  margin:0 auto 42px;
}

.mp-process-tabs span{
  background:#f2ece2;
  color:var(--ink);
  padding:12px 22px;
  font-size:13px;
  font-weight:800;
  border-left:1px solid #e0d7ca;
}

.mp-process-tabs span:first-child{
  border-radius:0 4px 4px 0;
}

.mp-process-tabs span:last-child{
  border-radius:4px 0 0 4px;
  border-left:none;
}

.mp-process-tabs .active{
  background:var(--ink);
  color:#fff;
}

.mp-process-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.mp-process-grid > div{
  background:#fff;
  border:1px solid var(--border-soft);
  border-radius:5px;
  padding:30px;
}

.mp-process-grid h3{
  margin:0 0 12px;
  font-size:19px;
  font-weight:900;
  color:var(--ink);
}

.mp-process-grid p{
  margin:0;
  color:var(--text-muted);
  line-height:1.9;
  font-size:14px;
}



.faq .section-heading h2{
  color:var(--ink);
  font-size:30px;
}

.faq .section-heading p{
  color:var(--text-muted);
}

.faq-list details{
  background:#fff;
  border:1px solid var(--border-soft);
  border-radius:4px;
  box-shadow:none;
  padding:15px 24px;
}

.faq-list details::before{
  display:none;
}

.faq-list details[open]{
  box-shadow:none;
  border-color:var(--beige);
}


.faq-list p{
  color:var(--text-muted);
}









/* Reduce legacy animation clutter in redesigned areas */
.mp-section *,
.mp-builder-section *,
.mp-strong-section *,
.mp-process-section *{
  animation:none !important;
}

/* Responsive */
@media (max-width:1200px){
  .mp-card-grid-4{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .mp-builder-wrap{
    grid-template-columns:1fr;
  }
  .mp-builder-content{
    max-width:760px;
  }
}

@media (max-width:992px){
  .mp-section,
  .mp-builder-section,
  .mp-strong-section,
  .mp-process-section{
    padding-top:64px;
    padding-bottom:68px;
  }
  .mp-section-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .mp-promo-grid{
   grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gift-card-image {
    width: 100px;
    height: 100px;
    min-height:100px;
  }
  .gift-card-link {
    
    padding: 28px 5px 20px;
  }
  
  .gift-card-content p {
   
    font-size: 11px;
  }
  
 
  .gift-card-content h3 {
    font-size: 12px;
  }
  .mp-promo-card{
    min-height:330px;
  }
 
}

@media (max-width:576px){

  .categories .mp-hero-copy p{
  font-size:20px !important;
}
  .mp-card-grid-4{
    grid-template-columns:1fr;
  }
  .mp-section-head h2,
  .mp-hero-copy h2,
  .mp-center-title h2,
  .mp-builder-content h2{
    font-size:30px;
  }
  .mp-section-head p,
  .mp-hero-copy p,
  .mp-center-title p,
  .mp-builder-content p{
    font-size:15px;
  }
  .mp-preview-window{
    border-width:10px;
    border-radius:18px;
    min-height:auto;
  }
  .mp-preview-window img{
    height:260px;
    padding:24px;
  }
  .mp-promo-card{
    padding:26px;
  }
  .mp-process-tabs span{
    flex:1 1 50%;
    text-align:center;
    border-radius:0 !important;
  }
}



.mp-section-head h2,
.mp-hero-copy h2,
.mp-center-title h2,
.mp-builder-content h2{
  color:var(--ink);
}

.mp-section-head p,
.mp-hero-copy p,
.mp-center-title p,
.mp-builder-content p{
  color:var(--text-muted);
}

.mp-eyebrow{
  color:var(--matcha-dark);
  background:rgba(148,207,88,.15);
  border-color:rgba(148,207,88,.28);
}

.mp-card-image{
  background:#efe3d1;
  border-radius:8px;
}

.mp-product-card h3,
.mp-dark-card h3{
  font-size:15.5px;
}

/* Custom design section: stronger but based on the original brand green */
.mp-builder-section{
  background:#89b55c}

.mp-builder-content h2,
.mp-builder-content p{
  color:#fff;
}

.mp-builder-content p,
.mp-check-list li{
  color:rgba(255,255,255,.88);
}

.mp-check-list li::before{
  color:#f7ffe9;
}

.mp-btn-light{
  color:var(--matcha-ink);
  background:#fffaf1;
}

.mp-preview-window-floating{
  /* min-height:560px; */
  overflow:visible;
  /*background:linear-gradient(180deg, #fffaf1 0%, #f3eadb 100%);*/
  /*border-color:#1b2517;*/
  /*box-shadow:0 34px 85px rgba(45,65,32,.34);*/
}

.mp-preview-window-floating .mp-window-bar{
  background:#fffdf8;
  border-bottom:1px solid rgba(95,143,52,.18);
  border-top-right-radius:26px;
  border-top-left-radius: 26px;
}

.mp-preview-window-floating img{
  width:auto;
  height:auto;
  padding:0;
}

.mp-preview-window-floating .mp-floating-preview{
  width:min(540px, 100%);
  height:280px;
  margin: auto;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  overflow:visible;
}

.mp-preview-window-floating .mp-floating-preview::before,
.mp-preview-window-floating .mp-floating-preview::after{
  display:none;
}

.mp-preview-window-floating .bag-image{
  width:200px;
  height:auto;
  padding:0;
  object-fit:contain;
  animation:bagFloat 6s ease-in-out infinite !important;
}

.mp-preview-window-floating .preview-glow{
  background:radial-gradient(circle, rgba(148,207,88,.54), rgba(183,221,138,.24) 45%, transparent 75%);
  animation:glowPulse 7s ease-in-out infinite !important;
}

.mp-preview-window-floating .preview-ring{
  border-color:rgba(95,143,52,.18);
  animation:rotateRing 28s linear infinite !important;
}

.mp-preview-window-floating .preview-ring::after{
  border-color:rgba(95,143,52,.22);
}

.mp-preview-window-floating .bag-shadow{
  animation:bagShadow 6s ease-in-out infinite !important;
}

.mp-preview-window-floating .glass-card{
  background:rgba(255,255,255,.72);
  border-color:rgba(255,255,255,.86);
  box-shadow:0 18px 36px rgba(45,65,32,.13), inset 0 1px 1px rgba(255,255,255,.9);
}

.mp-preview-window-floating .glass-card i{
  color:var(--matcha-dark);
}

.mp-preview-window-floating .card-logo{
  animation:fadeUp .8s ease forwards, float1 5s ease-in-out infinite .8s !important;
}
.mp-preview-window-floating .card-color{
  animation:fadeUp .8s ease .2s forwards, float2 6s ease-in-out infinite 1s !important;
}
.mp-preview-window-floating .card-material{
  animation:fadeUp .8s ease .4s forwards, float3 5.5s ease-in-out infinite 1.2s !important;
}
.mp-preview-window-floating .card-size{
  animation:fadeUp .8s ease .6s forwards, float4 6.5s ease-in-out infinite 1.4s !important;
}
.mp-preview-window-floating .line{
  stroke:#333;
  animation:drawLine 2s ease forwards !important;
}
.mp-preview-window-floating .dot{
  fill:var(--matcha-dark);
}



.mp-promo-card{
  border-radius:8px;
}



/* Strong product catalogue: brand-green, not reference-green */
.mp-strong-section{
  background:#89b55c}

.mp-section-head-dark h2,
.mp-section-head-dark p,
.mp-section-head-dark .mp-eyebrow.light{
  color:#fff;
}

.mp-section-head-dark .mp-eyebrow.light{
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.24);
}

.mp-dark-card img{
  border-radius:8px;
  /* box-shadow:0 22px 50px rgba(38,53,29,.18); */
}

/* After strong section: bring colour and rhythm back */
.mp-industries{
  background:
    linear-gradient(180deg, #fffaf3 0%, #eef7e6 100%);
  border-radius:0;
}

.mp-industries .mp-card-image{
  background:#e6d6bf;
  box-shadow:0 18px 38px rgba(55,45,32,.07);
}

.mp-industries .mp-product-card:nth-child(2) .mp-card-image{
  background:#dfeecf;
}

.mp-industries .mp-product-card:nth-child(3) .mp-card-image{
  background:#f0e2cf;
}

.mp-industries .mp-product-card:nth-child(4) .mp-card-image{
  background:#e7f2da;
}

.mp-process-section{
  background:
    radial-gradient(circle at 10% 15%, rgba(148,207,88,.22), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(185,149,107,.20), transparent 32%),
    linear-gradient(135deg, #f9f1e4 0%, #eef8e5 55%, #e2f1d1 100%);
}

.mp-process-tabs span{
  background:#fffaf3;
  border-color:#e5d7c5;
}

.mp-process-tabs .active{
  background:var(--matcha-dark);
}

.mp-process-grid > div{
  background:rgba(255,255,255,.74);
  border-color:rgba(95,143,52,.15);
  box-shadow:0 18px 40px rgba(75,85,50,.08);
}

.mp-process-grid h3{
  color:var(--matcha-ink);
}



.mp-about-section .mp-section-head {display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    align-items: center;
    margin-top: 35px;
}

/*==============================
    About Section
==============================*/

.mp-about-section{
    position: relative;
    overflow: hidden;
    padding: 20px 0 30px;
    background:
        radial-gradient(circle at top,#fffefc 0%,#faf7f0 45%,#f6f1e8 100%);
}




/*==============================
    Heading
==============================*/

.about-head{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
    position:relative;
    z-index:2;
}

.about-mini-title{

    display:inline-flex;
    align-items:center;
    gap:14px;

    color:#7b9449;

    font-size:15px;
    font-weight:700;

    margin-bottom:18px;

    letter-spacing:.5px;

}

.about-mini-title i{
    color:#b89342;
    font-size:14px;
}

.about-head h2{

    color:#183d27;

    font-size:44px;
    font-weight:800;

    line-height:1.4;


}

.about-head p{

    color:#666;

    font-size:16px;

    line-height:2.1;

    max-width:640px;

    /*margin:30px auto 0;*/

}

/*==============================
    Divider
==============================*/

.about-divider{
    display:flex;
    align-items:center;
    justify-content:center;
   

}

.about-divider span{

    width:120px;

    height:1px;

    background:linear-gradient(90deg,
    transparent,
    #c59a45,
    transparent);

}

.about-divider-icon{
    width:70px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6b973c;
    transition:.35s;
}

.about-divider-icon svg{

    width:42px;
    height:42px;
}


/*==============================
    Cards
==============================*/

.mp-about-points{
    display:flex;
    justify-content:center;
    gap:34px;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
}

.about-card{
    position:relative;
    width:260px;
    height:150px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(196,158,72,.35);
    border-radius:24px;
    text-align:center;
    padding:58px 20px 2px;
    transition:.35s;
    overflow:visible;
    box-shadow:
        0 15px 35px rgba(0,0,0,.05);

}



/* خط های بالای کارت */

.about-card::after{

    content:"";

    position:absolute;

    top:30px;
    left:50%;

    transform:translateX(-50%);

    width:120px;
    height:2px;

    background:
    repeating-linear-gradient(
    to right,
    #d7b05d,
    #d7b05d 5px,
    transparent 5px,
    transparent 11px);

    opacity:.65;

}

/*==============================
      Icon
==============================*/

.about-icon{

    position:absolute;

    top:-22px;
    left:50%;

    transform:translateX(-50%);

    width:72px;
    height:72px;

    background:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(212,178,101,.25);

    box-shadow:
        0 10px 24px rgba(0,0,0,.08);

    transition:.35s;

    z-index:5;

}

.about-icon svg{
    width:34px;
    height:34px;
    color:#6d8f35;
    transition:.35s;
}

.about-card:hover .about-icon svg{
    color:#fff;
}

/*==============================
      Number
==============================*/

.about-card strong{

    display:block;

    font-size:34px;

    font-weight:900;

    line-height:1;

    margin-bottom:12px;

    background:linear-gradient(
    180deg,
    #e3c57b,
    #b98b33);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

.about-card span{

    display:block;

    font-size:17px;

    font-weight:700;

    color:#444;

}

.about-card em{

    display:block;

    width:42px;
    height:4px;

    border-radius:10px;

    margin:18px auto 0;

    background:#6b973c;

    position:relative;

}

.about-card em::after{

    content:"";

    position:absolute;

    right:-9px;
    top:50%;

    transform:translateY(-50%);

    width:6px;
    height:6px;

    border-radius:50%;

    background:#c79b42;

}

/*==============================
      Hover
==============================*/



.about-card:hover .about-icon{

    transform:translateX(-50%) rotate(12deg);

    background:#6b973c;

}

.about-card:hover .about-icon i{

    color:#fff;

}

.about-card:hover strong{

    transform:scale(1.08);

}

.about-card strong{
    transition:.35s;
}

/*=====================================
    Decorative Leaves
======================================*/

/* هاله طلایی */

.mp-about-section::after{

    content:"";

    position:absolute;

    right:8%;
    top:90px;

    width:260px;
    height:260px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(218,188,118,.18),
    transparent 70%);

    filter:blur(18px);

    z-index:0;

}

/*=====================================
        Bottom Wave
======================================*/

.about-wave{

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    height:95px;

    overflow:hidden;

    z-index:0;

}

.about-wave::before{
    content:"";
    position:absolute;
    inset:0;
    background:#89b55c;
    /*border-radius:*/
    /*    100% 100% 0 0 /*/
    /*    70px 70px 0 0;*/

    transform:scaleX(1.2);

}

/* خط طلایی بالای موج */

.about-wave::after{

    content:"";

    position:absolute;

    top:0;

    left:0;
    right:0;

    height:2px;

    background:linear-gradient(
    90deg,
    transparent,
    #d8b15e,
    transparent);

}

/*=====================================
       Responsive
======================================*/

@media(max-width:1200px){

    .about-head h2{

        font-size:38px;

    }

}

@media(max-width:992px){

    .mp-about-section{

        padding:70px 0 60px;

    }

    .mp-about-points{

        gap:20px;

    }

    .about-card{
        flex:1;
        height:110px;
                padding: 38px 20px 2px;

    }
    .about-card:before, .about-card:after{
        display:none;
    }


    .leaf-left,
    .leaf-right{

        display:none;

    }

}

@media(max-width:768px){
   

    .about-head h2{

        font-size:31px;

    }

    .about-head p{

        font-size:15px;
        line-height:2;

        padding:0 20px;

    }

    .about-divider span{

        width:65px;

    }

    .mp-about-points{

        /*flex-direction:column;*/
        align-items:center;

    }

    .about-card{

        width:100%;
      

    }

    .about-wave{

        height:65px;

    }

}

@media(max-width:991px){

    .about-mini-title{

        font-size:13px;

    }

    .about-head h2{
        font-size:27px;
    }

    .about-icon{
        width:42px;
        height:42px;

    }
.about-icon svg {
    width: 24px;
    height: 24px;
}

}
/* Blog restored as a clean editorial block */
.mp-blog-section{
  padding:42px 0 42px;
  background:var(--secondary-color)
}
.mp-blog-section .mp-section-head p{
    color:#333;
}
.mp-blog-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.mp-blog-card{
  background:#fffaf3;
  border:1px solid rgba(95,143,52,.12);
  /*border-radius:10px;*/
  overflow:hidden;
  padding:14px 14px 22px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.mp-blog-img{
  overflow:hidden;
  border-radius:7px;
  aspect-ratio:1.9 / 1;
  background:#e7d8c1;
}

.mp-blog-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}

.mp-blog-card:hover .mp-blog-img img{
  transform:scale(1.045);
}

.mp-blog-card span{
  display:inline-flex;
  margin-top:18px;
  color:var(--matcha-dark);
  background:rgba(148,207,88,.15);
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.mp-blog-card h3{
  margin:14px 0 10px;
  color:var(--ink);
  font-size:20px;
  line-height:1.45;
  font-weight:900;
}

.mp-blog-card p{
  margin:0;
  color:var(--text-muted);
  font-size:14px;
  line-height:1.9;
}

.mp-blog-card a{
  display:inline-flex;
  margin-top:18px;
  color:var(--matcha-dark);
  font-size:13px;
  font-weight:900;
  border-bottom:1px solid currentColor;
}


@media (max-width:1200px){
  .mp-preview-window-floating{
    /*max-width:720px;*/
  }
  .mp-about-wrap{
    grid-template-columns:1fr;
    gap:36px;
  }
  .mp-about-visual{
    order:2;
  }
}

@media (max-width:992px){
  .mp-about-section,
  .mp-blog-section{
    padding-top:66px;
    padding-bottom:70px;
  }
  .mp-blog-grid{
    grid-template-columns:1fr;
  }
  .mp-preview-window-floating{
    /*min-height:520px;*/
  }
  .mp-preview-window-floating .mp-floating-preview{
    height:460px;
  }
}

@media (max-width:991px){
    .feature-list{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width:100%;
    }
    .mp-builder-wrap {
   
    gap: 20px;
    }
  .mp-preview-window-floating{
    border-width:10px;
    /*min-height:430px;*/
    overflow:hidden;
  }
  .mp-preview-window-floating .mp-floating-preview{
    width:100%;
    height:200px;
    transform:scale(.82);
    /*transform-origin:center top;*/
    margin-top:10px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #89b55c !important;
}
  .mp-preview-window-floating .bag-image{
    width:200px;
  }
  .mp-preview-window-floating .glass-card{
    min-width:108px;
    padding:7px 8px;
  }
  .mp-preview-window-floating .glass-card span{
    font-size:11px;
  }
  .mp-about-visual{
    min-height:360px;
  }
  .mp-about-image-main{
    width:70%;
    height:250px;
  }
  .mp-about-image-card img {
 
    padding: 2px;
}
.faq {
    padding: 5px var(--page-pad) 8px;
}
  .mp-about-image-side{
    width:57%;
    height:190px;
  }
  .mp-about-points{
    /* grid-template-columns:1fr; */
  }
  .mp-about-points strong {
   text-align: center;
    font-size: 22px;
  }
  .mp-about-points span {
    font-size: 12px;
    text-align: center;
}
}



/* Slightly smaller editorial typography */
.mp-section{
  padding-top:74px;
  padding-bottom:76px;
}

.mp-section-head{
  gap:58px;
  margin-bottom:34px;
}



.mp-section-head p,
.mp-hero-copy p,
.mp-center-title p,
.mp-builder-content p,
.mp-about-content p{
  font-size:14.5px !important;
  line-height:1.9;
}

.mp-product-card h3,
.mp-dark-card h3{
  font-size:14px !important;
}

.mp-promo-card h3{
  font-size:clamp(20px, 1.8vw, 28px) !important;
}

.mp-promo-card p,
.mp-blog-card p,
.mp-process-panel p{
  font-size:13.5px !important;
}

.mp-eyebrow,
.section-badge,
.mp-blog-card span{
  font-size:11.5px !important;
}

.mp-btn,
.design-btn,
.about-btn{
  font-size:12px !important;
}

/* Builder content uses the original custom-content copy and feature style */
.mp-builder-content .section-badge{
  background:rgba(255,255,255,.82);
  color:var(--matcha-dark);
  border-color:rgba(255,255,255,.88);
  box-shadow:0 12px 30px rgba(40,60,25,.12);
}

.mp-builder-content h2 span{
  display:inline-block;
  color:#f8ffe9;
  -webkit-text-fill-color:initial;
  background:none;
}

.mp-builder-content .mp-builder-features{
  margin-top:15px;
  margin-bottom:15px;
}

.mp-builder-content .mp-builder-features li{
  color:#fff;
  font-size:13.5px;
  font-weight:700;
}



.mp-builder-content .mp-builder-btn{
  background:#fffaf3;
  color:var(--matcha-ink);
  box-shadow:0 18px 40px rgba(45,65,32,.22);
}

/* Strong and industries cards now live inside categories-owl */
.mp-strong-owl,
.mp-industries-owl,
.mp-blog-owl{
  position:relative;
}

.mp-strong-owl .owl-stage,
.mp-industries-owl .owl-stage,
.mp-blog-owl .owl-stage{
  display:flex;
}

.mp-strong-owl .owl-item,
.mp-industries-owl .owl-item,
.mp-blog-owl .owl-item{
  display:flex;
  flex-direction:column;
}

.mp-strong-owl .p-2,
.mp-industries-owl .p-2{
  height:100%;
}

.mp-strong-owl .mp-dark-card,
.mp-industries-owl .mp-product-card,
.mp-blog-owl .mp-blog-card{
  height:100%;
}

.mp-strong-owl .mp-dark-card img{
  height:320px;
  aspect-ratio:auto;
}

.mp-industries-owl .mp-card-image{
  aspect-ratio:1 / 1;
}

.mp-strong-section .categories-owl .owl-nav button{
  background:#fffaf3 !important;
  color:var(--matcha-dark) !important;
  box-shadow:0 14px 34px rgba(31,51,21,.20);
}

.mp-strong-section .categories-owl .owl-nav button:hover{
  background:var(--matcha) !important;
  color:#fff !important;
}

.mp-industries .categories-owl .owl-nav button,
.mp-blog-owl .owl-nav button{
  color:var(--matcha) !important;
}

.mp-industries .categories-owl .owl-nav button:hover,
.mp-blog-owl .owl-nav button:hover{
  background:var(--matcha-dark) !important;
}

/* Bootstrap tab content for process section */
.mp-process-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  margin:0 auto 34px;
  padding:0 !important;
  border:0;
}

.mp-process-tabs .nav-item{
  margin:0;
}

.mp-process-tabs .nav-link{
  border:0;
  border-left:1px solid #e3d6c4;
  border-radius:0;
  background:#fffaf3;
  color:var(--matcha-ink);
  padding:11px 22px;
  font-family:inherit;
  font-size:12.5px;
  font-weight:800;
  min-height:44px;
}

.mp-process-tabs .nav-item:first-child .nav-link{
  border-radius:0 6px 6px 0;
}

.mp-process-tabs .nav-item:last-child .nav-link{
  border-left:0;
  border-radius:6px 0 0 6px;
}

.mp-process-tabs .nav-link.active,
.mp-process-tabs .show > .nav-link{
  background:var(--matcha-dark);
  color:#fff;
}

.mp-process-tab-content{
  max-width:880px;
  margin:0 auto;
}

.mp-process-panel{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(95,143,52,.16);
  border-radius:12px;
  padding:34px 38px;
  box-shadow:0 22px 54px rgba(75,85,50,.09);
}

.mp-process-panel::after{
  content:"";
  position:absolute;
  left:-70px;
  bottom:-90px;
  width:230px;
  height:230px;
  border-radius:50%;
  background:rgba(148,207,88,.16);
}

.mp-process-panel span{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--matcha-dark);
  background:rgba(148,207,88,.16);
  padding:6px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.mp-process-panel h3{
  margin:0 0 12px;
  color:var(--matcha-ink);
  font-size:20px;
  line-height:1.45;
  font-weight:900;
}

.mp-process-panel p{
  max-width:660px;
  margin:0;
  color:var(--text-muted);
  line-height:1.95;
}

/* Blog carousel */
.mp-blog-owl .owl-nav{
  position:absolute;
  top:50%;
  left:-42px;
  right:-42px;
  transform:translateY(-50%);
  display:flex !important;
  justify-content:space-between;
  pointer-events:none;
}

.mp-blog-owl .owl-nav button{
  pointer-events:auto;
  width:48px;
  height:48px;
  border-radius:50% !important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px !important;
  transition:.3s;
}

.mp-blog-owl .owl-nav button.disabled{
  background:none !important;
  color:#fff !important;
  cursor:not-allowed;
  opacity:.7;
}

.mp-blog-card h3{
  font-size:17px !important;
}



@media (max-width:1200px){
  .mp-strong-owl .mp-dark-card img{
    height:280px;
  }
}

@media (max-width:992px){
  .mp-section,
  .mp-builder-section,
  .mp-strong-section,
  .mp-process-section,
  .mp-about-section,
  .mp-blog-section{
    padding-top:38px;
    padding-bottom:38px;
  }
  .mp-process-tabs .nav-link{
    padding:10px 16px;
  }
  .mp-strong-owl .mp-dark-card img{
    height:260px;
  }
}

@media (max-width:576px){
  .mp-section-head h2,
  .mp-hero-copy h2,
  .mp-center-title h2,
  .mp-builder-content h2,
  .mp-about-content h2{
    font-size:20px !important;
    text-align: center;
  }
  .mp-section-head p,
  .mp-hero-copy p,
  .mp-center-title p,
  .mp-builder-content p,
  .mp-about-content p{
    font-size:13.5px !important;
    text-align: center;
  }
  .mp-process-tabs{
    gap:8px;
  }
  .mp-process-tabs .nav-item{
    flex:1 1 calc(50% - 8px);
  }
  .mp-process-tabs .nav-link{
    width:100%;
    border:1px solid #e3d6c4;
    border-radius:6px !important;
  }
  .mp-process-panel{
    padding:26px 22px;
  }
  .mp-blog-owl .owl-nav,
  .mp-industries .categories-owl .owl-nav,
  .mp-strong-section .categories-owl .owl-nav{
    left:-8px;
    right:-8px;
  }
  .mp-strong-owl .mp-dark-card img{
    height:240px;
  }
}
/* ================================
   Header Mega Menu / Dropdown
================================ */

.header-nav-container {
    position: relative;
    z-index: 90;
}

.header-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    height: 44px;
}

.header-nav .nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    /*color: #fff;*/
    text-decoration: none;
    transition: color .25s ease;
}

.header-nav .nav-link i {
    font-size: 10px;
    transition: transform .25s ease;
}

.header-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90deg, #5f8f34, #94cf58);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}



.header-nav .nav-link:hover::after,
.header-nav .nav-link.active::after {
    transform: scaleX(1);
}

.header-nav .nav-item:hover > .nav-link i {
    transform: rotate(180deg);
}

/* ---------- Simple Dropdown ---------- */

.simple-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    padding: 10px;
    background: #fff;
    border: 1px solid #edf0ea;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 45px rgba(35, 40, 30, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .25s ease;
    z-index: 100;
}

.nav-item.has-dropdown:hover .simple-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.simple-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #2d3328;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: .25s ease;
}

.simple-dropdown a i {
    font-size: 11px;
    color: #7aa84a;
    opacity: 0;
    transition: .25s ease;
}

.simple-dropdown a:hover {
    background: #f6faef;
    color: #5f8f34;
}

.simple-dropdown a:hover i {
    transform: translateX(-4px);
    opacity: 1;
}

/* ---------- Mega Menu ---------- */

.mega-menu {
    position: fixed;
    top: 132px;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #edf0ea;
    border-bottom: 1px solid #e5e8df;
    box-shadow: 0 24px 60px rgba(28, 32, 22, .10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .25s ease;
    z-index: 95;
}

.nav-item.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-inner {
    max-width: 1578px;
    margin: 0 auto;
    padding: 26px 28px 28px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 42px;
    align-items: center;
    direction: ltr;
}

.mega-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mega-image img {
    width: 260px;
    max-height: 190px;
    object-fit: contain;
}

.mega-columns {
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 28px;
}

.mega-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mega-col h4 {
    position: relative;
    margin: 0 0 6px;
    padding-right: 12px;
    color: #20231d;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.8;
}

.mega-col h4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 3px;
    height: 24px;
    border-radius: 20px;
    background: #5f8f34;
}

.mega-col a {
    display: block;
    color: #3f453a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
    transition: .2s ease;
}

.mega-col a:hover {
    color: #5f8f34;
    transform: translateX(-4px);
}

/* برای اینکه هنگام رفتن موس از منو به مگامنو، باز بماند */
.nav-item.has-mega::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    height: 18px;
}

/* ---------- Mobile ---------- */

@media (max-width: 991px) {

    .header-nav {
        overflow-x: auto;
        overflow-y: hidden;
        gap: 18px;
        white-space: nowrap;
    }

    .header-nav::-webkit-scrollbar {
        display: none;
    }

    .mega-menu {
        position: fixed;
        top: 120px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }

    .mega-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 18px;
    }

    .mega-image {
        justify-content: center;
    }

    .mega-image img {
        width: 220px;
    }

    .mega-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 18px;
    }

    .simple-dropdown {
        min-width: 190px;
    }
}

@media (max-width: 576px) {
  .mp-section-head {
    gap: 28px;
    margin-bottom: 34px;
}
    .mega-columns {
        grid-template-columns: 1fr;
    }

    .mega-image img {
        width: 180px;
    }

    .mega-col h4 {
        font-size: 13px;
    }

    .mega-col a,
    .simple-dropdown a {
        font-size: 12.5px;
    }
}

/* ================================
   Mobile Header + Bottom Toolbar
================================ */

.mobile-menu-toggle {
    display: none;
}

.mobile-search-panel {
    display: none;
}

.mobile-bottom-toolbar {
    display: none;
}

.header-lang-wrap {
    position: relative;
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 120px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e5eadf;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(35, 45, 28, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .25s ease;
    z-index: 200;
}

.header-lang-wrap.open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    color: #2f332b;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    transition: .2s ease;
}

.lang-dropdown a:hover {
    background: #f6faef;
    color: #5f8f34;
}
.fix-chat{
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px #dcdcdc;
}
@media (max-width: 991px) {
    .fix-chat{
    width: 60px;
    height: 60px;
   
    bottom: 80px;

   
}
.preview-ring{

    position:absolute;

    width:180px;
    height:180px;
}
.card-logo {
    top: 15px;
    right: -18px;
}
.card-color {
    top: 20px;
    left: -20px;
}
.card-material {
    bottom: 20px;
    right: -20px;
}
.card-size {
    left: -20px;
    bottom: 0px;
}
    

    .site-header {
        z-index: 1002;
    }

    .header-top {
        height: 72px;
        gap: 12px;
        justify-content: space-between;
    }

    .header-logo {
        max-width: 145px;
        flex-shrink: 0;
    }

    .header-logo .logo-mark {
        max-width: 68px;
        height: 64px;
    }

    .logo-divider,
    .logo-text p{
        display: none;
    }

    .mobile-menu-toggle {
        width: 42px;
        height: 42px;
        border: none;
        border-radius: 14px;
        background: #f3f7ec;
        color: #405827;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        flex-shrink: 0;
    }

    .mobile-menu-toggle:active {
        transform: scale(.96);
    }

    .header-search,
    .header-cta {
        display: none;
    }
.mobile-search-panel .container{
    display:flex;
    align-items:center;
    gap:10px
    
}
    .header-icons {
        gap: 0;
        flex-shrink: 0;
        margin-right:0;
    }

    .header-icon.lang {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: #f3f7ec;
        padding: 0;
        justify-content: center;
        color: #405827;
    }

    .header-icon.lang span,
    .header-icon.lang .fa-chevron-down {
        display: none;
    }

    .lang-dropdown {
        left: 0;
        right: auto;
        top: calc(100% + 10px);
    }

    .header-nav-container {
        display: none !important;
    }

    .mobile-search-panel {
        display: block;
      
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-top: 1px solid #edf0ea;
        border-bottom: 1px solid #e5eadf;
        padding: 10px 0;
       
        
        transition: .25s ease;
        z-index: 999;
    }

    .mobile-search-panel.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mobile-search-box {
        height: 46px;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f5f7f0;
        border: 1px solid #e2e8d9;
        border-radius: 15px;
        padding: 0 14px;
        width:75%;
    }

    .mobile-search-box i {
        color: #6c7f55;
        font-size: 15px;
    }

    .mobile-search-box input {
        flex: 1;
        height: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-family: inherit;
        font-size: 13px;
        color: #2f332b;
        text-align: right;
    }

    .mobile-search-box button {
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 50%;
        background: #fff;
        color: #6c7f55;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 14px rgba(35, 45, 28, .08);
    }

   

   
    .mobile-cart-icon {
        position: relative;
        display: inline-flex;
    }

    .mobile-cart-icon em {
        position: absolute;
        top: -8px;
        left: -9px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 999px;
        background: #94cf58;
        color: #1f2220;
        font-size: 10px;
        font-style: normal;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0 2px #1f2220;
    }
}

@media (max-width: 420px) {

    .mobile-bottom-toolbar {
        right: 8px;
        left: 8px;
        bottom: 8px;
        height: 68px;
        border-radius: 16px;
    }

    .mobile-toolbar-item {
        font-size: 10.8px;
    }

    .mobile-toolbar-item i {
        font-size: 18px;
    }

    .header-top {
        height: 68px;
    }

    .mobile-search-panel {
        top: 68px;
    }
}

/* Off Canvas Container */
.off-canvas {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  max-width: 350px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  z-index: 20001;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.off-canvas.active {
  transform: translateX(0);
}

/* Header */
.off-canvas-header {
  padding: 20px;
  background: var(--brand-dark);
  color: white;
  font-weight: 600;
  font-size: 18px;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.close-btn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.close-btn i {
  font-size: 20px;
}

/* Navigation */
.off-canvas-nav {
  padding: 10px 0;
}

/* Menu Items */
.off-canvas-item {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
}

.off-canvas-item:hover {
  background-color: rgba(33, 94, 157, 0.05);
}

.off-canvas-item > a,
.off-canvas-item > .menu-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.off-canvas-item > a:hover,
.off-canvas-item > .menu-trigger:hover {
  color: var(--secondary-color);
  padding-right: 25px;
}

.off-canvas-item.has-submenu > .menu-trigger i {
  transition: transform 0.3s ease;
  color: var(--third-color);
  font-size: 14px;
}

.off-canvas-item.has-submenu > .menu-trigger:hover i {
  transform: translateX(-3px);
}

/* Submenu Container */
.submenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.submenu.active {
  transform: translateX(0);
}

/* Submenu Header - رنگ یکسان برای همه */
.submenu-header {
  padding: 20px;
  background: var(--brand);
  color: white;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.back-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
}

.back-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(3px);
}

.back-btn i {
  margin-left: 8px;
  font-size: 14px;
}

.submenu-title {
  font-weight: 600;
  font-size: 16px;
}

/* Submenu Items */
.submenu-items {
  padding: 10px 0;
}

.submenu-item {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
}

.submenu-item:hover {
  background-color: rgba(64, 134, 198, 0.05);
}

.submenu-item > a,
.submenu-item > .menu-trigger {
  text-decoration: none;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.submenu-item > a:hover,
.submenu-item > .menu-trigger:hover {
  color: var(--secondary-color);
  padding-right: 25px;
}

.submenu-item.has-submenu > .menu-trigger i {
  color: var(--third-color);
  transition: transform 0.3s ease;
  font-size: 13px;
}

.submenu-item.has-submenu > .menu-trigger:hover i {
  transform: translateX(-3px);
}

.submenu-item:not(.has-submenu) a i {
  display: none;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Scrollbar */
.off-canvas::-webkit-scrollbar,
.submenu::-webkit-scrollbar {
  width: 6px;
}

.off-canvas::-webkit-scrollbar-track,
.submenu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.off-canvas::-webkit-scrollbar-thumb,
.submenu::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

.off-canvas::-webkit-scrollbar-thumb:hover,
.submenu::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* Responsive */
@media (max-width: 991px) {
    .footer-logo img {
    
    max-width: 120px;
    }
    .mp-builder-preview {
    display: flex;
    justify-content: center;
    height: max-content;
}
.footer-m{
      width:100%;
}
    .certificates {
        justify-content:center;
      
    }
         .hero-text-en {
 font-size:18px;
 letter-spacing: 0px;

}

.hero-text-fa {
   font-size:20px;
}
.mp-hero-copy {
    max-width: 760px;
    /*margin: 0px auto 0px;*/
    height:max-content;
}
    .mp-builder-content, .mp-about-content{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
  .off-canvas {
    width: 85%;
  }
  
  .off-canvas-header,
  .submenu-header {
    padding: 15px;
  }
  
  .submenu-title {
    font-size: 14px;
  }
}
 :root {
    --site-green: #8ab957;
    --site-dark-green: #5d8737;
    --site-light-green: #eef6e5;
    --site-cream: #fbf8f1;
    --site-text: #30332d;
  }

  .festival-popup {
    position: relative;
    overflow: hidden;
    direction: rtl;
    border: 0;
    /*border-radius: 24px;*/
    background: var(--site-cream);
    box-shadow: 0 20px 60px rgba(66, 83, 48, 0.2);
  }

  .festival-popup::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(138, 185, 87, 0.15);
    pointer-events: none;
  }

  .popup-close {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    opacity: 1;
  }

  .popup-image-box {
    min-height: 330px;
    padding: 32px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(
        circle,
        rgba(138, 185, 87, 0.25) 0%,
        rgba(138, 185, 87, 0.08) 55%,
        transparent 56%
      );
  }

  .popup-image {
    display: block;
    width: 100%;
    max-width: 190px;
    max-height: 230px;
    object-fit: contain;
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.15));
  }

  .popup-content {
    padding: 50px 35px 40px;
  }

  .popup-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    color: var(--site-dark-green);
    background: var(--site-light-green);
    border: 1px solid rgba(138, 185, 87, 0.35);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
  }

  .popup-title {
    margin-bottom: 14px;
    color: var(--site-text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
  }

  .popup-description {
    margin-bottom: 14px;
    color: #686d63;
    font-size: 14px;
    line-height: 2;
  }

  .popup-discount {
    margin-bottom: 22px;
    color: var(--site-dark-green);
    font-size: 15px;
  }

  .popup-discount strong {
    font-size: 20px;
    font-weight: 900;
  }

  .popup-button {
    padding: 11px 22px;
    color: #ffffff;
    background: var(--site-green);
    border: 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(138, 185, 87, 0.3);
    transition: all 0.25s ease;
  }

  .popup-button:hover,
  .popup-button:focus {
    color: #ffffff;
    background: var(--site-dark-green);
    transform: translateY(-2px);
  }

  .modal-backdrop.show {
    opacity: 0.55;
  }

  @media (max-width: 767.98px) {
    .modal-dialog {
      margin: 15px;
    }

    .popup-image-box {
      min-height: auto;
      padding: 28px 20px 10px;
    }

    .popup-image {
      max-width: 130px;
      max-height: 145px;
    }

    .popup-content {
      padding: 20px 25px 30px;
      text-align: center;
    }

    .popup-title {
      font-size: 21px;
    }

    .popup-description {
      font-size: 13px;
    }

    .popup-button {
      width: 100%;
    }
  }
/* ==================================================
   Desktop Login & Cart Dropdown
================================================== */

.desktop-header-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

/* منوی کشویی */
.desktop-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;

    width: 290px;
    padding: 14px;

    background: #ffffff;
    border: 1px solid var(--border-soft);
    border-radius: 16px;

    box-shadow:
        0 20px 50px rgba(28, 28, 28, 0.12),
        0 4px 15px rgba(28, 28, 28, 0.05);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(10px);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
}

/* فلش بالای زیرمنو */
.desktop-dropdown-menu::before {
    /*content: "";*/
    position: absolute;
    top: -7px;
    left: 24px;

    width: 14px;
    height: 14px;

    background: #ffffff;
    border-top: 1px solid var(--border-soft);
    border-right: 1px solid var(--border-soft);

    transform: rotate(-45deg);
}

/* نمایش با هاور یا فوکوس */
.desktop-header-dropdown:hover .desktop-dropdown-menu,
.desktop-header-dropdown:focus-within .desktop-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* چرخش فلش */
.dropdown-arrow {
    margin-right: 3px;
    font-size: 9px;
    color: #777;
    transition: transform 0.25s ease;
}

.desktop-header-dropdown:hover .dropdown-arrow,
.desktop-header-dropdown:focus-within .dropdown-arrow {
    transform: rotate(180deg);
}


/* ==================================================
   Account Dropdown
================================================== */

.account-menu {
    width: 280px;
}

.dropdown-menu-header {
    display: flex;
    align-items: center;
    gap: 11px;

    padding: 5px 2px 14px;
    margin-bottom: 12px;

    border-bottom: 1px solid var(--border-soft);
}

.dropdown-user-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: var(--brand-dark);
    background: rgba(148, 207, 88, 0.14);
    border-radius: 12px;

    font-size: 17px;
}

.dropdown-menu-header strong {
    display: block;
    margin-bottom: 3px;

    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.dropdown-menu-header small {
    display: block;

    color: var(--text-muted);
    font-size: 10.5px;
}

.dropdown-main-btn {
    width: 100%;
    min-height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    margin-bottom: 10px;
    padding: 9px 14px;

    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        var(--brand),
        var(--brand-dark)
    );

    border-radius: 10px;

    font-size: 12px;
    font-weight: 700;

    box-shadow: 0 8px 18px rgba(148, 207, 88, 0.24);
    transition: 0.25s ease;
}

.dropdown-main-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 11px 22px rgba(148, 207, 88, 0.34);
}

.dropdown-menu-links {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dropdown-menu-links a {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px;

    color: #484848;
    border-radius: 9px;

    font-size: 12px;
    transition: 0.2s ease;
}

.dropdown-menu-links a i {
    width: 20px;

    color: var(--brand-dark);
    text-align: center;
    font-size: 13px;
}

.dropdown-menu-links a:hover {
    color: var(--brand-dark);
    background: var(--bg-soft);
    padding-right: 14px;
}


/* ==================================================
   Mini Cart Dropdown
================================================== */

.cart-menu {
    width: 360px;
}

.cart-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 3px 2px 13px;
    margin-bottom: 4px;

    border-bottom: 1px solid var(--border-soft);
}

.cart-menu-header strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.cart-menu-header a {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: var(--brand-dark);
    font-size: 11px;
    font-weight: 700;
}

.cart-menu-header a i {
    font-size: 8px;
}

.mini-cart-products {
    max-height: 275px;
    overflow-y: auto;
    padding-left: 3px;
}

.mini-cart-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 0;

    border-bottom: 1px solid var(--border-soft);
}

.mini-cart-image {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    padding: 4px;
    overflow: hidden;

    background: var(--bg-soft);
    border: 1px solid var(--border-soft);
    border-radius: 10px;
}

.mini-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mini-cart-info {
    min-width: 0;
    flex: 1;
}

.mini-cart-title {
    display: block;

    margin-bottom: 8px;
    padding-left: 25px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
    font-size: 12px;
    font-weight: 700;
}

.mini-cart-title:hover {
    color: var(--brand-dark);
}

.mini-cart-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    color: #888;
    font-size: 10.5px;
}

.mini-cart-meta strong {
    color: var(--brand-dark);
    font-size: 11px;
    font-weight: 800;
}

.mini-cart-remove {
    position: absolute;
    top: 12px;
    left: 0;

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    color: #999;
    background: #f5f5f5;
    border: 0;
    border-radius: 50%;

    font-size: 10px;
    cursor: pointer;
    transition: 0.2s ease;
}

.mini-cart-remove:hover {
    color: #ffffff;
    background: #d9534f;
}

.mini-cart-footer {
    padding-top: 13px;
}

.mini-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 13px;
}

.mini-cart-total span {
    color: #666;
    font-size: 12px;
}

.mini-cart-total strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}

.mini-cart-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.cart-outline-btn,
.cart-checkout-btn {
    min-height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px 10px;
    border-radius: 9px;

    font-size: 11px;
    font-weight: 700;
    transition: 0.25s ease;
}

.cart-outline-btn {
    color: var(--brand-dark);
    background: #ffffff;
    border: 1px solid var(--brand);
}

.cart-outline-btn:hover {
    color: var(--brand-dark);
    background: var(--bg-soft);
}

.cart-checkout-btn {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--brand),
        var(--brand-dark)
    );

    border: 1px solid transparent;
}

.cart-checkout-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(148, 207, 88, 0.3);
}


/* اسکرول سبد خرید */
.mini-cart-products::-webkit-scrollbar {
    width: 4px;
}

.mini-cart-products::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.mini-cart-products::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 10px;
}


@media (max-width: 991.98px) {
    .desktop-header-dropdown {
        display: none !important;
    }
}
/* ==================================================
   Animated About Section
================================================== */

.animated-about {
    position: relative;
    overflow: hidden;

    padding: 85px 0 5px;

    background:#f2f2f2
}

/*.animated-about::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/

/*    background-image:*/
/*        linear-gradient(*/
/*            rgba(95, 143, 52, 0.035) 1px,*/
/*            transparent 1px*/
/*        ),*/
/*        linear-gradient(*/
/*            90deg,*/
/*            rgba(95, 143, 52, 0.035) 1px,*/
/*            transparent 1px*/
/*        );*/

/*    background-size: 42px 42px;*/
/*    pointer-events: none;*/
/*}*/

/*.animated-about::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -180px;*/
/*    left: 50%;*/

/*    width: 520px;*/
/*    height: 520px;*/

/*    border: 1px solid rgba(213, 168, 63, 0.09);*/
/*    border-radius: 50%;*/

/*    transform: translateX(-50%);*/
/*    box-shadow:*/
/*        0 0 0 70px rgba(213, 168, 63, 0.025),*/
/*        0 0 0 140px rgba(148, 207, 88, 0.02);*/

/*    pointer-events: none;*/
/*}*/

.animated-about .container {
    position: relative;
    z-index: 2;
}


/* ==================================================
   Header
================================================== */

.animated-about__header {
    max-width: 720px;
    margin: 0 auto 58px;
    text-align: center;
}

.animated-about__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 17px;
}

.animated-about__divider > span {
    width: 64px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(179, 132, 34, 0.7)
        );
}

.animated-about__divider > span:last-child {
    transform: rotate(180deg);
}

.animated-about__divider-icon {
    position: relative;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae7f25;
    background:
        radial-gradient(
            circle at 35% 25%,
            #ffffff,
            #fff8e7
        );

    border: 1px solid rgba(213, 168, 63, 0.35);
    border-radius: 50%;

    box-shadow:
        0 10px 28px rgba(117, 83, 18, 0.1),
        0 0 0 7px rgba(213, 168, 63, 0.055);

    /*animation: dividerIconFloat 4s ease-in-out infinite;*/
}

.animated-about__divider-icon::before {
    /*content: "";*/
    position: absolute;
    inset: -7px;

    border: 1px dashed rgba(213, 168, 63, 0.3);
    border-radius: 50%;

    animation: dividerOrbit 14s linear infinite;
}

.animated-about__divider-icon svg {
    width: 54px;
    height: 54px;
    overflow: visible;
}

.divider-wheat,
.divider-basket {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.divider-wheat {
    transform-origin: 50px 60px;
    animation: dividerWheatMove 3.2s ease-in-out infinite;
}

.divider-basket {
    animation: dividerBasketMove 3.2s ease-in-out infinite;
}

.animated-about__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
    padding: 7px 15px;

    color: var(--about-green-dark);
    background: rgba(148, 207, 88, 0.11);
    border: 1px solid rgba(148, 207, 88, 0.25);
    border-radius: 999px;

    font-size: 11px;
    font-weight: 700;
}

.animated-about__title {
    margin: 0 0 14px;

    color: var(--about-text);
    font-size: clamp(25px, 3vw, 37px);
    font-weight: 700;
    line-height: 1.55;
}

.animated-about__description {
    margin: 0 auto;
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 2;
}


/* ==================================================
   Cards
================================================== */

.animated-about__cards {
   display: grid;
    grid-template-columns: repeat(3, minmax(0, 250px));
    gap: 24px;
    width: max-content;
    margin: 0 auto;
    margin-top:85px !important;
}

.animated-about__card {
    position: relative;
    isolation: isolate;
    padding: 64px 27px 10px;
    text-align: center;
    background:
        linear-gradient(
            155deg,
            rgba(255, 255, 255, 0.97),
            rgba(250, 251, 246, 0.92)
        );
    border:1px solid rgb(115 220 32 / 66%);
    /*border-radius: 27px;*/
    box-shadow:
        0 0px 25px rgba(46, 63, 34, 0.075),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    transition:
        transform 0.5s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.5s ease,
        border-color 0.5s ease;
}




/* ==================================================
   Icons
================================================== */

.animated-about__icon {
    position: absolute;
    top: -58px;
    right: 50%;

    width: 100px;
    height: 100px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background:hsl(89.73deg 54.68% 60.2%);

    border: 1px solid rgba(213, 168, 63, 0.35);
    border-radius: 50%;

    /*box-shadow:*/
    /*    0 16px 35px rgba(74, 53, 13, 0.13),*/
    /*    0 0 0 8px rgba(255, 255, 255, 0.8);*/

    transform: translateX(50%);
}
.animated-about__icon img{
    width:100%;
    height:100%;
    object-fit:cover
}
.animated-about__icon::before {
    /*content: "";*/
    position: absolute;
    inset: -7px;
    z-index: -1;

    border: 1px solid rgba(213, 168, 63, 0.22);
    border-radius: 35px;

    animation: iconAura 3.3s ease-out infinite;
}

.animated-about__icon::after {
    /*content: "";*/
    position: absolute;
    inset: -3px;
    z-index: -1;

    border-radius: 32px;

    background:
        conic-gradient(
            from 0deg,
            transparent 0deg,
            transparent 250deg,
            rgba(238, 197, 90, 0.8) 290deg,
            transparent 330deg
        );

    -webkit-mask:
        radial-gradient(
            circle,
            transparent 68%,
            #000 70%
        );

    mask:
        radial-gradient(
            circle,
            transparent 68%,
            #000 70%
        );

    animation: iconLightRotate 6s linear infinite;
}

.animated-about__icon svg {
    width: 72px;
    height: 72px;
    overflow: visible;
}


/* ==================================================
   Numbers and Text
================================================== */

.animated-about__number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    margin-bottom: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    color: #6d6e6c;

    filter: drop-shadow(0 5px 10px rgba(177, 126, 30, 0.13));
}

.animated-about__number span {
    font-size: 41px;
    font-weight: 900;
    line-height: 1;
}

.animated-about__number small {
    margin-top: 2px;
    font-size: 20px;
    font-weight: 800;
}

.animated-about__card h3 {
    margin: 0 0 10px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 750;
}

.animated-about__card p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 12.5px;
    line-height: 2;
}


/* ==================================================
   Experience Animation
================================================== */

.experience-main-star {
    fill: rgba(213, 168, 63, 0.04);
    stroke: #ae7b1d;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;

    filter: drop-shadow(0 0 0 rgba(255, 200, 47, 0));

    animation:
        experienceStarFill 5s ease-in-out infinite,
        experienceStarGlow 5s ease-in-out infinite;
}

.experience-falling-stars {
    fill: #ffd34d;
}

.falling-star {
    opacity: 0;

    transform-box: fill-box;
    transform-origin: center;

    filter:
        drop-shadow(0 0 3px rgba(255, 200, 47, 0.8));

    animation: fallingStarIntoMain 5s ease-in-out infinite;
}

.falling-star--1 {
    animation-delay: 0s;
}

.falling-star--2 {
    animation-delay: 0.35s;
}

.falling-star--3 {
    animation-delay: 0.7s;
}

.falling-star--4 {
    animation-delay: 1.05s;
}

.falling-star--5 {
    animation-delay: 1.4s;
}

.experience-sparkles {
    fill: #ffd34d;
    stroke: #ffd34d;
    stroke-width: 2;
    stroke-linecap: round;

    animation: experienceSparkles 2.7s ease-in-out infinite;
}

@keyframes fallingStarIntoMain {
    0%,
    8% {
        opacity: 0;
        transform:
            translateY(-32px)
            scale(0.3)
            rotate(-35deg);
    }

    18% {
        opacity: 1;
    }

    43% {
        opacity: 1;
        transform:
            translateY(25px)
            scale(0.8)
            rotate(20deg);
    }

    52%,
    100% {
        opacity: 0;
        transform:
            translateY(30px)
            scale(0.2)
            rotate(35deg);
    }
}

@keyframes experienceStarFill {
    0%,
    35% {
        fill: rgba(213, 168, 63, 0.04);
    }

    52%,
    75% {
        fill: #ffd44f;
    }

    88%,
    100% {
        fill: rgba(213, 168, 63, 0.04);
    }
}

@keyframes experienceStarGlow {
    0%,
    38%,
    100% {
        filter:
            drop-shadow(0 0 0 rgba(255, 201, 43, 0));
    }

    58%,
    72% {
        filter:
            drop-shadow(0 0 5px rgba(255, 201, 43, 0.9))
            drop-shadow(0 0 12px rgba(255, 201, 43, 0.65));
    }
}

@keyframes experienceSparkles {
    0%,
    100% {
        opacity: 0.25;
        transform: scale(0.75);
        transform-origin: center;
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}


/* ==================================================
   Customers Animation
================================================== */

.customers-orbit {
    fill: none;
    stroke: rgba(92, 146, 48, 0.3);
    stroke-width: 1.5;

    transform-origin: center;
}

.customers-orbit--outer {
    stroke-dasharray: 7 8;
    animation: customerOrbit 12s linear infinite;
}

.customers-orbit--inner {
    stroke-dasharray: 3 6;
    animation: customerOrbitReverse 8s linear infinite;
}

.customer {
    fill: rgba(148, 207, 88, 0.1);
    stroke: #5f8f34;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;

    transform-box: fill-box;
    transform-origin: center;

    animation-duration: 5s;
    animation-timing-function: cubic-bezier(.22, .75, .25, 1);
    animation-iteration-count: infinite;
}

.customer--left {
    animation-name: customerMergeLeft;
}

.customer--center {
    animation-name: customerMergeCenter;
}

.customer--right {
    animation-name: customerMergeRight;
}

.customer-final {
    fill: rgba(111, 174, 57, 0.18);
    stroke: #4f8d28;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;

    opacity: 0;

    transform-box: fill-box;
    transform-origin: center;

    filter:
        drop-shadow(0 0 0 rgba(100, 181, 53, 0));

    animation: finalCustomerGlow 5s ease-in-out infinite;
}

.customer-check {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3.3;
}

.customers-glow-points {
    fill: #82c84e;

    filter:
        drop-shadow(0 0 4px rgba(108, 190, 58, 0.85));

    animation: customersPoints 2.5s ease-in-out infinite;
}

@keyframes customerMergeLeft {
    0%,
    16% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    45%,
    72% {
        opacity: 0;
        transform: translateX(23px) scale(0.45);
    }

    88%,
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes customerMergeCenter {
    0%,
    16% {
        opacity: 1;
        transform: scale(1);
    }

    45%,
    72% {
        opacity: 0;
        transform: scale(0.45);
    }

    88%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes customerMergeRight {
    0%,
    16% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    45%,
    72% {
        opacity: 0;
        transform: translateX(-23px) scale(0.45);
    }

    88%,
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes finalCustomerGlow {
    0%,
    28% {
        opacity: 0;
        transform: scale(0.4);
        filter:
            drop-shadow(0 0 0 rgba(100, 181, 53, 0));
    }

    47%,
    70% {
        opacity: 1;
        transform: scale(1);
        filter:
            drop-shadow(0 0 6px rgba(100, 181, 53, 0.9))
            drop-shadow(0 0 16px rgba(100, 181, 53, 0.55));
    }

    84%,
    100% {
        opacity: 0;
        transform: scale(0.55);
    }
}

@keyframes customerOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes customerOrbitReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes customersPoints {
    0%,
    100% {
        opacity: 0.25;
    }

    50% {
        opacity: 1;
    }
}


/* ==================================================
   Models Animation
================================================== */

.model-item {
    fill: rgba(213, 168, 63, 0.08);
    stroke: #a87920;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transform-box: fill-box;
    transform-origin: center;

    animation-duration: 5.4s;
    animation-timing-function: cubic-bezier(.2, .75, .25, 1);
    animation-iteration-count: infinite;
}

.model-item--paper {
    animation-name: modelMergePaper;
}

.model-item--box {
    animation-name: modelMergeBox;
}

.model-item--fabric {
    animation-name: modelMergeFabric;
}

.models-final-bag {
    opacity: 0;

    transform-box: fill-box;
    transform-origin: center;

    filter:
        drop-shadow(0 0 0 rgba(148, 207, 88, 0));

    animation: finalModelBag 5.4s ease-in-out infinite;
}

.final-bag-handle,
.final-bag-body,
.final-bag-line,
.final-bag-check {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.final-bag-handle,
.final-bag-body,
.final-bag-line {
    stroke: #709d3e;
    stroke-width: 3;
}

.final-bag-body {
    fill: rgba(213, 168, 63, 0.16);
}

.final-bag-check {
    stroke: #d5a83f;
    stroke-width: 4;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;

    animation: finalBagCheck 5.4s ease-in-out infinite;
}

.models-sparkles {
    fill: #d9ad43;
    stroke: #d9ad43;
    stroke-width: 2;
    stroke-linecap: round;

    opacity: 0;

    transform-origin: center;

    animation: modelSparkles 5.4s ease-in-out infinite;
}

@keyframes modelMergePaper {
    0%,
    18% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    45%,
    72% {
        opacity: 0;
        transform: translate(27px, 26px) scale(0.35);
    }

    90%,
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes modelMergeBox {
    0%,
    18% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    45%,
    72% {
        opacity: 0;
        transform: translateY(27px) scale(0.35);
    }

    90%,
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modelMergeFabric {
    0%,
    18% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    45%,
    72% {
        opacity: 0;
        transform: translate(-27px, 26px) scale(0.35);
    }

    90%,
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes finalModelBag {
    0%,
    30% {
        opacity: 0;
        transform: scale(0.35) translateY(8px);
        filter:
            drop-shadow(0 0 0 rgba(148, 207, 88, 0));
    }

    48%,
    72% {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter:
            drop-shadow(0 0 6px rgba(148, 207, 88, 0.65))
            drop-shadow(0 0 14px rgba(213, 168, 63, 0.35));
    }

    86%,
    100% {
        opacity: 0;
        transform: scale(0.55) translateY(5px);
    }
}

@keyframes finalBagCheck {
    0%,
    47% {
        stroke-dashoffset: 40;
    }

    62%,
    76% {
        stroke-dashoffset: 0;
    }

    90%,
    100% {
        stroke-dashoffset: 40;
    }
}

@keyframes modelSparkles {
    0%,
    42%,
    100% {
        opacity: 0;
        transform: scale(0.5);
    }

    58%,
    72% {
        opacity: 1;
        transform: scale(1.12);
    }
}


/* ==================================================
   Shared Keyframes
================================================== */

@keyframes dividerIconFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes dividerOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes dividerWheatMove {
    0%,
    100% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(-2.5deg);
    }

    70% {
        transform: rotate(2.5deg);
    }
}

@keyframes dividerBasketMove {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(1.5px);
    }
}

@keyframes iconAura {
    0% {
        opacity: 0.65;
        transform: scale(0.9);
    }

    78%,
    100% {
        opacity: 0;
        transform: scale(1.17);
    }
}

@keyframes iconLightRotate {
    to {
        transform: rotate(360deg);
    }
}


/* ==================================================
   Responsive
================================================== */

@media (max-width: 991.98px) {
    .animated-about {
        padding: 75px 0 80px;
    }

    .animated-about__cards {
         display: grid;
    grid-template-columns: repeat(3, minmax(0, 110px));
    gap: 8px;
    margin-top: 5px !important;
    }

    
}

@media (max-width: 575.98px) {
    .animated-about {
        padding: 60px 0 40px;
    }

    .animated-about__header {
        margin-bottom: 54px;
    }

    .animated-about__divider-icon {
        width: 61px;
        height: 61px;
    }

    .animated-about__divider-icon svg {
        width: 49px;
        height: 49px;
    }

    .animated-about__title {
        font-size: 24px;
    }

    .animated-about__description {
        font-size: 12.5px;
    }

    .animated-about__card {
        padding: 27px 5px 0px;
      
    }

    .animated-about__icon {
               width: 50px;
        height: 50px;
            top: -28px;
    }

    .animated-about__icon svg {
        width: 65px;
        height: 65px;
    }

    .animated-about__number span {
        font-size: 24px;
    }
    .animated-about__number small {
        font-size: 15px;
    }
    .animated-about__card h3 {
  
    font-size: 12px;
    }
}


/* ==================================================
   Reduced Motion
================================================== */

@media (prefers-reduced-motion: reduce) {
    .animated-about *,
    .animated-about *::before,
    .animated-about *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}
 .animated-about .mp-section-head{
     margin-bottom:10px;
 }
.mp-guide h2{
    font-family: IRANYekanWebThin;
   /*font-weight: lighter;*/
  
}
.animated-about h2, .mp-hero-copy h2{
    font-family: IRANYekanWebRegular;
   /*font-weight: lighter;*/
  
}
.mp-guide h2 span{
    font-family: IRANYekanWebBold;
    color:var(--secondary-color);
}

.animated-about h2 span, .mp-hero-copy h2 span{
    font-family: IRANYekanWebExtraBold;
    color:var(--secondary-color);
}
.mp-hero-copy h2 span{
    color:var(--brand) !important;
}
.mahpack-section{
  background-image: url(../images/blog-back.png);
    min-height: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.mah-card{
    /*width:170px;*/
    background:#fff;
    padding:10px;
    text-decoration:none;
    transition:.35s;
    box-shadow:0 12px 22px rgba(0,0,0,.25);
}

.mah-card:hover{
    box-shadow:0 25px 40px rgba(0,0,0,.35);

}

.mah-img{

    background:#f7f7f7;

    aspect-ratio:1/1;

    overflow:hidden;
}
.mah-btn img{
    width:15px;
}
.mah-img img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:.4s;
}

.mah-card:hover img{

    transform:scale(1.08);
}
.mah-content{

    color:#fff;

    text-align:right;

    width:240px;
}
.mah-card-title{
    height:40px;
}
.mah-content span{
    display:block;
    font-size:28px;
    color:#d9d9d9;
    margin-bottom:5px;
    font-family: IRANYekanWebThin;
}

.mah-content h2{
    /*font-size:56px;*/
    margin:0 0 35px;
    font-weight:700;
}
.mah-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:130px;
    height:42px;
    border:1px solid rgba(255,255,255,.55);
    color:#fff;
    text-decoration:none;
    transition:.3s;
    margin-top:100px;
}

.mah-btn:hover{

    background:#fff;

    color:#333;
}
@media(max-width:991px){

    .mahpack-section{
        padding:5px;
        flex-direction:column-reverse;

        gap:45px;

        text-align:center;
    }

    .mah-content{
        width:100%;
        display:flex;
        align-items:center;
    }

    .mahpack-products{

        flex-wrap:wrap;

        justify-content:center;
    }

}

/*----------footer-style-----*/
 ul {
            list-style: none;
        }

        .site-footer {
            width: 100%;
            direction: rtl;
        }

        .footer-container {
            width: min(1160px, calc(100% - 40px));
            margin: 0 auto;
        }

        /* بخش خاکستری */
        .footer-top {
            background: hsl(69.81deg 56.52% 63.92%);
            padding: 30px 0 26px;
        }

        .footer-top-content {
            min-height: 130px;
    display: flex;
    /* grid-template-columns: 330px; */
    align-items: center;
    gap: 45px;
    justify-content: space-between;
        }

        .footer-logo {
            display: flex;
            justify-content: flex-start;
        }

        .footer-logo img {
            width: 115px;
            max-height: 110px;
            object-fit: contain;
        }

        .footer-description {
            font-size: 13px;
            line-height: 2;
            text-align: right;
            /*color: #fff;*/
            max-width:550px;
            margin-right:10px;
        }

        .footer-socials {
            /*direction: ltr;*/
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 26px;
            /*margin-top:auto;*/
        }

        .footer-socials a {
            font-size: 34px;
            line-height: 1;
            transition: transform 0.25s ease, opacity 0.25s ease;
        }

        .footer-socials a:hover {
            transform: translateY(-4px);
            opacity: 0.75;
        }
        .footer-socials img{
            width:32px;
        }
        /* بخش سبز */
        .footer-main {
            background: #82b94c;
            padding: 42px 0 38px;
        }

        .footer-main-content {
            display: flex;
            
            gap: 50px;
            align-items: start;
        }

        .footer-column h3 {
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .footer-column li,
        .footer-column p {
            font-size: 13px;
            line-height: 2;
        }

        .footer-column li a {
            position: relative;
            transition: opacity 0.2s ease;
        }

        .footer-column li a:hover {
            opacity: 0.7;
        }

        .contact-list li {
            display: flex;
            align-items: center;
            gap: 9px;
        }

        .contact-list i {
            width: 17px;
            font-size: 14px;
            text-align: center;
        }

        .footer-certificates {
            direction: ltr;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px;
            padding-top: 18px;
            margin-right:auto
        }

        .footer-certificates a {
            width: 85px;
            height: 98px;
            border: 1px solid rgba(255, 255, 255, 0.8);
            background: rgba(255, 255, 255, 0.07);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 7px;
            transition: background 0.25s ease;
        }

        .footer-certificates a:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .footer-certificates img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* نوار پایین */
        .footer-bottom {
            position: relative;
            background: #fff;
            color: #676767;
            padding: 23px 0;
        }

        .footer-bottom-content {
            min-height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 25px;
        }

        .copyright {
            font-size: 13px;
        }

        .copyright strong {
            color: #72ad3b;
            font-weight: 700;
        }

        .designer {
            direction: ltr;
            font-size: 13px;
            text-align: left;
        }

        .designer a {
            color: #71ad3a;
            font-weight: 500;
        }

        /* دکمه بازگشت به بالا */
        .back-to-top {
            position: absolute;
            left: 14px;
            bottom: 14px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: #707070;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            transition: background 0.25s ease, transform 0.25s ease;
        }

        .back-to-top:hover {
            background: #82b94c;
            transform: translateY(-3px);
        }
.footer-main-link{
    gap:50px
}
        /* تبلت */
        @media (max-width: 1050px) {
            .footer-top-content {
                grid-template-columns: 140px 1fr;
            }

            .footer-socials {
                grid-column: 1 / -1;
                justify-content: center;
            }

            .footer-main-content {
               flex-direction:column;
               align-items:center
            }

            .footer-certificates {
            
                justify-content: center;
                margin-right:0;
                
            }
        }

        /* موبایل */
        @media (max-width: 650px) {
            .footer-container {
                width: min(100% - 30px, 1160px);
            }

            .footer-top {
                padding: 30px 0;
            }

            .footer-top-content {
                display: flex;
                flex-direction: column;
                text-align: center;
                gap: 22px;
            }

            .footer-logo {
                justify-content: center;
            }

            .footer-description {
                text-align: justify;
                font-size: 12px;
            }

            .footer-socials {
                flex-wrap: wrap;
                gap: 20px;
            }

            .footer-socials a {
                font-size: 29px;
            }

            .footer-main-content {
                grid-template-columns: 1fr;
                gap: 8px;
                text-align: center;
            }

            .contact-list li {
                justify-content: center;
            }

            .footer-certificates {
                grid-column: auto;
            }

            .footer-bottom {
                /*padding: 25px 0 85px;*/
            }

            .footer-bottom-content {
                flex-direction: column;
                justify-content: center;
                text-align: center;
                gap:10px
            }

            .designer {
                text-align: center;
            }

            .back-to-top {
               
                bottom: 130px;
               
            }

            .back-to-top:hover {
                transform: translateX(-50%) translateY(-3px);
            }
        }
.social-links{
    display: flex;
    gap: 15px;
    filter: brightness(100);
    align-items:center;
}
.social-links img{
    width:20px;
}
/* =========================
   Custom Shopping Bag Banner
========================= */

:root{
    --section-green: #5f9528;
    --section-green-dark: #4b7d1e;
    --section-green-light: #b8e26d;
    --section-white: #ffffff;
}

.custom-bag-section{
    position: relative;
    width: 100%;
    min-height: 400px;
    color: var(--section-white);
    isolation: isolate;

}


.custom-bag-section {
    background-image:url("../images/o-t-back.png");
    background-size: cover;
    background-position: center;
}




.custom-bag-container {
    min-height: 400px;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 30px;
}

/* =========================
   Text Content
========================= */

.custom-bag-content {
    position: relative;
    z-index: 10;
    padding: 65px 0 65px 20px;
}

.custom-bag-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
}

.custom-bag-eyebrow::before {
    content: "";
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 0.65);
}

.custom-bag-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.25;
   font-family: IRANYekanWebThin;
    font-weight: lighter;
    letter-spacing: -1.5px;
}

.custom-bag-title strong {
    font-family: IRANYekanWebBold;
    /*font-weight: 800;*/
}

.custom-bag-description {
    max-width: 540px;
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.86);
}

.custom-bag-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-width: 158px;
    height: 50px;
    margin-top: 50px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.custom-bag-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: translateX(105%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.custom-bag-button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.custom-bag-button:hover {
    color: var(--section-green-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(28, 67, 5, 0.25);
}

.custom-bag-button:hover::before {
    transform: translateX(0);
}

.custom-bag-button:hover svg {
    transform: translateX(-5px);
}

/* =========================
   Product Designer
========================= */

.bag-designer {
    position: relative;
    direction: ltr;
    min-height: 400px;
    display:flex;
    align-items:end;
}

.bag-stage {
    position: relative;
    left: 0;
    bottom: -20px;
    z-index: 5;
    width:570px;
   
}

.bag-image-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    /*animation: bagFloating 4s ease-in-out infinite;*/
}

.bag-main-image {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    max-height: 390px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 17px rgba(30, 59, 7, 0.24));
}



/* خط اسکن روی محصول */

.bag-scan-line {
    position: absolute;
    top: 4%;
    right: 7%;
    left: 7%;
    z-index: 6;
    height: 2px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );

    box-shadow:
        0 0 12px rgba(255, 255, 255, 0.85),
        0 10px 28px rgba(203, 255, 136, 0.65);

    animation: bagScan 4.5s ease-in-out infinite;
}

/* کادر شبیه نرم‌افزار طراحی */

.design-corner {
    position: absolute;
    z-index: 7;
    width: 22px;
    height: 22px;
    opacity: 0.7;
    pointer-events: none;
}

.corner-top-right {
    top: 10%;
    right: 7%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.corner-top-left {
    top: 10%;
    left: 7%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.corner-bottom-right {
    right: 7%;
    bottom: 12%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.corner-bottom-left {
    left: 7%;
    bottom: 12%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* نقاط کنترل طراحی */

.design-point {
    position: absolute;
    z-index: 8;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: var(--section-green);
    animation: pointPulse 2.2s ease-in-out infinite;
}

.point-one {
    top: 9%;
    right: 6%;
}

.point-two {
    top: 9%;
    left: 6%;
    animation-delay: 0.3s;
}

.point-three {
    right: 6%;
    bottom: 11%;
    animation-delay: 0.6s;
}

.point-four {
    left: 6%;
    bottom: 11%;
    animation-delay: 0.9s;
}

/* وضعیت طراحی */

.design-status {
    position: absolute;
    left: 50%;
    bottom: 42px;
    z-index: 12;
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
    min-width: max-content;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 100px;
    background: rgba(48, 101, 14, 0.66);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(25, 68, 3, 0.18);
    animation: statusAppear 4.5s ease-in-out infinite;
}

.design-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d7ff9f;
    box-shadow: 0 0 0 0 rgba(215, 255, 159, 0.7);
    animation: statusDot 1.5s ease-out infinite;
}

/* حلقه‌های طراحی پشت محصول */

.design-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.design-ring-one {
    width: 350px;
    height: 350px;
    transform: translate(-50%, -47%);
    animation: ringRotation 22s linear infinite;
}

.design-ring-two {
    width: 275px;
    height: 275px;
    border-style: solid;
    opacity: 0.45;
    transform: translate(-50%, -47%);
    animation: ringRotationReverse 17s linear infinite;
}

/* =========================
   Features
========================= */

.bag-feature {
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
    animation: featureReveal 8s ease-in-out infinite;
}

.feature-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 90px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.feature-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.feature-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: inherit;
    animation: featurePulse 3s ease-out infinite;
}

.feature-icon img {
    width: 39px;
    height: 39px;
    object-fit: contain;
}

.feature-arrow {
    width: 75px;
    max-height: 48px;
    object-fit: contain;
    animation: arrowMoving 2.2s ease-in-out infinite;
}

.feature-size {
       bottom: 34px;
    left: 0px;
    animation-delay: 0.2s;
}

.feature-color {
    left: 0px;
    top: -5px;
    animation-delay: 1s;
}

.feature-logo {
    top: 10px;
    right: -40px;
    flex-direction: row-reverse;
    animation-delay: 1.8s;
}

.feature-paper {
    right: -178px;
    bottom: 66px;
    flex-direction: row-reverse;
    animation-delay: 2.6s;
}

.feature-size .feature-icon::before {
    animation-delay: 0.2s;
}

.feature-color .feature-icon::before {
    animation-delay: 1s;
}

.feature-logo .feature-icon::before {
    animation-delay: 1.8s;
}

.feature-paper .feature-icon::before {
    animation-delay: 2.6s;
}

/* =========================
   Hover
========================= */

.bag-feature:hover .feature-icon {
    background: rgba(255, 255, 255, 0.13);
    transform: scale(1.07);
}

/* =========================
   Animations
========================= */

@keyframes bagFloating {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


@keyframes featureReveal {
    0%,7%{
        opacity:0;
        transform:translateY(12px);
    }

    16%,72%{
        opacity:1;
        transform:translateY(0);
    }

    88%,100%{
        opacity:0;
        transform:translateY(-5px);
    }
}

@keyframes arrowMoving {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.65;
    }

    50% {
        transform: translateX(7px);
        opacity: 1 !important;
    }
}

@keyframes featurePulse {
    0% {
        opacity: 0.8;
        border-color: rgba(255, 255, 255, 0.58);
        transform: scale(0.92);
    }

    75%,
    100% {
        opacity: 0;
        border-color: rgba(255, 255, 255, 0);
        transform: scale(1.25);
    }
}

@keyframes sectionLightSweep {
    0%,
    14% {
        transform: translateX(-100%);
    }

    45%,
    100% {
        transform: translateX(100%);
    }
}

/* =========================
   Responsive
========================= */

@media (max-width: 1100px) {
    .custom-bag-container {
        width: min(100% - 40px, 950px);
        grid-template-columns: 0.9fr 1.1fr;
    }

    .bag-stage {
        width: 330px;
    }

    .feature-arrow {
        width: 55px;
    }

    .feature-size,
    .feature-color {
        left: -10px;
    }

    .feature-logo,
    .feature-paper {
        right: -10px;
    }

    .feature-info {
        min-width: 75px;
        font-size: 12px;
    }

    .feature-icon {
        width: 58px;
        height: 58px;
    }

    .feature-icon img {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 850px) {
    .o-shine {
    position: absolute;
    top: -70px;
    right: 0px;
  
    }
    .custom-bag-section {
        min-height: auto;
    }

    .custom-bag-container {
        width: min(100% - 30px, 620px);
        grid-template-columns: 1fr;
        gap: 0;
    }

    .custom-bag-content {
        order: 1;
        padding: 55px 10px 5px;
        text-align: center;
    }

    .custom-bag-eyebrow {
        justify-content: center;
    }

    .custom-bag-description {
        margin-right: auto;
        margin-left: auto;
    }

    .custom-bag-button {
        margin-top: 28px;
    }

    .bag-designer {
        order: 2;
        min-height:200px;
       
    }

    .bag-stage {
        top: 20px;
        bottom: auto;
        width: 100%;
        
    }
    .faq .section-heading h2 {
   
    font-size: 20px;
}
    .bag-feature{
        gap:4px
    }
    .o-shine {
    position: absolute;
    top:auto !important;
    bottom: 10px !important;
    right: 0px !important;
 
}
    .feature-size {
        bottom: 40px;
        left: 8px;
    }

    .feature-logo {
        top: 40px;
        right: 8px;
    }

    .feature-color {
        /*top: 45px;*/
        left: 8px;
    }

    .feature-paper {
        right: 8px;
        bottom: 45px;
    }

    .feature-arrow {
        width: 35px;
    }
}

@media (max-width: 560px) {
    .mahpack-section{
        padding:40px 0px;
    }
    .mah-btn{
      margin-top:0px;
      margin-right:auto;
  }
   .mah-content h2 {
    /* font-size: 56px; */
    margin: 0;
  }
  .mah-content span{
      margin-bottom:0;
      margin-left:5px;
  }
    .custom-bag-container {
        width: calc(100% - 20px);
    }
    .mah-card-title {
  
    font-size: 13px;
}

    .custom-bag-title {
        font-size: 24px;
    }

    .custom-bag-description {
        font-size: 14px;
        line-height: 1.9;
    }

.bag-image-wrapper {
    position: relative;
    z-index: 2;
    width: 90%;
    margin:0 auto;
}

    .feature-info {
        min-width: 68px;
        font-size: 11px;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
    }

    .feature-icon img {
        width: 29px;
        height: 29px;
    }

    .feature-size {
        bottom: 20px;
        left: 0px;
    }

    .feature-logo {
     top: 10px;
        right: 0px;
        gap: 4px;
    }

    .feature-color {
        left: 0px;
        bottom: 10px;
    }

    .feature-paper {
        right:0px;
        bottom: 25px;
    }
.bag-feature{
    max-height:max-content;
}
    .design-status {
        bottom: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-bag-section *,
    .custom-bag-section *::before,
    .custom-bag-section *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}
.o-shine{
        position: absolute;
    top: -120px;
    right: -40px;
    width: 100%;
    height: 120%;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -20px;
}
.footer-column i{
    /*color:#fff;*/
}