/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.button, button, input[type=button], input[type=reset], input[type=submit]{
    font-weight: 500;
}
.title-green-black h2 {
    font-size: 40px;
}
.title-green-black h2 strong, .title-green-white h2 strong {
    color: #85B458;
}
.our-story-box img {
    border-radius: 28px;
}
.our-story-box h6 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 50px;
    color: #333;
}
.our-story-box h3 {
    font-size: 40px;
    line-height: 1.4;
}
.our-story-box p {
    color: rgba(82, 87, 94, 0.80);
    font-size: 16px;
}
.our-story-box .button:hover {
    background: transparent;
    box-shadow: none;
    color: #333;
}
.title-green-white h2 {
    color: #B3B3B3;
    font-size: 40px;
    font-weight: 700;
}
.title-green-white p{
    color: #E0E0E0;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
letter-spacing: -0.38px;
}
.inspiration-box {
    background-image: url(/wp-content/uploads/2025/12/maps-bg-scaled.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.title-white h2 {
    font-size: 40px;
    color: #fff;
}
.testi-box .icon-box-text {
    text-align: center;
    color: #000;
    font-size: 16px;
}
.testi-box .icon-box-text p.lead {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    font-style: normal;
}
.testi-box{
    border-radius: 28px;
    overflow: hidden;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid #85B458;
    border-radius: 100%;
    background: #85B458;
}
.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: #fff !important;
    background-color: #313132;
    border-color: #313132;
}
.box-desti img {
    border-radius: 120px;
    text-align: center;
}
.box-desti {
    text-align: center;
}
.box-desti a {
    color: #1e1e1e;
}
.box-desti h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.box-text-inner.blog-post-inner .is-divider {
    display: none;
}
.box-text-inner.blog-post-inner {
    display: flex;
    flex-wrap: wrap;
}
.box-text-inner.blog-post-inner h5.post-title {
    order: 2;
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0px;
}
.box-text-inner.blog-post-inner h5.post-title  a:hover{

color: #85B458;
}
.box-text-inner.blog-post-inner .post-meta {
    order: 1;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.box-text-inner.blog-post-inner p.from_the_blog_excerpt {
    order: 3;
}
.box-icon-home {
    border-radius: 14px;
    border: 1px solid var(--Gray-Gainsboro, #DCE5EB);
    background: var(--White, #FFF);
    box-shadow: 0 2px 4px 0 rgba(14, 86, 124, 0.16);
    padding: 25px;min-height: 245px;
}
.box-icon-home h3 {
    font-size: 16px;
    color: #1D293F;
}
.box-icon-home p, .box-icon-home {
    color: #99A3AD;
    font-size: 14px;
}
.box-icon-home:hover {
    background: #85B458;
}
.box-icon-home:hover h3, .box-icon-home:hover, .box-icon-home:hover p{
    color: #fff;
}
.box-icon-home svg, .box-icon-home path {
    fill: #000;
    color: #000;
}
.box-icon-home:hover svg, .box-icon-home:hover path{
    fill: #fff;
    color: #fff;
}
.text-right-form h4 {
    color: #85B458;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.38px;
}
.text-right-form h3 {
    color: #1D293F;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.77px;
    margin-bottom: 10px;
}
.text-right-form h5 {
    color: var(--Gray-Slate-Gray, #546179);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
    max-width: 400px;
}
.form-tr input.wpcf7-form-control.wpcf7-email {
    height: 87px;
    padding: 10px;
}
.form-tr input.wpcf7-form-control.wpcf7-submit {
    height: 87px;
    background: #000;    margin: 0px;
}
.form-tr .wpcf7-spinner{
    display: none;
}
a.tour-thumbnail img {
    height: 600px;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
}
.tour-item {
    FONT-VARIANT: JIS78;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8%;
    align-items: center;
    margin: 50px 0px;
}
.tour-item.tour-nt-child>a {
    order: 2;
}
.meta-tour-home ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 20px;
    color: #B3B3B3;
   
}.meta-tour-home li {
    display: flex;
    align-items: center;
    margin: 0 !important;
    gap: 10px;
}
h3.tour-title {
    color: #BDBDBD;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
h3.tour-title a{
     color: #BDBDBD;
}
h3.tour-title:hover a{color: #85B458;}

.button-primary {
    border-radius: 10px;
    background: #85B458;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #85B458;
    font-weight: 400;
    min-width: 200px;
    display: inline-block;    text-transform: none;
    max-width: 100%;
}
.button-primary:hover{
border: 1px solid #333;
background: transparent;
color:#333;
}
.button-line {
    font-size: 16px !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #333 !important;
    padding: 10px 20px !important;
    border: 1px solid #333 !important;
    font-weight: 400;
}
.button-line-white {
    font-size: 16px !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: 1px solid #fff !important;
    font-weight: 400;
}

.button-line:hover {
    color: #fff;
    background: #85B458;
    border: 1px solid #85B458;
}
.tour-search-form {
    display: grid;
    gap: 0px;
    align-items: center;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #fff;box-shadow: 0 43px 66px 0 rgba(0, 0, 0, 0.07);
}
form.tour-search-form .field-box {
    padding: 0px 20px;
}
.field-box label {
    color: #212529;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--Gray-Slate-Gray, #546179);
}
.field-box select {
    border: none;
    font-size: 18px;
    padding: 5px 10px;
    border-bottom: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.search-submit {
    padding: 24px 40px;
    background: #85b458;
    color: #fff;
    border: none;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
}
.search-banner {
    position: relative;
    top: -80px;
}
.field-box select {
    border: none;
    font-size: 18px;
    padding: 5px 10px;
    border-bottom: none;
    outline: none;
    box-shadow: none;
}
#tour-region-tabs {
    margin-bottom: 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}
#tour-region-tabs .tab-btn, button.tour-tab {
    padding: 5px 18px;
    margin: 11px 0px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 0px;
    text-transform: none;
    font-weight: 400;
    margin-right: 15px;
}
.tour-tabs {
    margin-bottom: 30px;
}
#tour-region-tabs .tab-btn.active,button.tour-tab.active {
    background: #7abf41;
    color: #fff;
    border-color: #7abf41;
}
.tour-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.tour-box {
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0 2px 9.7px 0 rgba(8, 66, 97, 0.09);
    padding: 10px;
}
.tour-meta-box li {
    margin-left: 0px !important; display: flex;
    align-items: center;
    gap: 5px;
}
.tour-meta-box ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #546179;
    font-size: 14px;
    margin-top: 10px;
}
.tour-meta-box img {
    height: 15px;
    width: auto;
}
.tour-box h3 {
    font-size: 19px;
    margin-bottom: 20px;
}
.tour-box h3 a {
    color: #1D293F;
}
.tour-box h3 a:hover {
    color: #85b458;
}

.tour-box {
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0 2px 9.7px 0 rgba(8, 66, 97, 0.09);
    padding: 10px;
    padding-bottom: 30px;
}
a.tour-box-thumbnail img {
    height: 250px;
    object-fit: cover;
    border-radius: 13px 13px 0px 0px;
}
.tour-box a.button-line {
    margin-top: 10px;
    display: inline-block;
}
.tour-2-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.icon-box-sidebar .col-inner {
    border-radius: 16px;
    border: 1px solid var(--Gray-Off-Cultured, #E9ECEF);
    background: var(--White, #FFF);
    padding: 30px 15px;
}
.icon-box-sidebar h3 {
    color: #1D293F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
}
.icon-box-sidebar .icon-box-text  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon-box-sidebar .icon-box-text ul li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0px !important;
    display: inline-block;
}
.icon-box-sidebar .icon-box-text  ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/12/check-black.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.download-icon h5 {
    font-size: 16px;
    color: #4F4F4F;
    font-weight: 500;
    margin-bottom: 0px;
}.download-icon em {
    font-size: 12px;
    color: #4f4f4f;
}.form-download input {
    border-radius: 8px;
    border: 1px solid var(--Gray-Gainsboro, #DCE5EB);
    background: #F9F9F9;
    box-shadow: none;
    height: 48px;
    width: 100%;
}
.form-download input.wpcf7-form-control.wpcf7-submit {
    background: #85b458;
    text-transform: none;
}.menu-sidebar-tr>div {
    display: inline-block;
    /* padding: 8px 38px; */
}
.menu-sidebar-tr {
    display: inline-block;
    width: 100%;
}
.menu-sidebar-tr>div a {
    display: block;
    padding: 8px 38px;
    border: 1px solid #6D6E76;
    margin: 5px 5px;
    border-radius: 8px;
    color: #232536;
}
.menu-sidebar-tr>div a:hover{
 color: #fff !important;
 background: #85B458;   
 border-color: #85B458;
}
.pagination .wp-pagenavi {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;text-align: center;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #333333;
    padding: 5px 23px;
    margin: 2px;
    border-radius: 4px;
}
.pagination  .wp-pagenavi span.current {
    font-weight: normal;
    background: #85B458;
    color: #fff;
}
 .tour-slider-wrap {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            margin: auto;
        }

        .tour-slider img {
            width: 100%;
            height: 630px;
            object-fit: cover;
        }

        .tour-slider-wrap .slick-prev, .tour-slider-wrap .slick-next {
            width: 40px;
            height: 40px;
            z-index: 20;
        }
.tour-slider-wrap .slick-prev:before, .tour-slider-wrap .slick-next:before {
    font-size: 25px;
    color: #85b458;
}

        .tour-slider-wrap .slick-next {
            right: 15px;
        }

        .tour-slider-wrap .slick-prev {
            left: 15px;
        }

        .slider-counter {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: #f5eebc;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }
.gallery-tour {
    display: grid;
    grid-template-columns: 240px calc(100% - 260px);
    gap: 20px;
}
.tour-gallery-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 280px;
}

.gallery-item-tour {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-item-tour img {
    width: 100%;
    display: block;
    border-radius: 12px;
    height: 147px;
    object-fit: cover;
}

/* Icon play cho video */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    opacity: 0.9;
}

/* Overlay + số lượng ảnh thêm */
.overlay-more {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    border-radius: 12px;
}
.tour-gallery-list .gallery-item-tour:nth-child(n+5) {
    display: none;
}
.accordion-tour {
    width: 100%;
    overflow: hidden;
    padding: 25px 0px;
}

.accordion-item-tour {
    border-bottom: 1px solid #ddd;
}
.accordion-header-tour {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 20px;
    background: #f7f7f7;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background .2s;
    background: #85B458;
    text-transform: none;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    border: none;
}
.accordion-content-tour {
    display: none;
    padding: 15px 20px;
    background: #fff;
    animation: accordionFadeIn-tour .3s ease;
}

@keyframes accordionFadeIn-tour {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Khi mở */
.accordion-item-tour.active-tour .accordion-content-tour {
    display: block;
}

.accordion-item-tour.active-tour .accordion-header-tour {
    background: #e6f4ff;
    font-weight: 600;
    background: #85B458;
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: 600;
}

h2.title-tour-single {
    color: #1D293F;
    font-size: 30px;
    font-weight: 700;
}
.nav-tour-single ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
    gap: 50px;
}
.nav-tour-single ul li.nav-active, .nav-tour-single ul li:hover {
    color: #85B458;
}
.nav-tour-single {
    display: inline-block;
    border-top: 2px solid #E9ECEF;
    border-bottom: 2px solid #E9ECEF;
    width: 100%;
    margin-bottom: 25px;
}
.nav-tour-single ul li {
    margin: 0px;
    padding: 20px 0px;
    color: #546179;cursor: pointer;
    font-size: 18px;
}
.info-tour-single {
    border-top: 2px solid #E9ECEF;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-bottom: 2px solid #E9ECEF;
    padding: 30px 0px;
}
.info-tour-single {
    border-top: 2px solid #E9ECEF;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.list-info-tour-single {
    padding: 10px 0px;
}
.single-tour main#main {
    background: #fff;
}
.list-info-tour-single>span {
    color: #546179;
    letter-spacing: 0.5px;
}
.list-info-tour-single>div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1D293F;
    font-weight: 500;
}

.glance {
    position: relative;
    padding: 30px 0px;
    padding-left: 100px;
}
.glance ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    color: rgba(29, 41, 63, 0.73);
    FONT-SIZE: 16px;
    font-weight: bold;
}
.glance>h3 {
    color: rgba(29, 41, 63, 0.73);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}
.glance:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/12/glance.svg);
    width: 52px;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: 50px auto;
}
h3.title-single-tour {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #1D293F;
    font-size: 36px;
    margin-bottom: 10px;
}
p.des-title-single-tour {
    color: #000;
    border-bottom: 2px solid #E9ECEF;
    padding-bottom: 15px;
}

