/* Sec 2  - Box Content */
.sec2 {
    padding: 4.444vw 0px 128px;
    background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/bg-customer-reviews.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sec2 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4.444vw;
}

.sec2 .row .col {
    width: 100%;
    height: 100%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec2 .row .col img,
.sec2 .row .col video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.389vw;
    border: 5px solid #FF6100;
}

.sec2 .title {
    color: #FF6100;
}

.sec2 .row .col.col--R {
    position: relative;
}

.sec2 .row .col img.mascot {
    position: absolute;
    right: -150px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    object-fit: contain;
    border: none;
}

/* Sec 3  - Tours */
.sec3 {
    padding: 4.444vw 0px;
}

.sec3 .title {
    margin-bottom: 16px;

}

.sec3 .description {
    max-width: 1024px;
    margin: 0px auto 42px;
}

.sec3 .sec3_tours {
    margin-bottom: 0px;
}

.sec3 .sec3_tours .slick-track {
    display: flex;
    gap: 20px;
}

.sec3 .sec3_tours .slick-track .slick-slide {
    height: inherit;
    display: flex;
    float: none !important;
    padding-bottom: 5px;
}

.sec3 .sec3_tours .tour-item {
    background-color: white;
    border-radius: 1.389vw;
    height: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.sec3 .sec3_tours .tour-item a {
    color: black;
}

.sec3 .sec3_tours .tour-item .item__head {
    height: 270px;
    position: relative;
}

.sec3 .sec3_tours .tour-item .item__head .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0.972vw;
    line-height: 1.2;
    border-radius: 1.389vw;
    padding: 6px 12px;
    background-color: #FF6100;
    color: white;
}

.sec3 .sec3_tours .tour-item .item__head .badge.badge--date {
    top: auto;
    bottom: -12px;
    background-color: #101A3B;
}

.sec3 .sec3_tours .tour-item .item__head img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.sec3 .sec3_tours .tour-item .item__main {
    padding: 32px 32px 0px;
}

.sec3 .sec3_tours .tour-item .item__main .title {
    font-size: 1.5vw;
    line-height: 1.2;
    margin: 0px 0px 16px;
    text-align: left;
}

.sec3 .sec3_tours .tour-item .item__main .info {
    display: flex;
    gap: 4px;
    font-size: 1.111vw;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sec3 .sec3_tours .tour-item .item__main .info svg {
    margin-right: 4px;
    flex-basis: 20px;
}

.sec3 .sec3_tours .tour-item .item__main .info p {
    margin: 0px;
    flex-basis: calc(100% - 20px);
}

.sec3 .sec3_tours .tour-item .item__main .info strong {
    font-weight: 500;
}

.sec3 .sec3_tours .tour-item .item_foot {
    padding: 0px 32px 24px;
}

.sec3 .sec3_tours .tour-item .item_foot .price,
.sec3 .sec3_tours .tour-item .item_foot .note {
    font-size: 1.111vw;
    line-height: 1.4;
    margin: 8px 0px;
    font-weight: 500;
    color: #101A3B;
}

.sec3 .sec3_tours .tour-item .item_foot .price strong {
    font-size: 1.389vw;
    line-height: 1.4;
    color: #FF6100;
    font-weight: 700;
}

.sec3 .sec3_tours .tour-item .item_foot .note strong {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 700;
}

.sec3 .sec3_tours .swiper-pagination {
    position: unset;
    margin-top: 20px;
}

.sec3 .sec3_tours .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 16px;
    background-color: white;
    opacity: 1;
}

.sec3 .sec3_tours .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    background-color: #FF6100;
    transition: 0.3s width ease-in;
}

.sec3 .sec3_tours .swiper-button-prev {
    left: 0px;
}

.sec3 .sec3_tours .swiper-button-next {
    right: 0px;
}

.sec3 .sec3_tours .swiper-button-prev::after,
.sec3 .sec3_tours .swiper-button-next::after {
    font-size: 1.875vw;
    font-weight: 900;
    color: #FF6100;
}

.sec3.sec--suggested-tours .sec3_tours .button-booknow {
    color: white;
    margin: 0 auto 24px;
}

/* Sec Posts */
.sec--posts {
    padding-top: 0px;
    padding-bottom: 4.444vw;
}

.sec--posts .sec3_posts {
    margin-bottom: 0px;
}

.sec--posts .sec3_posts article {
    padding: 0 12px;
}

.sec--posts .sec3_posts article .card-thumb {
    margin-bottom: 1.389vw;
}

