 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root{
            --primary-color:hsl(219.81deg 100% 20.39%);
            --blue:hsl(252.48deg 92.59% 26.47%);
            --secondary-color:#ff6b35;
        }

        a{
            text-decoration: none;
        }
        @font-face {
    font-family: IRANYekanWebLight;
    src: url(/fonts/IRANYekanWebLight.ttf);
  }
  @font-face {
    font-family: IRANYekanWebBold;
    src: url(/fonts/IRANYekanWebBold.ttf);
  }
  @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: iranyekanwebregularfanum;
    src: url(/fonts/iranyekanwebregularfanum.ttf);
  }
    @font-face {
    font-family: 'نوت\ نستعلیق\ اردو';
    src: url(/fonts/nataliq.ttf);
  }
   @font-face {
    font-family: kalameh;
    src: url(/fonts/Kalameh-Regular.ttf);
  }

        
        body {
            font-family: iranyekanwebregularfanum;
            direction: rtl;
            font-size: 14px;
        }
         .container-fluid .row{
    max-width: 1678px;
    margin: 0px auto;
}

        .header-container{
            background-color: var(--primary-color);
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            z-index: 10001;
            
            
        }
        /* .header{
            position: relative;
        }
        .header-logo{
            position: absolute;
            left:50px;
            top: 50%;
            transform: translateY(-50%);
        } */
        
        /* Top Header Bar */
        .top-header {
           
            padding: 8px 0;
            border-radius: 50px;
            border: 1px solid rgba(233, 230, 230, 0.658);
             background-color: #5077a9a8;
             width:98%;

        }
        
        .top-header-content {
           background-color: var(--blue);
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding:0px 5px;
        }
        
        .top-right {
            display: flex;
            align-items: center;
            /*gap: 10px;*/
        }
        
        .search-top {
            display: flex;
            align-items: center;
            gap: 8px;
            color: white;
            font-size: 13px;
            cursor: pointer;
            background-color: hsl(252.48deg 80.54% 36.27%);
             border-radius: 50px;
             position: relative;
        }
        .search-top input{
            background: transparent;
            border: none;
            width: 100%;
            padding:15px 40px 15px 0px;
            border-radius: 50px;
            color: #fff;
      
        }
        .search-top input::placeholder{
            color: #ac9ad3;
            font-family:kalameh;
        }
        .search-top i{
            position: absolute;
            right: 10px;
            top:50%;
            transform: translateY(-50%);
                }
        .search-top input:focus{
            border: none;
            outline: none;
        }
        .dropdown-toggle {
            color: white;
            cursor: pointer;
            font-size: 12px;
        }
        
        .user-login {
            display: flex;
            align-items: center;
            gap: 8px;
            color: white;
            font-size: 13px;
            cursor: pointer;
            font-family:kalameh;
        }
        
        .top-left {
            display: flex;
            align-items: center;
            gap: 30px;
            font-family:kalameh;
        }
        
        .top-menu {
            display: flex;
            list-style: none;
            gap: 10px;
            margin: 0;
            align-items: center;
           
        }

.top-menu li {
    padding: 20px 10px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 2px;
    /* overflow: hidden; */
}

.top-menu a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.top-menu li:not(.categories-menu):hover {
     background: rgba(255, 255, 255, 0.1);
    /* transform: translateY(-2px); */
}



.top-menu li:not(.categories-menu)::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0%;
    width: 0;
    height: 2px;
   background: linear-gradient(45deg, var(--blue), #ff8c5a);
    transition: all 0.3s ease;
    border-radius: 1px;
}

.top-menu li:not(.categories-menu):hover::before {
    width: 100%;
    /*right: 15%;*/
}



.categories-menu:hover {
  background: rgba(255, 255, 255, 0.1);
    border-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.2);
}

.categories-menu:hover span {
    color: #fff;
    font-weight: 600;
}

.top-menu li {
    position: relative;
    /* overflow: hidden; */
}

.top-menu li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.top-menu li:active::after {
    width: 200px;
    height: 200px;
}

.categories-menu img {
    transition: all 0.3s ease;
}

.categories-menu:hover img:first-child {
    transform: scale(1.1) rotate(5deg);
}

.categories-menu:hover img:last-child {
    transform: rotate(180deg);
}

.top-menu li.active {
    background:var(--blue);
    color: #fff;
}

.top-menu li.active a {
    color: #fff;
    font-weight: 600;
}




.top-menu li {
    cursor: pointer;
}



