/* استایل‌های سفارشی برای لوگو */
.navbar-brand .logo {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    height: 90px;
    max-width: 320px;
}

/* تنظیمات responsive برای لوگو - حفظ aspect ratio */
@media screen and (max-width: 991px) {
    .navbar-brand .logo {
        height: auto !important;
        max-height: clamp(60px, 15vw, 90px);
        max-width: clamp(150px, 40vw, 280px);
        width: auto;
    }
    
    .tc-navbar-style1 .content {
        padding: 2vw 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .tc-navbar-style1 .navbar-brand {
        flex: 0 0 auto;
        order: 1;
        width: auto;
        max-width: 60%;
    }
    
    .tc-navbar-style1 .navbar-toggler {
        order: 2;
        flex: 0 0 auto;
        padding: 0.8vw 1.5vw;
        border: 1px solid rgba(153, 153, 153, 0.3);
        border-radius: 0.5vw;
    }
    
    .tc-navbar-style1 .navbar-toggler-icon {
        width: clamp(18px, 4.5vw, 24px);
        height: clamp(18px, 4.5vw, 24px);
    }
}

@media screen and (max-width: 576px) {
    .navbar-brand .logo {
        max-height: clamp(50px, 12vw, 70px);
        max-width: clamp(120px, 35vw, 220px);
    }
    
    .tc-navbar-style1 .content {
        padding: 1.5vw 0;
    }
    
    .tc-navbar-style1 .navbar-brand {
        max-width: 55%;
    }
    
    .tc-navbar-style1 .navbar-toggler {
        padding: 0.6vw 1.2vw;
    }
    
    .tc-navbar-style1 .navbar-toggler-icon {
        width: clamp(16px, 4vw, 20px);
        height: clamp(16px, 4vw, 20px);
    }
}

/* Partners Section Styles */
.tc-partners-style1 {
    background-color: #f9f9f9;
}

.partners-slider {
    padding: 0 40px;
}

.partner-card {
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-logo img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Swiper Navigation */
.partners-slider .swiper-button-next,
.partners-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: var(--color-blue1);
}

.partners-slider .swiper-button-next::after,
.partners-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

/* Swiper Pagination */
.partners-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.partners-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
}

.partners-slider .swiper-pagination-bullet-active {
    background: var(--color-blue1);
}
.cart-count-badge {
    font-size: 0.6rem;
    padding: 3px 5px;
}

.position-relative {
    position: relative;
}



.dropdown-submenu {
    position: relative;
}

.btn-filter {
   background: #eeeff6;
   padding: 8px 15px;
}


.loader-dots {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.loader-dots span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 1px;
  background: white;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}
.loader-dots span:nth-child(2) { animation-delay: 0.2s; }
.loader-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}

/* ========= [ * swoo-home-style1 ]  =========*/


/* --------------- navbar style1 --------------- */

.tc-navbar-style1 .content {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-navbar-style1 .search-cat {
    border-radius: 30px;
    border: 1px solid #ebeef6;
    overflow: hidden;
    position: relative;
    -webkit-margin-start: 70px;
    margin-inline-start: 70px;
}

.tc-navbar-style1 .search-cat .search-btn {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    line-height: 40px;
    text-align: center;
    background-color: var(--color-blue1);
    color: #fff;
}

.tc-navbar-style1 .search-cat .form-select {
    background-color: #ebeef6;
    border: 0;
    font-size: 13px;
    min-width: 140px;
}

.tc-navbar-style1 .search-cat .form-control {
    border: 0;
    font-size: 13px;
    min-height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 280px;
    /* max-width: 75%; */
}

.tc-navbar-style1 .search-cat .form-control::-webkit-input-placeholder {
    color: #999;
}

.tc-navbar-style1 .search-cat .form-control::-moz-placeholder {
    color: #999;
}

.tc-navbar-style1 .search-cat .form-control:-ms-input-placeholder {
    color: #999;
}

.tc-navbar-style1 .search-cat .form-control::-ms-input-placeholder {
    color: #999;
}

.tc-navbar-style1 .search-cat .form-control::placeholder {
    color: #999;
}

.tc-navbar-style1 .hot-line {
    -webkit-margin-start: 100px;
    margin-inline-start: 100px;
    -webkit-margin-end: 80px;
    margin-inline-end: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tc-navbar-style1 .hot-line .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #ebeef6;
    font-size: 25px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.tc-navbar-style1 .icons a {
    font-size: 24px;
    -webkit-margin-start: 25px;
    margin-inline-start: 25px;
    position: relative;
}

.tc-navbar-style1 .icons a .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ebeef6;
    top: 0;
    left: -16px;
    border-radius: 50%;
}

.tc-navbar-style1 .icons a .dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-blue1);
    border-radius: 50%;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.tc-navbar-style1 .icons a .num {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-blue1);
    color: #fff;
    right: 100%;
    top: 0;
    font-size: 12px;
}

.tc-navbar-style1.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

.tc-links-nav-style1 {
    position: relative;
    z-index: 99;
    padding: 15px 0;
}

.tc-links-nav-style1 .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.tc-links-nav-style1 .links .links-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-links-nav-style1 .links .links-ul>li {
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
}

.tc-links-nav-style1 .links .links-ul>li:first-of-type {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
}

.tc-links-nav-style1 .links .links-ul>li:last-of-type {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.tc-links-nav-style1 .links .links-ul>li a i {
    font-size: 18px;
}

.tc-links-nav-style1 .links .links-ul>li a:hover {
    color: var(--color-blue1);
}

.tc-links-nav-style1 .links .links-ul>li a.active {
    font-weight: bold;
    color: var(--color-blue1);
}

.tc-links-nav-style1 .links .dropdown-menu li {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

.tc-links-nav-style1 .lang-links {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.tc-links-nav-style1 .lang-links .links-ul>li {
    margin: 0 !important;
    padding: 0 20px;
    -webkit-border-end: 1px solid rgba(153, 153, 153, 0.6);
    border-inline-end: 1px solid rgba(153, 153, 153, 0.6);
}

.tc-links-nav-style1 .lang-links .links-ul>li:last-of-type {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border: 0;
}


.mob-navbar-style5 {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 350px;
    padding-bottom: 30px;
}

.mob-navbar-style5::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.mob-navbar-style5::-webkit-scrollbar-thumb {
    background: transparent;
}

.mob-navbar-style5::-webkit-scrollbar-corner {
    background: transparent;
}

.mob-navbar-style5 .ntop {
    padding: 20px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mob-navbar-style5 .hot-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.mob-navbar-style5 .hot-line .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #ebeef6;
    font-size: 18px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.mob-navbar-style5 .icons {
    background-color: var(--color-blue1);
    color: #fff;
    text-align: center;
    padding: 10px;
}

.mob-navbar-style5 .icons a {
    font-size: 18px;
    position: relative;
    margin: 0 15px;
}

.mob-navbar-style5 .icons a .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.1333333333);
    top: 0;
    right: -16px;
    border-radius: 50%;
}

.mob-navbar-style5 .icons a .dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-orange1);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mob-navbar-style5 .icons a .num {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-orange1);
    color: #fff;
    left: 100%;
    top: 0;
    font-size: 11px;
}

.mob-navbar-style5 .accordion-header .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    text-transform: uppercase;
    background-color: rgba(246, 171, 74, 0.031372549);
    border: none !important;
    /* border-bottom: 1px solid rgba(153, 153, 153, 0.2); */
}

.mob-navbar-style5 .accordion-header .accordion-button.group::after {
    width: 15px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.mob-navbar-style5 .links {
    padding-right: 12px;
}

.mob-navbar-style5 .links a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    /* border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333); */
    text-transform: capitalize;
    /* color: #eeeff6; */
    font-size: 14px;
    font-weight: 500;
}

.mob-navbar-style5 .links a:hover {
    border-color: var(--color-orange1);
}

