/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.6.1784598774
Updated: 2026-07-21 01:52:54
*/
a:focus {
    outline: none !important;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    display: block;
    transition: all 0.3s ease-in-out;
}

span.hfe-breadcrumbs-home-icon {
    margin: 0;
}

.blur {
    backdrop-filter: blur(6px) !important;
}

.text-stroke .elementor-heading-title {
    text-shadow: -1px -1px 0 var(--e-global-color-primary),
        1px -1px 0 var(--e-global-color-primary),
        -1px 1px 0 var(--e-global-color-primary),
        1px 1px 0 var(--e-global-color-primary);
    color: rgba(255, 255, 255, 0.1) !important;
}

.wpcf7-form {
    margin: auto;
    font-family: "Poppins", sans-serif;
}

.form-title {
    font-size: 12px;
    font-weight: 600;
    margin: 40px 0 20px;
    letter-spacing: 1px;
}

.form-title {
    margin-top: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DFBFC1;
}

.cf7-grid {
    display: grid;
    gap: 20px;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cf7-grid p {
    margin-bottom: 0;
}

.cf7-grid label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #584143;
    letter-spacing: 1.2px;
}

.cf7-grid label.cf7-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 0.3fr 1fr;
    align-items: baseline;
}

.cf7-grid label.cf7-grids {
    display: grid;
    gap: 16px;
    grid-template-columns: 75px 1fr;
}