.accordion-header-tour span {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 16px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    line-height: 45px;
    margin-right: 20px;
}
.summary ul {
    list-style-position: inside;
}
.summary {
    margin-top: 30px;
}
.accordion-content-tour img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.rela-tour {
    background: #333;
    padding: 70px;
}
.title-green h3 {
    color: #85B458;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}
.title-green p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.38px;
}
.blog-list-tour .box-image {
    display: none;
}
.blog-list-tour h5.post-title a {
    font-size: 16px;
}
.blog-list-tour .col.post-item .col-inner {
    padding: 0px;
    border: none;
}
.blog-list-tour .box-text.text-left.is-xsmall {
    padding: 15px;
}
.blog-list-tour  .col.post-item {
    padding-bottom: 0px !important;
}
.latest-tour-list .tour-box {
    margin-bottom: 30px;
}
.text-contact h3 {
    color: #232536;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
.text-contact {
    color: #6D6E76;
}
.box-open-hours>.col-inner {
    background: #85B458;
    padding: 30px;
    border-radius: 10px;
    padding-bottom: 0px;
}
.box-open-hours h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.box-open-hours h4 {
    font-size: 16px;
    font-weight: normal;
}
.row.form-contact-page input, .row.form-contact-page select, .row.form-contact-page textarea  {
    border-radius: 8px;
    border: 1px solid rgba(109, 110, 118, 0.50);
    box-shadow: none;
    padding: 24px;
    margin-bottom: 0px;
}
.row.form-contact-page input.wpcf7-form-control.wpcf7-submit.button-primary {
    width: 100%;
    padding: 10px;
    background: #85b458;
    border: none;
}
.team-tr .box-image img {
    max-width: 100px;
    height: 100px;
    width: 100%;
}
.team-tr {
    border-radius: 20px;
    background: var(--Light-grey, #F4F4F4);
    padding: 10px;
}
.team-tr .box-image{
    max-width: 100px; height: 100px;
}
span.person-name {
    color: var(--Black, #232536);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: none;
}
span.person-title.is-small.thin-font.op-7 {
    color: var(--Medium-grey, #6D6E76);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}
.is-outline {
    color: #000;
}
.tour-list-home .button-primary:hover {
    color: #fff;
    border-color: #fff;
}
.icon-center-tr {
    display: flex;
    align-items: center;
    color: #1D293F;
    font-size: 32px;
    margin-bottom: 30px;
}
.faq-acc .accordion-title {
    background: #85B458;
    color: #fff;
    position: relative;
    padding-right: 50px;    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 23px;
}
.faq-acc.accordion .toggle {
    right: 0;
    left: unset;
    top: 16px;
}
.faq-acc .accordion-title:before {
    content: '?';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 40px;top: 12px;
}
.row-gray-tr h5 {
    color: var(--Black, #232536);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.row-gray-tr h3 {
    color: var(--Oxford-Blue, #1D293F);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.38px;
    margin: 16px 0px;
}
.row-gray-tr p {
    color: var(--Medium-grey, #6D6E76);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.video-box-tr .video-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000059;  border-radius: 10px;
}
.video-box-tr img {
    border-radius: 10px;
}
.row-gray-tr {
    background: #f4f8f0;
    padding: 70px;
    padding-bottom: 40px;
}
.forn-ques-tr {
    border-radius: 16px;
    border: 1px solid var(--Gray-Off-Cultured, #E9ECEF);
    background: var(--White, #FFF);
    padding: 35px;margin-top: 30px;
}
.form-ques span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 100%;
    font-weight: normal;
}
.form-ques span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label{
    font-weight: 400;
    margin-bottom: 0px;
}
p.title-ques {
    color: var(--Gray-Slate-Gray, #546179);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0px;
}
.form-ques input, .form-ques select, .form-ques textarea {
    box-shadow: none;
    border: 1px solid #dce5eb;
    border-radius: 5px;
}
.form-ques {
    padding: 5px 0px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #85b458;
    border-radius: 5px;
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
}
.icon-box-larger h3 {
    color: #1D293F;
    font-size: 36px;
    line-height: 47px;
}
.page-id-346 #main{
background: #fff;
}
.tab-desti .nav-outline>li>a {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
    margin-right: 15px;
}
.tab-desti .nav-outline>li.active>a {
    background: #85b458;
    color: #fff;
    border: 1px solid #85b458;
}

.hotel-stars-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.hotel-stars-tab {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
}
.hotel-stars-tab.active {
    background: #79a847;
    color: #fff;
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.hotel-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 0px 10px #eee;
}

.hotel-card img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.hotel-view-more-wrap {
    text-align: center;
    margin-top: 25px;
}

#hotel-view-more {
    padding: 10px 25px;
    background: #79a847;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.hotel-grid img {
    margin-bottom: 16px;
}
.hotel-grid h3 {
    margin-bottom: 0px;
}
p.locatio-hoel {
    color: #99A3AD;
}p.locatio-hoel img {
    margin: 0px;
    margin-right: 5px;
}
p.locatio-hoel {
    display: flex;
    align-items: center;
}
.list-info-tour-single.loca-icon img {
    height: 50px;
    background: #fff;
    padding: 7px;
}
.single main#main {
    background: #fff;
}
.latest-posts-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.latest-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.lp-thumb, .lp-thumb img {
    width: 120px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
    background: #d9d9d9;
}

.lp-thumb-placeholder {
    width: 70px;
    height: 70px;
    background: #cfd3d6;
    border-radius: 6px;
}

.lp-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.35;
    display: block;
}

.lp-title:hover {
    text-decoration: underline;
    color:#fff;
}

.row.form-contact-page>.col {
    padding-bottom: 10px;
}
@media (max-width: 1024px) {
   .tour-item {
    grid-template-columns: 1fr;
} 
a.tour-thumbnail img {
    height: auto;
    width: auto;
    object-fit: cover;
    border-radius: 0px;
    margin-bottom: 20px;
}
h3.tour-title{
    font-size: 20px;
}
.tour-item.tour-nt-child>a{
    order: 1;
}
.tour-right-info {
    order: 2;
}
.testi-box .text-box-content.text {
    padding: 14px;
}
.box-desti h3 {
    font-size: 18px;
 
}
.title-green-black h2, .title-green-white h2 {
    font-size: 24px;
}
.box-text-inner.blog-post-inner h5.post-title, .title-green-white p{
    font-size: 16px;
}
.text-right-form h3{
    font-size: 30px;
}
.text-right-form h4, .text-right-form h5{
    font-size: 18px;
}
.form-tr input.wpcf7-form-control.wpcf7-submit {
    height: 65px;
  border-radius: 0px;
    font-size: 14px;
}
.form-tr input.wpcf7-form-control.wpcf7-email{
    height: 65px;
}
.our-story-box h3,.icon-box-sidebar h3 {
    font-size: 26px;
}
.search-banner {
    position: relative;
    top: 0;
}
.tour-search-form {
    display: inline-block;
    width: 100%;
}
.field-box label {
    font-size: 16px;
    font-weight: 500;
}
.search-submit {
    padding: 7px 40px;
   
    font-size: 16px;
    margin: 0px;
    width: 100%;
}
.tour-2-row{
  grid-template-columns: 1fr;  
}
#tour-region-tabs .tab-btn, button.tour-tab {
    font-size: 14px;
}
.gallery-tour {
    display: block;
    grid-template-columns: 1fr;
    }
    .tour-gallery-list {
    display: flex;
    flex-direction: unset;
    gap: 15px;
    max-width: 100%;
}
.tour-gallery-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
        max-width: 100%;
    }
    .tour-slider img {
    height: 240px;
}
h2.title-tour-single{
    font-size: 20px;
}
.nav-tour-single ul li{
    font-size: 16px;
}
.info-tour-single{
    grid-template-columns: repeat(2, 1fr);
}
.list-info-tour-single>div, .glance ul {
    font-size: 14px;
}
.list-info-tour-single>span{
    font-size: 14px;
}
h3.title-single-tour{
    font-size: 28px;
}
.accordion-item-tour .accordion-header-tour{
    font-size: 14px !important;
}
.accordion-header-tour{
    padding: 10px;
}
.accordion-header-tour span {
    width: 35px;
    height: 35px;
    line-height: 35px;        margin-right: 5px;
}
.text-contact h3{
    font-size: 28px;
    line-height: 40px;
}
.hotel-grid{
    grid-template-columns: 1fr;
}
.gallery-item-tour img{
    height: 80px;
  
}
.tour-gallery-list{
    margin-bottom: 20px;  
}
.slider-counter{
    display: none;
}
.hotel-stars-tab {
    font-size: 14px;
    text-transform: none;
}
.hotel-stars-tabs{
    gap: 5px;
    margin-bottom: 10px;
}
}