.mob-navbar-style5 .links a .cicon {
    height: 25px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.mob-navbar-style5 .links a .arrow {
    font-size: 14px;
    color: var(--color-orange1);
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.mob-navbar-style5 .links li:last-of-type a {
    border: 0;
}

.tc-navbar-style1.p-mob-nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tc-navbar-style1.p-mob-nav .content {
    padding: 18px 0;
    border: none;
}

/* هدر موبایل صفحه محصولات */
@media screen and (max-width: 991px) {
    .tc-navbar-style1.p-mob-nav .content {
        padding: 2vw 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .tc-navbar-style1.p-mob-nav .navbar-brand {
        flex: 0 0 auto;
        max-width: 60%;
    }
    
    .tc-navbar-style1.p-mob-nav .navbar-brand .logo {
        height: auto !important;
        max-height: clamp(50px, 12vw, 70px);
        max-width: clamp(120px, 35vw, 220px);
        width: auto;
    }
    
    .tc-navbar-style1.p-mob-nav .icons {
        display: flex;
        gap: 2.5vw;
        align-items: center;
    }
    
    .tc-navbar-style1.p-mob-nav .icons a {
        font-size: clamp(18px, 4.5vw, 22px);
        margin: 0 !important;
        position: relative;
    }
    
    .tc-navbar-style1.p-mob-nav .icons a .num {
        width: clamp(16px, 4vw, 18px);
        height: clamp(16px, 4vw, 18px);
        line-height: clamp(16px, 4vw, 18px);
        font-size: clamp(9px, 2.2vw, 11px);
    }
}

@media screen and (max-width: 576px) {
    .tc-navbar-style1.p-mob-nav .content {
        padding: 1.5vw 0;
    }
    
    .tc-navbar-style1.p-mob-nav .navbar-brand {
        max-width: 55%;
    }
    
    .tc-navbar-style1.p-mob-nav .navbar-brand .logo {
        max-height: clamp(45px, 11vw, 65px);
        max-width: clamp(100px, 30vw, 200px);
    }
    
    .tc-navbar-style1.p-mob-nav .icons {
        gap: 2vw;
    }
    
    .tc-navbar-style1.p-mob-nav .icons a {
        font-size: clamp(16px, 4vw, 20px);
    }
    
    .tc-navbar-style1.p-mob-nav .icons a .num {
        width: clamp(14px, 3.5vw, 16px);
        height: clamp(14px, 3.5vw, 16px);
        line-height: clamp(14px, 3.5vw, 16px);
        font-size: clamp(8px, 2vw, 10px);
    }
}

/* --------------- popular cat style1 --------------- */

.tc-popular-cat-style1 .search-cat {
    border-radius: 30px;
    border: 1px solid #ebeef6;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.tc-popular-cat-style1 .search-cat .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tc-popular-cat-style1 .search-cat .search-btn {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    line-height: 40px;
    text-align: center;
    background-color: var(--color-blue1);
    color: #fff;
}

.tc-popular-cat-style1 .search-cat .form-select {
    background-color: #ebeef6;
    border: 0;
    font-size: 13px;
    min-width: 140px;
}

.tc-popular-cat-style1 .search-cat .form-control {
    border: 0;
    font-size: 13px;
    min-height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 280px;
    max-width: 75%;
}

.tc-popular-cat-style1 .search-cat .form-control::-webkit-input-placeholder {
    color: #999;
}

.tc-popular-cat-style1 .search-cat .form-control::-moz-placeholder {
    color: #999;
}

.tc-popular-cat-style1 .search-cat .form-control:-ms-input-placeholder {
    color: #999;
}

.tc-popular-cat-style1 .search-cat .form-control::-ms-input-placeholder {
    color: #999;
}

.tc-popular-cat-style1 .search-cat .form-control::placeholder {
    color: #999;
}

.tc-popular-cat-style1 .cat-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tc-popular-cat-style1 .cat-content .cat-card {
    margin-top: 40px;
    text-align: center;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.tc-popular-cat-style1 .cat-content .cat-card:last-of-type {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.tc-popular-cat-style1 .cat-content .cat-card:hover .img {
    outline: 1px solid var(--color-blue1);
    outline-offset: 3px;
}

.tc-popular-cat-style1 .cat-content .cat-card:hover p {
    text-decoration: underline;
}

.tc-popular-cat-style1 .cat-content .cat-card .img {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: #e3e3ec;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-popular-cat-style1 .cat-content .cat-card .img img {
    max-height: 50%;
}

@media screen and (max-width: 991px) {
    .tc-popular-cat-style1 .cat-content {
        -ms-flex-pack: distribute;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--color-blue1) transparent;
        padding-bottom: 10px;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .tc-popular-cat-style1 .cat-content::-webkit-scrollbar {
        height: 6px;
    }
    
    .tc-popular-cat-style1 .cat-content::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .tc-popular-cat-style1 .cat-content::-webkit-scrollbar-thumb {
        background-color: var(--color-blue1);
        border-radius: 10px;
    }
    
    .tc-popular-cat-style1 .cat-content .cat-card {
        flex-shrink: 0;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 110px;
    }
    
    .tc-popular-cat-style1 .cat-content .cat-card:last-of-type {
        -webkit-margin-end: 15px;
        margin-inline-end: 15px;
    }
}

/* --------------- header style1 --------------- */

.tc-header-style1 {
    padding-bottom: 30px;
}

.tc-header-style1 .content .img {
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.tc-header-style1 .content .main-slider {
    position: relative;
    overflow: hidden;
}

.tc-header-style1 .content .main-slider .slide-card {
    position: relative;
}

.tc-header-style1 .content .main-slider .slide-card .info {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    padding: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-header-style1 .content .main-slider .slider-controls {
    position: absolute;
    right: 50%;
    bottom: 50px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #e5e6f3;
    padding: 5px 50px;
    border-radius: 20px;
    display: inline-block;
    z-index: 20;
}

.tc-header-style1 .content .main-slider .slider-controls .swiper-pagination {
    position: relative;
    bottom: 0;
}

.tc-header-style1 .content .main-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.tc-header-style1 .content .main-slider .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.tc-header-style1 .content .main-slider .slider-controls .swiper-button-next::after,
.tc-header-style1 .content .main-slider .slider-controls .swiper-button-prev::after {
    font-size: 14px;
    color: #000;
}

.tc-header-style1 .content .card-overlay {
    position: relative;
}

.tc-header-style1 .content .card-overlay .info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}

.tc-header-style1 .content .card-overlay.card-center .info {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    padding: 50px !important;
}

/* استایل برای کارت بزرگ - متن بالا وسط، دکمه پایین وسط */
.tc-header-style1 .content .card-overlay.card-center .info .cont {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 20px;
    min-height: 120px; /* حداقل ارتفاع برای ثابت نگه داشتن موقعیت دکمه */
}

.tc-header-style1 .content .card-overlay.card-center .info .butn {
    margin-top: auto !important;
    align-self: center !important;
    margin-bottom: 20px !important;
}

/* اطمینان از اینکه کارت بزرگ درست نمایش داده می‌شود */
.tc-header-style1 .content .card-overlay.card-center {
    position: relative;
    overflow: hidden;
}

.tc-header-style1 .content .card-overlay.card-center .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

/* حذف تداخل CSS با inline styles */
.tc-header-style1 .content .card-overlay .info h3,
.tc-header-style1 .content .card-overlay .info h6,
.tc-header-style1 .content .card-overlay .info p,
.tc-header-style1 .content .card-overlay .info small {
    /* حذف color: inherit !important; */
}

.tc-header-style1 .content .card-overlay .info .butn {
    /* حذف color: inherit !important; */
}

/* حذف کلاس‌های رنگی که با inline styles تداخل دارند */
/* .tc-header-style1 .content .card-overlay .color-lightGreen {
    color: #b9f34f;
} */

/* بهبود استایل‌های موبایل برای کارت‌های تبلیغاتی */
@media screen and (max-width: 991px) {
    /* چیدمان خلاقانه با CSS Grid برای موبایل */
    .tc-header-style1 .content .row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 2vw;
    }
    
    /* اسلایدر اصلی - کل عرض */
    .tc-header-style1 .content .row > .col-lg-8 {
        grid-column: 1 / -1;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 2vw;
    }
    
    /* کارت بزرگ - span 2 ستون (بعد از اسلایدر) */
    .tc-header-style1 .content .row > .col-lg-4 {
        grid-column: 1 / -1;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* کارت متوسط - ستون چپ */
    .tc-header-style1 .content .row > .col-lg-6 {
        grid-column: 1;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* کارت کوچک اول - ستون راست بالا */
    .tc-header-style1 .content .row > .col-lg-3:first-of-type {
        grid-column: 2;
        grid-row: 2;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* کارت کوچک دوم - ستون راست پایین */
    .tc-header-style1 .content .row > .col-lg-3:last-of-type {
        grid-column: 2;
        grid-row: 3;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* حفظ aspect ratio برای تصاویر - th-450 (فقط با aspect ratio) */
    .tc-header-style1 .content .card-overlay .img.th-450 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .card-overlay .img.th-450 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* حفظ aspect ratio برای تصاویر - th-230 (فقط با aspect ratio) */
    .tc-header-style1 .content .card-overlay .img.th-230 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .card-overlay .img.th-230 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* حفظ aspect ratio برای تصاویر اسلایدر (فقط با aspect ratio) */
    .tc-header-style1 .content .main-slider .slide-card .img.th-450 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .img.th-450 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info {
        padding: 3vw !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont h3 {
        font-size: clamp(16px, 3vw, 24px) !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont p {
        font-size: clamp(10px, 1.5vw, 12px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info.p-30 {
        padding: 2vw !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont h3 {
        font-size: clamp(16px, 2.8vw, 22px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont h6 {
        font-size: clamp(12px, 2vw, 16px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont p {
        font-size: clamp(10px, 1.5vw, 12px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .butn {
        font-size: clamp(9px, 1.4vw, 11px) !important;
        padding: 0.8vw 2vw !important;
    }
}

@media screen and (max-width: 768px) {
    /* چیدمان خلاقانه با CSS Grid برای تبلت */
    .tc-header-style1 .content .row {
        gap: 1.5vw;
    }
    
    /* حفظ aspect ratio برای تصاویر - th-450 (فقط با aspect ratio) */
    .tc-header-style1 .content .card-overlay .img.th-450 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .card-overlay .img.th-450 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* حفظ aspect ratio برای تصاویر - th-230 (فقط با aspect ratio) */
    .tc-header-style1 .content .card-overlay .img.th-230 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .card-overlay .img.th-230 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* حفظ aspect ratio برای تصاویر اسلایدر (فقط با aspect ratio) */
    .tc-header-style1 .content .main-slider .slide-card .img.th-450 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .img.th-450 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info {
        padding: 2.5vw !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont {
        padding-top: 1.5vw;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont h3 {
        font-size: clamp(14px, 2.8vw, 20px) !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont p {
        font-size: clamp(9px, 1.4vw, 11px) !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .butn {
        font-size: clamp(9px, 1.4vw, 11px) !important;
        padding: 0.8vw 1.8vw !important;
        margin-bottom: 1.5vw !important;
    }
    
    .tc-header-style1 .content .card-overlay .info.p-30 {
        padding: 1.8vw !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont h3 {
        font-size: clamp(14px, 2.5vw, 18px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont h6 {
        font-size: clamp(11px, 1.8vw, 14px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont p {
        font-size: clamp(9px, 1.4vw, 11px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .butn {
        font-size: clamp(8px, 1.3vw, 10px) !important;
        padding: 0.6vw 1.6vw !important;
    }
}

@media screen and (max-width: 576px) {
    /* چیدمان خلاقانه با CSS Grid برای موبایل کوچک */
    .tc-header-style1 .content .row {
        gap: 1vw;
    }
    
    /* حفظ aspect ratio برای تصاویر - th-450 (فقط با aspect ratio) */
    .tc-header-style1 .content .card-overlay .img.th-450 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .card-overlay .img.th-450 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* حفظ aspect ratio برای تصاویر - th-230 (فقط با aspect ratio) */
    .tc-header-style1 .content .card-overlay .img.th-230 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .card-overlay .img.th-230 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* حفظ aspect ratio برای تصاویر اسلایدر (فقط با aspect ratio) */
    .tc-header-style1 .content .main-slider .slide-card .img.th-450 {
        height: 0 !important;
        padding-bottom: 56.25% !important; /* 16/9 = 56.25% */
        position: relative;
        overflow: hidden;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .img.th-450 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info {
        padding: 2vw !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont {
        padding-top: 1.2vw;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont h3 {
        font-size: clamp(12px, 2.5vw, 16px) !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .cont p {
        font-size: clamp(8px, 1.3vw, 10px) !important;
    }
    
    .tc-header-style1 .content .card-overlay.card-center .info .butn {
        font-size: clamp(8px, 1.3vw, 10px) !important;
        padding: 0.6vw 1.4vw !important;
        margin-bottom: 1vw !important;
    }
    
    .tc-header-style1 .content .card-overlay .info.p-30 {
        padding: 1.5vw !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont h3 {
        font-size: clamp(12px, 2.5vw, 16px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont h6 {
        font-size: clamp(10px, 1.6vw, 12px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .cont p {
        font-size: clamp(8px, 1.3vw, 10px) !important;
    }
    
    .tc-header-style1 .content .card-overlay .info .butn {
        font-size: clamp(7px, 1.2vw, 9px) !important;
        padding: 0.5vw 1.2vw !important;
    }
}

@media screen and (max-width: 991px) {
    .tc-header-style1 .content .main-slider .slide-card .info {
        width: 70%;
    }
}

/* بهبود استایل‌های موبایل برای اسلایدر اصلی */
@media screen and (max-width: 768px) {
    .tc-header-style1 .content .main-slider .slide-card .info {
        width: 90%;
        padding: 20px;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .info .cont h2 {
        font-size: 20px !important;
        line-height: 1.3;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .info .cont p {
        font-size: 10px !important;
        margin-top: 10px;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .info .cont .butn {
        font-size: 12px;
        padding: 8px 20px !important;
        margin-top: 20px !important;
    }
    
    /* مخفی کردن کنترل‌های صفحه‌بندی در موبایل */
    .tc-header-style1 .content .main-slider .slider-controls {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .tc-header-style1 .content .main-slider .slide-card .info {
        width: 95%;
        padding: 15px;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .info .cont h2 {
        font-size: 18px !important;
        line-height: 1.2;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .info .cont p {
        font-size: 9px !important;
        margin-top: 8px;
    }
    
    .tc-header-style1 .content .main-slider .slide-card .info .cont .butn {
        font-size: 11px;
        padding: 6px 16px !important;
        margin-top: 15px !important;
    }
    
    /* مخفی کردن کنترل‌های صفحه‌بندی در موبایل */
    .tc-header-style1 .content .main-slider .slider-controls {
        display: none !important;
    }
}

/* --------------- weekly deals style1 --------------- */

.tc-weekly-deals-style1 .content {
    position: relative;
    padding: 30px;
    background-color: #ebeef6;
    border-radius: 20px;
}

.tc-weekly-deals-style1 .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-weekly-deals-style1 .content .title .countdown {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
}

.tc-weekly-deals-style1 .content .title .countdown .item {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
}

.tc-weekly-deals-style1 .content .title .arrows a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.tc-weekly-deals-style1 .content .title .arrows a:hover {
    background-color: #212127;
    color: #fff;
}

.tc-weekly-deals-style1 .content .deals-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tc-weekly-deals-style1 .content .deals-cards .column-sm {
    width: 19%;
}

.tc-weekly-deals-style1 .content .deals-cards .column-lg {
    width: 38%;
}

.tc-weekly-deals-style1 .content .deal-card {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-radius: 10px;
    margin-bottom: 20px;
}

.tc-weekly-deals-style1 .content .deal-card:hover .top .icons .icon {
    margin-bottom: 10px;
    opacity: 1;
}

.tc-weekly-deals-style1 .content .deal-card:hover .info {
    top: -50px;
}

.tc-weekly-deals-style1 .content .deal-card:hover .cart-btn {
    opacity: 1;
}

.tc-weekly-deals-style1 .content .deal-card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    min-height: 60px;
}

.tc-weekly-deals-style1 .content .deal-card .top small {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.tc-weekly-deals-style1 .content .deal-card .top .icons {
    position: absolute;
    top: 15px;
    left: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tc-weekly-deals-style1 .content .deal-card .top .icons .icon {
    display: block;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.6);
    opacity: 0;
}

.tc-weekly-deals-style1 .content .deal-card .top .icons .icon.active,
.tc-weekly-deals-style1 .content .deal-card .top .icons .icon:hover {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
    color: #fff;
}

.tc-weekly-deals-style1 .content .deal-card .top .icons .fav {
    opacity: 1;
}

.tc-weekly-deals-style1 .content .deal-card .img {
    padding: 0 15px;
}

.tc-weekly-deals-style1 .content .deal-card .info {
    position: relative;
    top: 0;
    background-color: #fff;
    background: -webkit-gradient(linear, right bottom, right top, from(#fff), color-stop(#fff), to(transparent));
    background: linear-gradient(to top, #fff, #fff, transparent);
    border-radius: 0 0 10px 10px;
    padding: 15px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-weekly-deals-style1 .content .deal-card .info .stars i {
    color: #cfcfcf;
}

.tc-weekly-deals-style1 .content .deal-card .info .stars i.active {
    color: #009900;
}

.tc-weekly-deals-style1 .content .deal-card .info .progress {
    height: 5px;
    border-radius: 5px;
    background-color: #e5e8f3;
}

.tc-weekly-deals-style1 .content .deal-card .info .progress .progress-bar {
    border-radius: 5px;
}

.tc-weekly-deals-style1 .content .deal-card .cart-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 30px 15px 15px;
    background-color: var(--color-blue1);
    color: #fff;
    border-radius: 0 0 10px 10px;
    opacity: 0;
}

.tc-weekly-deals-style1 .content .deal-card .cart-btn i {
    font-size: 18px;
}

.tc-weekly-deals-style1 .content .deal-card .cart-btn:hover {
    background-color: #000;
}

@media screen and (max-width: 991px) {
    .tc-weekly-deals-style1 .content {
        padding: 2vw;
    }
    
    .tc-weekly-deals-style1 .deals-cards .column-sm {
        width: 100% !important;
    }

    .tc-weekly-deals-style1 .deals-cards .column-lg {
        width: 100% !important;
    }

    .tc-weekly-deals-style1 .deals-cards .deal-card .info {
        top: -50px;
    }

    .tc-weekly-deals-style1 .deals-cards .deal-card .img {
        height: 0 !important;
        padding-bottom: 40% !important;
        position: relative;
    }
    
    .tc-weekly-deals-style1 .deals-cards .deal-card .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tc-weekly-deals-style1 .deals-cards .deal-card .cart-btn {
        opacity: 1;
    }

    .tc-weekly-deals-style1 .content .title {
        display: block;
    }
    
    .tc-weekly-deals-style1 .content .title h3 {
        font-size: clamp(18px, 4vw, 30px) !important;
    }

    .tc-weekly-deals-style1 .content .title .countdown {
        margin-top: 2vw;
        padding: 1vw 2vw;
    }

    .tc-weekly-deals-style1 .content .title .countdown * {
        font-size: clamp(8px, 1.5vw, 10px);
    }
    
    .tc-weekly-deals-style1 .content .text-center .butn {
        font-size: clamp(11px, 2vw, 14px) !important;
        padding: 1vw 3vw !important;
        margin-top: 3vw;
    }
}


.tc-weekly-deals-style1 .deals-cards {
    position: relative;
    overflow: hidden;
}

.tc-weekly-deals-style1 .deals-cards .slider-controls {
    position: relative;
    background-color: #e5e6f3;
    padding: 5px 50px;
    border-radius: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 50px auto 0;
    z-index: 20;
}

.tc-weekly-deals-style1 .deals-cards .slider-controls .swiper-pagination {
    position: relative;
    bottom: 0;
}

.tc-weekly-deals-style1 .deals-cards .slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.tc-weekly-deals-style1 .deals-cards .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-blue1);
}

.tc-weekly-deals-style1 .deals-cards .slider-controls .swiper-button-next::after,
.tc-weekly-deals-style1 .deals-cards .slider-controls .swiper-button-prev::after {
    font-size: 14px;
    color: #000;
}


/* --------------- trend search style1 --------------- */

.tc-trend-search-style1 {
    padding: 60px 0;
}

.tc-trend-search-style1 .links a {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 10px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    padding: 8px 20px;
    background-color: #ebeef6;
    border-radius: 30px;
}

.tc-trend-search-style1 .links a:hover {
    background-color: var(--color-blue1);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .tc-trend-search-style1 .links a {
        font-size: 10px;
    }
}

/* --------------- main-banner style1 --------------- */

.tc-main-banner-style1 {
    margin: 0;
    padding: 2vw 0;
}

.tc-main-banner-style1 .banner {
    padding: 0;
    background-color: #32333b;
    border-radius: 2vw;
    overflow: hidden;
    margin: 0;
}

.tc-main-banner-style1 .banner .img {
    padding: 0;
    position: relative;
    height: 0;
    padding-bottom: 25%; /* نسبت 16:4 = 25% برای بنر دراز */
    overflow: hidden;
}

.tc-main-banner-style1 .banner .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 10;
    display: block;
}

.tc-main-banner-style1 .banner .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.tc-main-banner-style1 .banner .img::before {
    position: absolute;
    content: "";
    right: 70%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    max-width: 400px;
    max-height: 400px;
    background-image: radial-gradient(rgba(110, 255, 246, 0.3333333333), transparent, transparent);
    z-index: 5;
}

.tc-main-banner-style1 .banner .color-cyan1 {
    color: #65fdf4 !important;
}

@media screen and (max-width: 991px) {
    .tc-main-banner-style1 {
        padding: 1.5vw 0;
    }
    
    .tc-main-banner-style1 .banner {
        border-radius: 1.5vw;
    }
    
    .tc-main-banner-style1 .banner .img {
        padding-bottom: 28%; /* کمی بیشتر برای موبایل */
    }
    
    .tc-main-banner-style1 .banner .img::before {
        width: 25vw;
        height: 25vw;
        max-width: 300px;
        max-height: 300px;
    }
}

/* بهبود استایل‌های موبایل برای بنر اصلی */
@media screen and (max-width: 768px) {
    .tc-main-banner-style1 {
        padding: 1.2vw 0;
    }
    
    .tc-main-banner-style1 .banner {
        border-radius: 1.2vw;
    }
    
    .tc-main-banner-style1 .banner .img {
        padding-bottom: 30%; /* بیشتر برای تبلت */
    }
    
    .tc-main-banner-style1 .banner .img::before {
        width: 20vw;
        height: 20vw;
        max-width: 250px;
        max-height: 250px;
    }
}

@media screen and (max-width: 576px) {
    .tc-main-banner-style1 {
        padding: 1vw 0;
    }
    
    .tc-main-banner-style1 .banner {
        border-radius: 1vw;
    }
    
    .tc-main-banner-style1 .banner .img {
        padding-bottom: 35%; /* بیشتر برای موبایل کوچک */
    }
    
    .tc-main-banner-style1 .banner .img::before {
        width: 15vw;
        height: 15vw;
        max-width: 200px;
        max-height: 200px;
        right: 50%;
    }
}

/* --------------- footer style1 --------------- */


.tc-best-seller-style1 {
    padding: 60px 0;
}

.tc-best-seller-style1 .nav-pills .nav-link {
    border-radius: 30px;
    color: #000;
    border: 1px solid rgba(153, 153, 153, 0.6);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.tc-best-seller-style1 .nav-pills .nav-link.active {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
    color: #fff;
}

.tc-best-seller-style1 .products-slider {
    position: relative;
    overflow: hidden;
}

.tc-best-seller-style1 .products-slider .slider-controls {
    position: relative;
    background-color: #e5e6f3;
    padding: 5px 50px;
    border-radius: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 50px auto 0;
    z-index: 20;
}

.tc-best-seller-style1 .products-slider .slider-controls .swiper-pagination {
    position: relative;
    bottom: 0;
}

.tc-best-seller-style1 .products-slider .slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.tc-best-seller-style1 .products-slider .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-blue1);
}

.tc-best-seller-style1 .products-slider .slider-controls .swiper-button-next::after,
.tc-best-seller-style1 .products-slider .slider-controls .swiper-button-prev::after {
    font-size: 14px;
    color: #000;
}

.tc-best-seller-style1 .product-card {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-radius: 10px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tc-best-seller-style1 .product-card:hover .top .icons .icon {
    margin-bottom: 10px;
    opacity: 1;
}

.tc-best-seller-style1 .product-card:hover .info {
    bottom: 50px;
}

.tc-best-seller-style1 .product-card:hover .cart-btn {
    opacity: 1;
}

.tc-best-seller-style1 .product-card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    min-height: 60px;
}

.tc-best-seller-style1 .product-card .top small {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.tc-best-seller-style1 .product-card .top .icons {
    position: absolute;
    top: 15px;
    left: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tc-best-seller-style1 .product-card .top .icons .icon {
    display: block;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.6);
    opacity: 0;
}

.tc-best-seller-style1 .product-card .top .icons .icon.active,
.tc-best-seller-style1 .product-card .top .icons .icon:hover {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
    color: #fff;
}

.tc-best-seller-style1 .product-card .top .icons .fav {
    opacity: 1;
}

.tc-best-seller-style1 .product-card .img {
    padding: 0 15px;
}

.tc-best-seller-style1 .product-card .info {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tc-best-seller-style1 .product-card .info .stars i {
    color: #cfcfcf;
}

.tc-best-seller-style1 .product-card .info .stars i.active {
    color: #009900;
}

.tc-best-seller-style1 .product-card .info .progress {
    height: 5px;
    border-radius: 5px;
    background-color: #e5e8f3;
}

.tc-best-seller-style1 .product-card .info .progress .progress-bar {
    border-radius: 5px;
}

.tc-best-seller-style1 .product-card .cart-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 30px 15px 15px;
    background-color: var(--color-blue1);
    color: #fff;
    border-radius: 0 0 10px 10px;
    opacity: 0;
}

.tc-best-seller-style1 .product-card .cart-btn i {
    font-size: 18px;
}

.tc-best-seller-style1 .product-card .cart-btn:hover {
    background-color: #000;
}

@media screen and (max-width: 991px) {
    .tc-best-seller-style1 .nav-pills .nav-link {
        margin-bottom: 10px;
        font-size: 10px;
    }
}

/* --------------- pupolar-brands style1 --------------- */

.tc-pupolar-brands-style1 .content {
    position: relative;
    padding: 30px;
    background-color: #ebeef6;
    border-radius: 20px;
}

.tc-pupolar-brands-style1 .content::after {
    position: absolute;
    content: "";
    right: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 15px solid #fff;
    z-index: 10;
    pointer-events: none;
}

.tc-pupolar-brands-style1 .content .pupolar-slider {
    position: relative;
}

.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-next,
.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-prev {
    width: 50px;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1333333333);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1333333333);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-next:hover,
.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-prev:hover {
    background-color: var(--color-blue1);
}

.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-next:hover::after,
.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-prev:hover::after {
    color: #fff;
}

.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-next:after,
.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-prev:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-blue1);
    font-size: 16px;
}

.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-next,
.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-rtl .swiper-button-prev {
    right: -30px;
    border-radius: 8px 0 0 8px;
}

.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-button-prev,
.tc-pupolar-brands-style1 .content .pupolar-slider .swiper-rtl .swiper-button-next {
    left: -30px;
    border-radius: 0 8px 8px 0;
}

.tc-pupolar-brands-style1 .content .pupolar-slider .img-cover {
    height: 65px Im !important;
}



.tc-pupolar-brands-style1 .content .card-overlay {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.tc-pupolar-brands-style1 .content .card-overlay .info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 70%;
    z-index: 10;
}

.tc-pupolar-brands-style1 .content .card-overlay.card-center .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tc-pupolar-brands-style1 .content .card-overlay .color-lightGreen {
    color: #b9f34f;
}

/* Brand Card Responsive Styles */
.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    background: transparent;
    border-radius: 15px;
    box-shadow: none;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 140px;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex: 1;
}

.brand-img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.brand-card:hover .brand-img {
    transform: scale(1.05);
}

.brand-name {
    text-align: center;
    flex-shrink: 0;
}

.brand-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.3;
    display: block;
}

.brand-link:hover {
    color: var(--color-blue1);
    text-decoration: none;
}

/* Responsive adjustments for brand cards */
@media screen and (max-width: 1200px) {
    .brand-card {
        padding: 18px 12px;
        min-height: 130px;
    }
    
    .brand-img {
        max-height: 70px;
    }
    
    .brand-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .brand-card {
        padding: 15px 10px;
        min-height: 120px;
    }
    
    .brand-img {
        max-height: 60px;
    }
    
    .brand-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .brand-card {
        padding: 12px 8px;
        min-height: 110px;
    }
    
    .brand-img {
        max-height: 50px;
    }
    
    .brand-link {
        font-size: 11px;
    }
}

@media screen and (max-width: 576px) {
    .brand-card {
        padding: 10px 6px;
        min-height: 100px;
    }
    
    .brand-img {
        max-height: 45px;
    }
    
    .brand-link {
        font-size: 10px;
    }
}

/* Responsive Product Cards for Best Seller */
@media screen and (max-width: 1200px) {
    .tc-best-seller-style1 .product-card {
        min-height: 320px;
    }
    
    .tc-best-seller-style1 .product-card .img {
        padding: 0 12px;
    }
    
    .tc-best-seller-style1 .product-card .info {
        padding: 12px;
    }
}

@media screen and (max-width: 991px) {
    .tc-best-seller-style1 .product-card {
        min-height: 300px;
    }
    
    .tc-best-seller-style1 .product-card .img {
        padding: 0 10px;
    }
    
    .tc-best-seller-style1 .product-card .info {
        padding: 10px;
    }
    
    .tc-best-seller-style1 .product-card .info .title {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .tc-best-seller-style1 .product-card {
        min-height: 280px;
    }
    
    .tc-best-seller-style1 .product-card .img {
        padding: 0 8px;
    }
    
    .tc-best-seller-style1 .product-card .info {
        padding: 8px;
    }
    
    .tc-best-seller-style1 .product-card .info .title {
        font-size: 12px !important;
        line-height: 1.3;
    }
}

@media screen and (max-width: 576px) {
    .tc-best-seller-style1 .product-card {
        min-height: 260px;
    }
    
    .tc-best-seller-style1 .product-card .img {
        padding: 0 6px;
    }
    
    .tc-best-seller-style1 .product-card .info {
        padding: 6px;
    }
    
    .tc-best-seller-style1 .product-card .info .title {
        font-size: 11px !important;
        line-height: 1.2;
    }
}

/* --------------- footer style1 --------------- */

.tc-suggest-today-style1 {
    padding: 60px 0;
}

.tc-suggest-today-style1 .nav-pills .nav-link {
    border-radius: 30px;
    color: #000;
    border: 1px solid rgba(153, 153, 153, 0.6);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    padding: 15px 30px;
}

.tc-suggest-today-style1 .nav-pills .nav-link.active {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
    color: #fff;
}

.tc-suggest-today-style1 .product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tc-suggest-today-style1 .product-row .product-card {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-radius: 10px;
    min-height: 390px;
    width: calc(20% - 20px);
    margin: 0 10px;
    margin-top: 30px;
}

.tc-suggest-today-style1 .product-row .product-card:hover .top .icons .icon {
    margin-bottom: 10px;
    opacity: 1;
}

.tc-suggest-today-style1 .product-row .product-card:hover .info {
    bottom: 50px;
}

.tc-suggest-today-style1 .product-row .product-card:hover .cart-btn {
    opacity: 1;
}

.tc-suggest-today-style1 .product-row .product-card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    min-height: 60px;
}

.tc-suggest-today-style1 .product-row .product-card .top small {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.tc-suggest-today-style1 .product-row .product-card .top .icons {
    position: absolute;
    top: 15px;
    left: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tc-suggest-today-style1 .product-row .product-card .top .icons .icon {
    display: block;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.6);
    opacity: 0;
}

.tc-suggest-today-style1 .product-row .product-card .top .icons .icon.active,
.tc-suggest-today-style1 .product-row .product-card .top .icons .icon:hover {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
    color: #fff;
}

.tc-suggest-today-style1 .product-row .product-card .top .icons .fav {
    opacity: 1;
}

.tc-suggest-today-style1 .product-row .product-card .img {
    padding: 0 15px;
}

.tc-suggest-today-style1 .product-row .product-card .info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    background: -webkit-gradient(linear, right bottom, right top, from(#fff), color-stop(#fff), to(transparent));
    background: linear-gradient(to top, #fff, #fff, transparent);
    border-radius: 0 0 10px 10px;
    padding: 15px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-suggest-today-style1 .product-row .product-card .info .stars i {
    color: #cfcfcf;
}

.tc-suggest-today-style1 .product-row .product-card .info .stars i.active {
    color: #009900;
}

.tc-suggest-today-style1 .product-row .product-card .info .progress {
    height: 5px;
    border-radius: 5px;
    background-color: #e5e8f3;
}

.tc-suggest-today-style1 .product-row .product-card .info .progress .progress-bar {
    border-radius: 5px;
}

.tc-suggest-today-style1 .product-row .product-card .cart-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 30px 15px 15px;
    background-color: var(--color-blue1);
    color: #fff;
    border-radius: 0 0 10px 10px;
    opacity: 0;
}

.tc-suggest-today-style1 .product-row .product-card .cart-btn i {
    font-size: 18px;
}

.tc-suggest-today-style1 .product-row .product-card .cart-btn:hover {
    background-color: #000;
}

@media screen and (max-width: 991px) {
    .tc-suggest-today-style1 .product-row {
        margin: 0;
    }

    .tc-suggest-today-style1 .product-row .product-card {
        width: 100%;
        margin: 20px 0;
    }

    .tc-suggest-today-style1 .nav-pills .nav-link {
        margin-bottom: 10px;
        font-size: 10px;
        padding: 8px 12px;
    }
}

/* --------------- best-single style1 --------------- */

.tc-best-single-style1 {
    padding: 60px 0;
    background-color: #ebeef6;
}

.tc-best-single-style1 .arrows a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.tc-best-single-style1 .arrows a:hover {
    background-color: #28282b;
    color: #fff;
}

.tc-best-single-style1 .best-single-slider {
    position: relative;
    overflow: hidden;
}

.tc-best-single-style1 .best-single-slider .swiper-slide {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tc-best-single-style1 .best-single-slider .swiper-slide.swiper-slide-active,
.tc-best-single-style1 .best-single-slider .swiper-slide.swiper-slide-next,
.tc-best-single-style1 .best-single-slider .swiper-slide.swiper-slide-prev {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tc-best-single-style1 .product-card {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-radius: 10px;
    min-height: 390px;
}

.tc-best-single-style1 .product-card:hover .top .icons .icon {
    margin-bottom: 10px;
    opacity: 1;
}

.tc-best-single-style1 .product-card:hover .info {
    bottom: 50px;
}

.tc-best-single-style1 .product-card:hover .cart-btn {
    opacity: 1;
}

.tc-best-single-style1 .product-card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    min-height: 60px;
}

.tc-best-single-style1 .product-card .top small {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.tc-best-single-style1 .product-card .top .icons {
    position: absolute;
    top: 15px;
    left: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tc-best-single-style1 .product-card .top .icons .icon {
    display: block;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.6);
    opacity: 0;
}

.tc-best-single-style1 .product-card .top .icons .icon.active,
.tc-best-single-style1 .product-card .top .icons .icon:hover {
    background-color: var(--color-blue1);
    border-color: var(--color-blue1);
    color: #fff;
}

.tc-best-single-style1 .product-card .top .icons .fav {
    opacity: 1;
}

.tc-best-single-style1 .product-card .img {
    padding: 0 15px;
}

.tc-best-single-style1 .product-card .info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    background: -webkit-gradient(linear, right bottom, right top, from(#fff), color-stop(#fff), to(transparent));
    background: linear-gradient(to top, #fff, #fff, transparent);
    border-radius: 0 0 10px 10px;
    padding: 15px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-best-single-style1 .product-card .info .stars i {
    color: #cfcfcf;
}

.tc-best-single-style1 .product-card .info .stars i.active {
    color: #009900;
}

.tc-best-single-style1 .product-card .info .progress {
    height: 5px;
    border-radius: 5px;
    background-color: #e5e8f3;
}

.tc-best-single-style1 .product-card .info .progress .progress-bar {
    border-radius: 5px;
}

.tc-best-single-style1 .product-card .cart-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 30px 15px 15px;
    background-color: var(--color-blue1);
    color: #fff;
    border-radius: 0 0 10px 10px;
    opacity: 0;
}

.tc-best-single-style1 .product-card .cart-btn i {
    font-size: 18px;
}

.tc-best-single-style1 .product-card .cart-btn:hover {
    background-color: #000;
}

.tc-best-single-style1 .info {
    position: relative;
    z-index: 20;
}

/* --------------- testimonials style1 --------------- */

.tc-testimonials-style1 .blog-slider {
    position: relative;
}

.tc-testimonials-style1 .blog-slider .swiper-button-next,
.tc-testimonials-style1 .blog-slider .swiper-button-prev {
    width: 50px;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1333333333);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1333333333);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-testimonials-style1 .blog-slider .swiper-button-next:hover,
.tc-testimonials-style1 .blog-slider .swiper-button-prev:hover {
    background-color: var(--color-blue1);
}

.tc-testimonials-style1 .blog-slider .swiper-button-next:hover::after,
.tc-testimonials-style1 .blog-slider .swiper-button-prev:hover::after {
    color: #fff;
}

.tc-testimonials-style1 .blog-slider .swiper-button-next:after,
.tc-testimonials-style1 .blog-slider .swiper-button-prev:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-blue1);
    font-size: 16px;
}

.tc-testimonials-style1 .blog-slider .swiper-button-next,
.tc-testimonials-style1 .blog-slider .swiper-rtl .swiper-button-prev {
    right: -30px;
    border-radius: 8px 0 0 8px;
}

.tc-testimonials-style1 .blog-slider .swiper-button-prev,
.tc-testimonials-style1 .blog-slider .swiper-rtl .swiper-button-next {
    left: -30px;
    border-radius: 0 8px 8px 0;
}

.tc-testimonials-style1 .advc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

.tc-testimonials-style1 .advc-item .img {
    width: 160px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tc-testimonials-style1 .advc-item .info {
    position: relative;
    padding-bottom: 30px;
}

.tc-testimonials-style1 .advc-item .info .float-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tc-testimonials-style1 .testimonials-box .arrows a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.tc-testimonials-style1 .testimonials-box .arrows a:hover {
    background-color: #28282b;
    color: #fff;
}

.tc-testimonials-style1 .testimonials-box .testi-card {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.tc-testimonials-style1 .testimonials-box .testi-card .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-testimonials-style1 .testimonials-box .testi-card .rate .stars {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-green1);
}

.tc-testimonials-style1 .testimonials-box .testi-card .btm-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tc-testimonials-style1 .testimonials-box .testi-card .btm-items .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-testimonials-style1 .testimonials-box .testi-card .btm-items .user-info .img {
    position: relative;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.tc-testimonials-style1 .testimonials-box .testi-card .btm-items .user-info .img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tc-testimonials-style1 .testimonials-box .testi-card .btm-items .user-info .img .icon {
    position: absolute;
    left: -3px;
    bottom: -3px;
    background-color: var(--color-green1);
    color: #fff;
    z-index: 5;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 15px;
    height: 15px;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .tc-testimonials-style1 .advc-card {
        margin-bottom: 30px;
    }

    .tc-testimonials-style1 .advc-card .advc-item {
        display: block;
    }

    .tc-testimonials-style1 .advc-card .advc-item .img {
        width: 100%;
        margin-bottom: 20px;
    }

    .tc-testimonials-style1 .testimonials-box .testi-card {
        padding: 20px;
    }

    .tc-testimonials-style1 .testimonials-box .testi-card .rate {
        display: block;
    }

    .tc-testimonials-style1 .testimonials-box .testi-card .rate .fsz-18 {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .tc-testimonials-style1 .testimonials-box .testi-card .btm-items {
        display: block;
    }
    
    /* اسکرول افقی برای وبلاگ در موبایل */
    .tc-testimonials-style1 .blog-slider .row {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--color-blue1) transparent;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 10px;
    }
    
    .tc-testimonials-style1 .blog-slider .row::-webkit-scrollbar {
        height: 6px;
    }
    
    .tc-testimonials-style1 .blog-slider .row::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .tc-testimonials-style1 .blog-slider .row::-webkit-scrollbar-thumb {
        background-color: var(--color-blue1);
        border-radius: 10px;
    }
    
    .tc-testimonials-style1 .blog-slider .row > .col-12,
    .tc-testimonials-style1 .blog-slider .row > .col-md-6 {
        flex: 0 0 auto;
        width: 85%;
        max-width: 85%;
        margin-right: 15px;
    }
    
    .tc-testimonials-style1 .blog-slider .row > .col-12:last-child,
    .tc-testimonials-style1 .blog-slider .row > .col-md-6:last-child {
        margin-right: 0;
    }
}

/* --------------- subscribe style1 --------------- */

.tc-subscribe-style1 {
    position: relative;
    padding: 50px 0;
    background-color: var(--color-blue1);
    color: #fff;
}

.tc-subscribe-style1 .plane {
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.tc-subscribe-style1 .form-group {
    position: relative;
    height: 45px;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 5px 5px;
}

.tc-subscribe-style1 .form-group .icon {
    color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tc-subscribe-style1 .form-group input {
    border: 0;
    background-color: transparent;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    width: 100%;
}

.tc-subscribe-style1 .form-group button {
    font-size: 13px;
    border: 0;
    height: 35px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 20px;
}

@media screen and (max-width: 991px) {
    .tc-subscribe-style1 {
        margin-top: 30px;
    }
}

/* --------------- footer style1 --------------- */

.tc-footer-style1 .foot-content {
    padding: 60px 0;
}

.tc-footer-style1 .foot-content .foot-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-size: 14px;
}

.tc-footer-style1 .foot-content .foot-social a:hover {
    background-color: var(--color-blue1);
    color: #fff;
}

.tc-footer-style1 .foot-content .links li a {
    line-height: 2;
    color: #666;
}

.tc-footer-style1 .foot-content .links li a:hover {
    color: var(--color-blue1);
}

.tc-footer-style1 .foot {
    padding: 40px 0;
    background-color: #ebeef6;
}

.tc-footer-style1 .foot .links .links-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tc-footer-style1 .foot .links .links-ul>li {
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
}

.tc-footer-style1 .foot .links .links-ul>li:first-of-type {
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
}

.tc-footer-style1 .foot .links .links-ul>li:last-of-type {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.tc-footer-style1 .foot .links .links-ul>li a i {
    font-size: 18px;
}

.tc-footer-style1 .foot .links .links-ul>li a:hover {
    color: var(--color-blue1);
}

.tc-footer-style1 .foot .links .links-ul>li a.active {
    font-weight: bold;
    color: var(--color-blue1);
}

.tc-footer-style1 .foot .links .dropdown-menu li {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

.tc-footer-style1 .foot .lang-links {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.card-gray {
    padding: 30px;
    border-radius: 20px;
    background-color: #ebeef6;
}

.tc-footer-style1 .foot .lang-links .links-ul>li {
    margin: 0 !important;
    padding: 0 20px;
    -webkit-border-end: 1px solid rgba(153, 153, 153, 0.6);
    border-inline-end: 1px solid rgba(153, 153, 153, 0.6);
}

.tc-footer-style1 .foot .lang-links .links-ul>li:last-of-type {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border: 0;
}

/* چیدمان خلاقانه و فشرده فوتر در موبایل */
@media screen and (max-width: 991px) {
    .tc-footer-style1 {
        padding: 4vw 0 0;
    }
    
    .tc-footer-style1 .container {
        padding: 0 3vw;
    }
    
    /* استفاده از CSS Grid برای چیدمان خلاقانه */
    .tc-footer-style1 .row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 3vw 2vw;
        margin: 0;
    }
    
    /* لوگو و اطلاعات تماس - کل عرض */
    .tc-footer-style1 .row > .col-lg-4:first-child {
        grid-column: 1 / -1;
        margin-bottom: 0;
        padding: 0;
    }
    
    /* لینک‌های سریع - ستون چپ */
    .tc-footer-style1 .row > .col-lg-2:first-of-type {
        grid-column: 1;
        margin-bottom: 0;
        padding: 0;
    }
    
    /* دسته‌بندی‌ها - ستون راست */
    .tc-footer-style1 .row > .col-lg-2:last-of-type {
        grid-column: 2;
        margin-bottom: 0;
        padding: 0;
    }
    
    /* خبرنامه - کل عرض */
    .tc-footer-style1 .row > .col-lg-4:last-child {
        grid-column: 1 / -1;
        margin-bottom: 0;
        padding: 0;
    }
    
    /* لوگو و اطلاعات تماس - فشرده */
    .tc-footer-style1 .footer-about {
        text-align: center;
        margin-bottom: 2vw;
    }
    
    .tc-footer-style1 .footer-about .logo {
        width: clamp(70px, 18vw, 100px) !important;
        height: auto;
        margin: 0 auto 2vw !important;
        display: block;
    }
    
    .tc-footer-style1 .footer-about p {
        font-size: clamp(11px, 2.2vw, 13px);
        line-height: 1.5;
        margin-bottom: 2vw !important;
        display: none; /* مخفی کردن توضیحات در موبایل */
    }
    
    /* اطلاعات تماس - فشرده و افقی */
    .tc-footer-style1 .contact-info {
        margin-bottom: 2vw !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5vw 3vw;
    }
    
    .tc-footer-style1 .contact-info .d-flex {
        margin-bottom: 0 !important;
        font-size: clamp(10px, 2vw, 12px);
        flex: 0 0 auto;
    }
    
    .tc-footer-style1 .contact-info .d-flex i {
        font-size: clamp(11px, 2.2vw, 13px);
        margin-top: 0;
        flex-shrink: 0;
    }
    
    .tc-footer-style1 .contact-info .d-flex span {
        word-break: break-word;
        line-height: 1.4;
        max-width: 150px;
    }
    
    /* لینک‌های اجتماعی - center */
    .tc-footer-style1 .social-links {
        text-align: center;
    }
    
    .tc-footer-style1 .social-links h6 {
        font-size: clamp(12px, 2.5vw, 14px);
        margin-bottom: 1.5vw !important;
        display: none; /* مخفی کردن عنوان */
    }
    
    .tc-footer-style1 .social-links .d-flex {
        gap: 2vw;
        justify-content: center;
    }
    
    .tc-footer-style1 .social-icon {
        width: clamp(32px, 7vw, 40px);
        height: clamp(32px, 7vw, 40px);
        line-height: clamp(32px, 7vw, 40px);
        font-size: clamp(14px, 3vw, 16px) !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* عناوین لینک‌ها - کوچک‌تر */
    .tc-footer-style1 .footer-links h5 {
        font-size: clamp(12px, 2.5vw, 14px);
        margin-bottom: 1.5vw !important;
        font-weight: 600;
    }
    
    /* لیست لینک‌ها - فشرده */
    .tc-footer-style1 .footer-links ul {
        padding: 0;
        margin: 0;
    }
    
    .tc-footer-style1 .footer-links ul li {
        margin-bottom: 1vw !important;
    }
    
    .tc-footer-style1 .footer-links ul li a {
        font-size: clamp(10px, 2vw, 12px);
        line-height: 1.5;
        display: flex;
        align-items: center;
    }
    
    .tc-footer-style1 .footer-links ul li a i {
        font-size: clamp(9px, 1.8vw, 11px);
        margin-left: 0.8vw;
    }
    
    /* خبرنامه - فشرده */
    .tc-footer-style1 .footer-newsletter {
        text-align: center;
        margin-top: 1vw;
    }
    
    .tc-footer-style1 .footer-newsletter h5 {
        font-size: clamp(12px, 2.5vw, 14px);
        margin-bottom: 1.5vw !important;
        font-weight: 600;
    }
    
    .tc-footer-style1 .footer-newsletter p {
        font-size: clamp(10px, 2vw, 12px);
        line-height: 1.5;
        margin-bottom: 2vw !important;
        display: none; /* مخفی کردن توضیحات */
    }
    
    .tc-footer-style1 .newsletter-form .input-group {
        flex-direction: row;
        gap: 1vw;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .tc-footer-style1 .newsletter-form .form-control {
        font-size: clamp(11px, 2.2vw, 13px);
        padding: 1.5vw 2.5vw;
        border-radius: 2vw;
        flex: 1;
    }
    
    .tc-footer-style1 .newsletter-form .btn {
        font-size: clamp(11px, 2.2vw, 13px);
        padding: 1.5vw 3vw;
        border-radius: 2vw;
        flex-shrink: 0;
    }
    
    /* کپی رایت - فشرده */
    .tc-footer-style1 .footer-bottom {
        padding: 2.5vw 0 !important;
        margin-top: 3vw !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    .tc-footer-style1 .footer-bottom .row {
        flex-direction: column;
        text-align: center !important;
        gap: 1.5vw;
    }
    
    .tc-footer-style1 .footer-bottom p {
        font-size: clamp(10px, 2vw, 12px);
        line-height: 1.5;
        margin-bottom: 0;
    }
    
    .tc-footer-style1 .footer-bottom .footer-links {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .tc-footer-style1 .footer-bottom .footer-links a {
        font-size: clamp(10px, 2vw, 12px);
        margin: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .tc-footer-style1 {
        padding: 3vw 0 0;
    }
    
    .tc-footer-style1 .container {
        padding: 0 2.5vw;
    }
    
    .tc-footer-style1 .row {
        gap: 2.5vw 1.5vw;
    }
    
    .tc-footer-style1 .footer-about .logo {
        width: clamp(60px, 16vw, 90px) !important;
    }
    
    .tc-footer-style1 .contact-info {
        gap: 1vw 2vw;
    }
    
    .tc-footer-style1 .contact-info .d-flex {
        font-size: clamp(9px, 1.8vw, 11px);
    }
    
    .tc-footer-style1 .social-icon {
        width: clamp(30px, 6.5vw, 38px);
        height: clamp(30px, 6.5vw, 38px);
        line-height: clamp(30px, 6.5vw, 38px);
    }
    
    .tc-footer-style1 .footer-links h5,
    .tc-footer-style1 .footer-newsletter h5 {
        font-size: clamp(11px, 2.2vw, 13px);
    }
    
    .tc-footer-style1 .footer-links ul li a {
        font-size: clamp(9px, 1.8vw, 11px);
    }
    
    .tc-footer-style1 .newsletter-form .input-group {
        max-width: 100%;
    }
    
    .tc-footer-style1 .newsletter-form .form-control,
    .tc-footer-style1 .newsletter-form .btn {
        padding: 2vw 2.5vw;
        font-size: clamp(10px, 2vw, 12px);
    }
    
    .tc-footer-style1 .footer-bottom {
        padding: 2vw 0 !important;
        margin-top: 2.5vw !important;
    }
}

.h.home-style1 .mob-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.home-style1 .mob-navigation ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-style1 .mob-navigation ul li {
    flex: 1;
    text-align: center;
}

.home-style1 .mob-navigation ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    text-decoration: none;
    padding: 5px 0;
    font-size: 12px;
}

.home-style1 .mob-navigation ul li a .icon {
    font-size: 20px;
    margin-bottom: 5px;
    color: #666;
    /* رنگ پیش‌فرض آیکون */
    transition: all 0.3s ease;
}

.home-style1 .mob-navigation ul li a .text {
    background-color: transparent;
    /* حذف پس‌زمینه آبی */
    color: #666;
    /* رنگ پیش‌فرض متن */
    transition: all 0.3s ease;
}

.home-style1 .mob-navigation ul li.active a .icon {
    color: var(--color-blue1);
    /* رنگ آیکون فعال */
}

.home-style1 .mob-navigation ul li.active a .text {
    color: var(--color-blue1);
    /* رنگ متن فعال */
    background-color: transparent;
}

.home-style1 .mob-navigation ul li a:hover .icon {
    color: var(--color-blue1);
    transform: translateY(-3px);
}

.home-style1 .mob-navigation ul li a:hover .text {
    color: var(--color-blue1);
}

/* بهبود موقعیت دکمه بازگشت به بالا در موبایل */
@media screen and (max-width: 992px) {
    .home-style1 .to_top.show {
        bottom: 104px !important;
    }

    .home-style1 .tc-footer-style1 .foot {
        padding-bottom: 130px;
    }

    /* بهبود خوانایی در دستگاه‌های کوچک */
    @media (max-width: 360px) {
        .home-style1 .mob-navigation ul li a .text {
            font-size: 10px;
        }

        .home-style1 .mob-navigation ul li a .icon {
            font-size: 18px;
        }
    }
}

.home-style1 .mob-navigation ul li a .cart-count {
    position: absolute;
    top: -5px;
    right: 50%;
    transform: translateX(50%);
    background: var(--color-blue1);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* مگا منو */
.mega-dropdown .mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mega-dropdown:hover .mega-menu {
    display: block !important;
}

.mega-menu-category h6 a {
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.mega-menu-category h6 a:hover {
    color: var(--bs-primary) !important;
    border-bottom-color: var(--bs-primary);
}

.mega-menu-category ul li a {
    transition: all 0.2s ease;
}

.mega-menu-category ul li a:hover {
    color: var(--bs-primary) !important;
    padding-right: 8px;
}

/* نمایش در حالت hover */
@media (min-width: 992px) {
    .mega-dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* استایل برای منوی بازشونده با هاور */
@media (min-width: 992px) {
    .dropdown-hover:hover .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .dropdown-hover:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* استایل برای زیرمنوها */
    .dropdown-menu .dropdown-menu {
        position: static !important;
        transform: none !important;
        border: none;
        box-shadow: none;
        margin-left: 0;
        padding-left: 15px;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* استایل عمومی منو */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .list-unstyled {
    margin-bottom: 0;
}

.dropdown-menu a {
    transition: all 0.2s ease;
    display: block;
    padding: 5px 0;
}

.dropdown-menu a:hover {
    color: var(--bs-primary) !important;
    padding-right: 5px;
}

/* آیکون‌ها */
.fa-angle-left {
    font-size: 12px;
}

.far.fa-circle {
    font-size: 8px;
}