.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
    width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea {
    border: none;
    border-bottom: 1px solid #DFBFC1;
    background: transparent;
    padding: 0 !important;
    font-size: 16px;
    width: 100%;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.wpcf7 textarea {
    resize: vertical;
    padding: 10px 0 !important;
}

.wpcf7-list-item {
    margin-right: 0px;
    margin-left: 0;
    margin-top: 8px;
    mask-border: 0;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 20px;
}

.wpcf7-list-item-label {
    font-size: 16px;
}

.cf7-submit {
    text-align: center;
    margin-top: 40px;
}

.wpcf7 input.wpcf7-submit {
    border: 1px solid #b34b57;
    background: #FCFBF5;
    color: #b34b57;
    padding: 14px 40px;
    border-radius: 16px;
    cursor: pointer;
    transition: .3s;
    width: fit-content !important;
}

.wpcf7-submit:hover {
    background: #b34b57;
    color: #fff;
}

.wpcf7-spinner {
    position: absolute;
}

#footer {
    background: linear-gradient(180deg, #FBF8F8 0%, #FAF8F8 24%, #F1E1E4 76%, #DBA1AE 100%);
}

.list-icon-custom .elementor-icon-list-items {
    flex-wrap: nowrap !important;
}

.list-icon-custom .elementor-icon-list-items .elementor-icon-list-item {
    flex: 1;
    justify-content: flex-start !important;
}

.list-icon-custom .elementor-icon-list-items .elementor-icon-list-text {
    text-align: left;
}

.pointer-none {
    pointer-events: none;
}

.banner {
    background-color: var(--e-global-color-text);
    padding-top: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.archive.ast-separate-container #primary,
.single-post.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 1rem;
    padding-top: 0;
}

body.archive .ast-archive-description {
    margin-bottom: 1rem;
}

.search-form {
    display: flex;
    position: relative;
}

.no-results .page-content {
    max-width: 70%;
    margin: 0 auto;
}

.search-form>label {
    width: 100%;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 6px;
    height: 42px;
    font-size: 14px;
    background-color: #ffffff;
}

.search-form input[type="submit"] {
    background-color: var(--e-global-color-primary);
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    padding: 14px 1rem;
    font-size: 14px;
    position: absolute;
    right: 0;
    height: 100%;
}

/* ------------- */
.layout-sidebar {
    display: grid;
    grid-template-columns: repeat(1, 1fr 3.5fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.category-tree,
.category-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-tree>li+li {
    margin-top: 1rem;
}

.category-tree li {
    position: relative;
}

.category-tree li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    padding: 12px 14px;
    border-radius: 10px;
    transition: all .25s ease;
    font-weight: 700;
}

.sidebar>.category-tree>li>a {
    background: #eff6ff;
}

.category-tree li a:hover {
    background: #eff6ff;
    color: #2563eb;
    transform: translateX(4px);
}

.category-tree li a span {
    color: var(--e-global-color-primary);
    padding: 4px 8px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-tree li.active>a {
    color: #2563eb;
    font-weight: bold;
}

/* Danh mục con */
.category-tree ul {
    margin-left: 18px;
    margin-top: 6px;
    padding-left: 18px;
    border-left: 2px dashed #dbeafe;
}

.category-tree ul li a {
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 500;
}

.category-tree ul>li+li {
    margin-top: 0;
}

/* Dấu chấm trước danh mục con */
.category-tree ul li::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
}

.blog-layout-4.ast-article-inner {
    padding: 1rem;
}

.ast-read-more-container {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.ast-excerpt-container {
    font-size: 14px;
}

.ast-excerpt-container p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.ast-article-post .post-thumb-img-content img {
    object-fit: cover;
}

.ast-separate-container.ast-desktop .ast-blog-layout-4-grid .ast-row {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
    padding: 0 0.5em 0;
}

/*-------Product-------*/
.ast-container-content {}

.products {
    padding-top: 60px !important;
    /* position: sticky; */
    top: 0;
}

.travel-finder {
    padding: 60px 0;
    flex: 0 0 300px;
    margin-right: 1rem;
}

.tf-step {
    margin-bottom: 2rem;
    border: 1px solid #65001E4D;
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 0 0 2px #c3c3c3;
}

.tf-heading {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.tf-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 700;
}

.tf-description {
    color: var(--e-global-color-primary);
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0;
}

.tf-options {
    display: grid;
}

.tf-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tf-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 6px 0;
    user-select: none;
}

.tf-option.is-hidden {}

.tf-more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.tf-toggle,
.tf-toggle:focus {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 999px;
    background: #fff;
    color: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s ease;
}

.tf-toggle:hover {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff;
}

.tf-check {
    width: 20px;
    height: 20px;
    border: 2px solid #cfcfcf;
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    transition: .25s;
}

.tf-label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.tf-option:hover .tf-check {
    border-color: var(--e-global-color-primary);
}

.tf-check:after {
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    box-sizing: content-box;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg) scaleY(0);
    transform-origin: center;
    transition: transform .15s ease-in .05s;
    width: 4px;
}

.tf-input:checked+.tf-check {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.tf-input:checked+.tf-check:after {
    transform: rotate(45deg) scaleY(1);
}

.tf-region-list,
.tf-destination-list {
    display: none;
}

.tf-region-list.is-open,
.tf-destination-list.is-open {
    display: block;
}

.tf-country {}

.tf-region,
.tf-destination-list {
    margin-left: 32px;
}

.toastify {
    position: relative;
    overflow: hidden;
}

.toastify::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    transform-origin: left;
    border-radius: 0;
    animation: toast-progress 3s linear forwards;
}

@keyframes toast-progress {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

/*-------Card Product-------*/
.tf-filters-mb {
    display: none;
}

.tf-results {
    row-gap: 20px;
}

.tf-card {
    background: #ececec;
    border-radius: 8px;
    border: 1px solid #ececec;
    transition: .35s;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tf-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.tf-card .tf-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 8px 8px 0 0;
}

.tf-card .tf-card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: .5s;
}

.tf-card:hover img {
    transform: scale(1.08);
}

.tf-card-badge {
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
}

.tf-ribbon {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #8B6A43;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    pointer-events: auto;
}

.tf-match {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    position: relative;
    pointer-events: auto;
    font-size: 12px;
}

.tf-match-label {
    font-weight: 600;
    color: #777;
    text-transform: capitalize;
}

.tf-match-score {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.tf-match-info {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: #F5F5F5;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: var(--e-global-color-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: .25s;
    padding: 0;
}

.tf-match-info:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.tf-match-tooltip {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 280px;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    z-index: 20;
}

.tf-match:hover .tf-match-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tf-match-tooltip h5 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
}

.tf-card-badge .tf-match-tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tf-match-tooltip li {
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 10px;
    color: #555;
}

.tf-match-tooltip li:last-child {
    margin-bottom: 0;
}

.tf-match-tooltip .is-match {
    color: #198754;
}

.tf-match-tooltip .is-miss {
    color: #9ca3af;
}

.tf-match-tooltip .tf-icon {
    width: 18px;
    text-align: center;
    font-weight: 700;
}

.tf-match-item {
    position: relative;
    width: fit-content;
}

.tf-match-item .tf-match-title {
    cursor: pointer;
}

ul.tf-match-values {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 115%;
    width: max-content;
    filter: drop-shadow(0 0 2px #198754);
    border-radius: 4px;
    background: #f7f7f7;
    padding: 0.125rem 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 2;
}

ul.tf-match-values::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #f7f7f7;
}

.tf-card-content {
    margin: 6px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: -3rem;
    background: #ffffff;
    z-index: 1;
    border-radius: 8px;
    position: relative;
}

.tf-match-item:hover ul.tf-match-values {
    opacity: 1;
    visibility: visible;
}

.tf-card-title {
    font-family: "Cormorant Garamond", serif;
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
    font-size: 18px;
}

.tf-card-title a {
    text-decoration: none;
    color: #222;
    transition: .25s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tf-card:hover .tf-card-title a {
    color: var(--e-global-color-primary);
}

.tf-card-meta {
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tf-card-meta span {
    background: #e9e9e9;
    border-radius: 10px;
    padding: 7px 14px;
    font-size: 13px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tf-card-meta .tf-card-location {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 0;
    background-color: #ffffff;
}

.tf-card-price {
    margin-top: auto;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.tf-card-price small {
    display: block;
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.tf-card-footer {
    margin-top: 1rem;
}

.tf-card-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 600;
    color: #222;
    transition: .25s;
}

.tf-card-link span {
    transition: .25s;
}

.tf-card-link:hover {
    color: var(--e-global-color-primary);
}

.tf-card-link:hover span {
    transform: translateX(6px);
}

.tf-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.tf-pagination .tf-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #444;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s;
}

.tf-pagination .tf-page:hover {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.tf-pagination .tf-page.active {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff;
}

.tf-pagination .tf-page.prev,
.tf-pagination .tf-page.next {
    padding: 0 18px;
}

.tf-pagination .tf-dots {
    padding: 0 6px;
    color: #999;
    font-weight: 600;
}

#tf-load-more-wrap {
    text-align: center;
}

.tf-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    height: 48px;
    padding: 0 24px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 999px;
    background: #fff;
    color: var(--e-global-color-primary);
    cursor: pointer;
    transition: all .3s ease;
}

.tf-load-more:hover {
    background: var(--e-global-color-primary);
    color: #fff;
    transform: translateY(-2px);
    border-color: var(--e-global-color-primary);
}

.tf-load-more:disabled,
.tf-load-more.loading {
    cursor: not-allowed;
    opacity: .8;
}

.tf-load-more .load {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    display: none;
}

.tf-load-more.loading .load {
    display: inline-block;
    animation: tf-spin .8s linear infinite;
}

.tf-results-wrap {
    position: relative;
}

.tf-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 20;
}

.tf-results-wrap.loading .tf-loading {
    opacity: 1;
    visibility: visible;
}

.tf-loading .spinner {
    width: 42px;
    height: 42px;
    border: 3px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: tfSpin .8s linear infinite;
}

@keyframes tfSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tf-spin {
    to {
        transform: rotate(360deg);
    }
}

/*-------Details Product-------*/
.post-type-archive-product header#masthead,
.single-post header#masthead,
.tax-product_tag header#masthead,
.tax-product_cat header#masthead,
.single-product header#masthead {
    border-bottom: 1px solid #e5e5e5;
}

.post-type-archive-product .content-area,
.tax-product_tag .content-area,
.tax-product_cat .content-area,
.single-product .content-area {
    margin-top: 2rem !important;
}

.post-type-archive-product .content-area .woocommerce-breadcrumb,
.single-product .content-area .ast-breadcrumbs-wrapper {
    margin-bottom: 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row .col {
    padding: 0 15px;
}

.row .col-8 {
    width: 66.66667%;
    flex: 0 0 66.66667%;
}

.row .col-4 {
    width: 33.33333%;
    flex: 0 0 33.33333%;
}

.product-swiper-thumbs,
.product-swiper {
    display: none;
}

.product-swiper-thumbs.swiper-initialized,
.product-swiper.swiper-initialized {
    display: block;
}

.product-swiper .image {
    padding-top: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.product-swiper .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-swiper-thumbs {
    margin-top: 1rem;
}

.product-swiper-thumbs .swiper-slide .image-thumb {
    border: 1px solid #D1D1D1;
    cursor: pointer;
}

.product-swiper-thumbs .swiper-slide-thumb-active .image-thumb {
    border-color: #E84343;
}

.product-swiper-thumbs .image-thumb {
    padding-top: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-swiper-thumbs .image-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title h1 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.sidebar-holder {
    position: sticky;
    top: 20px;
}

.sidebar-holder .tour-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tour-sidebar>div {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .05);
}

.price-card .label {
    display: block;
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}

.price-card .price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.price-card .price small {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    margin-bottom: 4px;
}

.price-card del {
    display: inline-block;
    margin-top: 12px;
    color: #b2b2b2;
    font-size: 16px;
}

.rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
}

.rating svg {
    fill: #ffb400;
}

.tour-code {
    font-size: 14px;
    color: #666;
}

.info-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-card .item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-card .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f6f8fb;
    color: #1f8b4c;
    flex-shrink: 0;
}

.info-card .text {
    display: flex;
    flex-direction: column;
}

.info-card .text span {
    color: #999;
    font-size: 13px;
}

.info-card .text strong {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.highlight-card h4 {
    margin: 0 0 18px;
    font-size: 18px;
}

.highlight-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.highlight-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #444;
}

.highlight-card li::before {
    content: "✓";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eaf7ef;
    color: #1f8b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    flex-shrink: 0;
}

.contact-card {
    text-align: center;
}

.contact-card .btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border-radius: 14px;
    background: #0f8b4c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}

.contact-card .btn-contact:hover {
    background: #0c6d3c;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(15, 139, 76, .25);
}

.contact-card p {
    margin-top: 14px;
    font-size: 13px;
    color: #888;
}

.product-tabs {
    margin: 40px 0;
}

.product-tabs .tab-nav {
    display: flex;
    gap: 10px;
    margin: 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
}

.product-tabs .tab-nav li {
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: .3s;
}

.product-tabs .tab-nav li:hover {
    color: #000;
}

.product-tabs .tab-nav li.active {
    color: #000;
    border-color: #000;
}

.product-tabs .tab-content {
    display: none;
    animation: fade .3s ease;
}

.product-tabs .tab-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-------Related Posts-------*/
.related .products {
    padding-top: 0 !important;
}

.ast-related-posts-wrapper {
    margin-bottom: 4rem;
}

.ast-related-posts-wrapper .post-thumb-img-content {
    overflow: hidden;
}

.ast-related-posts-wrapper .post-thumb-img-content img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: .3s;
    transform: scale(1.1);
}