.sec--posts .sec3_posts article .card-thumb img {
    border-radius: 1.667vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.sec--posts .sec3_posts article .card-meta {
    display: flex;
    gap: 0.556vw;
    margin-bottom: 0.556vw;
}

.sec--posts .sec3_posts article .card-meta span {
    font-size: 0.833vw;
    line-height: 1.2;
    padding: 0.417vw 0.833vw;
    border-radius: 1.667vw;
    background-color: #FF6100;
    color: white;
    text-transform: capitalize;
}

.sec--posts .sec3_posts article .card-content a {
    color: #101A3B;
}

.sec--posts .sec3_posts article .card-content .card-title {
    font-size: 1.2vw;
    line-height: 1.2;
    font-weight: 700;
    margin: 0px 0px 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sec--posts .sec3_posts article .card-content .card-excerpt {
    font-size: 1.11vw;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sec--posts .sec3_posts article .card-content .card-excerpt p {
    margin-bottom: 0px;
}

/* Tabs Schedule Styles */
/* Tabs */
.acf-tabs-schedule {
    font-family: "Montserrat", Sans-serif;
}

.acf-tabs-schedule .tabs-nav {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.acf-tabs-schedule .tabs-nav li {
    margin-bottom: 0px !important;
}

.acf-tabs-schedule .tabs-nav li a {
    padding: 8px 24px;
    background: #eee;
    border-radius: 32px;
    text-decoration: none;
    display: block;
    font-size: 1.25vw;
    font-weight: 600;
    color: #101A3B !important;
}
.acf-tabs-schedule .tabs-nav li a h3{
    margin: 0px;
}

.acf-tabs-schedule .tabs-nav li a:hover,
.acf-tabs-schedule .tabs-nav li.active a {
    background: #101A3B;
    color: #ffffff !important;
}

.acf-tabs-schedule .tab-pane {
    display: none;
}

.acf-tabs-schedule .tab-pane.active {
    display: block;
}

/* Accordion */
.acf-tabs-schedule .accordion-item {
    margin-bottom: 16px;
    border: none;
    background: #F8F8F8;
    border-radius: 16px;
}

.acf-tabs-schedule .accordion-item:last-child {
    margin-bottom: 0px;
}

.acf-tabs-schedule .accordion-header {
    width: 100%;
    padding: 16px 24px;
    font-size: 1.25vw;
    line-height: 1.4;
    font-weight: 600 !important;
    font-family: "Montserrat", Sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F8F8;
    color: #101A3B;
    border-radius: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    white-space: wrap;
    text-align: left;
}
.acf-tabs-schedule .accordion-header h3{
    margin: 0px;
    font-weight: 600;
    font-size: 1.25vw;
}
.acf-tabs-schedule .accordion-header.active .fa-angle-down {
    transform: rotate(180deg);
}

.acf-tabs-schedule .accordion-content {
    display: none;
    padding: 0 24px 16px;
    border-radius: 0 0 16px 16px;
    background: #F8F8F8;
    font-size: 1.111vw;
}

.acf-tabs-schedule .accordion-content.active {
    display: block;
}

@media (max-width: 1024px) {
    .sec2 {
        padding: 40px 0 64px;
    }

    .sec2 .row .col img.mascot {
        width: 120px;
        height: 120px;
        right: auto;
        left: -60px;
        bottom: -50px;
    }

    .acf-tabs-schedule .tabs-nav {
        gap: 8px;
        margin-bottom: 12px;
    }

    .acf-tabs-schedule .accordion-item {
        margin-bottom: 8px;
    }

    .acf-tabs-schedule .tabs-nav li a {
        padding: 8px 16px;
        font-size: 12px;
    }

    .acf-tabs-schedule .accordion-header h3,
    .acf-tabs-schedule .accordion-content {
        font-size: 13px;
    }

    .acf-tabs-schedule .accordion-header {
        padding: 16px;
    }

    .acf-tabs-schedule .accordion-content {
        padding: 0 16px 16px;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item__head .badge {
        border-radius: 16px;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item__main .title {
        font-size: 16px;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item_foot .price strong {
        font-size: 14px;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item__main .info,
    .sec--suggested-tours .sec3_tours .tour-item .item_foot .price,
    .sec--suggested-tours .sec3_tours .tour-item .item_foot .note,
    .sec--suggested-tours .sec3_tours .tour-item .item_foot .note strong,
    .sec--suggested-tours .sec3_tours .tour-item .item__head .badge {
        font-size: 12px;
    }

    .sec--suggested-tours .sec3_tours .tour-item,
    .sec--suggested-tours .sec3_tours .tour-item .item__head img {
        border-radius: 16px;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item_foot .note {
        margin: 0px;
    }
}

@media (max-width: 576px) {
    .sec2 {
        padding: 32px 0;
    }

    .sec2 .row {
        grid-template-columns: 1fr;
    }

    .sec2 .title {
        margin-bottom: 8px;
    }

    .sec2 .row .col img.mascot {
        display: none;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item__main {
        padding: 30px 20px 0px;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item_foot {
        padding: 0px 20px 20px;
    }

    .sec--suggested-tours {
        padding: 32px 0;
    }

    .sec--suggested-tours .sec3_tours .tour-item .item__main .title,
    .sec3 .sec3_tours .tour-item .item__main .info {
        margin-bottom: 8px;
    }

    .sec3.sec--suggested-tours .sec3_tours .button-booknow {
        margin: 0 auto 16px;
    }

    .sec--posts {
        padding-bottom: 32px;
    }

    .sec--posts .sec3_posts article {
        padding: 0 8px;
    }

    .sec--posts .sec3_posts article .card-thumb {
        margin-bottom: 8px;
    }

    .sec--posts .sec3_posts article .card-thumb img {
        border-radius: 16px;
    }

    .sec--posts .sec3_posts article .card-meta span {
        font-size: 10px;
        padding: 4px 8px;
        border-radius: 16px;
    }

    .sec--posts .sec3_posts article .card-content .card-title {
        font-size: 14px;
    }

    .sec--posts .sec3_posts article .card-content .card-excerpt {
        font-size: 12px;
    }
}