:root {
    --primary-color: hsl(45.88deg 100% 50%) ;
    --secondary-color:hsl(186.05deg 86.58% 29.22%);
    --accent-color: #3d5a80;  
    --neutral-color: #f4f7f2; 
    --text-color: #000;
    --light-accent: #c8e0d4; 
    --hover-color: #6a9979; 
    --red: hsl(359.43deg 79.1% 73.73%);
    --blue: hsl(220deg 22.31% 47.45%)
}
@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: IRANYekanWebRegular;
    src: url('../fonts/IRANYekanWebRegular.ttf');
  }
  @font-face {
   font-family: iranyekanwebregularfanum;
    src: url(../fonts/iranyekanwebregularfanum.ttf);
  }

body {
    font-family: iranyekanwebregularfanum;
    direction: rtl;
    font-size: 15px;
    background-image: url('../images/body-back.png');
    background-repeat:repeat;
    
}
header{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
.fixed-connections{
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.fixed-connections div{
    cursor: pointer;
}
.fix-chat{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.chat-box{
    position: fixed;
    bottom: 90px;
    right: 70px;
    z-index: 20001;
    width: 350px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s;
    transform-origin: bottom right;
    box-shadow:0px 0px 5px  hsl(0, 1%, 73%);
  
  }
  .chat-box.active{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all .5s;
    transform-origin: bottom right;
  
  }
  .chat-box i{
    cursor: pointer;
  }
  .chat-header{
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-family: IRANYekanWebBold;
  }
  .chat-text{
  height: 300px;
  background-color:  hsl(0deg 0% 94.9%);
  height: 350px;
  }
  .box-quiz{
    width: 90%;
    margin-right: 5%;
    background-color: #fff;
    padding: 10px;
  }
  .box-quiz span{
    padding: 15px 0px;
  }
  
  .box-quiz .quiz{
    padding: 10px;
    margin-top: 5px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 10px;
    transform: translateX(0px);
    transition: transform .3s;
    cursor: pointer;
    font-size: .9em;
  }
  .box-quiz .quiz:hover{
    transform: translateX(-2px);
    transition: transform .3s;
  }
  
 .search-input{
    width: 70%;
    position: relative;
  }
  .search-input input{
    width: 100%;
    border: 1px solid var(--secondary-color) !important;
    background-color: hsl(212deg 40.54% 92.75%);
    padding: 8px;
    border-radius: 10px;
  }
  .search-input .magifier{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  
  }
  .search-input input::placeholder{
    font-size: .8em;
    color:hsla(186, 8%, 51%, 0.678);

  }
  .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1001;
    margin-top: 5px;
    display: none;
}
.w-100{
    width: 100%;
}
.search-result-item img{
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.search-result-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.search-result-item i {
    margin-right: 10px;
    color: #007bff;
}

.search-result-item {
    font-size: 14px;
    color: #333;
}

@media (max-width: 991px) {
   
    .search-box-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .search-results {
        max-width: 100%;
    }
}
  /* Header responsiveness and mobile menu */
header {
    background-color: #fff;
    /* position: relative; */
    z-index: 1000;
}

.header-container {
    box-shadow: 0px 0px 20px 1px rgb(202, 206, 204);
}

/* Logo responsiveness */
.logo-link {
    display: block;
}

.logo {
    max-width: 100%;
    height: auto;
}

/* Mobile menu toggle button */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 22px;
    position: relative;
    margin: auto 0;
    z-index: 10;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle span:nth-child(1) {
    top: 0;
}

.mobile-menu-toggle span:nth-child(2) {
    top: 9px;
}

.mobile-menu-toggle span:nth-child(3) {
    top: 18px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

/* Mobile Side Menu */
.mobile-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width:60%;
    height: 100%;
    background-color: #fff;
    z-index: 2000;
    overflow-y: auto;
    transform:translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    direction: rtl;
    padding: 20px;
}

.mobile-side-menu.active {
    transform:translateX(0);
    transition: transform 0.3s ease;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.mobile-logo {
    max-width: 80px;
    height: auto;
}

.close-mobile-menu {
    font-size: 28px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    color:var(--secondary-color);
}

.mobile-menu-search {
    position: relative;
}

.mobile-menu-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*font-size: 14px;*/
}

.mobile-menu-search button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav > ul > li {
    border-bottom: 1px solid #eee;
}

.mobile-nav > ul > li > a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    /*font-size: 16px;*/
}

.mobile-has-submenu {
    position: relative;
}

.mobile-submenu-toggle {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.mobile-submenu {
    display: none;
    list-style: none;
    padding: 0 15px;
    margin: 0 0 10px;
}
.moblie-submenu.open{
    display:block;
}

.mobile-submenu li a {
    display: block;
    padding: 8px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.mobile-menu-user {
    /*border-top: 1px solid #eee;*/
    /*padding-top: 15px;*/
}
/* User and Cart Dropdown Menus */
.user-wrapper, .cart-wrapper {
    position: relative;

}

.user-toggle {
    font-size: 0.9rem;
}

/* Common dropdown styling */
.user-dropdown, .cart-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 15px;
    overflow: hidden;
    direction: rtl;
}

/* Hover effect to show dropdowns */
.user-wrapper:hover .user-dropdown,
.cart-wrapper:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Arrow at top of dropdown */
.user-dropdown:before,
.cart-dropdown:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/* Dropdown Headers */
.user-dropdown-header,
.cart-dropdown-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: var(--secondary-color);
}

.cart-dropdown-header small {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* User Dropdown Menu */
.user-dropdown-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.user-dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #555;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.user-dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: var(--secondary-color);
}

.user-dropdown-menu li a i {
    margin-left: 10px;
    color: #999;
    width: 20px;
    text-align: center;
}

/* Empty Cart */
.cart-dropdown-empty {
    padding: 20px;
    text-align: center;
}

.empty-cart-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.cart-dropdown-empty p {
    color: #888;
    margin-bottom: 15px;
}

.btn-start-shopping {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-start-shopping:hover {
    background-color: #006064;
    color: #fff;
}

/* Cart with Items */
.cart-items-container {
    max-height: 300px;
    overflow-y: auto;
}

.cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.cart-item-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 10px;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-content {
    flex: 1;
}

.cart-item-content h4 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: normal;
}

.cart-item-price {
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 13px;
}

.cart-item-quantity {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.remove-cart-item {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    transition: color 0.2s ease;
}

.remove-cart-item:hover {
    color: #e53935;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.cart-dropdown-buttons {
    display: flex;
    padding: 15px;
}

.cart-dropdown-buttons a {
    flex: 1;
    padding: 8px 0;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

.btn-view-cart {
    background-color: #f5f5f5;
    color: #555;
    margin-left: 10px;
}

.btn-view-cart:hover {
    background-color: #e0e0e0;
}

.btn-checkout {
    background-color: var(--secondary-color);
    color: #fff;
}

.btn-checkout:hover {
    background-color: #006064;
}

/* Make sure dropdown stays visible when hovering */
.user-wrapper:hover, .cart-wrapper:hover {
    z-index: 1001;
}
@media (min-width: 767.98px) {
.sale-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(-3px);
}
}

/* Responsive styles */
@media (max-width: 767.98px) {
    .pro-baner-item {
        height: 200px !important;
    }
    .pro-baner-item img {
        object-fit:cover
    }
    .user-dropdown, .cart-dropdown {
        width: 220px;
    }
    
    .cart-item-content h4 {
        font-size: 12px;
    }
    
    .cart-item-img {
        width: 50px;
        height: 50px;
    }
    
    .cat-nm-bx {
        height: 60px !important;
    }
}


.mobile-login-btn {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
}

.mobile-login-btn img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .whats img, .fix-chat img{
        width: 50px;
        height: 50px;
       
    }
    .mobile-menu-toggle {
        display: flex;
        margin-right: 15px;
    }
    
    .search-input {
        width: 100%;
        margin-top: 10px;
    }
    
    .header-container .container-fluid .row {
        flex-wrap: wrap;
    }
    
    /* Adjust ordering for mobile layout */
    .order-1 {
        order: 1;
    }
    
    .order-2 {
        order: 2;
    }
    
    .order-3 {
        order: 3;
        width: 100%;
    }
    .footer-logos {
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .user, .cart {
        display: flex;
        align-items: center;
    }
    
    .user span, .cart span {
        font-size: 12px;
    }
    
    .user img, .cart img {
        width: 20px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .mobile-menu-toggle {
   
    cursor: pointer;
    width: 25px;
    height: 15px;
    position: relative;
    /*margin: auto 0;*/
    z-index: 10;
}
     .chat-box{
          bottom: 70px;
          right: 20px;
          width: 300px;
        }
        .chat-text{
          height: 280px;
        }
    body{
        font-size: 12px;
    }
    .search-input input {
        font-size: 12px;
      
    }
 .product-gallery-one .pro-baner-item {
        height: 200px !important;
    }
     .product-gallery-two .pro-baner-item {
        height: 150px !important;
    }
    
    .logo {
        max-width: 60px;
    }
    .user span{
        /*display: none;*/
    }
    
}

.header-container{
    box-shadow: 0px 0px 20px 1px rgb(202, 206, 204);
}
.container-fluid .row{
    max-width: 1678px;
    margin: 0px auto;
}
.user{
    border-left: 1px solid rgb(209, 209, 209);
}
.user a{
    color: #000;
    font-weight: bold;
}
.user a span{
    color: var(--secondary-color);
}
.cart{
    position: relative;
}
.cart span{
    background-color: var(--secondary-color);
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: -12px;
    font-size: .6em;
}
.main-nav {
    position: relative; 
    color: var(--text-color);
    /* padding: 0 20px;  */
    z-index: 1000;
}
/* منوی اصلی */
.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.main-nav ul li {
    /* margin-left: 20px; */
    position: relative; 
}
.main-nav ul li:last-child {
    margin-left: 0;
}

.main-nav ul li a {
    color: var(--text-color);
    text-decoration: none;
    padding: 15px 10px; 
    display: block;
    cursor: pointer;
    white-space: nowrap; 
}
 .main-nav ul li a:hover,
 .main-nav ul li.active-trigger a { 
    background-color: rgba(255, 255, 255, 0.1);
 }
 .main-nav ul li a i { 
     font-size: 0.7em;
     margin-right: 3px;
     vertical-align: middle;
 }
 .mega-menu {
    position: absolute;
    top: 100%; 
    right: 0;  
    width: 100%; 
    max-width: 95vw; 
    height: 350px; 
    z-index: 1001; 
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
    border-top: 3px solid var(--red);
    /* margin-top: 20px; */
    transition: all 0.2s;
    transform: translateY(10px);
    pointer-events: none;
    border-top: 3px solid var(--primary-color);
    opacity:0;
    visibility: hidden;
}

.mega-menu.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: all 0.3s;


}

.mega-menu .pro-menu {
    width:100%;
    display:flex;
    height: 100%;
}

/* --- Tabs --- */
.pro-tabs {
    width: 30%;
    background-color:var(--secondary-color);
    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:var(--text-color);
    border-right: 3px solid var(--primary-color);
    margin-right: -1px;
    font-weight: bold; 
}
.p-tab.active span {
    font-weight: bold; 
}
 .p-tab.active .fa-chevron-left {
    color:var(--text-color);
 }
.p-tab > div{
    display: flex;
    align-items: center;
}
.p-tab span {
    color: #fff;
    font-weight: 500;
    margin-right: 8px;
    transition: color 0.2s ease;
}
.p-tab.active span {
    color:var(--text-color);
}

.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:var(--text-color);
}

.p-tab i.fa-chevron-left {
    font-size: 0.8em;
    color: #aaa;
     transition: color 0.2s ease;
}

/* --- Content Panes --- */
.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:var(--text-color);
     font-weight: bold;
     border-bottom: 1px dashed #eee;
     margin-bottom: 20px;
     text-decoration: none;
}
.p-content > a:first-child:hover span {
    text-decoration: underline;
    color:var(--hover-color);
}
.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 --- */
.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(--primary-color);
    color: #333;
    text-decoration: none;
}
 .sub-menu > a:hover {
    color:var(--hover-color);
 }
