
@font-face {
    font-family: iranyekanwebregularfanum;
    src: url(../fonts/iranyekanwebregularfanum.ttf);
  }
  @font-face {
    font-family: arabic;
    src: url(../fonts/arabic.otf);
  }
  @font-face {
    font-family: IRANYekanWebExtraBlack;
    src: url(../fonts/IRANYekanWebExtraBlack.ttf);
  }
  @font-face {
    font-family: IRANYekanWebExtraBold;
    src: url(../fonts/IRANYekanWebExtraBold.ttf);
  }
  @font-face {
    font-family: IRANYekanWebMedium;
    src: url(../fonts/IRANYekanWebMedium.ttf);
  }
  @font-face {
    font-family: IRANYekanWebRegular;
    src: url(../fonts/IRANYekanWebRegular.ttf);
  }
   @font-face {
    font-family: IRANYekanWebLight;
    src: url(../fonts/IRANYekanWebLight.ttf);
  }
  @font-face {
    font-family: IRANYekanWebBold;
    src: url(../fonts/IRANYekanWebBold.ttf);
  }
  body{
  margin: 0;
  padding: 0;
  direction: rtl;
  font-size: 13px ;
  font-family: iranyekanwebregularfanum ;

}
a{
    text-decoration: none !important;
    color: #333 !important;
  }
  p{
    margin-bottom: 0px !important;
  }
:root{
   --primary-color:hsl(180.41deg 76.29% 38.04%);
   --secondary-color:  hsl(183.53deg 100% 23.33%);
   --third-color:hsl(174, 83%, 48%);
            --primary-glow:hsl(174.42deg 69.35% 34%);

  }
.bg-orange{
  background-color: var(--orange);
}
.font-gray{
  color: hsl(0deg 0% 78.43%);
}
.container-fluid{
 
    /* margin: 0;  */
  }
  .container-fluid .row{
       max-width: 1676px;
    margin-right:  auto ;
     margin-left:  auto ;
  }
  .header-container{
background-color: #ffffffc9;
color: #000;
    }
  .header-container{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 20000;
}
  

    /* منو اصلی */
    .menu {
      list-style: none;
      margin: 0;
      padding: 0;
     -webkit-backdrop-filter: blur(10px);
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 8px;
     
    }

    .menu > li {
      position: relative;
      flex: 0 0 auto;
    }
    .menu > li:not(:last-child)::after{
        content: '';
        position: absolute;
        left: 0;
        top: 35%;
        height: 30%;
        width: 1px;
        background-color: #8b8989;
    }
    .tel-sep{
      color:#19b1a9;
    }
    .top-txt{
      color: hsl(180, 10%, 76%);
      text-align:center;
      
    }
  

    .menu > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      padding: 12px 18px;
      color: #fff!important;
      text-decoration: none;
      border-radius: 12px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      font-weight: 500;
      /* font-size: 15px; */
      position: relative;
      overflow: hidden;
    }


    .menu > li > a:hover::before {
      opacity: 1;
    }

   

  
    .submenu {
      list-style: none;
      position: absolute;
      top: calc(100% + 12px);
      right: 0;
      min-width: 180px;
      width: max-content;
      background: rgb(255, 255, 255);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 10px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
      padding: 8px;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(12px) scale(0.95);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1000;
    }

    .submenu li {
      position: relative;
    }

    .submenu li a {
      display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    color: #2d3748;
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    }

    .submenu li a:hover {
      background: linear-gradient(180deg, var(--primary-color)99%, var(--secondary-color) 100%);
      color: #fff !important;
      transform: translateX(-4px);
    
    }

    /* زیرمنو سطح‌های داخلی */
    .submenu .submenu {
      top: -8px;
      right: calc(100% + 12px);
      transform: translateX(-12px) scale(0.95);
    }

    /* فعال‌سازی زیرمنو */
    li.active > .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }

    .submenu li.active > .submenu {
      transform: translateX(0) scale(1);
    }

    /* فلش‌ها */
    .arrow {
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: transform 0.3s ease;
    }

    .arrow::before {
      content: '';
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      padding: 3.5px;
      display: inline-block;
    }

    /* فلش پایین (منوی سطح اول) */
    .arrow.down::before {
      transform: rotate(45deg);
      margin-top: -2px;
    }

    /* فلش چپ (منوهای تو در تو) */
    .arrow.left::before {
      transform: rotate(135deg);
    }

    /* انیمیشن برای فلش‌های باز شده */
    li.active > a .arrow.down {
      transform: rotate(180deg);
    }

    /* 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(--primary-color);
  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 */
