/* blog page */
.blog_search_bar .search-form input {
    padding: 15px 10px;
    margin: 0;
    width: 100%;
}

.blog_search_bar .search-form .Where_experiences {
    padding: 0;
}

.blog_search_bar .search-form input::placeholder {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.blog_search_bar .search-form .Search_width_40 {
    width: 100%;
}

.blog_search_bar .search-form .Where_experiences::after {
    content: "";
    font-size: 0.7em;
    background-image: url(../image/dropdown-arrow.png);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    background-position: center;
    border-top: unset;
}

.btn_blog_bar {
    display: flex;
    gap: 10px;
}

.btn_blog_bar a {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.btn_blog_bar .com_primary {
    background-color: #fff;
    color: #000;
}

.btn_blog_bar a:hover {
    color: #FFF;
}

.blog_search_bar {
    display: flex;
    gap: 10px;
    width: calc(55% - 10px)
}

.blog_search_bar_search input {
    display: flex;
    width: 100%;
    padding: 13px 20px 13px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid #7D3EED;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #DEDFF2;

}

.blog_search_bar_search::before {
    content: "";
    font-size: 0.7em;
    background-image: url(../image/Search-blog.png);
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translatey(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    border-top: unset;
}

.blog_search_bar_search input::placeholder {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_search_bar_search input:focus-visible {
    outline: unset;
}

.blog_search_bar_search_wrap {
    position: relative;
    max-width: 450px;
    width: calc(45% - 10px)
}

.blog_search_bar_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .blog_search_bar_wrap {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .blog_search_bar_search_wrap {
        width: 100%;
        max-width: 100%;
    }

    .blog_search_bar {
        width: 100%;
    }

    .blog_search_bar .search-form {
        width: calc(50% - 5px);
    }

    .btn_blog_bar a {
        width: calc(50% - 5px);
    }

    .btn_blog_bar {
        width: calc(50% - 5px);
    }

}

@media (max-width: 575px) {
    .blog_search_bar {
        flex-direction: column;
    }

    .btn_blog_bar {
        width: 100%;
    }

    .blog_search_bar .search-form {
        width: 100%;
    }
}

.blog_search_bar_bg {
    background: #fff;
    width: 100%;
    display: flex;
    height: 460px;
    overflow: auto;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px;

}

.blog_search_bar_bg .experiences_country_row {
    border-radius: 0;
    max-height: unset;
}

.mod_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.mod_wrap h5 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.mod_wrap .experiences_country_row {
    padding: 0;
}

.new_experiences_country_row {
    column-count: 1;
}

.new_experiences_search_bar_modal {
    max-width: 100% !important;
    width: 100%;
}

.mod_wrap_40 {
    width: calc(50% - 10px);
}

.mod_wrap_25 {

    width: calc(25% - 10px);
}

.mod_wrap_35 {
    width: calc(25% - 10px);
}

.new_country_row .experiences_country_col p {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.new_country_row .experiences_country_col img {
    width: 100px;
    height: 70px;
}

.mod_wrap_40 .experiences_country_col {
    min-width: unset;
}
.experiences_country_col.selected {
	background-color: #8037ff;
    color: #fff;	
}


@media (max-width: 1200px) {
    .mod_wrap_40 {
        width: calc(50% - 7.6px);
    }

    .mod_wrap_25 {
        width: calc(50% - 7.6px);
    }

    .mod_wrap_35 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mod_wrap_40 {
        width: 100%;
    }

    .mod_wrap_25 {
        width: 100%;
    }

    .new_country_row .experiences_country_col img {
        width: 50px;
        height: 49px;
    }

    .new_country_row .experiences_country_col p {
        font-size: 12px;
    }
}


/* new escape */
.blog_escape a {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
    width: fit-content;
}

.blog_escape a:hover {
    background: #000;
    color: #fff;
}

.blog_escape a:hover span svg path {
    stroke: #FFF;
}

.blog_escape a span svg {
    width: 25px;
    height: 15px;
}


/* Immerse yourself in trending destinations */
.mobile_botn_blog {
    display: none;
}

@media (max-width: 991px) {
    .desktop_botn_blog {
        display: none;
    }

    .mobile_botn_blog {
        display: flex;
    }
}




/* Latest Articles */
.latest_articles {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.latest_articles_blog {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.latest_articles_blog .bg-light {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    right: 28px;
    border-radius: 0 0 5px 5px;
    padding: 5px 8px;
}

.latest_articles_blog .bg-light span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    text-align: center;

}

.latest_articles_blog .blog_badge {
    padding: 10px 0;
}

.latest_articles_blog h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.latest_articles_blog .text-mutedx {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    padding-bottom: 10px;
}

.latest_articles_blog .card {
    width: calc(33.33% - 13.33px);
}

.latest_articles_blog .blog_escape a {
    width: fit-content;
}


.compact-content {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.compact-image {
    width: 204px;
    height: 124px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.compact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.compact-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    overflow: hidden;
}

.compact-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.compact-card {
    width: calc(33.33% - 13.33px);
    background: #ffffff;
    border: 1px solid rgba(213, 209, 230, 0.03);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 1200px) {
    .latest_articles_blog .card {
        width: calc(50% - 10px);
    }

    .compact-card {
        width: calc(50% - 10px);
    }

    .compact-image {
        width: 150px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .latest_articles_blog .card {
        width: calc(100% - 10px);
    }

    .compact-card {
        width: calc(100% - 10px);
    }

}

@media (max-width: 575px) {
    .compact-image {
        width: 121px;
        height: 109px;
        flex-shrink: 0;
    }
}

@media (max-width: 375px) {
    .compact-content {
        flex-direction: column;
    }

    .compact-image {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
    }
}



/* blog alll page  */

.latest_articles_blog_all .card {
    border-radius: 15px !important;
    border: 1px solid #D5D1E6 !important;
}



.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    justify-content: center;
}

.nav-button {
    width: 40.92px;
    height: 40.92px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.nav-button img {
    width: 100%;
    height: 100%;
}

.nav-button:hover {
    opacity: 0.8;
}

.page-button {
    width: 40.92px;
    height: 40.92px;
    border-radius: 5.86px;
    border: 1px solid #D5D1E6;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.page-button:hover {
    opacity: 0.8;
}

.page-button.current {
    background: linear-gradient(90deg, #AD4BFC 0%, #8037FF 40%);
    border: 1px solid #7D3EED;
    color: #FFFFFF;
}

.page-button.active {
    background: #FFFFFF;
    border: 1px solid #D5D1E6;
    color: #000000;
}

.ellipsis {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 21.87px;
    line-height: 32.81px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.23px;
    height: 31.64px;
    margin-top: 4.64px;
}

@media (max-width: 767px) {
    .pagination {
        gap: 8px;
    }

    .page-button,
    .nav-button {
        width: 36px;
        height: 36px;
    }

    .page-button {
        font-size: 16px;
    }

    .ellipsis {
        font-size: 18px;
    }

    .pagination button {
        font-size: 12px;
        padding: 5px 8px;
    }
}





/* country page  */
.new_next_escape .next_escape_text h2 {
    color: #000;
}

.new_next_escape .next_escape_row {
    border-radius: 15px;
    border: 1px solid #D5D1E6;
    background: #FFF;
    padding: 25px 20px;
}

@media (max-width: 767px) {
    .new_next_escape .next_escape_row {
        padding: 10px 10px;
    }
}


/* ne  */



.image-text .img-text {
    display: flex;
    justify-content: space-between;
    gap: 15px;

}

.image-text figure {
    margin: 0;
}

.image-text .img-text .text-detail {

    justify-items: center;
    align-content: center;

    width: 48%;
}

.image-text .img-text .two-image {
    width: 52%;
}

.image-text .img-text .text-detail .details_blog {

    max-width: 600px;

    display: flex;
    /* height: auto; */
    flex-direction: column;
    gap: 30px;

    align-items: start;

}

.image-text .img-text .text-detail .details_blog .main-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    /* 143.333% */
    text-transform: capitalize;
}

.image-text .img-text .text-detail .details_blog .detail_blog .sub_heading>* {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 23.25px */
    text-transform: capitalize;
}

.image-text figure img {
    width: 100%;
}

.image-text .img-text .text-detail .details_blog .detail_blog {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.image-text .img-text .text-detail .details_blog .detail_blog .logo {
    width: 50%;
}

.image-text .img-text .text-detail .details_blog a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 20px;
    width: fit-content;

}

.img-text-blog {
    flex-direction: row-reverse;
}

@media (max-width:1080px) {
    .image-text .img-text .text-detail .details_blog .detail_blog .logo {
        width: calc(50% - 10%);
    }
}


@media (max-width:991px) {
    .image-text .img-text {

        flex-direction: column-reverse;

        gap: 15px;
    }

    .image-text .img-text .text-detail {
        width: 100%;
    }

    .image-text .img-text .text-detail .details_blog {
        max-width: 100%;
    }

    .image-text .img-text .two-image {
        width: 100%;
    }

    .image-text .img-text .text-detail .details_blog .detail .sub_heading>* {
        font-size: 17px
    }

    .image-text .img-text .text-detail .details_blog a {

        width: fit-content;

    }

    .image-text .img-text .text-detail .details_blog .main-title {
        font-size: 24px;
    }

    .image-text .img-text .text-detail .details_blog .detail_blog .sub_heading>* {
        font-size: 13px;
    }
}



@media (max-width:375px) {
    .image-text .img-text .text-detail .details_blog a {
        font-size: 14px;
        padding: 12px 15px;
    }
}

/* end  */




/* blog dingle page   */

.blog_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.author-card {
    background-color: #ffffff;
    border: 1px solid #d5d1e6;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.author-card-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.author-image {
    width: 160.6px;
    height: 157px;
    border-radius: 9.59px;
    overflow: hidden;
    flex-shrink: 0;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.author-content {

    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: center;
}

.author-info {

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.author-header {

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.written-by {

    font-family: 'Reckless Neue', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 19.42px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}

.author-name {

    font-weight: 500;
    font-size: 24px;
    line-height: 25.89px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}

.author-bio {

    font-weight: 400;
    font-size: 15px;
    line-height: 23.25px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .author-card {
        width: 100%;
        max-width: 1147px;
        height: auto;
        min-height: 177px;
    }

    .author-card-inner {
        width: 100%;
        height: auto;
        min-height: 157px;
    }

    .author-content {
        width: 100%;
        height: auto;
    }

    .author-info {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .author-bio {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .author-card-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .author-image {
        width: 120px;
        height: 120px;
    }

    .author-header {
        width: 100%;
        align-items: center;
    }

    .written-by {
        width: auto;
        text-align: center;
    }

    .author-name {
        width: auto;
        text-align: center;
    }

    .author-bio {
        text-align: center;
        font-size: 12px;
        line-height: 155%;
    }
}


/* end  */
/* blog_country_row */

.blog_country_row .card img {
    border-top-left-radius: 111px;
    border-top-right-radius: 111px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: linear-gradient(179.93deg, rgba(0, 0, 0, 0) 64.20418620109558%, rgba(0, 0, 0, 1) 100%);
}

.blog_country_row .card {
    border: unset;
    background-color: unset;
    position: relative;
    cursor: pointer;
    width: calc(16.66% - 16.66px);
}

.blog_country_row .card .position-absolute .d-flex {
    border-radius: 5px;
    background: #ffffff4f;
    backdrop-filter: blur(4px);
}

.blog_country_row .card span {
    font-weight: 500;
    font-size: 18px;
}

.blog_country_row .card:hover .position-absolute .d-flex {
    background: #ffffff;
    backdrop-filter: unset;
    color: #000 !important;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
}

.blog_country_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .blog_country_row .card {
        width: calc(25% - 15px);
    }
}

@media (max-width: 991px) {
    .blog_country_row .card {
        width: calc(33.33% - 13.33px);
    }
}

@media (max-width: 575px) {
    .blog_country_row .card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 375px) {
    .blog_country_row .card {
        width: 100%;
    }
}


/* region card row */
.region-card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.region-card {
    width: calc(50% - 10px);
    border-radius: 15px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
    padding: 15px;
}

.region-card .region-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.region-card .tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.region-card .tags-container .tag {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    padding: 6px 15px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 991px) {
    .region-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .region-card .region-title {
        font-size: 18px;
    }

    .region-card .tags-container .tag {
        font-size: 13px;
        padding: 4px 10px;
    }

    .region-card .tags-container {
        gap: 5px;
    }
}

/* end */

/* Topics */
.blog_country_row_topics .card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* end  */

.region-card_marquee .tag {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    padding: 6px 15px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    display: block;
}

.blog_search_bar .search-form input {
    padding: 15px 10px;
    margin: 0;
    width: 100%;
}

.blog_search_bar .search-form .Where_experiences {
    padding: 0;
}

.blog_search_bar .search-form input::placeholder {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.blog_search_bar .search-form .Search_width_40 {
    width: 100%;
}

.blog_search_bar .search-form .Where_experiences::after {
    content: "";
    font-size: 0.7em;
    background-image: url(../image/dropdown-arrow.png);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    background-position: center;
    border-top: unset;
}

.btn_blog_bar {
    display: flex;
    gap: 10px;
}

.btn_blog_bar a {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.btn_blog_bar .com_primary {
    background-color: #fff;
    color: #000;
}

.btn_blog_bar a:hover {
    color: #FFF;
}

.blog_search_bar {
    display: flex;
    gap: 10px;
    width: calc(55% - 10px)
}

.blog_search_bar_search input {
    display: flex;
    width: 100%;
    padding: 13px 20px 13px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid #7D3EED;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #DEDFF2;

}

.blog_search_bar_search::before {
    content: "";
    font-size: 0.7em;
    background-image: url(../image/Search-blog.png);
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translatey(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    border-top: unset;
}

.blog_search_bar_search input::placeholder {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_search_bar_search input:focus-visible {
    outline: unset;
}

.blog_search_bar_search_wrap {
    position: relative;
    max-width: 450px;
    width: calc(45% - 10px)
}

.blog_search_bar_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .blog_search_bar_wrap {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .blog_search_bar_search_wrap {
        width: 100%;
        max-width: 100%;
    }

    .blog_search_bar {
        width: 100%;
    }

    .blog_search_bar .search-form {
        width: calc(50% - 5px);
    }

    .btn_blog_bar a {
        width: calc(50% - 5px);
    }

    .btn_blog_bar {
        width: calc(50% - 5px);
    }

}

@media (max-width: 575px) {
    .blog_search_bar {
        flex-direction: column;
    }

    .btn_blog_bar {
        width: 100%;
    }

    .blog_search_bar .search-form {
        width: 100%;
    }
}

.blog_search_bar_bg {
    background: #fff;
    width: 100%;
    display: flex;
    height: 465px;
    overflow: auto;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px;

}

.blog_search_bar_bg .experiences_country_row {
    border-radius: 0;
}

.mod_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.mod_wrap h5 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.mod_wrap .experiences_country_row {
    padding: 0;
}

.new_experiences_country_row {
    column-count: 1;
}

.new_experiences_search_bar_modal {
    max-width: 1000px !important;
    width: 100%;
}

.mod_wrap_40 {
    width: calc(66.6666% - 10px);
}

.mod_wrap_25 {
	width: calc(33.3333% - 10px);
}

.mod_wrap_35 {
    width: calc(25% - 10px);
}

.new_country_row .experiences_country_col p {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.new_country_row .experiences_country_col img {
    width: 100px;
    height: 70px;
}

.mod_wrap_40 .experiences_country_col {
    min-width: unset;
}

@media (max-width: 1200px) {
    .mod_wrap_40 {
        width: calc(50% - 7.6px);
    }

    .mod_wrap_25 {
        width: calc(50% - 7.6px);
    }

    .mod_wrap_35 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mod_wrap_40 {
        width: 100%;
    }

    .mod_wrap_25 {
        width: 100%;
    }

    .new_country_row .experiences_country_col img {
        width: 50px;
        height: 49px;
    }

    .new_country_row .experiences_country_col p {
        font-size: 12px;
    }
}


/* new escape */
.blog_escape a {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
    width: fit-content;
}

.blog_escape a:hover {
    background: #000;
    color: #fff;
}

.blog_escape a:hover span svg path {
    stroke: #FFF;
}

.blog_escape a span svg {
    width: 25px;
    height: 15px;
}


/* Immerse yourself in trending destinations */
.mobile_botn_blog {
    display: none;
}

@media (max-width: 991px) {
    .desktop_botn_blog {
        display: none;
    }

    .mobile_botn_blog {
        display: flex;
    }
}




/* Latest Articles */
.latest_articles {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.latest_articles_blog {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.latest_articles_blog .bg-light {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    right: 28px;
    border-radius: 0 0 5px 5px;
    padding: 5px 8px;
}

.latest_articles_blog .bg-light span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    text-align: center;

}

.latest_articles_blog .blog_badge {
    padding: 10px 0;
}

.latest_articles_blog h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.latest_articles_blog .text-mutedx {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    padding-bottom: 10px;
}

.latest_articles_blog .card {
    width: calc(33.33% - 13.33px);
}

.latest_articles_blog .blog_escape a {
    width: fit-content;
}


.compact-content {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.compact-image {
    width: 204px;
    height: 124px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.compact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.compact-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    overflow: hidden;
}

.compact-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.compact-card {
    width: calc(33.33% - 13.33px);
    background: #ffffff;
    border: 1px solid rgba(213, 209, 230, 0.03);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 1200px) {
    .latest_articles_blog .card {
        width: calc(50% - 10px);
    }

    .compact-card {
        width: calc(50% - 10px);
    }

    .compact-image {
        width: 150px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .latest_articles_blog .card {
        width: 100%;
    }

    .compact-card {
        width: 100%;
    }

}

@media (max-width: 575px) {
    .compact-image {
        width: 121px;
        height: 109px;
        flex-shrink: 0;
    }
}

@media (max-width: 375px) {
    .compact-content {
        flex-direction: column;
    }

    .compact-image {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
    }
}



/* blog alll page  */
.latest_articles_blog_all .card {
    border-radius: 15px !important;
    border: 1px solid #D5D1E6 !important;
    transition: 0.5s;
}



.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    justify-content: center;
}

.nav-button {
    width: 40.92px;
    height: 40.92px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.nav-button img {
    width: 100%;
    height: 100%;
}

.nav-button:hover {
    opacity: 0.8;
}

.page-button {
    width: 40.92px;
    height: 40.92px;
    border-radius: 5.86px;
    border: 1px solid #D5D1E6;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.page-button:hover {
    opacity: 0.8;
}

.page-button.current {
    background: linear-gradient(90deg, #AD4BFC 0%, #8037FF 40%);
    border: 1px solid #7D3EED;
    color: #FFFFFF;
}

.page-button.active {
    background: #FFFFFF;
    border: 1px solid #D5D1E6;
    color: #000000;
}

.ellipsis {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 21.87px;
    line-height: 32.81px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.23px;
    height: 31.64px;
    margin-top: 4.64px;
}

@media (max-width: 767px) {
    .pagination {
        gap: 8px;
    }

    .page-button,
    .nav-button {
        width: 36px;
        height: 36px;
    }

    .page-button {
        font-size: 16px;
    }

    .ellipsis {
        font-size: 18px;
    }

    .pagination button {
        font-size: 12px;
        padding: 5px 8px;
    }
}





/* country page  */
.new_next_escape .next_escape_text h2 {
    color: #000;
}

.new_next_escape .next_escape_row {
    border-radius: 15px;
    border: 1px solid #D5D1E6;
    background: #FFF;
    padding: 25px 20px;
}

@media (max-width: 767px) {
    .new_next_escape .next_escape_row {
        padding: 10px 10px;
    }
}


/* ne  */



.image-text .img-text {
    display: flex;
    justify-content: space-between;
    gap: 15px;

}

.image-text figure {
    margin: 0;
}

.image-text .img-text .text-detail {

    justify-items: center;
    align-content: center;

    width: 48%;
}

.image-text .img-text .two-image {
    width: 52%;
}

.image-text .img-text .text-detail .details_blog {

    max-width: 600px;

    display: flex;
    /* height: auto; */
    flex-direction: column;
    gap: 30px;

    align-items: start;

}

.image-text .img-text .text-detail .details_blog .main-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    /* 143.333% */
    text-transform: capitalize;
}

.image-text .img-text .text-detail .details_blog .detail_blog .sub_heading>* {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 23.25px */
    text-transform: capitalize;
}

.image-text figure img {
    width: 100%;
}

.image-text .img-text .text-detail .details_blog .detail_blog {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.image-text .img-text .text-detail .details_blog .detail_blog .logo {
    width: 50%;
}

.image-text .img-text .text-detail .details_blog a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 20px;
    width: fit-content;

}

.img-text-blog {
    flex-direction: row-reverse;
}

@media (max-width:1080px) {
    .image-text .img-text .text-detail .details_blog .detail_blog .logo {
        width: calc(50% - 10%);
    }
}


@media (max-width:991px) {
    .image-text .img-text {

        flex-direction: column-reverse;

        gap: 15px;
    }

    .image-text .img-text .text-detail {
        width: 100%;
    }

    .image-text .img-text .text-detail .details_blog {
        max-width: 100%;
    }

    .image-text .img-text .two-image {
        width: 100%;
    }

    .image-text .img-text .text-detail .details_blog .detail .sub_heading>* {
        font-size: 17px
    }

    .image-text .img-text .text-detail .details_blog a {

        width: fit-content;

    }

    .image-text .img-text .text-detail .details_blog .main-title {
        font-size: 24px;
    }

    .image-text .img-text .text-detail .details_blog .detail_blog .sub_heading>* {
        font-size: 13px;
    }
}



@media (max-width:375px) {
    .image-text .img-text .text-detail .details_blog a {
        font-size: 14px;
        padding: 12px 15px;
    }
}

/* end  */




/* blog dingle page   */

.blog_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.author-card {
    background-color: #ffffff;
    border: 1px solid #d5d1e6;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.author-card-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.author-image {
    width: 160.6px;
    height: 157px;
    border-radius: 9.59px;
    overflow: hidden;
    flex-shrink: 0;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.author-content {

    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: center;
}

.author-info {

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.author-header {

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.written-by {

    font-family: 'Reckless Neue', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 19.42px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}

.author-name {

    font-weight: 500;
    font-size: 24px;
    line-height: 25.89px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}

.author-bio {

    font-weight: 400;
    font-size: 15px;
    line-height: 23.25px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .author-card {
        width: 100%;
        max-width: 1147px;
        height: auto;
        min-height: 177px;
    }

    .author-card-inner {
        width: 100%;
        height: auto;
        min-height: 157px;
    }

    .author-content {
        width: 100%;
        height: auto;
    }

    .author-info {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .author-bio {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .author-card-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .author-image {
        width: 120px;
        height: 120px;
    }

    .author-header {
        width: 100%;
        align-items: center;
    }

    .written-by {
        width: auto;
        text-align: center;
    }

    .author-name {
        width: auto;
        text-align: center;
    }

    .author-bio {
        text-align: center;
        font-size: 12px;
        line-height: 155%;
    }
}


/* end  */
/* blog_country_row */

.blog_country_row .card img {
    border-top-left-radius: 111px;
    border-top-right-radius: 111px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: linear-gradient(179.93deg, rgba(0, 0, 0, 0) 64.20418620109558%, rgba(0, 0, 0, 1) 100%);
}

.blog_country_row .card {
    border: unset;
    background-color: unset;
    position: relative;
    cursor: pointer;
    width: calc(16.66% - 16.66px);
}

.blog_country_row .card .position-absolute .d-flex {
    border-radius: 5px;
    background: #ffffff4f;
    backdrop-filter: blur(4px);
}

.blog_country_row .card span {
    font-weight: 500;
    font-size: 18px;
}

.blog_country_row .card:hover .position-absolute .d-flex {
    background: #ffffff;
    backdrop-filter: unset;
    color: #000 !important;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
}

.blog_country_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .blog_country_row .card {
        width: calc(25% - 15px);
    }
}

@media (max-width: 991px) {
    .blog_country_row .card {
        width: calc(33.33% - 13.33px);
    }
}

@media (max-width: 575px) {
    .blog_country_row .card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 375px) {
    .blog_country_row .card {
        width: 100%;
    }
}


/* region card row */
.region-card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.region-card {
    width: calc(50% - 10px);
    border-radius: 15px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
    padding: 15px;
}

.region-card .region-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.region-card .tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.region-card .tags-container .tag {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    padding: 6px 15px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 991px) {
    .region-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .region-card .region-title {
        font-size: 18px;
    }

    .region-card .tags-container .tag {
        font-size: 13px;
        padding: 4px 10px;
    }

    .region-card .tags-container {
        gap: 5px;
    }
}

/* end */

/* Topics */
.blog_country_row_topics .card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* end  */



.region-card_marquee .tag {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    padding: 6px 15px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    display: block;
}

/* blog-details-page */
.main-content-blog {
    width: calc(68% - 10px);
}

.content-blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog_sidebar {
    width: calc(32% - 10px);
}
.blog_sidebar figure {
    border-radius: 10px;
    border: 1px solid #D5D1E6;
}

.main-content-blog .hero-image img {
    border-radius: 10px;
}

.article-header .article-subtitle {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.author-details {
    display: flex;
    align-items: center;
    gap: 11px;
}

.author-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.meta-separator {
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}

.update-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.share-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
}

.share-button {
    background-color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    height: 24px;
    display: flex;
    align-items: center;
}

.social-icons-blog {
    display: flex;
    gap: 9px;
}

.share-button span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.social-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 15px;
    border-radius: 5px;
}

.author-info-blog {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-left: 0;
}

.social-icons-blog svg {
    width: 30px;
    height: 30px;
}

.article-content .intro-paragraph {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    /* 22.35px */
    text-transform: capitalize;
    padding-top: 20px;
}

.article-section-blog table {
	width: 100% !important;
}

.article-section-blog h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.article-section-blog h1,
.article-section-blog h2,
.article-section-blog h3,
.article-section-blog h4,
.article-section-blog h5,
.article-section-blog h6 {
	margin: 35px 0 20px 0;
}

    

.article-section-blog h1 strong,
.article-section-blog h2 strong,
.article-section-blog h3 strong,
.article-section-blog h4 strong,
.article-section-blog h5 strong,
.article-section-blog h6 strong {
	font-weight: inherit;
}
.article-section-blog p:empty {
	margin: 0;
}

.article-section-blog p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0 0 20px 0;
}
.article-section-blog p b,
.article-section-blog p strong {
    font-weight: 600;
}

.article-section-blog figure {
    margin: 15px 0;
}

.article-section-blog img {
    border-radius: 10px;
    width: 100% !important;
    height: 500px;
    object-fit: cover;
}

.article-section-blog {
    padding: 10px 0;
}

.trending-articles .compact-card {
    border: 1px solid #D5D1E6;
}

.trending-articles .compact-card .compact-content {
    flex-direction: column;
}

.trending-articles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.trending-articles .compact-card .compact-content .compact-image {
    width: 100%;
    height: 150px;
}

.trending-section h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.sidebar-hero-blog figure img {
    width: 100%;
    border-radius: 10px;
}

.more-on-section h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.more-on-section .tags .tag {
    display: flex;
    padding: 5px 12px;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #C6C1CE;
    justify-content: center;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more-on-section .tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.more-on-section {
    margin-top: 10px;
}

.article-header h1 {
    padding-top: 20px;
    margin-bottom: 14px;
}

.trending-section .see-all-link {
    margin: 10px 0;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.blog_details_mobile {
    display: none;
}

@media (max-width: 1200px) {
    .main-content-blog {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .blog_sidebar {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .blog_details_desktop {
        display: none;
    }

    .blog_details_mobile {
        display: block;
    }

    .new-call-us-billing_details .call-us-img img {
        height: 215px;
        width: 155px;
    }

    .trending-articles .compact-card .compact-content .compact-image {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .new-call-us-billing_details .call-us-img img {
        height: auto;
    }
}

@media (max-width: 768px) {

    .article-meta {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 10px;
        padding-top: 10px;
    }

    .article-header h1 {
        text-align: start;
    }

    .update-date {
        font-size: 14px;
    }

    .article-content .intro-paragraph {
        padding-top: 10px;
    }

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

    .author-text {
        font-size: 14px;
    }

    .article-section-blog h2 {
        font-size: 20px;
    }
    
    .article-section-blog img {
	    height: 300px;
	}

    .blog_escape_new {
        justify-content: center;
    }

    .trending-section h4 {
        font-size: 20px;
    }


}

@media (max-width: 575px) {
    .author-info-blog {
        flex-direction: column;
        gap: 5px;
    }
}




.blog_search_bar_search input {
	background: #dedff2;
    border-radius: 10px;
    border: 0;
}
.blog-search {
	position: absolute;
    top: 13px;
    left: 10px;
}