.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:var(--primary-color);
    background-color: #f8f9fa;
    padding-right: 10px; 
}
.sm-sub-menu{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--primary-color);
    width:max-content;
    z-index: 10010;
    height:max-content;
   border-radius:10px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    border-top: 3px solid var(--primary-color);
    padding:10px;
   

  }
  .has-submenu:hover .sm-sub-menu{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  
  }
  
  
  .about-sub-menu-item {
    box-shadow: 0px 0px 3px 0px #fff;
    border-radius: 8px;
    font-size: 0.9em;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #fff;
    cursor: pointer;
  }
  
  
  .has-submenu:hover .about-sub-menu-item {
    transform: translateY(0);
    opacity: 1;
  }
  
 
  
  
  .about-sub-menu-item:hover {
    background-color: #fff;
    color: var(--orange);
    transition: background-color 0.2s;
  }
 
  .baner-item{
    /* height: 550px; */
    margin: 0px 20px;
    border-radius: 15px !important;
  }
  .sale-offer-sec .row{
    height: 325px;
  }
  .baner-item img{
    /* position: absolute;
    top: 0;
    right: 0; */
    width: 100%;
    height: 100%;
    object-fit: fill;
    
   
  }
  .nav-right{
    position: absolute;
    right:50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #999;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    transition: all .3s;
  }
  .nav-left{
    position: absolute;
    left:50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #999;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    transition: all .3s;
  }
  .nav-right:hover, .nav-left:hover{
    background-color: var(--primary-color);
    scale: 1.1;
    transition: all .3s;
     filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
      animation: pulse 1.5s ;
  }
  .baner-txt{
    position: absolute;
    right: 10%;
    bottom: 10%;
    background-color: hsl(45.88deg 100% 50%);
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.baner-txt:hover {
    /* background-color:var(--red); */
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 124, 89, 0.3);
}
.baner-txt:hover a{
    color: var(--secondary-color) !important;
   
}
.baner-txt a{
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;
    /* font-family: IRANYekanWebBold; */


}