.top-menu li.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.top-menu li.disabled:hover {
    transform: none;
    background: none;
    box-shadow: none;
}
        
        .top-menu a {
            color: white;
            text-decoration: none;
            font-size: 13px;
            font-weight: 400;
            transition: all 0.3s ease;
        }
        
        .top-menu a:hover {
            color: #e3f2fd;
        }
        
        .categories-menu {
            display: flex;
            align-items: center;
            gap: 8px;
            color: white;
            cursor: pointer;
            font-weight: bold;
        }
        .top-menu li{
            padding:20px 10px;
        }

         .mega-menu {
            display: none;
            position: absolute;
            top: 100%; 
            right: 0; 
            width: 800px; 
            max-width: 95vw; 
            height: 500px; 
            z-index: 1001; 
            background-color: #fff;
            box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
            border-top: 3px solid var(--red);
            /* Add transition for smoother appearance (optional) */
            /* opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; */
        }

        .mega-menu.active {
            display: flex;
             /* opacity: 1;
             visibility: visible; */
        }

        .mega-menu .pro-menu {
            width:100%;
            display:flex;
            height: 100%;
        }

        /* --- Tabs --- */
        .pro-tabs {
            width: 30%;
            background-color:rgb(231 243 255);
            height: 100%;
            max-height: 100%;
            overflow-y: auto;
            border-left: 1px solid #ddd;
          
        }
        .p-tab {
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            border-bottom: 1px solid #cce5ff;
            transition: background-color 0.2s ease; 
        }
        .p-tab:last-child {
            border-bottom: none;
        }
         .p-tab:hover {
             background-color: #ddeeff;
         }
        .p-tab.active{
            background-color: #fff;
            color:#000080;
            border-right: 3px solid var(--red);
            margin-right: -1px;
            font-weight: bold; 
        }
        .p-tab.active span {
            font-weight: bold;
        }
         .p-tab.active .fa-chevron-left {
             color: var(--red);
         }
        .p-tab > div{
            display: flex;
            align-items: center;
        }
        .p-tab span {
            color: #333;
            font-weight: 500;
            margin-right: 8px;
            transition: color 0.2s ease;
        }
        .p-tab.active span {
            color: #000080; 
        }

        .p-tab .fa-fw { 
            width: 20px;
            text-align: center;
            opacity: 0.7;
             transition: opacity 0.2s ease;
        }
        .p-tab.active .fa-fw {
             opacity: 1;
             color: #000080; 
        }

        .p-tab i.fa-chevron-left {
            font-size: 0.8em;
            color: #aaa;
             transition: color 0.2s ease;
        }

        .pro-contents {
            width: 70%;
            background-color: #fff;
            height: 100%;
            max-height: 100%;
            overflow-y: auto;
            padding: 20px; 
        }
        .p-content{
            display: none;
        }
        .p-content.active {
            display: block;
        }

        .p-content > a:first-child { 
            display: flex;
            align-items: center;
            padding: 0 0 15px 0;
            color: #000080;
             font-weight: bold;
             border-bottom: 1px dashed #eee;
             margin-bottom: 20px; 
             text-decoration: none;
        }
        .p-content > a:first-child:hover span {
            text-decoration: underline;
        }
        .p-content > a:first-child span {
            font-size: 1.1em;
        }
        .p-content > a:first-child i {
            font-size: 0.9em;
            margin-left: 8px;
        }

        .sub-menus {
            font-size: 0.95em;
        }
      

        .sub-menu {
             margin-bottom: 25px; 
        }
        .sub-menu:last-child {
             margin-bottom: 0;
        }
        .sub-menu > a { 
            font-size: 1em;
            font-weight: bold;
            padding-bottom: 5px;
            margin-bottom: 12px;
            display: inline-block;
            border-bottom: 2px solid var(--red);
            color: #333;
            text-decoration: none;
        }
         .sub-menu > a:hover {
            color: #000080;
         }
        .sub-menu-items {
            padding: 0;
        }
        .s-b-item a {
            display: block;
            padding: 9px 5px;
            color: #555;
            text-decoration: none;
            border-radius: 3px;
            font-size: 0.95em;
            transition: background-color 0.2s ease, color 0.2s ease, padding-right 0.2s ease; 
        }
        .s-b-item a:hover {
            font-weight: normal; 
            color: #000080;
            background-color: #f8f9fa;
            padding-right: 10px;
        }
        .baner-item{
            margin:0px 10px;
        }
       
       
        .baner-item img{
            width: 100%;
            height: 100%;
            object-fit: fill;
             max-height: 520px; 
             border-radius:25px;
        }
        .baner-pros{
            background-image: url(/../images/body-back-top.png);
            background-position: bottom center;
           background-size: cover;
            position: relative;
            background-repeat:no-repeat;
        }
        .down{
            position: absolute;
            bottom: -20px;
            right:calc(50% - 15px);
            cursor: pointer;
             transition: all .3s;
           
        }
        .down:hover{
            transform: translateY(3px);
            scale: 1.1;
            transition: all .3s;
        }
        .down i{
    font-size:35px;
    color:#333 !important;
}
       
      

        .baner-sec{
            /* background-color: var(--primary-color); */
        }

        
        .baner-pros{
            min-height: 991px;
        }
      .pro-sec-back{
        width: 100%;
        height: 100%;
      }
        /* .pro-item{
            width: 200px;
            height: 170px;
            position: relative;
            overflow: hidden;
        }


        .pro-circle{
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 1px solid #fff;
            padding: 20px;
        }
        .pro-back{
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;

           
        }
        .pro-back img{
             position: absolute;
            bottom:  -1px;
            width: 100%;
            height: auto;
            right: 0;

        } */

@media (max-width: 768px) {
    
    .pro-circle {
        padding: 6px;
    }
    
    .pro-circle::before {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
    }
    
    .pro-item:hover .pro-back img {
        transform: translateY(-15px);
    }
}

@media (max-width: 480px) {
    .catalog-box{
        width:100% !important;
    }
    .pro-item {
        width: 140px;
        height: 120px;
    }
    
    .pro-circle {
        padding: 5px;
    }
    
    .pro-circle::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    
    .pro-item:hover .pro-back img {
        transform: translateY(-12px);
    }
}
       
       
       
       
        .product-card {
            /* background: white; */
            border: 2px solid #ff6b35;
            border-radius: 15px;
            margin: 5px;
            position: relative;
            min-height: 350px;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }
        

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            height:37px;
        }
        
        .product-code {
            background: #f0f0f0;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 14px;
            color: #666;
            font-weight: 500;
            margin-right:auto;
        }
        
        .country-flag {
            width: 35px;
            height: 25px;
            border-radius: 4px;
            overflow: hidden;
                display: flex
;
    justify-content: center;
    align-items: center;
            /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
        }
        .country-flag img{
            width:100%;
            height:100%;
            object-fit:contain
        }
    
        
        .product-image {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 10px 0;
            min-height: 170px;
            max-height: 170px;
            height: 170px;
            /*padding: 10px;*/
        }
        
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            
        }
        
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: end;
            margin-top: auto;
        }
        
        .product-info {
            flex: 1;
        }
        
        .product-name {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.4;
            margin-bottom: 10px;
            font-family:kalameh;
        }
        .product-price{
            margin-top: 10px;
        }
        
        .off-percent {
            background: #ff6b35;
            color: white;
            /*padding:10px 8px;*/
            border-radius: 20px;
            font-weight: bold;
            display: inline-block;
            width: 35px;
    height: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
        }
        
       
       #product-carousel  .owl-nav, .most-sale-carousel .owl-nav {
           position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            width: 98%;
            right:1%;
        }
        
        #product-carousel .owl-nav button {
            background: #fff !important;
            color: var(--secondary-color) !important;
            border-radius: 50% !important;
            width: 40px !important;
            height: 40px !important;
            margin: 0 10px !important;
            font-size: 25px !important;
            transition: all 0.3s ease !important;
            border: 1px solid var(--secondary-color) !important;
        }
        
       #product-carousel  .owl-nav button:hover {
            background: var(--secondary-color) !important;
            color: #fff !important;
            transform: scale(1.1) !important;
        }
        
        /* .owl-carousel .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        
        .owl-carousel .owl-dots .owl-dot {
            width: 12px !important;
            height: 12px !important;
            margin: 0 5px !important;
            background: #ddd !important;
            border-radius: 50% !important;
            transition: all 0.3s ease !important;
        }
        
        .owl-carousel .owl-dots .owl-dot.active {
            background: #ff6b35 !important;
            transform: scale(1.3) !important;
        } */
      
        /* Responsive */
        @media (max-width: 768px) {
            .product-card {
                margin: 5px;
                /* padding: 15px; */
                min-height: 350px;
            }
            
            .product-name {
                font-size: 14px;
            }
            
            .product-code {
                font-size: 12px;
                padding: 6px 12px;
            }
        }

