/* =========================================================
   ARTICLE PAGE
========================================================= */

.main-wrpper{
    background-color: #fff;
}
body .btn-main{
    background-color: transparent;
    border: none;
}
body .header.nav-new, body .header{
    position: relative;
    height: auto;
    padding: 47.5px 0;
    border-radius: 0;
    animation: none;
    transition: none;
}
body .btn-main:hover{
    /*background: #000;
    color: #fff;*/
	background: #183821;
	border: none;
	color: #EDFF78;
}
.article-page {
    width: 100%;
    direction: rtl;
}


/* =========================================================
   ARTICLE HEADER
========================================================= */

.article-header {
    width: 100%;
    padding: 55px 0 45px;
    background: #f6fce9;
}

.article-header .wrapper,
.article-content .wrapper {
    width: calc(100% - 80px);
    max-width: 1440px;
    margin: 0 auto;
}

.article-header .wrapper {
    direction: rtl;
}

.article-main-title {
    max-width: 900px;
    margin: 0 0 34px;
    color: #202020;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 700;
}

.article-subtitle {
    margin: 0 0 8px;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}

.article-subtitle p {
    margin: 0;
}

.article-updated {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   ARTICLE CONTENT
========================================================= */

.article-content {
    width: 100%;
    padding: 50px 0 70px;
}

.article-content .wrapper {
    display: flex;
    align-items: flex-start;

    gap: 55px;

    direction: rtl;
}


/* =========================================================
   TABLE OF CONTENTS
========================================================= */

.article-toc {
    position: sticky;
    top: 130px;

    width: 260px;
    flex: 0 0 260px;

    direction: rtl;
}

.article-toc h2 {
    margin: 0 0 30px;
    padding: 0 0 25px;
    border-bottom: 1px solid #8ac943;
    color: #8ac943;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.article-toc ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.article-toc li {
    position: relative;

    margin: 0 0 20px;
    padding: 0 20px 0 0;
}

.article-toc li:last-child {
    margin-bottom: 0;
}

.article-toc li::before {
    content: "";

    position: absolute;
    right: 0;
    top: 10px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #8ac943;
}

.article-toc a {
    display: block;
    color: #999;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.article-toc a:hover,
.article-toc a.active {
    color: #8ac943;
}


/* =========================================================
   ARTICLE BODY
========================================================= */

.article-body {
    width: 100%;
    flex: 1;
    min-width: 0;

    direction: rtl;

    color: #222;

    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.article-main-image {
    float: left;
    width: 48%;
    margin: -145px 50px 40px 0;
}

.article-main-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 20px;
}


/* =========================================================
   FLEXIBLE - TEXT BLOCK
========================================================= */

.article-text-block {
    margin: 0 0 45px;

    scroll-margin-top: 140px;
}

.article-title {
    margin: 0 0 18px;
    padding: 0;
    color: #8ac943;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.article-text {
    color: #222;
    font-size: 17px;
    line-height: 1.9;
}

.article-text p {
    margin: 0 0 20px;
}

.article-text p:last-child {
    margin-bottom: 0;
}

.article-text ul,
.article-text ol {
    margin: 20px 0;
    padding-right: 25px;
    list-style-type: decimal;
}

.article-text li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.article-text a {
    color: #8ac943;
    text-decoration: underline;
}

.article-text img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   QUOTE
========================================================= */

.article-quote {
    clear: both;
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 35px;
    margin: 40px 0 50px;
    flex-direction: row-reverse;
}


/* =========================================================
   QUOTE CONTENT
========================================================= */

.article-quote-content {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    min-height: 160px;
    padding: 30px 50px;
    background: rgba(248, 255, 237, 1);
    overflow: hidden;
}

.article-quote-content:after,.article-quote-content:before {
    content:'”';
    position: absolute;
    left: 20px;
    bottom: -105px;
    color: #83bf4f;
    line-height: 1;
    font-weight: 700;
    font-size: 220px;
    opacity: 0.3;
}
.article-quote-content:before{
    left: auto;
    right: 20px;
    bottom: auto;
    top: -10px;
}

.quote-text {
    position: relative;
    z-index: 2;

    width: 100%;

    color: #222;

    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
}

.quote-text p {
    margin: 0;
}


/* =========================================================
   QUOTE IMAGE
========================================================= */

.article-quote-image {
    width: 34%;
    flex-shrink: 0;
}

.article-quote-image img {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 160px;

    object-fit: cover;

    border-radius: 20px;
}


/* =========================================================
   CLEAR
========================================================= */

.article-clear {
    clear: both;
}


/* =========================================================
   SHARE
========================================================= */

.article-share {
    clear: both;
    display: flex;
    align-items: center;
    gap: 32px;
    direction: ltr;
    margin: 70px 0 0;
    padding: 30px 0 60px;
    border-top: 1px solid #98ac9d;
}

.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #eef7df;
    color: #35724d;
    font-size: 34px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .2s ease,
        background-color .2s ease,
        color .2s ease;
}
.share-button span{
    display:none;
}

.share-button:hover {
    transform: translateY(-3px);

    background: #8ac943;

    color: #fff;
}

.share-button.facebook span {
    font-weight: 700;
}

.share-button.copy-link {
    font-size: 30px;
    background-image: url(../images/share.svg);
}
.share-button.whatsapp{
    background-image: url(../images/whatsapp.svg);
}
.share-button.facebook{
    background-image: url(../images/facebook.svg);
}
.copy-link.copied {
    background: #8ac943;
    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .article-content .wrapper {
        gap: 40px;
    }

    .article-toc {
        width: 230px;
        flex-basis: 230px;
    }

    .article-main-image {
        width: 46%;
        margin-right: 40px;
    }

}


@media (max-width: 1024px) {

    .article-header .wrapper,
    .article-content .wrapper {
        width: calc(100% - 50px);
    }

    .article-header {
        padding: 45px 0 40px;
    }

    .article-main-title {
        max-width: 750px;

        font-size: 46px;
    }

    .article-content .wrapper {
        gap: 30px;
    }

    .article-toc {
        width: 200px;
        flex-basis: 200px;
    }

    .article-toc h2 {
        margin-bottom: 25px;
        padding-bottom: 20px;

        font-size: 30px;
    }

    .article-toc a {
        font-size: 16px;
    }

    .article-main-image {
        width: 45%;
        margin-right: 30px;
    }

    .article-title {
        font-size: 30px;
    }

    .article-text {
        font-size: 17px;
    }

    .article-quote {
        gap: 25px;
    }

    .article-quote-image {
        width: 35%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .article-header {
        padding: 35px 0 30px;
    }

    .article-header .wrapper,
    .article-content .wrapper {
        width: calc(100% - 30px);
    }

    .article-main-title {
        max-width: 100%;

        margin-bottom: 18px;

        font-size: 36px;
        line-height: 1.15;
    }

    .article-subtitle {
        font-size: 16px;
    }

    .article-updated {
        font-size: 14px;
    }


    /* CONTENT */

    .article-content {
        padding: 35px 0 50px;
    }

    .article-content .wrapper {
        display: block;
    }


    /* TABLE OF CONTENTS */

    .article-toc {
        position: static;

        width: 100%;

        margin: 0 0 35px;
    }

    .article-toc h2 {
        margin-bottom: 20px;
        padding-bottom: 15px;

        font-size: 28px;
    }

    .article-toc li {
        margin-bottom: 12px;
    }

    .article-toc a {
        font-size: 16px;
    }


    /* IMAGE */

    .article-main-image {
        float: none;

        width: 100%;

        margin: 0 0 30px;
    }

    .article-main-image img {
        border-radius: 15px;
    }


    /* TEXT */

    .article-text-block {
        margin-bottom: 35px;

        scroll-margin-top: 90px;
    }

    .article-title {
        margin-bottom: 12px;

        font-size: 27px;
        line-height: 1.25;
    }

    .article-text {
        font-size: 16px;
        line-height: 1.8;
    }


    /* QUOTE */

    .article-quote {
        flex-direction: column;

        gap: 20px;

        margin: 30px 0 40px;
    }

    .article-quote-content {
        width: 100%;

        min-height: 0;

        padding: 25px;
    }

    .quote-text {
        font-size: 18px;
    }

    .quote-mark {
        left: 10px;
        top: -10px;

        font-size: 110px;
    }

    .article-quote-image {
        width: 100%;
    }

    .article-quote-image img {
        width: 100%;
        height: auto;

        min-height: 0;

        border-radius: 15px;
    }


    /* SHARE */

    .article-share {
        gap: 25px;

        margin-top: 45px;
        padding: 30px 0 45px;
    }

    .share-button {
        width: 55px;
        height: 55px;

        font-size: 27px;
    }

    .share-button.copy-link {
        font-size: 24px;
    }

}


.related-articles {
    padding: 55px 0 70px;
    background: #f5fde9;
    direction: rtl;
    overflow: hidden;
}

.related-articles .wrapper {
    width: calc(100% - 80px);
    max-width: 1700px;
    margin: 0 auto;
}


/* heading */

.related-articles-heading {
    margin-bottom: 40px;
    text-align: center;
}

.related-articles-heading h2 {
    margin: 0 0 8px;

    color: #88c647;

    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
}

.related-articles-heading .sub-title {
    color: #444;

    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
}


/* swiper */

.related-articles-slider {
    width: 100%;
    overflow: visible;
}

.related-articles-slider .swiper-wrapper {
    align-items: stretch;
}

.related-articles-slider .swiper-slide {
    height: auto;
}


/* card */

.related-article-card {
    display: flex;
    flex-direction: column;

    height: 100%;

    padding: 14px;

    background: #fff;

    border-radius: 24px;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, .08);

    overflow: hidden;
}


/* image */

.related-article-image {
    display: block;

    width: 100%;
    height: 315px;

    border-radius: 18px;

    overflow: hidden;
}

.related-article-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .35s ease;
}