.search-title{
    color: var(--secondary-color);
    font-weight: bold;
    /* font-family: IRANYekanWebBold; */
    border-bottom: 3px solid var(--secondary-color);
    width: max-content;
    font-size: 1.3em;
    padding: 5px 0px 10px 0px;
}
.search-back{
    background-color: hsl(212deg 40.54% 92.75%);
    border-radius: 15px;
    line-height:2.7em;
   
}
.ad-search-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.coin, .country{
    border: 1px solid var(--secondary-color);
    padding: 10px 15px;
    border-radius:15px;
    background-color: #fff;
    color:rgb(175, 175, 175);
    font-size: 1.3em;
    font-weight: lighter !important;
    cursor: pointer;
}
.current-coin, .destination{
    position: relative;
    width:100%;
}
 .current-coin span, .destination span{
    color: var(--violet);
    font-weight: 600;
    font-size: 0.8em;
    padding: 5px;
}
.current-coin.open img, .country-header.open img{
    transform: rotate(180deg);
}
.country-item{
    
}
.coin-list , .country-list{
    position: absolute;
    margin-top: 5px !important;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border:1px solid hsl(245, 75%, 87%);
    border-radius: 10px;
    font-size: 0.9em;
    z-index: 20000;
    padding: 0px;
    display: none;
}
.coins{
    max-height: 200px;
    overflow-y: auto;
}
.coin-list.active , .country-list.active{
    display: block;
}
.flight-class.shown{
    display: block;
}
.coin-list input, .country-list input {
    border: 1px solid rgb(185, 182, 182) !important;
    border-radius: 10px;
    padding: 5px !important;
    width: 99%;
}

.coins div{
margin: 0px;
padding: 10px;

}
.coins div:hover, .classes div:hover{
    background-color: hsl(212deg 40.54% 92.75%);
}
.search-btn{
    background-color: var(--secondary-color);
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}
.search-btn button{
    background-color: transparent !important;
    border: none;
    width: 100%;
    font-size: 1.3em;
    color: #fff;
}



/* .pro-baner-item{
height: 260px;
}
.pro-baner-item img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.pro-baner-txt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%
} */
.pro-baner-item {
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 25px;
   

}

.pro-baner-item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-gallery-one .pro-baner-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease;
    border-radius: 15px;
}
.product-gallery-two .pro-baner-item img {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
   
}

.pro-baner-item:hover img {
    transform: scale(1.01);
}

.pro-baner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    transition: transform 0.3s ease;
    z-index: 1;
    text-align:center;
}

.pro-baner-item:hover .pro-baner-txt {
    transform: translateY(-50%) translateX(-5px);
}