.product-card {
    /*background: white;*/
    border: 2px solid #ff6b35;
    border-radius: 15px;
    margin: 5px;
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* جدید */
}

.card-front {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    height: 330px;
    transition: height 0.3s ease; 
    position: relative;
    z-index: 2;
}

.card-front .off-percent{
    margin-top:16px !important;
}
.card-back {
    padding: 10px;
    position: absolute;
    width: 100%;
    min-height: 330px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--secondary-color);
    border-radius: 15px;
    z-index: 1; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



   
    .product-card:hover .hover-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product-card:hover .card-front {
    height: 240px;
}
.product-card:hover .product-name {
    color: #fff;
}



.card-back .off-percent {
    background: rgba(255, 255, 255, 0.9);
    color: #ff6b35;
    font-weight: bold;
}
.price-off{
    margin-right: auto;
}

.card-back .price-off .off {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: line-through;
    font-size: 14px;
}

.card-back .price-off .price {
    color: white;
    font-weight: bold;
    font-size: 16px;
  
}

.hover-hidden {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}




.most-sale{
    background-image: url(/../images/most-sale-back.png);
    background-size: cover;
  
}
.title-sec{
    align-items: center;
    font-family:kalameh;
}
.most-sale .title-sec{
    color: #fff;
    align-items: center;
}
.title-sec h3{
    font-size: 2em;
  font-family: kalameh;
}
.most-sale-carousel{
    position: relative;
}

.most-sale-carousel .product-card{
    border: none;
}
.most-sale-carousel .card-back{
   background-color: var(--primary-color);
}
.most-sale-carousel  .owl-nav {
          
            /*width: 98% !important;*/
        }
 .most-sale-carousel .owl-nav button {
            background: #fff !important;
            color: var(--primary-color) !important;
            border-radius: 50% !important;
            width: 40px !important;
            height: 40px !important;
            margin: 0 10px !important;
            font-size: 25px !important;
            transition: all 0.3s ease !important;
            border: 1px solid var(--primary-color) !important;
        }
        
 .most-sale-carousel .owl-nav button:hover {
            background: var(--primary-color) !important;
            color: #fff !important;
            transform: scale(1.1) !important;
  }
  .title-sec a{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 100;
   
  }
  .title-sec a img{
    margin-right: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
  }


  
/*------------------brands---------------------------------------------*/
.brands-two{
    direction:ltr;
}
.brand-items {
  /*display: grid;*/
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto); 
  gap: 10px; 
  padding: 10px;
}
.brand-title{
  font-size: 1.2em;
  font-family: IRANYekanWebBold;
}
.brand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid rgb(179, 177, 177);
  border-radius: 8px;
  height: 90px;
  background-color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.brand-box a{
    height:100%;
}
.brand-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}


  .blog .title-sec a{
    color: gray;
    border: 1px solid gray;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 100;
   
  }
  .blog .title-sec a img{
    margin-right: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    padding: 5px;
  }
  .blog .title-sec h3{
    color: var(--primary-color);
  }
  .text-gray{
    color: gray;
    font-size: 1.1em;
  }
  .blogs{
    display: flex;
  }
  .blog-img{
    width: 100%;
    height: 190px;
    max-height: 190px;
    border-radius: 15px;
    position: relative;
    
  }
  .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 15px;
  }
  .blog-item{
    flex: 1;
    margin: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    /*max-height: 345px;*/
    /*min-height: 345px;*/
     cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

  }
  .blog-txt p{
    height: 45px;
    overflow: hidden;
}
 

@media screen and (min-width : 992px){
    
.blog-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    /* border-color: var(--secondary-color); */
}

.blog-item:hover .blog-img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.blog-item:hover .blog-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(0, 0, 128, 0.1) 100%);
    border-radius: 15px;
    transition: opacity 0.3s ease;
}

.blog-item:hover h2 {
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

.blog-item:hover .more-blog {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-item:hover .more-blog img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}


.blog-item:hover .blog-txt p {
    color: #555;
    transition: color 0.3s ease;
}
.brand-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: var(--primary-color); 
}



.brand-box:hover img {
  transform: scale(1.05);
}
}

@media (min-width: 768px) {
      .baner-item{
            
            transform: scale(0.90);

        }
         .baner-sec .owl-item.center .baner-item{
            transform: scale(1);

            
        }
   
}
  .blog-txt{
    padding: 10px;
    margin-top: 10px;
  }
  .blog-item h2{
    font-size: 1.01em;
    color: var(--primary-color);
    font-weight: bold;
  }
  .more-blog{
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    padding:2px;
   justify-self: end;
   float:left;
  }
  .more-blog img{
      width:30px !important;
      /*display:none !important;*/
  }
  .more-blog i{
      color:var(--blue);
  }
  .blog-img p{
    position: absolute;
    bottom: 0;
    left: 15px;
    color: hsl(218, 70%, 71%);
    /* width: 80px; */
    z-index: 1;
    direction: ltr;
    font-weight: bold;
    line-height: 12px;
  }
  .blog-img span{
    display:block;
  }
  .blog-img span:first-child{
    font-size: .7em;
  }
   .blog-img span:nth-child(2){
    font-size: .8em;
  }
footer{
    background-image: url(/../images/footer-back.png);
    background-size: cover;
        color:#fff;
    /*font-size:.9em;*/
    font-family:kalameh;
    font-size:15px;
}
.footer-top span{
    color: #ffffffb0;
}
.footer-top a{
     color: #ffffffb0;
}
.tel:hover, .tel:hover a{
    color:#fff;
} 

