::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #588E80 !important;
    border: 2px solid #588E80 !important;
    border-radius: 500px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #588E80 !important;
}

.comment-section {
    border-radius: 25px;
}

.single-post-main-content .bottom-border {
    border-bottom: 1px solid #c1c1c1;
}

.single-post-main-content .breadcrumbs {
    margin: 0 !important;
}

.single-post-main-content .breadcrumbs span {
    color: #588E80;
}

.single-post-main-content span[aria-label="and then"] {
    color: #616161 !important;
}

.single-post-main-content .breadcrumbs a span {
    text-decoration: none;
    color: #616161 !important;
}

.single-post-main-content .breadcrumbs li {
    margin: 0 !important;
}

.article-head {
    padding-bottom: 24px;
    border-bottom: 1px solid #efefef;
}

.article-head .article-img {
    height: 100%;
    max-height: 415px;
}

.article-head .article-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
    height: 100%;
}

.article-head .article-info svg {
    width: 20px;
    margin-left: 8px;
}

.article-head .article-info * {
    font-size: 14px;
    color: #616161;
}

.article-summary {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 25px;
}

.article-summary p {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    line-height: 1.8em;
    color: #616161;
    font-size: 15px;
    margin-bottom: 0;
}

.toc-wrapper {
    min-height: 255px;
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-top: 24px;
    border-radius: 25px;
}

.toc-wrapper .toc-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    max-height: 180px;
    overflow-y: scroll;
}

.toc-wrapper .toc-item {
    margin-bottom: 0.5rem;
    position: relative;
}

.toc-wrapper .toc-item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: -20px;
    top: 6px;
    border-radius: 50%;
    background-color: #588E80;
    display: inline-block;
    margin-left: -1em;
}

.toc-wrapper .toc-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.toc-wrapper .toc-h2 {
    color: rgb(33, 37, 41);
    font-weight: 500;
    margin-top: 0.5rem;
}

.toc-wrapper .toc-h3 {
    margin-right: 1rem;
    font-size: 0.95rem;
    color: #555;
}

.toc-wrapper .toc-link:hover {
    color: #3a6759;
}

.articles-aside {
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.articles-aside .search-container {
    padding-top: 15px;
}

.articles-aside .search {
    border-radius: 25px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 6px 12px;
}

.articles-aside .search-img {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 22px;
    stroke: #616161;
    transition: stroke 0.3s ease;
}

.articles-aside .search:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #A56F49;
}

.articles-aside .search:focus ~ .search-img {
    stroke: #A56F49;
}

.single-post-main-content .clear-search {
    position: absolute;
    left: 35px;
    top: 18px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 18px;
    color: #616161;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}

.clear-search:hover {
    color: #333;
}

.single-post-main-content .d-none {
    display: none !important;
}

.article-categories .category {
    text-align: center;
    border-radius: 25px;
    padding: 5px;
    border: 1px solid #588E80;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.article-categories .category:hover {
    background-color: #588E80;
}

.article-categories  a {
    text-decoration: none;
    font-size: 12px;
    color: #616161;
    transition: color 0.3s ease;
}

.article-categories a:hover {
    color: #fff;
}

.article-categories li a {
    text-decoration: none;
    font-size: 15px;
    color: rgb(33, 37, 41);
}

.article-categories li:hover a {
    text-decoration: none;
    font-size: 15px;
    color: rgb(33, 37, 41);
}

.article-categories li::marker {
    /*color: #588E80;*/
    color: #616161;
}

.latest-articles .latest-article-item img {
    object-fit: cover;
    border-radius: 15px;
    width: 70px;
    height: 70px;
}

.latest-articles .latest-article-item .card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.latest-articles .latest-article-item .card-body span {
    font-size: 11px;
    color: #616161;
    border-radius: 25px;
    padding: 5px 12px;
    width: fit-content;
    position: relative;
}

.latest-articles .latest-article-item .card-body span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #616161;
}

.latest-articles .latest-article-item {
    padding: 10px 0;
}

.latest-articles .latest-article-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.latest-articles .latest-articles-items a {
    text-decoration: none;
    font-size: 15px;
}


.single-post-main-content .clear-search {
    position: absolute;
    left: 35px;
    top: 33px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 18px;
    color: #616161;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}

.clear-search:hover {
    color: #333;
}

.swiper-button-next, .swiper-button-prev {
    border: 1px solid #588E80;
    background: #fff;
    color: #588E80;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #d8d8d8;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
}

.article-body h2,
.article-summary h2,
.toc-wrapper h2{
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.article-body h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.article-body p {
    line-height: 1.8em;
    color: #616161;
    font-size: 15px;
}

.article-body p a {
    text-decoration: none;
    color: #A56F49;
}

.article-body .img-wrapper {
    margin-bottom: 16px !important;
    text-align: center;
    height: 100%;
}

.article-body .img-wrapper img {
    border-radius: 25px;
    height: 100%;
}

.wp-block-image {
    text-align: center;
}

.wp-block-image img {
    border-radius: 25px;
}

.article-body .accordion {
    --bs-accordion-border-color: #588e8057;
    --bs-accordion-inner-border-radius: 25px;
    --bs-accordion-border-radius: 25px;
    padding: 0;
}

.article-body .accordion-button:not(.collapsed) {
    color: #111;
    background-color: #588e8014;
    box-shadow: none;
}

.article-body .accordion-button {
    font-size: 16px;
}

.article-body .accordion-body p {
    margin-bottom: 0;
    font-size: 16px;
    color: #616161;
}

.article-body .comment-section {
    padding: 15px 20px;
}

.article-body .comment-reply-title {
    font-size: 28px;
}




.login-button a {
    border-radius: 25px;
}

.stars a {
    font-size: 30px;
    color: #ccc;
    text-decoration: none;
    transition: color 0.4s ease;
}

.stars a:hover,
.stars a.active,
.stars a.clicked {
    color: gold;
}

/*related tours*/

.related-tours .swiper {
    height: 100%;
}

.related-tours .card {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.related-tours .card img {
    height: 150px;
}

.related-tours .card a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.related-tours .card .card-text {
    color: #616161;
    font-size: 16px;
}

.related-tours .card .card-price {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.related-tours .card .card-price strong {
    padding-right: 6px;
}

.related-tours .card-img-top {
    height: 160px;
    object-fit: cover;
}

.content h2,.content h3{
	padding:15px 0px 5px 0px ;
	font-weight:bold;
}
.content img{
	padding:10px 0px 5px 0px 
}