.pro-baner-txt a {
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.pro-baner-item:hover .pro-baner-txt a {
    transform: scale(1.1);
}

.product-gallery-one .pro-baner-txt a:hover {
    background-color: #006064; /* Darker shade of secondary-color */
}

.product-gallery-two .pro-baner-txt a:hover {
    background-color: #FFD500; /* Slightly darker shade of primary-color */
}
.product-gallery-two .pro-baner-item {
    background: linear-gradient(to right, #00c6d7, #006b75);

}
.product-gallery-two .pro-baner-item img{
   

}
 
    

/* Add overlay effect */
.pro-baner-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pro-baner-item:hover::after {
    opacity: 1;
}
.product-gallery-one .pro-baner-txt h2{
    font-weight: bold;
    font-family: IRANYekanWebBold;
}
.product-gallery-one .pro-baner-txt a{
    background-color: var(--secondary-color);
    color: #fff;
    padding: 3px 25px;
    border-radius: 25px;
    font-size: 1.3em;
    font-weight: bold;
    font-family:IRANYekanWebBold ;
    
}
.product-gallery-two .pro-baner-txt h2{
    width: 160px;
    font-weight: bold;
    font-family: IRANYekanWebBold;
    color: #fff;
    font-size: 1.7em;
}
.product-gallery-two .pro-baner-txt h2 {
        min-height:54px;
    }
    .product-gallery-one .pro-baner-txt h2 {
        width: 90px;
        min-height:35px;
    }
@media screen and (max-width:1200px){
    .product-gallery-two .pro-baner-txt h2, .product-gallery-one .pro-baner-txt h2{
      
        font-size: 1.5em;
    }
    .product-gallery-one .pro-baner-txt a, .product-gallery-two .pro-baner-txt a {
        font-size: 1.1em;
        
        
    }
    .pro-baner-item {
        height: 230px;
    }
}

.product-gallery-two .pro-baner-txt a{
    background-color: var(--primary-color);
    color: #000;
    padding: 3px 25px;
    border-radius: 25px;
    font-size: 1.3em;
    font-weight: bold;
    font-family:IRANYekanWebBold ;
    
}
.sale-offer-sec .nav-left{
    left: 30px !important;
}
.sale-back{
    background-color: var(--secondary-color);
    border-radius: 15px;
}

.sale-item {
    background-color: #fff;
    min-height: 190px;
    padding: 10px;
    border-radius: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    transform: translateY(0px);
}




.sale-item a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    display: block;
}

/* Subtle border effect */
.sale-item:hover {
    /*border: 1px solid rgba(22, 136, 153, 0.2); */
}

/* Price highlight effect */
.sale-item:hover .off-price {
    color: #999; 
}

.sale-item:hover .price {
    /* color: var(--secondary-color); */
}

/* Flag animation */
.sale-item:hover .flag {
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

/* Title effect */
.sale-item:hover .sale-txt h1 {
    /* color: var(--secondary-color); */
    transition: color 0.3s ease;
}
.more-sale:hover{
    color: var(--primary-color);
}
.sale-img-box{
padding:10px;
min-height: 140px;
height:140px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom:10px;

}
#best-coin-owl .sale-item a{
    display: flex
;
    flex-direction: column;
    align-items: center;
}
#best-coin-owl .sale-img-box {
padding:10px;
min-height: 160px;
height:160px;
width:160px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom:10px;
border-radius:50%;

}
#best-coin-owl .item-img{
    border-radius:50%;
}


 #best-cash-owl .sale-img-box {
padding:10px;
min-height: 150px;
height:150px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom:10px;

}
#best-cash-owl .sale-img{
    height:95px;
}


.sale-img{
display: flex;
align-items: center;
justify-content: center;
height:100%;
}
.sale-img .item-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news-sec .sale-img .item-img{
    
}
.sale-item a{
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
.sale-txt{
    min-height: 105px;
    font-size: 13px;
    

}
#best-coin-owl .sale-txt, .most-product-owl-container .sale-txt, #sale-owl .sale-txt >div{
    text-align :center;
}
.sale-txt h1{
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    height:35px;
}
.sale-offer-txt span{
    font-size: 1.3em;
    font-weight: bold;
    font-family: IRANYekanWebBold;
    color: #fff;
    width: 100%;
    font-stretch: expanded;
}
.timer {
    color: #fff;
}
#seconds, #minutes, #hours{
    color: #000 !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
     font-family: iranyekanwebregularfanum;
}
a{
    text-decoration: none !important;
}
.timer-sec{
    height: max-content;
}
.timer-sec a{
    color: #fff;
}
.off{
    background-color: var(--secondary-color);
    padding: 1px 8px;
    border-radius: 10px;
    color: #fff;
}
.flag{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px !important;
    height: 20px;
     border: 1px solid #e5e2e2
}
.off-price{
    text-decoration: line-through;
    color:#b4b2b2
}
.price{
    font-weight: bold;
}
.most-sale{
    background-color: hsl(212deg 40.54% 92.75%);
    padding-top:15px;
    min-height: 388px;
}
.news-sec{
    min-height: 360px !important;
}
.product-title{
    padding:0px 35px;
}
.product-title span{
    color: var(--secondary-color);
    font-size: 1.4em;
    font-family:  IRANYekanWebBold;
}
.product-title a{
    color: var(--secondary-color);
    font-size: 1.2em;
    font-family:  IRANYekanWebBold;
}
.product-title a:hover{
    color: var(--secondary-color);
    text-decoration: underline !important;
    font-size: 1.2em;
    font-family:  IRANYekanWebBold;
}
.most-sale .nav-right{
    right: 10px;
}
.most-sale .nav-left{
    left: 10px;
}
.most-sale .nav-right:hover,.most-sale .nav-left:hover{
    background-color: var(--secondary-color);
    scale: 1.1;
    transition: all .3s;
    animation: pulseblue 1.5s ;
    border:none;
  }
 @keyframes pulseblue {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 97, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(11, 97, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(11, 97, 102, 0);
    }
}
.customer-sec {
    min-height:360px;
}
.customer-sec .nav-left, .customer-sec .nav-right{
    width: 35px;
    height: 35px;
}
.customer-sec .nav-right:hover,.customer-sec .nav-left:hover{
    background-color: var(--primary-color);
    scale: 1.1;
    transition: all .3s;
    animation: pulse 1.5s ;
    border:none;
  }