footer a{
    color: #fff;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer-top >div{
    width: 28%;
}
.footer-logo-sec{
    position: absolute;
    top: 0;
    right: 34%;
    width:32%;
}
.footer-logo{
    display:flex;
    justify-content:center;
}
.footer-logo img{
    width:100%;
}
.socials{
    /* width: 100%; */
}
.socials a{
    margin: 0px 10px;
}
/* Enhanced Social Media Hover Effects */
.socials {
    /* width: 100%; */
}

.socials a {
    margin: 0px 0px;
    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::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 0;
}

.socials a:hover::before {
    width: 100px;
    height: 100px;
}

.socials a:hover {
    /*transform: translateY(-5px) scale(1.1);*/
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.1),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.socials a img {
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: brightness(1);
}

.socials a:hover img {
    filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    /*transform: rotate(5deg);*/
}

/* Individual social media platform colors on hover */
.socials a:nth-child(1):hover {
    /* YouTube */
    background: linear-gradient(135deg, #ff0000, #cc0000);
    border-color: #ff0000;
}

.socials a:nth-child(2):hover {
    /* LinkedIn */
    background: linear-gradient(135deg, #0077b5, #005885);
    border-color: #0077b5;
}

.socials a:nth-child(3):hover {
    /* WhatsApp */
    background: linear-gradient(135deg, #25d366, #1eaa52);
    border-color: #25d366;
}

.socials a:nth-child(4):hover {
    /* Telegram */
    background: linear-gradient(135deg, #0088cc, #006699);
    border-color: #0088cc;
}

.socials a:nth-child(5):hover {
    /* Instagram */
    background: linear-gradient(135deg, #e4405f, #c13584, #833ab4);
    border-color: #e4405f;
}

/* Active state for click effect */
.socials a:active {
    transform: translateY(-2px) scale(1.05);
    transition: all 0.1s ease;
}

/* 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) {
    .cart-buttons i{
        margin-left:5px;
    }
    .top-right .cart .cart-btn {
        padding:10px;
    }
    .top-right .cart .cart-footer{
   
    padding: 10px ;
   
}
    .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;
}
.location span{
    max-width:290px;
    line-height:35px;
}
.catalog-box{
     width: 37%;
     height:142px;
}
.catalog{
    position: relative;
   
   max-height: 142px;
   height:100%;
  
}
.catalg-back{
    /* position: absolute;
    right: 0;
    top: 0; */
    width: 100%;
    height: 142px;
    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: #e36530;
}
.catalog-txt{
      position: absolute;
    /*right: 250px;*/
    top: 0;


}
.catalog-txt >span{
    font-size: 1.3em;
}
.footer-nav{
    /*width: 42%;*/
    /*justify-content: space-between;*/
}
.footer-middle{
    margin-top: 60px !important;
}
.footer-list{
    position: relative;
    padding:0px 10px;
   
    flex: 1;
}
.footer-list::before{
    position: absolute;
    content:"";
    height: 75%;
    width: 2px;
    background-color: #fff;
    top:12.5%;
    right: 0;
}
.footer-list li{
    width: 90%;
    list-style: none;
    padding: 8px;
    font-size: .9em;
}
.e-namads{
    width: 22% !important;
    height:130px;
}
.e-namads img:first-child{
    margin-left:10px;
}
.footer-rigths{
    font-size: .8em;
}
.rights-sec{
    background-color: hsl(253.01deg 93.46% 30%);
    padding: 20px 30px;
    border-radius: 25px;
    color: #d5d8db;

}
.rights{
    width: 100%;
}
.company{
    font-size: 1.1em !important;
    color: #fff;
}
.eng-right{
    direction: ltr !important;
}
.up-img{
    background-color:  hsl(253.01deg 93.46% 30%);
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
}

.fixed{
    position: fixed;
    left: 0px;
    bottom: 18px;
    z-index: 1000;
}
.fixed img{
    cursor: pointer;
}
.col-lg-2 img {
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto;
}

.header-container {
    transition: all 0.3s ease;
  
}

.header-container.scrolled  {
   box-shadow: 0px 1px 10px 1px rgba(92, 92, 131, 0.747);
}

@media (max-width: 768px) {
    .col-lg-2 img {
        transition: all 0.2s ease;
    }
    
    .header-container.scrolled .col-lg-2 img {
        /*height: 70px !important;*/
    }
}


.col-lg-2 img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
}

 @media (max-width: 992px) {
            .top-header{
                border: none;
            }
            .top-header-content{
                background: none;
                justify-content: start;
            }
            .header-logo{
                justify-content: end;
            }
           

            .top-menu {
                display: none;
            }

            .top-header-content {
                padding: 0 15px;
            }

            .cart {
                margin-left: 10px;
            }
        }

      

.mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 10px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .mobile-menu-toggle:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 9998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-side-menu {
            position: fixed;
            top: 0;
            right: -320px;
            width: 320px;
            height: 100%;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--blue) 100%);
            z-index: 9999;
            overflow-y: auto;
            transition: right 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
        }

        .mobile-side-menu.active {
            right: 0;
        }

        .mobile-menu-header {
            padding: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mobile-menu-logo img {
            height: 60px;
            width: auto;
        }

        .mobile-menu-close {
            background: none;
            border: none;
            color: white;
            font-size: 28px;
            cursor: pointer;
            padding: 5px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .mobile-menu-close:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-menu-content {
            padding: 0;
        }

        .mobile-menu-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mobile-menu-item > a,
        .mobile-menu-item > button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 18px 20px;
            color: white;
            text-decoration: none;
            background: none;
            border: none;
            font-size: 16px;
            font-family: inherit;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-align: right;
        }

        .mobile-menu-item > a:hover,
        .mobile-menu-item > button:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-menu-item.has-submenu > button::after {
            content: '\f078';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            font-size: 14px;
            transition: transform 0.3s ease;
        }

        .mobile-menu-item.has-submenu.active > button::after {
            transform: rotate(180deg);
        }

        .mobile-submenu {
            background-color: rgba(0, 0, 0, 0.2);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .mobile-submenu.active {
            max-height: 400px;
            overflow-y: auto;
        }

        .mobile-category-wrapper {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .mobile-category-wrapper:last-child {
            border-bottom: none;
        }

        .mobile-submenu-category {
            padding: 15px 25px;
            font-weight: bold;
            color: #fff;
            font-size: 14px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: none;
            border: none;
            width: 100%;
            text-align: right;
            transition: background-color 0.3s ease;
        }

        .mobile-submenu-category:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-submenu-category::after {
            content: '\f078';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .mobile-submenu-category.active::after {
            transform: rotate(180deg);
        }

        .mobile-category-items {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .mobile-category-items.active {
            max-height: 300px;
                overflow-y: auto;
        }

        .mobile-submenu-item {
            padding: 12px 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            text-align:right;
        }

        .mobile-submenu-item:last-child {
            border-bottom: none;
        }

        .mobile-submenu-item a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 14px;
            display: block;
            transition: color 0.3s ease;
          
        }

        .mobile-submenu-item a:hover {
            color: white;
            text-decoration: underline;
        }

        /* اسکرول بار برای ساب منو */
        .mobile-submenu::-webkit-scrollbar,
        .mobile-category-items::-webkit-scrollbar {
            width: 4px;
        }

        .mobile-submenu::-webkit-scrollbar-track,
        .mobile-category-items::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .mobile-submenu::-webkit-scrollbar-thumb,
        .mobile-category-items::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
        }

        .mobile-submenu::-webkit-scrollbar-thumb:hover,
        .mobile-category-items::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .mobile-menu-actions {
            padding: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 20px;
        }

        .mobile-login-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 15px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 25px;
            color: white;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
            margin-bottom: 15px;
        }

        .mobile-login-btn:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            transform: translateY(-2px);
        }

        .mobile-search {
            position: relative;
        }

        .mobile-search input {
            width: 100%;
            padding: 15px 50px 15px 20px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 25px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            font-size: 14px;
        }

        .mobile-search input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .mobile-search input:focus {
            outline: none;
            border-color: rgba(255, 255, 255, 0.5);
            background: rgba(255, 255, 255, 0.15);
        }

        .mobile-search-btn {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: rgba(255, 255, 255, 0.7);
            font-size: 18px;
            cursor: pointer;
        }

       
        @media (max-width:992px) {
           

            .top-menu {
                display: none;
            }

           .search-top{
            width: 400px;
           }
            .top-header-content {
                padding: 0 15px;
            }

            .cart {
                margin-left: 10px;
            }
        }

        /* Prevent body scroll when menu is open */
        body.menu-open {
            overflow: hidden;
        }

        /* Custom scrollbar for mobile menu */
        .mobile-side-menu::-webkit-scrollbar {
            width: 6px;
        }

        .mobile-side-menu::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .mobile-side-menu::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 3px;
        }

        .mobile-side-menu::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }


.footer-nav {
    width: 41% !important;
    justify-content: space-between;
    font-size:13px;
}

.footer-list {
    position: relative;
    padding-right: 15px;
    padding-left: 0px;
    flex: 1;
    transition: all 0.3s ease;
}

.footer-list::before {
    position: absolute;
    content: "";
    height: 75%;
    width: 2px;
    /*background: linear-gradient(180deg, transparent 0%, #fff 20%, #fff 80%, transparent 100%);*/
    top: 12.5%;
    right: 0;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.footer-list:hover::before {
    /* background: linear-gradient(180deg, transparent 0%, var(--secondary-color) 20%, var(--secondary-color) 80%, transparent 100%);
    width: 3px;
    opacity: 1;
    box-shadow: 0 0 10px rgba(255, 107, 53, 0.3); */
}

.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: 5px 0;
}

.footer-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--secondary-color), #ffaa80);
    transition: all 0.3s ease;
    border-radius: 1px;
}

.footer-list li:hover a::after {
    width: 100%;
}

.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% !important;
    }
    
    .footer-list li:hover {
        transform: translateX(-3px);
    }
    
    .footer-list li:hover a::before {
        right: -12px;
    }
}

@media (max-width: 768px) {
    .footer-nav {
        width: 100% !important;
        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: 97% !important;
    height: 142px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    /*overflow: hidden;*/
    border-radius: 15px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}
.catalog::after{
    /*content:'';*/
    /*position:absolute;*/
    /*right:0;*/
    /*bottom:0;*/
    /*background-image:url(./images/footer-logo.png);*/
}



.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: -15px;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    /*width:200px;*/
    height:170px;
}

.catalog:hover .catalog-img {
    transform: translateY(-5px) scale(1.1) ;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3));
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.catalog-txt {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 3;
    transition: all 0.3s ease;
}

.catalog:hover .catalog-txt {
    transform: translateX(-5px);
}

.catalog-txt > span {
    font-size: 1.4em;
    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 {
    display:none;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px 10px;
    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);
}

.txt-flesh::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 107, 53, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 0;
}

.catalog:hover .txt-flesh::before {
    width: 100px;
    height: 100px;
}

.catalog:hover .txt-flesh {
    transform: scale(1.1) rotate(360deg);
    border-color: var(--secondary-color);
    background: rgba(255, 107, 53, 0.2);
    box-shadow: 
        0 0 20px rgba(255, 107, 53, 0.4),
        inset 0 0 10px rgba(255, 255, 255, 0.2);
}

.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(1px);
}

@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% !important;*/
    }
    
    .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% !important;
        height: 160px;
    }
    
    .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);
    }
}

/* Loading shimmer effect */
/*.catalog::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);*/
/*    transition: left 0.6s ease;*/
/*    z-index: 4;*/
/*}*/

.catalog:hover::after {
    left: 100%;
}

/* Mega Menu Color Scheme - Consistent with Site Colors */

.mega-menu {
    display: none;
    position: absolute;
    top: 100%; 
    right: 0; 
    width: 800px; 
    max-width: 95vw; 
    height: 500px; 
    z-index: 1001; 
    background-color: #fff;
    box-shadow: 
        0px 8px 25px rgba(0,0,0,0.15),
        0px 0px 0px 1px rgba(255, 107, 53, 0.1);
    border-top: 3px solid var(--secondary-color);
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.mega-menu.active {
    display: flex;
}

.mega-menu .pro-menu {
    width: 100%;
    display: flex;
    height: 100%;
}

/* --- Enhanced Tabs Section --- */
.pro-tabs {
    width: 30%;
    background: linear-gradient(180deg, 
        var(--primary-color) 0%, 
        hsl(219.81deg 100% 25%) 100%);
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    border-left: 1px solid rgba(255, 107, 53, 0.2);
    position: relative;
}

.pro-tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        transparent 50%, 
        rgba(255, 107, 53, 0.05) 100%);
    pointer-events: none;
}

.p-tab {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.p-tab::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: right 0.4s ease;
}

.p-tab:hover::before {
    right: 100%;
}