.related-article-card:hover .related-article-image img {
    transform: scale(1.03);
}


/* content */

.related-article-content {
    display: flex;
    flex: 1;
    flex-direction: column;

    padding: 18px 8px 8px;
}

.related-article-content h3 {
    margin: 0 0 10px;

    text-align: center;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.related-article-content h3 a {
    color: #356747;
    text-decoration: none;
}

.related-article-content h3 a:hover {
    color: #83bf4f;
}


/* description */

.related-article-excerpt {
    min-height: 55px;

    margin-bottom: 20px;

    color: #444;

    text-align: center;

    font-size: 17px;
    line-height: 1.45;
}


/* bottom */

.related-article-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: auto;
}


/* stats */

.article-stats {
    display: flex;
    align-items: center;

    gap: 24px;

    direction: ltr;
}

.article-stat {
    display: flex;
    align-items: center;

    gap: 5px;

    color: #85c54c;

    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    line-height: 1;
}

.stat-number {
    line-height: 1;
}


/* read more */

.read-more {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 160px;
    height: 42px;

    padding: 0 28px;

    background: #8ac943;

    border-radius: 50px;

    color: #fff;

    font-size: 17px;
    line-height: 1;
    font-weight: 500;

    text-decoration: none;

    transition:
        background-color .2s ease,
        transform .2s ease;
}