.customer-sec .sale-item:hover{
    transform:translateY(0);
    border:none;
}
#best-coin-owl .off-price{
    color: hsl(180, 28%, 83%);
}
#best-coin-owl h1{
    font-weight: lighter;
}
#best-coin-owl .price{
    font-size: 1.1em;
}
#best-coin-owl  .sale-img-box{
    padding:0px;
}
#best-cash-owl  .sale-img-box{
     padding:0px; 
    
}
#blog-owl .sale-img{
    padding: 0px;
}
#blog-owl .sale-item{
    background-color:none;
}

#blog-owl a{
    border-radius: 15px;
}
#blog-owl .sale-item{
    padding: 0px;
  
}
#blog-owl .sale-img img{
    
}
#blog-owl .sale-txt{
    min-height: 80px;
    width:100%;
    padding:10px;
    display: flex;
    flex-direction:column;
    align-items: start;
    /* justify-content: center; */
  
}
#blog-owl .sale-txt .more-blog{
    font-size:.9em;
    color:#fff;
    align-self:end;
    background-color:var(--secondary-color);
    transition:.3s all;
    padding: 8px 15px;
    border-radius:12px;
}
#blog-owl .sale-txt .more-blog:hover{
    /*color:#000;*/
    /*transform:scale(1.01);*/
    transition:.3s all;
    color:var(--primary-color);
    font-weight:bold;
}
#blog-owl .sale-txt .customer-date{
     color: #888;
    font-size: 0.9em;
    margin-bottom: 10px;
    direction: rtl;
    align-self:start;
    
}
#blog-owl .sale-txt h1{
    font-weight: lighter;
    font-size: 1.1em;
    text-align:right;
}
.customer-card-txt img{
    width: 15px !important;
}
.avatar img{
    width: 50px !important;
}
/* Customer testimonial card styling */
#customer-owl .sale-item {
    background-color: #fff;
    min-height: 190px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#customer-owl .sale-item:hover {
    /*transform: translateY(-3px);*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Card header with avatar and name */
#customer-owl .card-header {
    margin-bottom: 10px;
}

#customer-owl .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--secondary-color);
}

#customer-owl .avatar img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

#customer-owl .customer-name {
    margin-right: 10px;
}

#customer-owl .customer-name span:first-child {
    font-weight: bold;
    font-size: 1em;
    color: #333;
}

#customer-owl .text-gray {
    color: #888;
    font-size: 0.8em;
}

/* Date styling */
#customer-owl .customer-date {
    color: #888;
    font-size: 0.8em;
    margin-bottom: 10px;
    direction: rtl;
}

/* Testimonial text */
#customer-owl .customer-card-txt {
    direction: rtl;
}

#customer-owl .customer-card-txt p {
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: bold;
    color: #444;
    margin: 15px 0px;
    height: 90px;

}
#customer-owl .attach{
    height:50px;
    font-size:.8em;
}

/* Star rating */
#customer-owl .stars {
    height: 20px;
    margin: 10px 0;
    /* background-image: url('./images/stars.png'); */
    background-repeat: no-repeat;
    background-size: contain;
}

/* Social media icons */
#customer-owl .customer-social {
    margin-top: 10px;
    align-items: center;
}
.fa-youtube{
    color:#ed0000 !important;
}
.fa-telegram{
    color: #6eb8d6;
}
.fa-whatsapp{
    color:#26cc64;
}
.fa-instagram{
    color:#d72a78;
}

#customer-owl .customer-social img {
    /* width: 22px !important;
    height: 22px; */
    transition: transform 0.2s ease;
}

#customer-owl .customer-social img:hover {
    transform: scale(1.1);
}

#customer-owl .attach img {
    /* width: 18px !important; */
}
/* Star Rating System - Dynamic Implementation */
.stars {
    display: flex;
    direction: ltr; /* Star direction should be LTR */
    height: 20px;
    margin: 10px 0;
}

.stars .star {
    color: #ddd; /* Default gray color for empty stars */
    font-size: 18px;
    margin-right: 2px;
}

.stars .star.filled {
    color: hsl(36.71deg 100% 50%); 
}

/* For half stars (if needed) */
.stars .star.half {
    position: relative;
    overflow: hidden;
}