.p-tab:last-child {
    border-bottom: none;
}

.p-tab:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(3px);
    box-shadow: inset 3px 0 0 rgba(255, 107, 53, 0.5);
}

.p-tab.active {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    color: var(--primary-color);
    border-right: 4px solid var(--secondary-color);
    margin-right: -1px;
    font-weight: bold;
    transform: translateX(5px);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 0 20px rgba(255, 107, 53, 0.05);
}

.p-tab.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(255, 107, 53, 0.03) 0%, 
        transparent 100%);
}

.p-tab > div {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.p-tab span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-right: 8px;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.p-tab:hover span {
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.p-tab.active span {
    color: var(--primary-color);
    font-weight: bold;
    text-shadow: none;
}

.p-tab .fa-fw { 
    width: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.p-tab:hover .fa-fw {
    color: #fff;
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

.p-tab.active .fa-fw {
    color: var(--secondary-color);
    transform: scale(1.1);
    filter: none;
}

.p-tab i.fa-chevron-left {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.p-tab:hover i.fa-chevron-left {
    color: rgba(255, 255, 255, 0.9);
    transform: translateX(-2px);
}

.p-tab.active i.fa-chevron-left {
    color: var(--secondary-color);
    transform: translateX(-3px);
}

/* --- Enhanced Content Section --- */
.pro-contents {
    width: 70%;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 25px;
    position: relative;
}

.pro-contents::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, 
        rgba(255, 107, 53, 0.02) 0%, 
        transparent 50%);
    pointer-events: none;
}

.p-content {
    display: none;
    position: relative;
    z-index: 2;
}

.p-content.active {
    display: block;
    animation: fadeInSlide 0.4s ease forwards;
}

@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.p-content > a:first-child { 
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    color: var(--primary-color);
    font-weight: bold;
    border-bottom: 2px dashed rgba(255, 107, 53, 0.3);
    margin-bottom: 25px; 
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.p-content > a:first-child::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--secondary-color), transparent);
    transition: width 0.4s ease;
}

.p-content > a:first-child:hover::before {
    width: 100%;
}

.p-content > a:first-child:hover {
    color: var(--secondary-color);
    transform: translateX(-3px);
}

.p-content > a:first-child:hover span {
    text-decoration: none;
}

.p-content > a:first-child span {
    font-size: 1.1em;
    transition: all 0.3s ease;
}

.p-content > a:first-child i {
    font-size: 0.9em;
    margin-left: 8px;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.p-content > a:first-child:hover i {
    transform: translateX(-2px);
}

/* --- Sub Menu Sections --- */
.sub-menus {
    font-size: 0.95em;
}

.sub-menu {
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border: 1px solid rgba(255, 107, 53, 0.1);
    transition: all 0.3s ease;
}

.sub-menu:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 107, 53, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.sub-menu:last-child {
    margin-bottom: 0;
}

.sub-menu > a { 
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid var(--secondary-color);
    color: var(--primary-color);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.sub-menu > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.sub-menu > a:hover::after {
    width: 100%;
}

.sub-menu > a:hover {
    color: var(--secondary-color);
    transform: translateX(-2px);
}

.sub-menu-items {
    padding: 0;
}

.s-b-item a {
    display: block;
    padding: 12px 8px;
    color: #555;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.95em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.s-b-item a::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 107, 53, 0.1), 
        transparent);
    transition: right 0.4s ease;
}

.s-b-item a:hover::before {
    right: 100%;
}

.s-b-item a:hover {
    color: var(--primary-color);
    background: linear-gradient(135deg, 
        rgba(255, 107, 53, 0.1) 0%, 
        rgba(219, 81, 100, 20.39%, 0.05) 100%);
    padding-right: 15px;
    transform: translateX(-3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pro-tabs::-webkit-scrollbar,
.pro-contents::-webkit-scrollbar {
    width: 6px;
}

.pro-tabs::-webkit-scrollbar-track,
.pro-contents::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pro-tabs::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.pro-contents::-webkit-scrollbar-thumb {
    background: rgba(255, 107, 53, 0.3);
    border-radius: 3px;
}

.pro-tabs::-webkit-scrollbar-thumb:hover,
.pro-contents::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 107, 53, 0.5);
}


 .user-login {
    
    cursor: pointer;
    position: relative;
  
}
.user-icon , .fa-magnifying-glass{
    font-size:1.8em;
}




.text-white {
    color: #ffffff;
}


.user-menu {
    position: absolute;
    top: 100%;
    right: -50px;
    width: 320px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 107, 53, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 9999;
    overflow: hidden;
    margin-top: 8px;
}

.user-login:hover .user-menu,
.user-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* فلش اشاره‌گر */
.user-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 70px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    border-top: 1px solid rgba(255, 107, 53, 0.1);
    border-right: 1px solid rgba(255, 107, 53, 0.1);
    border-bottom: none;
    border-left: none;
    z-index: 10000;
}


.user-header {
    display: flex;
    background: linear-gradient(135deg, var(--primary-color), var(--blue));
    color: #ffffff;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.user-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 107, 53, 0.1) 100%);
    pointer-events: none;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 10px;
}

.user-info {
    flex: 1;
}

.user-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.user-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

/* آیتم‌های منو */
.menu-item {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-item:hover {
    background: rgba(255, 107, 53, 0.05);
    color: var(--primary-color);
}

.menu-item i {
    margin-left: 15px;
    font-size: 18px;
    width: 24px;
    text-align: center;
    color: var(--primary-color);
}

.menu-item span {
    font-size: 14px;
}

/* کیف پول */
.wallet-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 107, 53, 0.03);
}

