.policy-nav {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    text-align: right;
    height: 12rem;
}


.policy-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.policy-nav ul li {
    display: block;
    text-align: center;
}


.policy-nav ul li:nth-of-type(1) {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}


.policy-nav ul li:nth-of-type(1)>svg {
    width: 3rem;
    height: 3rem;
}


.policy-nav ul li a {
    text-decoration: none;
    color: #00915a;
    font-size: 22px;
    font-weight: 500;
}


.guide-purchase-content .highlight {
    color: #007bff;
    font-weight: bold;
}


.faq-section h3 {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}


.faq-section {
    width: 78%;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}


/* Improved hover effect for policy-nav links */

.policy-nav ul li a:hover {
    color: #0f5e2b;
    text-decoration: underline;
}


.guide-purchase-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.guide-purchase-container>div {
    margin: 1rem 0;
}


.guide-purchase-container>div>div>p {
    padding: 1rem 2rem;
    font-weight: 500;
    color: #3a3a3ad9;
    font-size: 18px;
}

.page-question-not-found {
    background: url(../img/theme/page-cover-faq.jpg) no-repeat;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.6)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url(../img/theme/page-cover-faq.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/theme/page-cover-faq.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    padding: 30px 20px;
}

.page-question-not-found-text {
    font-size: 30px;
    line-height: 2.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}

.page-question-not-found img {
    display: block;
    margin: 0 auto 40px;
}