.stars .star.half:after {
    content: "★";
    color: hsl(36.71deg 100% 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
}

.feature-icon-container {
    display: inline-block;
    position: relative;
    margin: 15px;
    transition: all 0.4s ease;
 
}
.features-section{
    background-color: #fff;
}

.feature-icon-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.feature-icon-container:hover .feature-icon-img {
    transform: scale(1.1);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 215, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}

.feature-icon-container:hover .feature-icon-img {
    animation: pulse 1.5s ;
}

/* Caption styling */
.feature-caption {
    position: relative;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

.feature-icon-container:hover .feature-caption {
    color: var(--secondary-color);
    transform: translateY(3px);
}
/* Footer Styles */
.call-footer{
     position:absolute;
    bottom:6%;
    right:-20%;
}
.call-footer img{
   
}
.site-footer {
    background-color:hsl(186.05deg 86.58% 29.22%) ;
    color: #fff;
    
    direction: rtl;
    text-align: right;
}

.footer-logo img {
    max-width: 100px;
    height: auto;
}
.footer-description{
    max-width:710px;
}

.back-to-top {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

.footer-heading {
    color: #FFD700; /* Gold color for headings */
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FFD700; /* Gold color on hover */
    padding-right: 5px;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.phone-section {
    margin-top: 15px;
}

.phone-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}
.broder-right{
    border-right: 1px solid #fff;

}

.social-icons a:hover {
    background-color: #fff;
    color: #008080;
    transform: translateY(-3px);
}

.social-icons i {
    font-size: 1.7rem;
}

/* Mobile Accordion for Footer */
@media (max-width: 767.98px) {
     .most-sale{
        min-height: 378px;
    }

    .timer-sale-img {
        height: auto;
        width: 30px;
    }
    .timer-sale-img img{
        width: 100%;
    }
    .footer-accordion {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-heading {
        margin-bottom: 0;
        padding: 10px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-heading:after {
        content: '\f107'; /* Font Awesome down arrow */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        transition: transform 0.3s ease;
    }
    
    .footer-heading.active:after {
        transform: rotate(180deg);
    }
    
    .footer-accordion .footer-links,
    .footer-accordion .contact-info {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        margin: 0;
    }
    
    .footer-accordion.active .footer-links,
    .footer-accordion.active .contact-info {
        max-height: 200px; 
        padding-bottom: 15px;
    }
   
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .baner-item{
        /* height: 550px; */
        margin: 0px;
      }
    
    
    .site-footer .col-lg-2 {
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
    .companion{
        text-align: center;
    }
     .companion::after{
         content:" ";
     }
}

@media (max-width: 767.98px) {
    
  
    .product-gallery-two .pro-baner-txt h2, .product-gallery-one .pro-baner-txt h2{
        font-size: 1.2em;
    }
    .product-gallery-one .pro-baner-txt a, .product-gallery-two .pro-baner-txt a {
        font-size: .9em;   
        
    }
    .product-gallery-two .pro-baner-txt h2 {
        width: 90px;
        min-height:35px;
        text-shadow: 2px 2px black;
    }
    .product-title span {
        font-size: 1.2em;
        
    }
    .product-title a {
        font-size: 1em;
       
    }
    .footer-heading {
        font-size: 1rem;
    }
    
    .footer-links a,
    .contact-info p {
        font-size: 0.8rem;
    }
    
    .site-footer {
        padding: 30px 0 15px;
    }
    .customer-sec {
    min-height:310px;
}
}

@media (max-width: 575.98px) {
    .product-gallery-two .pro-baner-item img {
    position: absolute;
    top:0;
    left: -1px;
    height:100%;
    width:100%;
   
}
     #best-coin-owl  .sale-img{
        padding:20px 10px;
        height: 180px;
    }
    .coins div{
margin: 0px;
padding: 10px 5px;

}
    .companion-sec{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .soccial-icons{
        margin-top:0px;
    }
    
.search-btn{
    background-color: var(--secondary-color);
    width: 100%;
    padding:0px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}
#best-coin-owl .sale-img-box, #best-cash-owl .sale-img-box {
    margin-bottom:20px;
}
    .sale-img-box {
    padding: 10px;
    min-height: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #cdc4c4;*/
    box-shadow: 0px 2px 10px 2px hsl(0deg 0% 88.98% / 67.8%);
    border-radius: 15px;
}
    .sale-txt{
   min-height: 113px;

}
     .site-footer {
        padding: 10px 0 15px;
    }
    .pro-baner-txt h2{
        text-shadow:0px 1px #696363;
    }
    .baner-txt{
    right: 5%;
    /*bottom: 5%;*/
    background-color: hsl(45.88deg 100% 50%);
    padding: 5px 10px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size:.9em;
}
    .sale-offer-sec .nav-left{
    left: 0px !important;
}
    .news-sec{
    min-height: 320px !important;
}
    .product-gallery-one .pro-baner-item img {
        object-fit: cover;
    }
    .coin, .country{
        border: 1px solid var(--secondary-color);
        padding: 6px 15px;
        border-radius:15px;
        background-color: #fff;
        color:rgb(175, 175, 175);
        font-size: 1.3em;
        font-weight: lighter !important;
        cursor: pointer;
    }
    .current-coin span, .destination span {
        color: var(--violet);
        font-size: 0.7em;
        padding: 5px;
    }
    .search-btn button {
        background-color: transparent !important;
        border: none;
        width: 100%;
        font-size: 1.2em;
        color: #fff;
    }
  
    .baner-item{
         height: 180px; 
    }
    .nav-right, .nav-left{
        width: 35px;
        height: 35px;
    }
    .nav-right{
        right: 10px;
    }
    .nav-left{
        left: 10px;
    }
    .feature-icon-img {
        width: 100px;
        height: 100px;}

    /* .sale-img .item-img{
        max-height: 100px;
    } */
    .back-to-top {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icons a {
        width: 32px;
        height: 32px;
    }
    
    
    #best-cash-owl  .sale-img{
        padding: 10px;
    }
    #best-coin-owl  .sale-img{
        padding:30px 10px;
        height: 180px;
    }
}
/* Footer Bottom Styles */
.footer-bottom {
    background-color: hsl(185.83deg 86.55% 23.33%);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    direction: rtl;
}

.footer-bottom-content {
    width: 100%;
    border-bottom: 1px solid #a5a1a169;
}

.footer-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logos > a:first-child{
    margin-left:10px;
}


.footer-logo-link img {
   width:80px !important;
   height:100px !important;
}

.footer-bottom-logo {
    /* height: 80px;
    width: auto; */
    transition: transform 0.3s ease;
}

.footer-bottom-logo:hover {
    transform: scale(1.05);
}

.footer-title {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align:justify;
}

.footer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.404);
    max-width: 900px;
    text-align:justify;

}
.footer-cta{
    max-width:720px;
    text-align:justify;
}
.footer-cta-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.404);
    
}