.wallet-info {
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

.wallet-amount {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
}

.wallet-icon {
    margin-left: 15px;
    color: var(--secondary-color);
    font-size: 18px;
}

/* دکمه خروج */
.logout {
    color: #333;
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.logout i {
    color: #dc3545;
}

.logout:hover {
    background: rgba(220, 53, 69, 0.05);
}

.logout:hover i {
    color: #dc3545;
}

.logout:hover span {
    color: #dc3545;
}
.cart i{
    font-size:1.8em;
}

.top-right .cart {
    display: flex ;
    align-items: center ;
    gap: 8px ;
    color: white ;
    font-size: 13px ;
    cursor: pointer ;
    position: relative ;
    padding:10px ;
    border-radius: 8px ;
    transition: all 0.3s ease ;
    width: auto ;
    height: auto ;
    background: transparent ;
    border: none ;
    margin: 0 ;
}

.top-right .cart:hover {
    background: rgba(255, 255, 255, 0.1) ;
}

.top-right .cart img {
    width: 20px ;
    height: 20px ;
    max-width: none ;
    display: inline-block ;
    transition: all 0.3s ease ;
}

.top-right .cart:hover img {
    transform: scale(1.1) ;
}


.cart-badge {
    position: absolute ;
    top: 8px ;
    left: 8px ;
    background: var(--secondary-color) !important;
    color: white !important;
    font-size: 10px ;
    font-weight: bold ;
    padding: 2px 6px ;
    border-radius: 50% ;
    min-width: 18px ;
    height: 18px ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    z-index: 2 ;
    animation: pulse 2s infinite ;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.top-right .cart .cart-dropdown {
    position: absolute ;
    top: 100% ;
    right: -50px ;
    left: auto ;
    width: 320px ;
    min-width: 320px ;
    max-width: none ;
    background: #ffffff ;
    border-radius: 12px ;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 107, 53, 0.1) !important;
    opacity: 0 ;
    visibility: hidden ;
    transform: translateY(-15px) ;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    z-index: 9999 ;
    overflow: hidden ;
    margin-top: 8px ;
    padding: 0 ;
    border: none ;
    display: block ;
    float: none ;
    max-height: 450px ;
}

.top-right .cart:hover .cart-dropdown,
.top-right .cart .cart-dropdown:hover {
    opacity: 1 ;
    visibility: visible ;
    transform: translateY(0) ;
    display: block ;
}

/* Arrow pointer */
.top-right .cart .cart-dropdown::before {
    content: '' ;
    position: absolute ;
    top: -6px ;
    right: 70px ;
    left: auto ;
    width: 12px ;
    height: 12px ;
    background: #ffffff ;
    transform: rotate(45deg) ;
    border-top: 1px solid rgba(255, 107, 53, 0.1) ;
    border-right: 1px solid rgba(255, 107, 53, 0.1) ;
    border-bottom: none ;
    border-left: none ;
    z-index: 10000 ;
    margin: 0 ;
    padding: 0 ;
}

/* Cart Header */
.top-right .cart .cart-header {
    background: linear-gradient(135deg, var(--primary-color), var(--blue)) ;
    color: #ffffff ;
    padding: 15px 20px ;
    text-align: center ;
    position: relative ;
    overflow: hidden ;
    margin: 0 ;
    border-radius: 12px 12px 0 0 ;
}

.top-right .cart .cart-header::before {
    content: '' ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    bottom: 0 ;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 107, 53, 0.1) 100%) !important;
    pointer-events: none ;
}

.top-right .cart .cart-header h4 a {
    margin: 0 !important;
    font-size: 16px ;
    font-weight: 600 ;
    position: relative ;
    z-index: 2 ;
    color: #ffffff ;
    line-height: 1.4 ;
    padding: 0 ;
}

.top-right .cart .cart-header .cart-count {
    margin: 5px 0 0 0 ;
    font-size: 12px ;
    opacity: 0.9 ;
    position: relative ;
    z-index: 2 ;
    color: #ffffff ;
}

/* Cart Items Container */
.top-right .cart .cart-items {
    max-height: 250px ;
    overflow-y: auto ;
    padding: 10px 0 ;
    background: #ffffff ;
    margin: 0 ;
}

/* Individual Cart Item */
.top-right .cart .cart-item {
    display: flex ;
    align-items: center ;
    gap: 12px ;
    padding: 12px 20px ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) ;
    transition: all 0.3s ease ;
    position: relative ;
    background: transparent ;
    margin: 0 ;
}

.top-right .cart .cart-item:last-child {
    border-bottom: none ;
}

.top-right .cart .cart-item:hover {
    background: rgba(255, 107, 53, 0.05) !important;
}

.top-right .cart .cart-item-image {
    width: 50px ;
    height: 50px ;
    border-radius: 8px ;
    overflow: hidden ;
    flex-shrink: 0 ;
    border: 1px solid rgba(0, 0, 0, 0.1) ;
}

.top-right .cart .cart-item-image img {
    width: 100% ;
    height: 100% ;
    object-fit: cover ;
    display: block ;
}

/* Cart Item Details */
.top-right .cart .cart-item-details {
    flex: 1 ;
    overflow: hidden ;
}

.top-right .cart .cart-item-name {
    font-size: 13px ;
    font-weight: 600 ;
    color: #333 ;
    margin: 0 0 4px 0 ;
    line-height: 1.3 ;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
}

.top-right .cart .cart-item-info {
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
    font-size: 11px ;
    color: #666 ;
}

.top-right .cart .cart-item-quantity {
    background: rgba(255, 107, 53, 0.1) ;
    color: var(--secondary-color) ;
    padding: 2px 6px ;
    border-radius: 4px ;
    font-weight: bold ;
}

.top-right .cart .cart-item-price {
    font-weight: bold ;
    color: var(--primary-color) ;
}

/* Remove Item Button */
.top-right .cart .cart-item-remove {
    width: 20px ;
    height: 20px ;
    background: rgba(220, 53, 69, 0.1) ;
    color: #dc3545 ;
    border: none ;
    border-radius: 50% ;
    cursor: pointer ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    font-size: 10px ;
    transition: all 0.3s ease ;
    flex-shrink: 0 ;
}

.top-right .cart .cart-item-remove:hover {
    background: #dc3545 ;
    color: white ;
    transform: scale(1.1) ;
}


.top-right .cart .cart-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1) ;
    padding: 15px 20px ;
    background: #f8f9fa ;
    border-radius: 0 0 12px 12px ;
}

.top-right .cart .cart-total {
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
    margin-bottom: 15px ;
    font-size: 16px ;
    font-weight: bold ;
    color: var(--primary-color) ;
}

.top-right .cart .cart-buttons {
    display: flex ;
    gap: 8px ;
}

