.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5249d85:#A31B1B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.country-name-wrap {
    width: auto;
    white-space: nowrap;
    padding: 4px 10px;
}

.city-name-wrap {
    width: auto;
    white-space: nowrap;
    padding: 4px 10px;
}

.star-rating-wrap {
    width: auto;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .cities-loop .elementor-loop-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .city-card {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .elementor-loop-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .city-card {
        flex-direction: column;
    }
    .city-image-containe {
        width: 100%;
        min-height: 200px;
        margin-right: 0;
        border-radius: 14px 14px 0px 0px;
    }
    .city-card.e-con-boxed {
        --padding-right: 0px;
        --padding-left: 0px;
    }
}
@media (max-width: 1024px) {
    .countries-loop .elementor-loop-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 767px) {
    .country-card {
        flex-direction: column;
    }
    .country-image-containe {
        width: 100%;
        min-height: 200px;
        border-radius: 14px 14px 0px 0px;
    }
    .country-card.e-con-boxed {
        --padding-right: 0px;
        --padding-left: 0px;
    }
}
.place-price-category .place-category-badge {
    width: auto;
    max-width: fit-content;
    display: inline-flex;
}

.place-price-category .place-category-badge .e-con-inner {
    width: auto;
}
@media (max-width: 767px) {
    .place-gallery .gallery {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .place-gallery .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .place-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;
    }
}
.trg-breadcrumbs {
    font-family: 'Roboto Condensed', sans-serif;
}

.trg-breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.trg-breadcrumbs a:hover {
    text-decoration: underline;
}

.trg-breadcrumbs span:not(.separator) {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.place-filter-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.filter-btn {
    padding: 4px 20px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}
.filter-btn:hover, .filter-btn.active {
    background: #000;
    color: #fff;
}
.place-card-image {
    min-height: 520px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .hero-overlay-box {
        width: 85% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        padding: 20px !important;
    }
    .hero-overlay-title {
        font-size: 24px !important;
    }
    .hero-overlay-sub {
        font-size: 14px !important;
    }
}

.elementor-loop-container {
    align-items: stretch;
}

.place-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.place-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* THIS is the important part */
.place-card-button {
    margin-top: auto;
    padding-top: 20px;
}/* End custom CSS */