.read-more:hover {
    background: #72af35;
    color: #fff;

    transform: translateY(-2px);
}


/* pagination */

.related-articles-slider .swiper-pagination {
    position: relative;

    margin-top: 30px;
}

.related-articles-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;

    background: #8ac943;

    opacity: .35;
}

.related-articles-slider .swiper-pagination-bullet-active {
    opacity: 1;
}


/* tablet */

@media (max-width: 1199px) {

    .related-articles .wrapper {
        width: calc(100% - 50px);
    }

    .related-articles-heading h2 {
        font-size: 38px;
    }

    .related-articles-heading .sub-title {
        font-size: 22px;
    }

    .related-article-image {
        height: 270px;
    }

    .related-article-content h3 {
        font-size: 24px;
    }

}


/* mobile */

@media (max-width: 767px) {

    .related-articles {
        padding: 40px 0 50px;
    }

    .related-articles .wrapper {
        width: calc(100% - 30px);
    }

    .related-articles-heading {
        margin-bottom: 28px;
    }

    .related-articles-heading h2 {
        font-size: 31px;
    }

    .related-articles-heading .sub-title {
        font-size: 18px;
    }

    .related-article-card {
        padding: 10px;

        border-radius: 18px;
    }

    .related-article-image {
        height: 250px;

        border-radius: 14px;
    }

    .related-article-content {
        padding: 15px 5px 5px;
    }

    .related-article-content h3 {
        font-size: 22px;
    }

    .related-article-excerpt {
        min-height: 0;

        font-size: 15px;
    }

    .article-stats {
        gap: 15px;
    }

    .read-more {
        min-width: 130px;
        height: 40px;

        padding: 0 20px;

        font-size: 15px;
    }

}