.ast-related-posts-wrapper .swiper-initialized .post-thumb-img-content img {
    width: 100%;
}

.ast-related-posts-wrapper .swiper-initialized article:hover .post-thumb-img-content img {
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    .ml-auto {
        margin-left: auto;
    }

    .hfe-nav-menu-icon {
        padding: 0 0 0 1rem;
    }

    .woocommerce ul.products:not(.elementor-grid).columns-3,
    .woocommerce-page ul.products:not(.elementor-grid).columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-swiper .image {
        padding-top: 400px;
    }
}

@media screen and (max-width:991px) {
    .tour-sidebar {
        position: static;
        margin-top: 30px;
    }

    .tour-sidebar>div {
        padding: 20px;
    }

    .price-card .price {
        font-size: 30px;
    }
}

@media screen and (max-width:823px) {
    .layout-sidebar {
        grid-template-columns: 1fr;
    }

    .ast-separate-container .site-main>.ast-row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .ast-blog-layout-4-grid .ast-article-post {
        width: 50%;
    }

    #my-search-filter {
        width: 98%;
        padding: 1.5rem;
    }

    .tf-filters-mb {
        align-items: center;
        border: 1px solid #aaa;
        border-radius: 6px;
        color: #222;
        cursor: pointer;
        display: inline-flex;
        font-size: 12px;
        padding: 4px 6px;
        margin: 3rem 0 2rem;
    }

    .tf-filters-mb .icon {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAYFJREFUWEftmNtVxCAQhiFpQCswgQa0A+1AO1hLsBJL2GMFbgfagVZA0sGmgTAuno1nJZOcIVySB/LKJR//MPMDnG384xvnYxnQN0KoglVVVWVZ7gHgljF2xTk/9H3/0rZt6/tD1/EjQANXFMWXAbMm67TWd6khR4BSyncAeMRWCgCfTdM8DG1Syh0A3LiqgvXXWpu1v9ltI0AhBMz8sFNKXZv2M9w+BNwwxwlyZ0NigEckvH8cSqnfMasB1nX9wTm/n1DmoJR6WjXEm08So84Z8pUxZpKlOyXNNwA8p85gw5KdxDfLs4KrKpjCsxeHOFU5QgExj7W9MrRnk714zsIuvTKGZ5O82AEwuGeTAC8OAv+OUXYIQns2OcTUsrBqkjhCRvXsxWWGugjffhkwK+irADbexcOT70HX8kT24qVK+ng4euSPfZ2kevggCPayYF4Lol3IhRAkD58EnPLiUCF28fBVbnVBkmSpWtRxLvfu5GWGuojZPeg6Scz+WUFfdX8AEKt8OHJnaw8AAAAASUVORK5CYII=);
        background-size: 100% 100%;
        height: 20px;
        margin-right: 6px;
        width: 20px;
    }

    .travel-finder {
        margin-right: 0;
        display: none;
    }

    .products {
        padding-top: 0 !important;
        padding-bottom: 60px !important;
    }

    .related.products,
    .related .products {
        padding-bottom: 0 !important;
    }

    .tour-sidebar {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .row .col-8 {
        width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width:640px) {
    .banner {
        padding-top: 250px;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .grid-2 .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cf7-grid label.cf7-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .ast-blog-layout-4-grid .ast-article-post {
        width: 100%;
    }

    .woocommerce ul.products:not(.elementor-grid).columns-3,
    .woocommerce-page ul.products:not(.elementor-grid).columns-3,
    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid),
    .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .product-swiper .image {
        padding-top: 300px;
    }
}