.top-right .cart .cart-btn {
    flex: 1 ;
    padding: 10px 15px ;
    border: none ;
    border-radius: 6px ;
    font-size: 12px ;
    font-weight: 600 ;
    cursor: pointer ;
    transition: all 0.3s ease ;
    text-decoration: none ;
    text-align: center ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

.top-right .cart .cart-btn.view-cart {
    background: rgba(255, 107, 53, 0.1) ;
    color: var(--secondary-color) ;
    border: 1px solid var(--secondary-color) ;
}

.top-right .cart .cart-btn.view-cart:hover {
    background: var(--secondary-color) ;
    color: white ;
}

.top-right .cart .cart-btn.checkout {
    background: var(--primary-color) ;
    color: white ;
}

.top-right .cart .cart-btn.checkout:hover {
    background: var(--blue) ;
    transform: translateY(-1px) ;
}

/* Custom Scrollbar */
.top-right .cart .cart-items::-webkit-scrollbar {
    width: 4px;
}

.top-right .cart .cart-items::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.top-right .cart .cart-items::-webkit-scrollbar-thumb {
    background: rgba(255, 107, 53, 0.3);
    border-radius: 2px;
}

.top-right .cart .cart-items::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 107, 53, 0.5);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .top-right .cart .cart-dropdown {
        width: 280px;
        min-width: 280px;
        right: -80px ;
    }

    .top-right .cart .cart-dropdown::before {
        right: 100px ;
    }

    .top-right .cart .cart-item {
        padding: 10px 15px ;
    }

    .top-right .cart .cart-item-image {
        width: 40px ;
        height: 40px ;
    }
}

.pro-item{
    position: relative;
    /* width: 400px;
    height: 400px; */

}
.pros-back{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
}
.pro-img{
    position: absolute;
    width: 85%;
    /* height: 100%; */
    bottom: 12px;
    right: 7.5%;
    /* width:auto; */
    height: auto;
    z-index: 1;
}

    .pro-card{
        text-align: center;
        color: #fff;
    }
    .pro-card h3{
        font-weight: 300;
        margin-top: 20px;
    }
.pro-item {
    width: 205px;
    height: 205px;
    position: relative;
    cursor: pointer;   
    margin: 0px 30px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 10px #7f9aca80;
    
}


.pro-item:hover .pro-circle {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}





@keyframes sale-animation {
    0% {
        /* opacity: 0; */
        transform: translateY(-30px) ;
    }
    100% {
        /* opacity: 1; */
        transform: translateY(0) ;
    }
}

.sale-pic img.animate {
    animation: sale-animation 0.8s ease forwards;
}

.sale-pic img {
    /* opacity: 0; */
    transform: translateY(-30px) ;
}

.title-sec a {
    transition: all 0.3s ease;
}

.title-sec a:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-2px);
}

.blog .title-sec a:hover {
    background: gray;
    color: #fff;
    transform: translateY(-2px);
}

.title-sec a:hover img {
    filter: invert(1);
    transform: scale(1.1);
}

.blog .title-sec a:hover img {
    filter: invert(0);
}

.blog .title-sec a {
    transition: all 0.3s ease;
}

.blog .title-sec a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.blog .title-sec a:hover img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}


.has-dropdown {
    position: relative;
}

.dropdown-link {
    display: flex;
    align-items: center;
    color: white !important;
    text-decoration: none;
}

.dropdown-arrow {
    margin-right: 8px;
    font-size: 10px;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}

.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
    color: #fff;
}

.simple-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-top: 3px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 9999;
    margin-top: 10px;
    overflow: hidden;
}

.has-dropdown:hover .simple-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.simple-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 25px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 1px solid rgba(255, 107, 53, 0.2);
    border-right: 1px solid rgba(255, 107, 53, 0.2);
    z-index: 10;
}

.dropdown-content {
    padding: 15px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: right 0.4s ease;
}

.dropdown-item:hover::before {
    right: 100%;
}

.dropdown-item:hover {
    background: rgba(255, 107, 53, 0.1);
    color: var(--primary-color);
    padding-right: 30px;
    transform: translateX(-5px);
}

.dropdown-item i {
    margin-left: 15px;
    width: 18px;
    color: var(--secondary-color);
    font-size: 16px;
    transition: all 0.3s ease;
}

.dropdown-item:hover i {
    color: var(--primary-color);
    transform: scale(1.2);
}

.dropdown-item span {
    font-weight: 500;
    transition: all 0.3s ease;
}

.dropdown-item:hover span {
    font-weight: 600;
}

/* موبایل */
@media (max-width: 992px) {
    .simple-dropdown {
        display: none !important;
    }
    
    .dropdown-arrow {
        display: none;
    }
}

.baner-sec {
    position: relative !important;
}

#baner-owl .owl-nav {
    display: block !important;
    position: absolute !important;
    bottom: 30px !important;
    right: 15% !important;
    z-index:2009!important;
}

#baner-owl .owl-nav button {
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 5px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

#baner-owl .owl-nav button:hover {
    background: var(--primary-color) !important;
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

#baner-owl .owl-nav button:active {
    transform: scale(0.95) !important;
}

#baner-owl .owl-dots {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100 !important;
    display: flex !important;
    /* gap: 10px !important; */
}

#baner-owl .owl-dots .owl-dot span{
    /* width: 15px !important; */
    /* height: 15px !important; */
    margin: 5px;
    background:var(--primary-color) !important;
    /* border: 2px solid white !important; */
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
}

#baner-owl .owl-dots .owl-dot.active span{
    width: 10px !important;
   
  

}

#baner-owl .owl-dots .owl-dot:hover {
   
    transform: scale(1.2) !important;
}


@media (max-width: 992px) {
    #baner-owl .owl-nav {
        bottom: 20px !important;
        
    }
    
    #baner-owl .owl-nav button {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
        margin: 0 3px !important;

    }
    
    #baner-owl .owl-dots {
        bottom: 15px !important;
    }
    
    #baner-owl .owl-dots .owl-dot {
        /* width: 8px !important;
        height: 8px !important; */
    }
}

.mobile-search-bar {
    display: none;
    background: white;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    position: relative;
    width: 100%;
}

.mobile-search-bar input {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 25px;
    font-size: 16px;
    font-family: inherit;
}

.mobile-search-bar input:focus {
    outline: none;
    border-color: var(--secondary-color);
}

.mobile-search-bar button {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

@media (min-width: 993px) {
    .mobile-search-bar {
        display: none !important;
    }
}
@media (max-width: 1500px) {
    .baner-pros{
        min-height:891px;
    }
}
@media (min-width: 1800px) {
    .baner-pros{
        padding:0px 0px 5% 0px;
    }
}
.cart svg{
    width:25px;
    height:38px;
}