.tabligh {
    margin: 20px 45px 10px 45px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .8s ease;
}

.img-tabligh {
    border-radius: 7px;
    width: 100%;
}

.tabligh:hover {
    transform: scale(.97);
}

.mother-continer {
    display: flex;
    padding: 5px 45px 5px 45px;
}

.sidbar {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 10px;
    position: sticky;
}

.coffie-div,
.new-product {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.coffie-text,
.product-list-price {
    display: flex;
}

#coffie-icon {
    font-size: 20px;
    margin-left: 6px;
}

.matn-sidbar {
    font-weight: 600;
}

.coffie-img {
    width: 100%;
    height: 156px;
}

.line-jt {
    width: 20%;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    transition: all .3s;
}

.coffie-div:hover .line-jt {
    width: 100%;
}

.new-product:hover .line-jt {
    width: 100%;
}

.product-list,
.product-list-div-2 {
    display: flex;
    flex-direction: column;
}

.tasadofi {
    position: sticky;
    top: 0;
}

.product-list-div {
    display: flex;
    
    margin: 5px 0px 5px 0px;
    padding-bottom: 5px;
    cursor: pointer;
}

.product-list-div-1 {
    width: 20%;
    margin-left: 20px;
}

.product-list-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all .8s;
}

.product-list-img:hover {
    transform: rotate(30deg);
}

.text-product {
    font-size: 14px;
    font-weight: 400;
    color: #505763;
    text-decoration: none;
}

.product-list-price p {
    font-size: 12px;
    font-weight: 300;
    color: #505763;
    width: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.product-list-div-2 span:hover {
    color: #007bff;
    cursor: pointer;
}

.product-list-div-2 a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .sidbar {
        display: none;
    }
}

@media (max-width: 768px) and (max-width: 1023px) {
    .sidbar {
        display: none;
    }
}


/*استایل محتوای اصلی در اینجا به بعد قرار دارد*/
.content-div {
    width: 75%;
}

/* اسلایدر ها*/
/* استایل پایه */
.swiper-parent {
    padding: 7px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 16px;
    margin: 0px 5px 5px 0px;
}

/* استایل اصلی اسلایدر */
.swiper-container {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* استایل تصاویر */

.swiper-main-img {
    width: 100%;
    height: 100%;
	object-fit: cover
}

/* باکس شیشه‌ای بهبود یافته */
.glass-box {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
    text-align: center;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* دکمه‌های ناوبری حرفه‌ای */
.swiper-button-next,
.swiper-button-prev {
    width: 100px;
    height: 100px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
	transform: scale(0.8);
    
}



.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.swiper-button-prev {
    left: 25px;
}

.swiper-button-next {
    right: 25px;
}

/* افکت هاور برای دکمه‌ها */
.swiper-container:hover .swiper-button-next,
.swiper:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev,
.swiper:hover .swiper-button-prev {
    background-color: white !important;
	opacity: 1 !important;
    transform: scale(1) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
    .glass-box {
        display: none;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .glass-box {
        display: none !important;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        display: none !important;
    }
}

/* استایل اصلی */
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 5px 10px 0px;
}

.service-box {
    flex: 0 0 23%;
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-box:hover {
    background-color: #f9f9f9;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: white;
    font-size: 24px;
}

.service-content {
    flex: 1;
}

.service-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.service-desc {
    color: #777;
    font-size: 14px;
}

/* واکنش‌گرایی */
@media (max-width: 992px) {
    .service-box {
        flex: 0 0 48%;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .service-box {
        flex: 0 0 100%;
    }
}

/* استایل پایه */
.jetabzar-product-slider {
    direction: rtl;
    max-width: 100%;
    margin: 0 auto;
    margin-right: 5px;
    padding: 0 0;
    position: relative;
}

/* نوار پیشرفت بالای اسلایدر */
.progress-bar-container {
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.5), #ff0000);
    border-radius: 2px;
    transition: width 0.1s linear;
}

.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    position: relative;
}

.product-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 270px;
}

.image-col {
    flex: 0 0 35%;
    position: relative;
    margin: 15px;
}

.image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.info-col {
    flex: 1;
    padding: 20px;
    position: relative;
}

.special-badge {
    display: inline-block;
    background: linear-gradient(to left, #ff4d4d, #ff7676);
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 18px;
    color: #333;
    margin: 10px 0 15px;
    line-height: 1.4;
}

.product-title a {
    text-decoration: none;
}

.price-section {
    margin: 15px 0;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

.new-price {
    color: #e74c3c;
    font-size: 20px;
    font-weight: bold;
}

.discount-tag {
    display: inline-block;
    background: #f39c12;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.buy-btn {
    display: inline-block;
    background: #3498db;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.3s;
}

.buy-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.timer-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #e74c3c;
    font-size: 20px;
}

/* نقاط ناوبری عمودی قرمز سمت چپ */
.swiper-pagination-vertical {
    position: absolute;
    right: -14px !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 12px;
    direction: ltr;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(255, 0, 0, 0.5) !important;
    opacity: 1;
    margin: 0;
    display: block;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    background: #ff0000 !important;
    transform: scale(1.4);
}

/* رسپانسیو برای موبایل */
@media (max-width: 768px) {
    .product-card {
        flex-direction: column;
        height: auto;
    }

    .image-col {
        flex: 0 0 180px;
        margin: 10px;
    }

    .info-col {
        padding: 15px;
    }

    .swiper-pagination-vertical {
        left: 10px;
        gap: 8px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .timer-icon {
        top: 50%;
        left: 15px;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical>.swiper-pagination-bullets {
        top: 85% !important;
    }
}

/* رسپانسیو برای تبلت */
@media (min-width: 769px) and (max-width: 992px) {
    .product-card {
        height: 240px;
    }

    .image-col {
        flex: 0 0 30%;
    }

    .timer-icon {
        top: 60% !important;
        left: 15px;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical>.swiper-pagination-bullets {
        top: 85% !important;
    }
}

/* استایل پایه */
.jt-products-container {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    margin-right: 5px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.jt-products-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.jt-products-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #6b6b6b;
    font-family: 'iranyekan' !important;
}

.jt-products-icon,
#jt-products-icon {
    margin-left: 10px;
    color: #4a90e2;
}

/* استایل محصولات */
.jt-product-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    height: 80%;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: 'iranyekan' !important;
}

.jt-product-media {
    position: relative;
    overflow: hidden;
    height: 150px;
    background: #f9f9f9;
}

.jt-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jt-product-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

/* بنر ویژه قرمز */
.jt-product-flag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: white;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
    font-weight: 600;
}

.jt-product-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333;
    color: white;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
    font-weight: 600;
}

/* دکمه‌های اکشن همیشه نمایش داده شوند */
.card-actions {
    display: flex;
    justify-content: center;
    z-index: 3;
    gap: 8px;
}

.card-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    color: #333;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
	text-decoration: none;
}