.page-question-not-found .btn {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page-question-not-found .page-contact-option-text {
    display: inline-block;
    font-size: 17px;
    line-height: 1.294;
    color: #fff;
    font-weight: 700;
}

.content-faq-question p {
    color: #666;
    font-size: 18px;
    text-align: justify;
    line-height: 40px;
}

.content-faq-question span {
    color: #2980b9;
}

.content-faq-question img {
    display: block;
    max-width: 100%;
    margin: 1.5rem auto;
}

.error-page h1 {
    color: #4a5f73;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.error-page img {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
}

/* ========================================
   Static Pages Theme Styles (from main.min.css)
   ======================================== */

.page p {
    color: #666;
    font-size: 16px;
    text-align: justify;
    line-height: 40px;
}
.page-cover {
    width: 100%;
    height: 400px;
    background: url(../img/theme/page-cover.jpg) top no-repeat;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.6)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url(../files/page-cover.jpg) top no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/theme/page-cover.jpg) top no-repeat;
    background-size: cover;
    margin-top: -23px;
}
.page-cover .page-cover-title h1 {
    padding: 70px 0 50px;
    font-size: 37px;
    line-height: 1.189;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-align: center;
}
.page-cover .form-ui form {
    padding: 20px;
    max-width: 480px;
    margin: 0 auto;
}
.page-cover .form-ui form .form-row input {
    width: 70%;
    margin: 0 0 0 10px;
}
.page-cover .form-ui form .form-row button {
    width: 27%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.info-page-cats {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.info-page-cats .info-page-cat {
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 25px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.info-page-cats .info-page-cat:hover {
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
}
.info-page-cats .info-page-cat a {
    display: block;
    width: 100%;
    height: 150px;
    text-align: center;
}
.info-page-cats .info-page-cat .info-page-cat-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-page-cats .info-page-cat img {
    max-height: 100%;
    max-width: 100%;
}
.info-page-cats .info-page-cat span.info-page-cat-title {
    font-size: 14px;
    color: #000;
}
.page .filter-product .card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.page .filter-product .card .card-header {
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 25px;
}
.page .filter-product .card:not(:first-of-type) .card-header:first-child {
    border-radius: 25px;
}
.page .filter-product .card-body {
    padding: 0 25px 25px;
    margin-bottom: 10px;
}
.page .filter-product p {
    list-style: unset;
    margin-bottom: 0;
}
.page ul {
    list-style: none;
    padding-right: 30px;
}
.page ul li {
    font-size: 13px;
    color: #3abaf4;
    font-weight: 700;
}
.page-question-not-found {
    background: url(../img/theme/page-cover-faq.jpg) no-repeat;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.6)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url(../img/theme/page-cover-faq.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/theme/page-cover-faq.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    padding: 30px 20px;
}
.page-question-not-found-text {
    font-size: 30px;
    line-height: 2.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}
.page-question-not-found img {
    display: block;
    margin: 0 auto 40px;
}
.page-question-not-found .btn {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.page-question-not-found .page-contact-option-text {
    display: inline-block;
    font-size: 17px;
    line-height: 1.294;
    color: #fff;
    font-weight: 700;
}
.content-faq-question p {
    color: #666;
    font-size: 18px;
    text-align: justify;
    line-height: 40px;
}
.content-faq-question span {
    color: #2980b9;
}
.content-faq-question img {
    display: block;
    max-width: 100%;
    margin: 1.5rem auto;
}
.error-page h1 {
    color: #4a5f73;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.error-page img {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
}

.content-desc .post-meta {
    display: inline-block;
    font-size: 11px;
    padding-right: 24px;
    color: #8f8f8f;
}
.content-desc .post-meta a {
    color: #8f8f8f;
}
.content-desc .post-meta a:hover {
    color: #246df8;
}
.content-desc .post-thumbnail {
    text-align: center;
}
.content-desc .post-thumbnail img {
    max-width: 100%;
}
.content-desc ul {
    margin-right: 0 !important;
}
.content-desc ul li {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar .title-sidebar {
    padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
}
.sidebar .title-sidebar h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    word-spacing: -1.5px;
}
.sidebar .content-sidebar .item {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f6f6f6;
}
.sidebar .content-sidebar .item .item-thumb {
    margin-left: 13px;
    float: right;
    margin-right: auto;
}
.sidebar .content-sidebar .item .item-thumb a {
    display: inline-block;
    width: 86px;
    margin-left: 0;
    margin-right: auto;
    height: 57px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}
.sidebar .content-sidebar .item p.title a {
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
}
.sidebar .content-sidebar .item p.title a:hover {
    color: #5e72e4;
}
.sidebar .content-sidebar .item .item-meta,
.sidebar .content-sidebar .item .item-meta a {
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
    color: #aeaeae;
}
.sidebar .category-list,
.sidebar .category-list ul {
    list-style: none;
}
.sidebar .category-list li {
    margin-bottom: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.sidebar .category-list li a {
    position: relative;
    padding-right: 20px;
    color: #545454;
}
.sidebar .category-list a::before {
    content: "\F141";
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.sidebar .category-list li a:hover {
    color: #0cf;
}
.sidebar .category-list li ul {
    margin: 7px 15px 7px 0;
}
.sidebar .tag-list {
    list-style: none;
}
.sidebar .tag-list li {
    display: inline-block;
    margin: 7px 3px 10px;
}
.sidebar .tag-list li a {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 15px;
}
.sidebar .tag-list li a:hover {
    color: #f44336;
}
.post-card {
    margin: auto auto 50px;
    padding: 10px;
    max-width: 270px;
    height: 200px;
    min-height: 50px;
    text-align: center;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -moz-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
}
.post-card .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 140px;
    padding: 0 10px 20px 10px;
    top: -40px;
    left: -10px;
}
.post-card .post-thumbnail a {
    display: block;
    height: 100%;
}
.post-card .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}
.post-card .post-thumbnail .post-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fefefe;
    z-index: 1;
    font-size: 11px;
    padding: 3px 10px 1px 10px;
    border-radius: 3px;
}
.post-card .post-title {
    position: relative;
    top: -50px;
    text-align: right;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
}
.post-card .post-title a {
    color: #000;
}
.post-card .post-title a:hover {
    color: #f44336;
}
.post-card .post-title > span {
    position: absolute;
    bottom: 0;
    left: 8px;
    display: inline-block;
    font-size: 11px;
    font-family: iranyekan;
    font-weight: 300;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .info-page-cats .section-title img {
        display: none;
    }
    .info-page-cats .section-title h2.font-weight-bold {
        font-size: 16px;
        overflow-x: scroll;
        padding-right: 0;
    }
    .info-page-cats .section-title h2.font-weight-bold::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .info-page-cats .info-page-cat .info-page-cat-icon {
        width: 100%;
        height: 50px;
    }
    .info-page-cats .info-page-cat img {
        max-height: 60px;
        max-width: 60px;
    }
    .info-page-cats .info-page-cat {
        padding: 15px;
    }
    .info-page-cats .info-page-cat a {
        height: 110px;
    }
    .page-cover {
        width: 100%;
        height: 280px;
    }
    .page-cover .page-cover-title h1 {
        padding: 30px 0 0;
        font-size: 20px;
        letter-spacing: 0;
    }
    .page-cover .form-ui form .form-row input {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-cover .form-ui form .form-row button {
        margin: auto;
    }
    .page .filter-product .card .card-header button {
        font-size: 13px;
        padding-left: 40px;
        padding-right: 0;
    }
    .page-question-not-found {
        border-radius: 0;
        height: 345px;
    }
    .page-question-not-found-text {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .page-question-not-found img {
        margin: 10px auto 10px;
        max-width: 40px;
    }
    .page-question-not-found .page-contact-option-text.mr-3 {
        margin-right: 5px !important;
    }
    .page-question-not-found img.mb-5 {
        margin-top: 20px;
        margin-bottom: 15px !important;
    }
}

.introduction-rules {
    height: fit-content;
    width: 100%;
    font-size: 16px;
    color: #c43333;
    padding: 10px 0;
    text-align: justify;
    line-height: 1.8;
    color: #555;
}


.guide-purchase-content,
.rules-purchase-content,
.yaragh-banck-content-parent,
.yaragh-co-sale-content {
    background-color: white;
    margin: -38px auto 25px auto;
    padding: 20px 40px;
    width: 78%;
    border-radius: 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
}



.guide-purchase-content,
.rules-purchase-content,
.yaragh-banck-content-parent {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}


.yaragh-banck-content {
    margin: 1rem 0;
    ;
}


.yaragh-banck-content {
    margin: 1rem 0;
    ;
}


.guide-purchase-content p,
.yaragh-banck-intro p,
.yaragh-banck-content p,
.yaragh-co-sale-content p,
.rules-purchase-content p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin: 0;
    text-align: justify;
}


.yaragh-banck-content h3,
.yaragh-banck-content h4,
.guide-purchase-content h3,
.guide-purchase-content h4,
.rules-purchase-content h3,
.rules-purchase-content h4 {
    margin-top: 1rem;
    margin-bottom: 7px;
    color: #333;
    white-space: nowrap;
}


.yaragh-banck-content h3,
.guide-purchase-content h3,
.rules-purchase-content h3 {
    font-size: 20px;
}


.yaragh-banck-content h4,
.guide-purchase-content h4,
.rules-purchase-content h4 {
    font-size: 1rem;
}


.guide-purchase-content a,
.yaragh-banck-content a {
    color: #007bff;
    text-decoration: none;
}


.guide-purchase-content a:hover,
.yaragh-banck-content a:hover {
    text-decoration: underline;
}


.faq {
    border-top: 1px solid #e5e5e5;
}


.faq-item {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}


.faq-question {
    width: 100%;
    text-align: right;
    background-color: #f8f8f8;
    border: none;
    padding: 15px;
    cursor: pointer;
    outline: none;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.faq-question p {
    margin: 0;
    font-size: 16px;
    width: 92%;
    line-height: 1.6;
}


.faq-question:hover {
    background-color: #e8f0ee;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background-color: #fafafa;
    border-radius: 0 0 8px 8px;
    margin-top: 10px;
}


.faq-answer p {
    margin: 15px 0;
    text-align: justify;
    font-size: 16px;
    color: #2a793e;
}


.faq-question.active::after {
    transform: rotate(180deg);
}


/* Hover Effects for FAQ Question */

.faq-question:hover {
    background-color: #f1f1f1;
}


/* Add transition effect for max-height */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding 0.1s ease-out;
}


.faq-question.active+.faq-answer {
    max-height: 300px;
    padding: 15px 15px;
}


.text-parent {
    display: flex;
    align-items: baseline;
    height: fit-content;
    width: fit-content;
    margin: .5rem .3rem .5rem 0;
}



.text-parent h4,
.text-parent p {
    display: inline;
    margin-right: 0.3rem;
}


/* Transition effect for active state */

.faq-item .chevron-down {
    position: absolute;
    top: 19px;
    left: 10px;
    transition: transform 0.2s ease, color 0.2s ease;
}


/* Active class styling */

.faq-question.active {
    background-color: #e8f0ee;
    color: #2a793e;
    border-top: 2px solid #3a8f4f;
}


.rotate-chevron {
    transform: rotate(180deg)
}


.img-guide-purchase {
    width: 100%;
}


.img-guide-purchase>picture>img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border: 1.5px solid #c4bfbfa1;
    width: 100%;
    border-radius: 8px;
}


@media (max-width:767px) {

    .guide-purchase-content,
    .yaragh-co-sale-content,
    .yaragh-banck-content-parent,
    .rules-purchase-content {
        width: 100%;
        box-shadow: none;
        padding: 25px 15px;
        margin: 0 auto;
    }

    .yaragh-banck-content {
        margin: .5rem 0;
    }

    .guide-purchase-content>h1:nth-of-type(1),
    .rules-purchase-content>h1:nth-of-type(1) {
        display: none;
    }

    .guide-purchase-container>div>div>p,
    .rules-purchase-container>div>div>p {
        padding: .5rem
    }

    .img-guide-purchase {
        width: 100%;
    }

    .guide-purchase-container>div>div>p,
    .rules-purchase-container>div>div>p {
        font-size: 16px;
    }

    .guide-purchase-content h3,
    .rules-purchase-content h3 {
        font-size: 19px;
        line-height: 1.6;
    }

    .faq-section {
        width: 95%;
        padding: 10px;
        box-shadow: none;
    }

    .faq-question {
        border-radius: 0;
    }

    .faq-question p {
        font-size: 15px;
        line-height: 1.4;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 1.6;
    }

    .text-parent {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .text-parent h4 {
        font-size: 16px;
        margin-bottom: 0.5rem;
        line-height: 1.5;
        margin-top: 0;
    }

    .text-parent p {
        font-size: 16px;
        line-height: 2;
        margin: 0;
    }

    .contact-us-numbers {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
}
.contact-us {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}


.contact-us>section:nth-child(1) {
    margin: 0 auto 2rem auto;
    width: 100%;
    max-width: 1180px;
    border: 2px solid #eee;
    padding: 10px 15px;
    border-radius: 16px;
    background-color: #fff;

}



.contact-us h1,
.contact-us h2 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(33, 33, 33);
    line-height: 2.5rem;
}


.contact-us h1 {
    margin-bottom: 20px;
}


.contact-us strong {
    font-size: 19px;
    font-weight: 500;
    color: rgb(102, 102, 102);
    line-height: 2.5rem;
}


.contact-us strong::before {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #9c9d9e;
    margin-left: 1rem;
    border-radius: 50%;
    display: inline-block;
}


.contact-us h1::before {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #9c761f;
    margin-left: 1rem;
    border-radius: 50%;
    display: inline-block;
}


.contact-us p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(33, 33, 33);
    margin-right: 1.5rem;
    line-height: 2.5rem;
}



.contact-us__massenger-link,
.contact-us__return-product {
    color: #007bff;
}


@media (max-width: 768px) {
    .contact-us>section:nth-child(1) {
        margin: 0 auto;
        width: 100%;
        padding: 1rem;
        background-color: #fff;
        border-radius: 0;
    }

    .contact-us p {
        margin: 0;
    }

    .contact-us__form-container {
        margin-top: 6rem;
    }

    .contact-us h1,
    .contact-us h2 {
        font-size: 19px;
    }

    .contact-us h1 {
        margin-bottom: 5px;
    }

    .contact-us strong {
        font-size: 16px;
        font-weight: 500;
        color: rgb(102, 102, 102);
        line-height: 2.5rem;
    }

    .contact-us p {
        font-size: 14px;
        font-weight: 500;
        margin-right: 0;
        line-height: 2rem;
    }

}

