.title {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin: 50px auto !important;
}
.title a {
    color: #202020;
    text-decoration: none;
}
.blog-card {
    background: #FFFFFF;
    border: 4px solid #5221BD;
    border-radius: 20px;
    margin-bottom: 25px;
    color: #202020;
}
.tag-card {
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 20px;
    margin-bottom: 25px;
    color: #202020;
}
.blog-card .header img {
    /*border-radius: 17px 17px 0 0;*/
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 25px;
}
.blog-card .subject {
    font-weight: 900;
    font-size: 20px;
    text-align: right;
    margin: 15px 0 0 0 !important;
    height: 50px;
}
.blog-card .subject > a {
    color: #202020;
    text-decoration: none;
}
.blog-card .date {
    font-size: 15px;
    text-align: left !important;
    margin: 15px 0;
}
.blog-card .info {
    height: 220px;
    overflow: hidden;
}
.blog-link {
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #202020;
    float: left;
    margin: 0 0 10px 25px;
}
.blog-card .body > .banner {
    display: block;
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 25px auto;
}
.tag-section {
    display: flex;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}
.tag-section .tags-link {
    color: #000000;
    text-decoration: none;
}
.comment-sent {
    display: block;
    float: left;
}
.dropup {
    position: relative;
    width: 100%;
}
.dropup-btn {
    width: 100%;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 70px;
    border: none;
    font-weight: 900;
    font-size: 16px;
}
.dropup:hover .dropup-list,
.dropup:focus .dropup-list {
    background: #FFFFFF;
    --dropup__list_max-ht: fit-content;
}
.dropup-list {
    transition: max-height 180ms ease-in-out;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    bottom: 80%;
    right: 0;
    width: 100%;
    max-height: var(--dropup__list_max-ht, 0);
    overflow: hidden;
    list-style: none;
}
.dropup-link {
    color: inherit;
    text-decoration: 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.title-list-accordion {
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.item {
    grid-template-columns: auto 1fr auto;
    padding: 24px;
    align-items: center;
    column-gap: 24px;
    row-gap: 32px;
    max-width: 350px;
    background-color:  rgba(0, 123, 255, 0.10);
    border-radius: 10px;
}
.number {
    color: #5221BD;
    margin-left: 10px;
}
.number, .text {
    font-size: 18px;
    font-weight: 700;
}
.icon {
    width: 24px;
    height: 24px;
    stroke: #5221BD;
    cursor: pointer;
    margin-right: 10px;
}
.hidden-box {
    /*grid-column: 1;*/
    display: none;
    margin-top: 30px;
}
.hidden-box p {
    line-height: 1.6;
    margin-bottom: 24px;
}
.hidden-box ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
}
.hidden-box ul li {
    color: rgba(103, 101, 101, 0.9);
    font-size: 14px;
}
.hidden-box ul li:before {
    font-family: FontAwesome;
    content: "\f191"; /* FontAwesome Unicode */
    display: inline-block;
    margin-left: 10px;
    color: rgba(103, 101, 101, 0.9);
}
.hidden-box ul li a {
    color: #6a7177;
    text-decoration: none;
}
.open {
    border-top: 4px solid #5221BD;
}
.open .number, .open .text {
    color: black;
}
.open .hidden-box {
    display: block;
}
.icon-rotate {
    transform: rotate(180deg);
    transition: 0.3s;
}
div.breadcrumb {
    padding: 25px 1em;
    border: 1px solid hsl(0deg 0% 90%);
    align-items: start !important;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
div.breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.breadcrumb li {
    display: inline;
}

div.breadcrumb li a {
    color: #5221BD;
    text-decoration: none;
}
div.breadcrumb li a:hover {
    color: #000000;
    font-weight: 900;
}
div.breadcrumb li + li::before {
    display: inline-block;
    margin: 0.25em 0 0 0.25em;
    font-family: FontAwesome;
    content: "\f104";
    color: rgba(103, 101, 101, 0.9);
}
div.breadcrumb [aria-current="page"] {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.admin-reply {
    font-size: 13px;
    color: #554945;
}
/*style-new*/
.top-section-blog{
    background-color: rgba(214, 214, 214, 0.32);
    height: 40vh;
}
.h1-blog{
    color: #FF5555;
}
.text-article-sugession a,
.vlog-cards h2 a {
    color: #0c5865;
}
.card-vlog{
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    width: 90%;

}
.card-vlog img{
    width: 95%;
    margin:auto;
    height: 250px;
    border-radius: 15px;

}
.vlog-card-title{
    font-size: 18px;
    color: #FF5555 !important;

}
.p-blog{
    color: #555;
    font-size: 16px;
    width: 95%;
    margin: auto;
}
@media screen AND (max-width: 768px) {
    .vlog-cards {
        justify-content: center !important;
    }
    .h1-blog{
        font-size:16px;
    }
}
/*article-view*/
.category-name{
    color: #FFFFFF;
    background: rgba(12, 12, 12, 0.47);
    border-radius: 10px;

}
.poster-article{
    width: 90%;
    height: auto;
    border-radius: 15px;
    margin: auto;
}
.list-h2{
    border: 2px solid #00000033;
    border-radius: 15px;
    width: 50%;
    gap:20px;
    height: fit-content;
}

.list-h2 a{
    color: #1336FF;
}
/* عنوان بخش‌ها */
.title-cards {
    text-align: center;
    margin-bottom: 30px;
}

.title-cards h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    display: inline-block;
    border-bottom: 3px solid #8C00FF;
    padding-bottom: 5px;
}
.coments-box .info-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* هر نظر */
.coments-box .row.mb-3 {
    font-size: 0.95rem;
    color: #444;
}
.coments-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}
.coments-box hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}
.comment-sent {
    font-size: 0.85rem;
    color: #888;
}
.admin-reply {
    background: #f9f9ff;
    padding: 10px 15px;
    border-left: 3px solid #8C00FF;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #555;
}
/* فرم ارسال نظر */
.comment-form {
    background: #fff;
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

/* برچسب‌ها */
.comment-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* ورودی‌ها */
.comment-form input,
.comment-form textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    transition: all 0.3s;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #8C00FF;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/* دکمه ثبت */
.comment-form .btn-primary {
    background: #007bff;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.comment-form .btn-primary:hover {
    background: #0056b3;
}
/* کپچا */
.captcha {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.captcha input {
    flex: 1;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 8px;
}
.btn-comment-form{
    background: linear-gradient(309.97deg, #8C00FF 25.75%, #540099 149.87%);
    box-shadow: 0px 8px 35px 0px #8C00FF40;
    border: unset;
    color: #ffffff;
    border-radius: 15px;
    width: 50%;
    margin: auto;
}
.suggestion-article{
    border: 2px solid #540099;
    border-radius: 15px;
}

.suggestion-article-deatail{
    border-top:2px solid #540099 ;
}

.suggestion-article-deatail img{
    border-radius: 10px;
}
@media screen and (max-width:768px) {
    .list-h2{
        width: 90%;
        margin: auto;
    }

}