.card-btn:hover {
    background: #4a90e2;
    color: white;
    transform: scale(1.1);
}

/* استایل محتوای محصول */
.jt-product-body {
    padding: 12px 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* تغییرات برای عنوان محصول */
.jt-product-name {
    font-size: 15px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.4;
}

.jt-product-price-wrapper {
    padding: 0 0 12px;
}

.jt-price-box {
    font-size: 14px;
    display: inline-block;
}

/* رنگ سبز برای قیمت */
.jt-current-price {
    color: #2ecc71;
    font-weight: 700;
    text-decoration: none;
}

.jt-free-price {
    color: #2ecc71;
    font-weight: 700;
}

.jt-old-price {
    color: #999;
    margin-right: 6px;
    text-decoration: line-through;
    font-size: 13px;
}

/* استایل سوایپر - تنظیم برای 4 محصول در دسکتاپ */
#jt-products-swiper {
    padding: 10px 40px 30px;
    position: relative;
}

/* دکمه‌های ناوبری شفاف و روشن */
#jt-swiper-next,
#jt-swiper-prev {
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    opacity: 1 !important;
    visibility: visible !important;
}

#jt-swiper-next:hover,
#jt-swiper-prev:hover {
    background: #4a90e2;
    color: white !important
}

#jt-swiper-next {
    left: 0;
    right: auto;
}

#jt-swiper-next::after {
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
}

#jt-swiper-prev {
    right: 0;
    left: auto;
}

#jt-swiper-prev::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
}

/* تنظیمات رسپانسیو برای عنوان محصول */
@media (max-width: 1024px) {
    .jt-product-name {
        font-size: 14px;
    }

    #jt-products-swiper {
        padding: 10px 30px 30px;
    }
}

@media (max-width: 768px) {
    .jt-product-name {
        font-size: 13px;
    }

    #jt-products-swiper {
        padding: 10px 20px 30px;
    }

    .jt-product-media {
        height: 130px;
    }

    .jt-product-actions {
        top: 10px;
    }

    .jt-action-btn {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .jt-product-name {
        font-size: 12px;
    }

    #jt-products-swiper {
        padding: 10px 15px 30px;
    }

    .jt-price-box {
        font-size: 13px;
    }
}

/* استایل پایه برای ردیف بنرها */
.jt-bnr-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px 20px 0px;
    justify-content: center;
}

/* استایل هر بنر */
.jt-bnr-item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
}

/* استایل تصویر بنر */
.jt-bnr-image {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100px;
}

.jt-bnr-image:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.jt-bnr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.jt-bnr-image:hover img {
    transform: scale(1.03);
}

/* افکت روشنایی */
.jt-brightness {
    filter: brightness(0.98);
    transition: filter 0.3s ease;
}

.jt-brightness:hover {
    filter: brightness(1.05);
}

/* استایل رسپانسیو */
@media (min-width: 768px) {
    .jt-bnr-item {
        width: 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .jt-bnr-item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jt-bnr-image {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .jt-bnr-image {
        height: 120px;
    }
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.category-title {
    display: flex;
    align-items: center;
    color: #6b6b6b;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.category-icon {
    margin-left: 10px;
    color: #007bff;
    font-size: 20px;
}

.view-all-btn {
    display: flex;
    align-items: center;
    color: #2575fc;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: rgba(151, 184, 245, 0.253);
    padding: 5px;
    border-radius: 8px;
}

.view-all-btn i {
    margin-right: 5px;
    font-size: 12px;
}

/* رسپانسیو اصلی به غیر از اسلایدر ها اینجا قرار میگیرند*/

@media (max-width: 767px) {
    .sidbar {
        display: none;
    }

    .content-div {
        width: 100%;
    }

    .services-container {
        display: none;
    }

    .mother-continer {
        padding: 0px 20px 0px 20px;
    }

    .tabligh {
       
       
        background-color: #f2f6fc;
    }

    .img-tabligh {
        background-color: #f2f6fc;
    }
}

@media (max-width: 768px) and (max-width: 1023px) {
    .sidbar {
        display: none;
    }

    .content-div {
        width: 100%;
    }

    .services-container {
        display: none;
    }

    .mother-continer {
        padding: 0px 20px 0px 20px;
    }

    .tabligh {
        margin: 30px 0px 10px 0px;
        padding: 0px 20px 0px 20px;
    }
}