.off-canvas-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;
}

.off-canvas-submenu.active {
  transform: translateX(0);
}

/* Submenu Header - رنگ یکسان برای همه */
.submenu-header {
  padding: 20px;
  background: var(--primary-color);
  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,
.off-canvas-submenu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.off-canvas::-webkit-scrollbar-thumb,
.off-canvas-submenu::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

.off-canvas::-webkit-scrollbar-thumb:hover,
.off-canvas-submenu::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* Responsive */
@media (max-width: 576px) {
  .off-canvas {
    width: 85%;
  }
  
  .off-canvas-header,
  .submenu-header {
    padding: 15px;
  }
  
  .submenu-title {
    font-size: 14px;
  }
}
.header-container{
  background-color: #333;
}
.top-header{
  background-color: hsl(183.53deg 100% 23.33%);
  color: #fff;
}
.tel a{
  color: hsl(41, 61%, 90%) !important;
}
/* ==================== Language Switcher ==================== */

.lang-switcher {
  position: relative;
}

.lang-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px !important;
  cursor: pointer;
}

.lang-trigger i.fa-globe {
  font-size: 16px;
  color: var(--secondary-color);
}

.current-lang {
  font-size: 14px;
  /* font-weight: 600; */
  color: #fff;
}

.arrow-lang {
  font-size: 11px;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.lang-switcher:hover .arrow-lang,
.lang-switcher.active .arrow-lang {
  transform: rotate(180deg);
}

/* Dropdown زبان */
.lang-dropdown {
  list-style: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 140px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.lang-dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.lang-switcher:hover .lang-dropdown,
.lang-switcher.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown li {
  margin: 0;
}

.lang-option {
  display: block;
  padding: 10px 14px !important;
  color: #475569 !important;
  font-size: 13px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.lang-option:hover {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #fff !important;
  transform: translateX(-3px);
}

.lang-option.active {
  background: rgb(28 185 172 / 10%);
  color: var(--primary-color) !important;
  font-weight: 600;
}

.lang-option.active::after {
  content: '✓';
  margin-right: 8px;
  font-weight: bold;
}

.baner-txt {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    text-align: center;
}

.baner-txt p {
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0px 0px 5px #272727;
    opacity: 0;
    transform: translateY(30px);
}

.baner-txt p:first-child {
    font-family: IRANYekanWebBold;
    font-size: 2.2em;
    margin-bottom: 10px;
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    60% {
        transform: translateY(-5px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes textGlow {
    0%, 100% {
        text-shadow: 0px 0px 5px #272727;
    }
    50% {
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8),
                     0px 0px 5px #272727;
    }
}

/* اعمال انیمیشن به اسلاید فعال */
.owl-item.active .baner-txt p:first-child {
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.3s;
}

.owl-item.active .baner-txt p:nth-child(2) {
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.7s;
}

/* افکت درخشش برای تیتر اصلی */
.owl-item.active .baner-txt p:first-child {
    animation: fadeInScale 1s ease-out forwards,
               textGlow 3s ease-in-out infinite 1.5s;
    animation-delay: 0.3s, 1.5s;
}

/* حالت Hover */
.baner-txt:hover p:first-child {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.baner-txt:hover p:nth-child(2) {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
  
   .pro-title h5{
    font-size: 1em;
  }
    .baner-txt p {
        font-size: 1em;
    }
    
    .baner-txt p:first-child {
        font-size: 1.1em;
    }
    .baner-txt{
      width: 70%;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: translateY(20px) scale(0.95);
        }
        60% {
            transform: translateY(-3px) scale(1.01);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}
.baner-owl .owl-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
    z-index: 100;
    margin: 0;
    padding: 0;
}


.baner-owl .owl-dots .owl-dot {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}


.baner-owl .owl-dots .owl-dot span {
    display: block;
    width: 85px;
    height: 3px;
    background-color: hsl(309, 26%, 95%);
    border-radius: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}


.baner-owl .owl-dots .owl-dot.active span {
    background-color: var(--secondary-color);
    /* width: 45px; */
    /* height: 3px; */
}
.pro-grid{
 display: grid;
  grid-template-columns: 1; 
  gap: 20px; 
}
.pro-sec-title h2{
    font-family: IRANYekanWebBold;
color: #fff;
}
.pro-sec-title p{
  color: #999;
  font-size: 1.3em;
}
.pro-cart{
  overflow: hidden;
  /* width: 350px; */
  height: 300px;
}
.pro-cart a img{
width: 100%;
height: 100%;
object-fit: cover;
}
.pro-cart::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.85) 20%,
    rgba(0,0,0,0.6) 40%,
    rgba(0,0,0,0.2) 70%,
    transparent 100%
  );

  transition: all .4s ease;
}


.pro-cart:hover::before{
  background: rgba(0, 0, 0, 0.562);
  transition: all .4s ease;

}
.pro-title{
   position: absolute;
  bottom: 30px;
  right: 30px;
z-index: 2;
color: #fff;
}
.pro-sec .col-lg-6:nth-child(3), .pro-sec .col-lg-6:nth-child(4){
  margin-top: 20px;
}
.pro-sec{
  background-image: url(../images/pro-sec-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
}
.about-sec{
  background-image: url(../images/about-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.product-gallery{
  /* background:#063c38; */
  /* padding:40px; */
}


.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows:80px;
  gap:10px;
}


.item{
  overflow:hidden;
  background:#0f6f6a;
}

.item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


.i1{
  grid-row: span 2;
}

.i2{
  /* grid-column: span 2; */
}

.i3{
  grid-row: span 2;
}

.i4{
  grid-column: span 1;
   grid-row: span 2;
}

.i5{
  /* grid-column: span 2; */
  grid-row: span 2;
}

.i6{
  /* grid-column: span 2; */
}

.i7{
 grid-column: span 2;
}
.about-sec{
  padding: 50px 0;
  /* background: linear-gradient(135deg,#063c38,#1ea39a); */
  color:#fff;
  overflow:hidden;
}

.about-wrapper{
  display:flex;
  /* align-items:center; */
  gap:60px;
}



.about-content{
  flex:1;
  text-align:right;
}
.product-gallery{
    flex:1;
}

.about-content .sub{
  opacity:.8;
  font-size:14px;
}





/* دکمه‌ها */
.about-buttons{
  display:flex;
  gap:15px;
  /* justify-content:flex-end; */
}
.about-buttons a{
  color: #fff !important;
}

.btn-outline{
  padding:10px 26px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:30px;
  color:#fff;
  text-decoration:none;
  transition:.3s;
  min-width: 160px;
   background-color:#19a9a928;
}


.about-flesh{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  float: left;
}




footer{
    background-image: url(../images/footer-back.png);
    background-size: 100% 100%;
    color: #fff;
}
footer a{
    color: #e4e4e4 !important;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer-top >div{
    width: 30%;
}
.footer-logo-sec{
    position: absolute;
    top: 0;
    right: 35%;
}
.socials{
    /* width: 100%; */
}
.socials a{
    margin: 0px 10px;
}
/* Enhanced Social Media Hover Effects */
.socials {
    /* width: 100%; */
}

.socials a {
    margin: 0px 10px;
    display: inline-block;
    position: relative;
    /* overflow: hidden; */
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 8px;
    backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}



.socials a img {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: brightness(1);
}
.socials a:hover {
  filter: grayscale(0%);
  transform: translateY(-5px);
}


.socials a:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  border-radius: 2px;
}


.socials a:hover::after { 
  background-color: var(--third-color);
  box-shadow: 0 0 10px var(--primary-glow);
}



.socials a:hover img {
  transform: rotate(360deg) scale(1.2);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.socials a:hover {
  animation: pulse 1s infinite;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .socials a {
        margin: 0px 5px;
        padding: 6px;
    }
    
    .socials a img {
        width: 25px;
        height: 25px;
    }
    
    .socials a:hover {
        transform: translateY(-3px) scale(1.05);
    }
}

@media (max-width: 576px) {
    .most-sale-carousel .owl-nav{
        width:95%;
    }
    .socials a {
        margin: 0px 3px;
        padding: 5px;
    }
    
    .socials a img {
        width: 22px;
        height: 22px;
    }
}
 .tel img , .location img{
margin-left: 15px;
}
.catalog{
    position: relative;
    width: 30%;
   max-height: 162px;
 
  
}
.catalg-back{
    /* position: absolute;
    right: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
}
.catalog-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.txt-flesh{
  border: 1px solid #fff;
     border-radius: 50%;
    padding: 4px 10px;
    margin-right: 15px;

}
.txt-down img{
    width: 12px;
    height: 12px;

}
.text-red{
    color: var(--secondary-color);
}
.catalog-txt{
      position: absolute;
    right: 250px;
    top: 0;


}
.catalog-txt >span{
    font-size: 1.3em;
}

.footer-middle{
    margin-top: 100px !important;
}
.footer-list{
    position: relative;
    padding:0px 10px;
   
    flex: 1;
}
.footer-list::before{
    position: absolute;
    content:"";
    height: 75%;
    width: 2px;
    background-color: var(--secondary-color);
    top:12.5%;
    right: 0;
}
.footer-list li{
    width: 90%;
    list-style: none;
    padding: 8px;
    font-size: .9em;
}
.footer-list li a{
  color:#fff
}
.e-namads{
    width: 22%;
}
.footer-rigths{
    font-size: .9em;
}
.rights-sec{
    background-color: hsl(183.56deg 100% 23.14%);
    padding: 20px 30px;
   
    color: #d5d8db;
    font-size: 1.1em;

}
.rights{
    width: 100%;
}
.company{
    font-size: 1.1em !important;
    color: #fff;
}
.eng-right{
    direction: ltr !important;
}
.up-img{
    background-color:  hsl(183.56deg 100% 23.14%);
    border-radius: 50%;
    padding:27px 25px;
    cursor: pointer;
}

.fixed{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
}
.fixed img{
    cursor: pointer;
}
.col-lg-2 img {
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto;
}


.footer-list {
    position: relative;
    padding-right: 15px;
    padding-left: 0px;
    flex: 1;
    transition: all 0.3s ease;
}



.footer-list li {
    list-style: none;
    padding: 8px;
    font-size: 0.9em;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* margin: 2px 0; */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer-list li::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.4s ease;
    z-index: 0;
}

.footer-list li:hover::before {
    right: 100%;
}

.footer-list li:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(-5px);
    border-radius: 8px;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.footer-list li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    display: block;
    transition: all 0.3s ease;
    padding: 4px 0;
}



.footer-list li:hover a {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
    transform: translateX(3px);
}




.e-namads img{
    cursor: pointer;
}

@media (max-width: 992px) {
     .mobile-menu-toggle {
                display: flex;
                align-items:center;
            }
    .footer-nav {
        width: 50%;
    }
    
    .footer-list li:hover {
        transform: translateX(-3px);
    }
    
    .footer-list li:hover a::before {
        right: -12px;
    }
}

@media (max-width: 768px) {
    .footer-nav {
        width: 100%;
        margin-top: 20px;
    }
    
    .footer-list {
        padding-right: 10px;
    }
    
    .footer-list li {
        padding: 6px;
        font-size: 0.85em;
    }
    
    .footer-list li:hover {
        transform: translateX(-2px);
    }
}

@media (max-width: 576px) {
    .footer-list li {
        padding: 5px;
        font-size: 0.8em;
    }
    
    .footer-list li:hover a::before {
        display: none; 
    }
}

.footer-nav:hover .footer-list::before {
    opacity: 1;
    transform: scaleY(1.05);
}

.catalog {
    position: relative;
    width: 37%;
    max-height: 150px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* overflow: hidden; */
    border-radius: 25px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
      border: 1px solid hsla(184, 100%, 23%, 0.425);
   background-color: #3333334f;
}



.catalg-back {
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
    transition: all 0.4s ease;
    border-radius: 15px;
}

.catalog:hover .catalg-back {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.1);
}

.catalog-img {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
}

.catalog:hover .catalog-img {
    transform: translateY(-5px) scale(1.1) rotate(2deg);
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3));
}

.catalog-txt {
    position: absolute;
    right: 240px;
    top: 0;
    z-index: 3;
    transition: all 0.3s ease;
}

.catalog:hover .catalog-txt {
    transform: translateX(-5px);
}

.catalog-txt > span {
    font-size: 1.3em;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.catalog:hover .catalog-txt > span {
    color: #fff;
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.txt-down {
    transition: all 0.3s ease;
}

.catalog:hover .txt-down {
    transform: translateX(-3px);
}

.txt-down span {
    transition: all 0.3s ease;
}

.catalog:hover .txt-down span {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.text-red {
    color: var(--secondary-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.text-red::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--secondary-color), #ffaa80);
    transition: width 0.4s ease;
}

.catalog:hover .text-red::before {
    width: 100%;
}

.catalog:hover .text-red {
    color: var(--secondary-color);
    font-weight: bold;
    transform: translateY(-1px);
}

.txt-flesh {
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    padding: 4px 9px;
    margin-right: 15px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(5px);
}



.catalog:hover .txt-flesh::before {
    width: 100px;
    height: 100px;
}

.catalog:hover .txt-flesh {
    transform: scale(1.2) rotate(360deg);
   
}

.txt-down img {
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.catalog:hover .txt-down img {
    filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transform: translateX(2px);
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.catalog:hover .catalog-txt > span {
    animation: pulse 2s infinite;
}

.catalog:active {
    transform: translateY(-4px) scale(1.01);
    transition: all 0.1s ease;
}

@media (max-width: 992px) {
    .catalog {
        width: 50%;
    }
    
    .catalog:hover {
        transform: translateY(-5px) scale(1.01);
    }
    
    .catalog:hover .catalog-img {
        transform: translateY(-3px) scale(1.05) rotate(1deg);
    }
}

@media (max-width: 768px) {
    .catalog {
        width: 100%;
        max-height: 160px;
    }
    .catalog {
        min-height: 150px;
    }
    
    .catalog-txt {
        right: 180px;
    }
    
    .catalog:hover {
        transform: translateY(-3px) scale(1.005);
    }
    
    .catalog:hover .txt-flesh {
        transform: scale(1.1) ;
    }
}

@media (max-width: 576px) {
    .catalog-txt {
        right: 180px;
    }
    
    .catalog:hover .catalog-txt {
        transform: translateX(-2px);
    }
    
    .catalog:hover .txt-down {
        transform: translateX(-1px);
    }
}



.catalog:hover::after {
    left: 100%;
}





.service-card{
    /* width:320px; */
    height:320px;
    position:relative;
    overflow:hidden;
    /* border-radius:8px; */
    cursor:pointer;
}


.service-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}


.service-card::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;     
    width:100%;
    height:55%;  

    background:linear-gradient(
        to top,
        rgba(18,110,115,0.95) 0%,
        rgba(18,110,115,0.75) 40%,
        rgba(18,110,115,0.35) 70%,
        rgba(0,0,0,0) 100%
    );

    transition: height .45s ease;
}


.service-card:hover::after{
    height:100%;   
}

.card-content{
    position:absolute;
    bottom:30px;
    left:0;
    width:100%;
    text-align:center;
    color:#fff;
    z-index:2;
    transition: all .45s ease;
}


.card-content h3{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.card-content span{
    font-size:16px;
    opacity:.9;
}

/* HOVER EFFECT */
.service-card:hover img{
    transform:scale(1.08);
}
.services{
  background-color: hsl(180deg 8.57% 79.41%);
  padding: 50px 0px 30px 0px;
}
/*---------blog----------------*/


        .blog-section {
            padding: 30px  0px;
            background-image: url(../images/blog-back.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

        .section-titles {
            text-align: right;
        }

        .section-titles h2 {
          /* font-family: IRANYekanWebExtraBold; */
            font-size: 1.4em;

        }

        .section-titles p {
            /* color: #666; */
            font-size: 1.5em;
          
          font-family: IRANYekanWebBold;

        }
.section-header .btn-outline{
  background: none;
  border-color: var(--secondary-color);
  min-width: max-content;
  padding: 10px;
 

}
.section-header .about-flesh{
  border-color: var(--secondary-color);
}

    
        

      

        .blog-card-img {
            position: relative;
            height: 220px;
            overflow: hidden;
           
        }

        .blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .blog-card:hover .blog-card-img img {
            transform: scale(1.05);
        }

       

       

        .blog-card-content {
            /* padding: 10px 0px; */
            font-size: 1.1em;

        }
      

        .blog-title {
            font-size: 1.1em;
            /* font-weight: 600; */
            color:var(--secondary-color);
            line-height: 1.6;
            margin-bottom: 15px;
            transition: color 0.3s ease;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            /* min-height: 40px; */
    font-family: IRANYekanWebLight;

        }


        .blog-link {
            color: var(--secondary-color) !important;
            font-size: 1.1em;
            display: flex;
            align-items: center;
            /* justify-content: end; */
            gap: 8px;
            margin-top: 30px;
        }

        .blog-date i {
            color: var(--primary-color);
        }

     

        /* انیمیشن‌ها */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.about-content p{
  line-height:2.1;
  opacity:.9;
  margin-bottom:35px;
  margin-top: 20px;

  text-align: justify;
}
@media (min-width:991px){
    .service-card:hover .card-content{
  transform: translateY(-80px);
     transition: all .45s ease;
}
    .blog-link:hover{
        font-weight:600;
    }
    .rights-sec{
    border-radius:50px;
}
.grid{
 
  grid-auto-rows:110px;
  
}
 


.pro-cart:hover .pro-overlay {
  opacity: 1;
}

.pro-cart:hover .pro-title {
  transform: translateY(-10px);
}

.pro-overlay {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.pro-title {
  transition: transform 0.3s ease;
}







  .footer-top{
    font-size: 1.1em;
}
    .blog-card-img { 
            height: 250px;
 
        }
   .blog-title {
            font-size: 1.2em;
   }
  .section-header .btn-outline{
 
  font-size: 1.2em;

}
     .blog-section {
            padding: 60px 0px 100px 0;
         
        }
    .section-titles p {
            /* color: #666; */
            font-size: 2.2em;
            margin: 0;
          font-family: IRANYekanWebBold;

        }
  .services{
 
  padding: 120px 0px;
}
  .about-sec{
  padding: 100px 0;
  
}
  .about-content p{
  line-height:2.1;
  opacity:.9;
  margin-bottom:35px;
  font-size: 1.3em;
  margin-top: 50px;
  text-align: justify;
}
  .about-content h2{
  font-size:28px;
  margin:15px 0 25px;
  /* font-weight:700; */
}
   .top-txt{
      color: hsl(180, 10%, 76%);
      font-size: 1.1em;
       text-align:right;
    }
  
  .footer-nav{
    width: 61%;
    justify-content: space-between;
    margin-right: 2%;
}
    .search{
      padding: 12px 0px;
      cursor: pointer;

    }
  .pro-grid{
 display: grid;
  grid-template-columns: repeat(2, 550px); 
  gap: 20px; 
  width: fit-content;
}
.pro-cart{
  overflow: hidden;
  /* width: 350px; */
  height: 450px;
}
.service-card{
    /* width:320px; */
    height:420px;
    position:relative;
    overflow:hidden;
    /* border-radius:8px; */
    cursor:pointer;
}
}
@media (max-width:991px){
 .about-content{
    text-align: center;
  }
    .footer-middle {
    margin-top: 20px !important;
}
.catalog-txt{
    right: 210px;
}
   .footer-top{
   
    flex-direction: column;
 
}
.footer-top >div:not(.footer-logo-sec){
    width: 50%;
}
.footer-logo-sec{
    position: absolute;
    top: 0;
    right: 61%;
}

.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.rights {
    flex-direction: column;
    justify-content: center;
}
.rights >div{
   text-align:center;
}
.rights >div:nth-child(2){
    margin-top: 10px;
}
.user-trigger, .cart-trigger, .user-dropdown{
  display: none;
}
.bar-menu{
  font-size: 22px;
  color: #fff;
}
.mob-logo img{
  width: 170px;
}
}
 .toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: #333;
    padding: 10px;
    box-shadow: 0px 0px 5px #868484;
    width: 100% !important;
    align-items: center;
     font-family: IRANYekanWebLight;

  }
  .d-block.lbl-menu {
    color: var(--color);
    font-size: 11px;
  }
  .toolbar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px;
  }
  .toolbar li {
    flex: 1;
    text-align: center;
    position: relative;
  }
  .icon-home {
  background-position: -78px -145px;
  display: inline-block;
  width: 20px;
  height: 22px;
  margin: auto;
}
.icon-category {
  background-position: -42px -144px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: auto;
}
.icon-shop {
  position: relative;
  background-position: -114px -140px;
  display: inline-block;
  width: 26px;
  height: 27px;
  margin: auto;
}
.icon-order {
  background-position: -6px -141px;
  display: inline-block;
  width: 22px;
  height: 24px;
  margin: auto;
}
.icon-reg {
  background-position: -154px -144px;
  display: inline-block;
  width: 21px;
  height: 23px;
  margin: auto;
}
.shop-mob-card {
  width: 54px;
  height: 54px;
  background-color:var(--secondary-color);
  line-height: 68px;
  border-radius: 15px;
  margin: auto;
  margin-top: auto;
  margin-top: -16px;
}
.count-mob {
  width: 22px;
  height: 22px;
  border-radius: 100%;
border-color: var(--border-card);   background-color: var(--primary-glow);color: #fff;
  display: inline-block;
  /* color: #e82d2d; */
  text-align: center;
  top: 1px;
  position: absolute !important;
  font-weight: bold;
  font-size: 13px;
  right: -13px;
  margin: 0 !important;
  line-height: 21px;
}
.toolbar li a {
  display: block;
}
.icon-toolbar i {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}
.toolbar .shop-mob-card i {
    color: #fff !important;
    vertical-align: 0 !important;
    font-size: 25px;
}
.search-box-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 10000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    /* margin-top: -30px; */
}

.search-box-wrapper.active {
    max-height: 300px;
}

.search-box-container {
    padding: 10px 0;
}

.search-box-content {
    position: relative;
    padding: 0 30px 0 100px;
}

.search-close-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: var(--secondary-color);
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.search-close-btn:hover {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    color: var(--primary-color);
}

.search-form {
    /* margin-bottom: 20px; */
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f5f5f5;
    /* border-radius: 50px; */
    padding: 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within {
    background: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(185, 28, 28, 0.1);
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 20px;
    font-size: 1em;
    font-family: iranyekanwebregularfanum;
    color: #333;
}

.search-input:focus {
    outline: none;
}

.search-input::placeholder {
    color: #999;
    font-size: .9em;
}

.search-submit-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 12px 30px;
    /* border-radius: 50px; */
    font-size: 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-submit-btn:hover {
    background: #000;
    transform: scale(1.05);
}

.search-submit-btn i {
    font-size: 0.9em;
}
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* ==================== User Dropdown ==================== */
.user-dropdown {
    position: relative;
}

.user-trigger {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.user-trigger:hover {
    transform: translateY(-2px);
}

.user-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    min-width: 240px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    overflow: hidden;
}

.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-menu-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.user-menu-header i {
    font-size: 20px;
}

.user-menu-list {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.user-menu-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: #333 !important;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.user-menu-list li a i {
    color: var(--primary-color);
    font-size: 16px;
    width: 20px;
}

.user-menu-list li a:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff !important;
    transform: translateX(-5px);
}

.user-menu-list li a:hover i {
    color: #fff;
}

.user-menu-divider {
    height: 1px;
    background: #e9ecef;
    margin: 8px 0;
}

.logout-link {
    color: #dc3545 !important;
}

.logout-link i {
    color: #dc3545 !important;
}

.logout-link:hover {
    background: #dc3545 !important;
}

/* ==================== Cart Dropdown ==================== */
.cart-dropdown {
    position: relative;
}

.cart-trigger {
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.cart-trigger:hover {
    /* transform: translateY(-2px); */
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, var(--third-color) 0%, var(--primary-color) 100%);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cart-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 360px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    overflow: hidden;
}

.cart-dropdown:hover .cart-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart-menu-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.cart-menu-header i {
    font-size: 20px;
}

.cart-count {
    margin-right: auto;
    font-size: 13px;
    opacity: 0.9;
}

.cart-items {
    max-height: 350px;
    overflow-y: auto;
    padding: 15px;
}

.cart-items::-webkit-scrollbar {
    width: 6px;
}

.cart-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart-items::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    transition: all 0.3s ease;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

.cart-item-img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 600;
}

.cart-item-price {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0;
}

.cart-item-qty {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.qty-btn {
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary-color);
    background: #fff;
    color: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.cart-item-qty span {
    font-size: 13px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

.cart-item-remove {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border: none;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-remove:hover {
    background: #dc3545;
    color: #fff;
    transform: rotate(90deg);
}

.cart-footer {
    padding: 20px;
    border-top: 2px solid #e9ecef;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}

.total-price {
    color: var(--secondary-color);
    font-size: 16px;
}

.cart-view-btn,
.cart-checkout-btn {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.cart-view-btn {
    background: rgba(0, 0, 0, 0.05);
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}

.cart-view-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cart-checkout-btn {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cart-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}



/* Responsive */
@media (max-width: 768px) {
  .fixed{
    position: fixed;
    left: 10px;
    bottom: 70px;
    z-index: 1000;
}
    .rights-sec {
        position: relative;
    }
      .up-img {
        position: absolute;
        right: 10px;
        top: -70px;
        padding: 25px 20px;
    }
  .footer-top> div:not(.footer-logo-sec){
        width: 100%;
    }
    .footer-nav{
        margin-top: 30px;
    }
     .footer-logo-sec{
        width: 50% !important;
        right: 25%;
    }
    .footer-top{
        padding-top: 170px;
    }
   
   
   
}
/* ==================== User Not Logged State ==================== */
.user-login-prompt {
    padding: 30px 20px;
    text-align: center;
}

.user-login-prompt p {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.login-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff !important;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.login-btn i {
    font-size: 18px;
}

/* User Logged State */
.user-name-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: linear-gradient(135deg, var(--third-color) 0%, var(--primary-color) 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.user-greeting {
    font-size: 12px;
    opacity: 0.9;
}

.user-fullname {
    font-size: 15px;
    font-weight: 700;
}

.badge-count {
    margin-right: auto;
    background: linear-gradient(135deg, var(--third-color) 0%, var(--primary-color) 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
}

/* ==================== Cart Empty State ==================== */
.cart-empty {
    padding: 20px;
    text-align: center;
}

.cart-empty > i {
    font-size: 40px;
    color: #e0e0e0;
    margin-bottom: 20px;
    display: block;
}

.empty-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.empty-text {
    color: #999;
    font-size: 13px;
    margin-bottom: 25px;
}

.btn-shop-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    margin-top: 15px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff !important;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-shop-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* تنظیمات برای cart پر */
.cart-has-items .cart-empty {
    display: none;
}

.cart-empty-state .cart-items,
.cart-empty-state .cart-footer {
    display: none;
}

/* تنظیمات برای user */
.user-not-logged .user-menu {
    min-width: 280px;
}

.user-logged .user-menu {
    min-width: 240px;
}
.baner-owl .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.baner-owl .owl-nav button i{
  color:#fff;
  font-size: 3em;
}

/* ==================== Product Gallery Animations ==================== */

/* حالت اولیه - تمام آیتم‌ها مخفی */
.product-gallery .item {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: none;
}

/* وقتی section در viewport قرار گرفت */
.product-gallery.animate-in .item {
    animation-fill-mode: forwards;
}

/* انیمیشن‌های مختلف */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
    60% {
        transform: scale(1.03) translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-50px) rotate(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(50px) rotate(5deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(180deg);
    }
    50% {
        transform: scale(1.1) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes flipIn {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}


.product-gallery.animate-in .i1 {
    animation: fadeInScale 0.8s ease-out forwards;
    animation-delay: 0.1s;
}

.product-gallery.animate-in .i2 {
    animation: fadeInRight 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.product-gallery.animate-in .i3 {
    animation: fadeInLeft 0.8s ease-out forwards;
    animation-delay: 0.3s;
}

.product-gallery.animate-in .i4 {
    animation: zoomIn 0.9s ease-out forwards;
    animation-delay: 0.4s;
}

.product-gallery.animate-in .i5 {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.5s;
}

.product-gallery.animate-in .i6 {
    animation: flipIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
}

.product-gallery.animate-in .i7 {
    animation: fadeInDown 0.8s ease-out forwards;
    animation-delay: 0.7s;
}


.product-gallery .item {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-gallery .item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-gallery .item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.product-gallery .item:hover::after {
    opacity: 1;
}

.product-gallery .item img {
    transition: transform 0.5s ease;
}

.product-gallery .item:hover img {
    transform: scale(1.1);
}


@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.product-gallery .item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
    opacity: 0;
    pointer-events: none;
}

.product-gallery:not(.animate-in) .item::before {
    opacity: 1;
}


@media (max-width: 768px) {
    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.9) translateY(20px);
        }
        100% {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }
    
    
    
    .product-gallery .item:hover {
        transform: translateY(-5px) scale(1.01);
    }
}


.product-gallery.animate-in .item {
    position: relative;
}

.product-gallery.animate-in .item::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(
        45deg,
        var(--primary-color),
        var(--secondary-color),
        var(--third-color),
        var(--primary-color)
    );
    background-size: 400% 400%;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    animation: borderGlow 3s ease-in-out infinite;
    transition: opacity 0.3s ease;
}

.product-gallery.animate-in .item:hover::after {
    opacity: 0.7;
}

@keyframes borderGlow {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
/* ==================== Banner Navigation ==================== */
.baner-owl .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.baner-owl .owl-nav button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;

}

.baner-owl .owl-nav button img {
 
  transition: all 0.3s ease;

}
.owl-theme .owl-nav [class*="owl-"]:hover{
  background: transparent;

}
.baner-owl .owl-nav button:hover {
  background: transparent;
  transform: scale(1.1);
}

.baner-owl .owl-nav button:hover img {
  filter: brightness(1.5);
  transform: scale(1.1);
}


.baner-owl .owl-nav button.disabled {
  opacity: 0.3;
  /* cursor: not-allowed; */
  background: transparent
}

.baner-owl .owl-nav button.disabled:hover {
  background: transparent;
  transform: none;
}

.baner-owl .owl-nav button.disabled img {
  opacity: 0.4;

}

