

.para-content a{
    color: blue!important;
}

table { width:100%; border-collapse:collapse; margin:2rem 0 }
th,td { border:1px solid #d0e3ef; padding:8px 10px; text-align: center; }
th { background:#f3fafd; color:#057 }
blockquote { background: #f4f4fa; margin:12px 0; padding:15px 22px; border-right:5px solid #59a; border-radius:12px }
.faq { background:#faf9ee; margin:2rem 0 1rem; padding:16px 26px; border-radius:16px; }
.faq h3 { color:#a08504; }

@media (max-width:700px) {
    article { padding:12px 5px }
    h1 { font-size:1.3rem }
    table, thead, tbody, th, td, tr { font-size: .96rem }
}



table{
    padding: 15px!important;
    margin: 20px!important;
}

.white{
    color: #fff!important;
}
.red{
    color: red!important;
}
p{
    font-family: 'IRANSans';
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px!important;
    text-align: justify!important;
    line-height: 2.5!important;
    color: #272727!important;
}

.content ul{
    padding-right: 10px!important;
    list-style: disc!important;
}

li{
    font-family: 'IRANSans';
    font-size: 18px!important;
    text-align: justify!important;
    line-height: 2.5!important;
    color: #272727!important;
}

textarea{
    direction: rtl!important;
    text-align: right!important;
}

h2{
    font-family: 'IRANSans';
    font-size: 25px!important;
    color:#d892a3!important;
}

h3{
    font-family: 'IRANSans';
    font-size: 22px!important;
    color:#d892a3!important;
}

.nav-tabs .nav-link {
    color: #404144 !important;
    font-size: 21px!important;
}

.breadcrumb-section {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    line-height: 2.5;
}

.breadcrumb-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.breadcrumb-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.5rem;
}

.breadcrumb-nav ul li a {
    text-decoration: none;
    color: #6c757d;
    line-height: 2.5;
    transition: color 0.3s ease;
}

.breadcrumb-nav ul li a:hover {
    color: #343a40;
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    z-index: 1000;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}

.mobile-footer .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.mobile-footer .nav-link i{
    margin-top: 5px;
    font-size: 24px!important;
    font-weight: 600;

}



.text-white{
    color: #fff!important;
}

.whatsapp-btn{
    background-color: #25d366!important;
}

.product-default-single-item {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
    line-height: 2.5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-default-single-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-default-single-item .image-box {
    position: relative;
    overflow: hidden;
    width: 100%; /* یا مقدار خاصی مثل 250px */
    aspect-ratio: 1/1; /* برای مربع شدن کادر */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9; /* دلخواه برای بک‌گراند خالی */
}


.product-default-single-item .image-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

.product-default-single-item .content {
    padding: 1rem;
}

.product-default-single-item .content h6.title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.5rem;
}

.product-default-single-item .content .price {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.toast.fade {
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.hide {
    opacity: 0;
    transform: translateY(20px);
}

.toast-body {
    font-size: 1rem;
}

.toast.bg-success {
    background-color: #28a745 !important;
    border-radius: 10px;
}


.action-link-left a {
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    background-color: #198754;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    border-radius: 0 0 0.5rem 0.5rem;
    transition: background-color 0.3s ease;
}

.action-link-left a:hover {
    background-color: #145c32;
}


/* Blog Card Styling */
.blog-card {
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.blog-card .image-box img {
    width: 100%;

}

.blog-card .content {
    flex: 1;
}

.blog-card .post-meta {
    font-size: 0.875rem;
    color: #6c757d;
}

.blog-card .post-meta .author,
.blog-card .post-meta .date {
    color: #198754;
    font-weight: bold;
}

.blog-card .post-meta .author:hover,
.blog-card .post-meta .date:hover {
    color: #145c32;
}

.blog-card .title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0.75rem 0;
}

.blog-card .title a {
    color: #343a40;
    text-decoration: none;
}

.blog-card .title a:hover {
    color: #198754;
}

.blog-card p {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.5;
}


.blog-single-wrapper {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.blog-single-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Metadata Styling */
.post-meta {
    font-size: 0.875rem;
    color: #6c757d;
}

.post-meta .author,
.post-meta .date {
    color: #198754;
    font-weight: bold;
}

.post-meta .author:hover,
.post-meta .date:hover {
    color: #145c32;
}

/* Title Styling */
.post-title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #343a40;
    line-height: 1.5;
}

/* Content Styling */
.para-content {
    font-size: 1rem;
    color: #495057;
    line-height: 1.8;
}

.para-content p {
    margin-bottom: 1rem;
    line-height: 2.5;
    text-align: justify;
}

.para-content ul li {
    margin-bottom: 1rem;
    line-height: 2.5;
    text-align: justify;
}

/* Pagination */
.pagination .page-link {
    color: #198754;
    border: 1px solid #dee2e6;
}

.pagination .page-link.active {
    background-color: #198754;
    color: #fff;
}

.pagination .page-link:hover {
    background-color: #145c32;
    color: #fff;
}


.product-details-gallery-area img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-details-content-area h4.title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #c2b280;
}



.product-details-content-tab .nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

.product-details-content-tab .tab-content {
    margin-top: 1.5rem;
}

.product-details-content-area ul li span{
    font-weight: 600;
}
.product-add-to-cart-btn button {
    background-color: #b6465f;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease;
}

.product-add-to-cart-btn button:hover {
    background-color: #e16b85;
    text-decoration: underline;
    color:#fff;
}

.product-details-social ul {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-details-social ul li a {
    color: #495057;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.product-details-social ul li a:hover {
    color: #198754;
}

.product-prices {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.product-prices .old-price {
    color: #888;
    text-decoration: line-through;
    font-size: 14px;
}

.product-prices .current-price {
    color: #e60000;
    font-weight: bold;
    font-size: 16px;
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff3c3c;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
}



.tab-header-custom .nav-link {
    font-size: 1.1rem;
    padding: 5px 20px;
    margin-left: 0.5rem;
    border-radius: 12px 12px 0 0;
    color: #555;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.tab-header-custom .nav-link.active {
    background-color: #d892a3;
    color: #fff;
    border-color: #d892a3;
    font-weight: bold;
}

.tab-header-custom .nav-link:hover {
    background-color: #e8b0bc;
    color: #fff;
}

.tab-content {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 12px 12px;
}
@media (max-width: 767px) {
    /* استایل مخصوص موبایل اینجا نوشته می‌شود */
    .breadcrumb-nav ul li{
        font-size: 12px!important
    }

    .breadcrumb-product{
        display: none!important;
    }
    .tab-header-custom .nav-link{
        padding: 10px!important;
        font-size: 13px!important;
    }
}


/* Pagination */

@media (max-width: 767px) {
    /* استایل مخصوص موبایل اینجا نوشته می‌شود */
    .breadcrumb-nav ul li{
        font-size: 12px!important
    }

    .service-card p{
        font-size: 12px!important;
        line-height: 1.5 !important;

    }
}