.footer-cta-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: .8em;
}

.footer-cta-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.404);
}

.copyright-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.copyright-link:hover {
    color: #000;
}

/* Responsive styles */
@media (max-width: 767.98px) {
    .footer-title {
        font-size: 1.1rem;
    }
    
    .footer-text,
    .footer-cta-text {
        font-size: 0.8rem;
    }
    
    .footer-bottom-logo {
        height: 60px;
    }
}

@media (max-width: 575.98px) {
     .sale-offer-sec .row{
        height: auto;
      }
    .ad-pagination .pagination{
        display:block;
        text-align:center;
    }
    .ad-pagination .page-item{
  margin: 0px 5px 10px 5px;
    display:inline-block;
}
.ad-pagination .page-item .page-link{
    border-radius:5px;
    color: #777777;
    background-color:#ebebeb;
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 0.813rem;
    height: 28px;
    justify-content: center;
    min-width: 28px;
    padding: 1px 4px 0 4px !important;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.ad-pagination .page-item.active .page-link{
    color:#fff !important;
    background-color: #0a7e8b;
}
   
   .search-title{
    color: var(--secondary-color);
    font-weight: bold;
    /* font-family: IRANYekanWebBold; */
    border-bottom: 3px solid var(--secondary-color);
    width: max-content;
    font-size: 1em;
    padding: 5px ;
    line-height:2.7em;
}
    .footer-bottom-logo {
        height: 90px;
        margin: 5px 0;
    }
    
    .footer-title {
        font-size: .9rem;
        line-height: 25px;
    }
   
    .footer-text,
    .footer-cta-text {
        font-size: 0.75rem;
    }
    .ad-search-container{
    display: grid;
    grid-template-columns: 1.5fr 1.5fr .5fr;
    gap: 5px;
    font-size: 0.9em;
}
.select2-container--default .select2-selection--single {
    
    padding: 8px !important;
}
.product-gallery-one .pro-baner-txt h2 {
    width: 90px;
    min-height: 25px;
}
.pro-baner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: transform 0.3s ease;
    z-index: 1;
    
}
.pro-baner-txt{
    text-align:center;
}
}

.mobile-submenu-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width:60%;
    height: 100%;
    background-color: #fff;
    z-index: 2001;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.mobile-submenu-panel.active {
    right: 0;
}

/* Submenu Header */
.submenu-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 2px solid #eee;
    background-color: #f8f9fa;
}

.back-button {
    background: none;
    border: none;
    /*font-size: 16px;*/
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin-left: 15px;
}

.back-button i {
    margin-left: 8px;
}

.submenu-header span {
    font-weight: bold;
    /*font-size: 18px;*/
    color: #333;
}

/* Submenu Items */
.submenu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-items li {
    border-bottom: 1px solid #f0f0f0;
}

.submenu-items li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    /*font-size: 16px;*/
    transition: all 0.2s ease;
}

.submenu-items li a:hover {
    background-color: #f8f9fa;
    color: var(--secondary-color);
    padding-right: 25px;
}

/* Main menu adjustments */
.mobile-has-submenu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-has-submenu i {
    color: #999;
    font-size: 12px;
    transition: transform 0.2s ease;
    float: left;
}

.mobile-has-submenu a:hover i {
    transform: translateX(-3px);
}

.mobile-submenu-toggle {
    display: none;
}

.mobile-side-menu {
    transition: transform 0.3s ease;
}

.mobile-side-menu.submenu-open {
    /* transform: translateX(-50px); */
}

@media (max-width: 480px) {
    /*.mobile-side-menu,*/
    /*.mobile-submenu-panel {*/
    /*    width: 85%;*/
    /*}*/
}
.category-row .sale-img{
    height:100%;
}
.category-row .item-img{
    object-fit:contain !important
}

.category-row .sale-item, .articles-container .sale-item, .product-row .sale-item, .ad-search-row .sale-item, .incredible-row .sale-item{
    box-shadow:0px 0px 30px 2px #f1f1f1;
    border: 1px solid rgba(22, 136, 153, 0.2); 
}
.articles-container .sale-img img{
    border-top-right-radius:15px;
    border-top-left-radius:15px;
    height:120px;
}
.articles-container .sale-card h1{
    height:40px;
    
}
.category-row .sale-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    /*transform: translateY(0px) !important;*/
}
.category-row .sale-price{
    height:45px;
    justify-content:end;
}
.search-row .sale-price{
       /*height:45px;*/
    justify-content:end;
}
.search-row h1{
    height:auto;
    padding-top:0px !important;
}
.search-row .sale-card, .search-row .sale-item, .search-row .sale-item a{
    height:100%;
}
 #blog-owl .sale-img img{
    border-top-right-radius:15px;
       border-top-left-radius:15px;
}
.categories-title{
    font-size:1.5em;
}
@media screen and (min-width:1200px){
    
     #blog-owl .sale-img{
         height:175px;
     }
     .articles-container .sale-img img{
   
    height:140px;
}
.footer-logo-link {
    display: inline-block;
    flex:1;
}
}
@media screen and (min-width:1600px){
    .call-footer{
    
    right:-15%;
}
}
@media (max-width: 480px) {
    #best-cash-owl .sale-img-box {
        min-height:130px;
        height:130px;
    }
    .articles-container .sale-card h1{
   font-size:1em;
   /*height:76px !important;*/
}
    
}

.countries-image-items a{
    color:hsl(186.05deg 86.58% 29.22%);
}
.rating i{
    color:hsl(36.71deg 100% 50%);
}
.not-exist {
  position: absolute;
  right: -10px;
  top: -10px;
background-color: hsla(185.8, 83.8%, 29%, 0.61);
  color: #fff;
  font-size: 12px;
  padding: 5px 9px;
  border-radius: 0 15px 0 0;
  z-index: 1;
}
@media screen and (max-width:1250px ){
    .articles-container .sale-card h1{
        font-size:1em;
    }
}

.sale-txt h3 , .sale-txt h4, .sale-txt h5, .sale-txt h1{
    font-size:13px !important;
    height:40px;
}

.hideheading{

display:none;
    
}
#blog-owl .sale-txt .blog-ttle{
    min-height:45px;
}
.articles-container .sale-item {
 
    height: 100%;
}
.articles-container .sale-item a{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.articles-container .sale-item a h1{
   height:auto !important;
   text-align:center;
}
.articles-container .sale-img {
   height:auto ;
}
.articles-container .sale-item .col-12{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.articles-container .sale-item .col-12 .btn{
   margin-top:auto !important;
}
.title-blog{
   
}
.short-des-blog{
    text-align:justify;
    font-size:.9em;
    display:none
    ;
}
.owl-news a:hover{
    color:#000;
}
.incredible-row .off{
    margin-left:10px;
}
:root{
    --primary-color:hsl(45.88deg 100% 50%);
    --secondary-color:hsl(186.05deg 86.58% 29.22%);
}

.account-links{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:20px;
}

/* باکس اصلی */

.main-box{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    border-radius:18px;
    text-decoration:none;
    overflow:hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.96),
            rgba(255,255,255,.88)
        );

    border:1px solid rgba(0,0,0,.05);

    transition:.3s ease;
}

.main-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at top left,
            hsla(45.88deg 100% 50% / .08),
            transparent 45%
        ),
        radial-gradient(
            circle at bottom right,
            hsla(186.05deg 86.58% 29.22% / .08),
            transparent 45%
        );

    opacity:.9;
}

.main-box:hover{
    transform:translateY(-3px);
    border-color:rgba(0,0,0,.08);
}

/* افکت خیلی ملایم */

.main-box::after,
.mini-box::after{
    content:"";
    position:absolute;
    inset:-40%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
    transform:translateX(-120%) rotate(8deg);
    animation:shine 7s linear infinite;
}

@keyframes shine{
    100%{
        transform:translateX(120%) rotate(8deg);
    }
}

.main-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
        linear-gradient(
            135deg,
            hsla(45.88deg 100% 50% / .12),
            hsla(186.05deg 86.58% 29.22% / .10)
        );
}

.main-icon svg{
    width:24px;
    height:24px;
    color:#222;
}

.main-content{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.main-content strong{
    font-size:14px;
    color:#111;
}

.main-content span{
    font-size:11px;
    color:#666;
}

/* گرید دوتایی */

.mini-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.mini-box{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px;
    border-radius:16px;
    text-decoration:none;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.95),
            rgba(248,248,248,.92)
        );
    border:1px solid rgba(0,0,0,.05);
    transition:.3s ease;
    backdrop-filter: blur(1px);
}

.mini-box:hover{
    transform:translateY(-3px);
}

.mini-box:nth-child(1){
    background:
        linear-gradient(
            135deg,
            hsla(45.88deg 100% 50% / .07),
            rgba(255,255,255,.95)
        );
}

.mini-box:nth-child(2){
    background:
        linear-gradient(
            135deg,
            hsla(186.05deg 86.58% 29.22% / .08),
            rgba(255,255,255,.95)
        );
}

.mini-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.7);
    border:1px solid rgba(0,0,0,.04);
}

.mini-icon svg{
    width:22px;
    height:22px;
    color:#222;
}

.mini-box span{
    font-size:13px;
    font-weight:700;
    color:#222;
}



.celebration-effect {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999999;
    overflow: hidden;
}

#fireworksCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#petalContainer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.petal {
    position: absolute;
    width: 18px;
    height: 14px;
    border-radius: 80% 0 80% 0;
    background: linear-gradient(135deg, #ff7eb3, #ffccd5);
    opacity: 0.85;
    will-change: transform, opacity;
    animation: petalFall linear forwards;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.10));
}

.petal:nth-child(3n) {
    background: linear-gradient(135deg, #ffb6c1, #ffe4ec);
    width: 15px;
    height: 12px;
}

.petal:nth-child(4n) {
    background: linear-gradient(135deg, #f8a5c2, #fddde6);
    width: 20px;
    height: 15px;
}

.petal:nth-child(5n) {
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    width: 16px;
    height: 13px;
    border-radius: 0 80% 0 80%;
}

.petal:nth-child(7n) {
    background: linear-gradient(135deg, #a29bfe, #d6d0ff);
    width: 14px;
    height: 11px;
}


@keyframes petalFall {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 0;
    }
    8% {
        opacity: 0.88;
    }
    92% {
        opacity: 0.6;
    }
    100% {
        transform: translate3d(var(--move-x), var(--fall-dist), 0) rotate(var(--rotate));
        opacity: 0;
    }
}

.celebration-effect.hide {
    opacity: 0;
    transition: opacity 0.8s ease;
}

@media (max-width: 768px) {
    .petal {
        width: 13px;
        height: 10px;
    }
}