/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

#st-content-wrapper .st-bg-feature {
    background-position: center;
}

[id] {
    scroll-margin-block: 100px;
}

.retreva-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.retreva-heading-anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--main-color, #3b71fe);
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    text-decoration: none;
    transition:
        opacity 0.2s ease,
        background-color 0.2s ease;
}

.retreva-section-heading:hover .retreva-heading-anchor,
.retreva-section-heading:focus-within .retreva-heading-anchor {
    opacity: 1;
}

.retreva-heading-anchor:hover,
.retreva-heading-anchor:focus {
    background: rgba(59, 113, 254, 0.08);
    color: var(--main-color, #3b71fe);
    text-decoration: none;
}

.services-item.grid.item-elementor .featured-image {
    aspect-ratio: 5 / 4;
    overflow: hidden;
}

.services-item.grid.item-elementor .featured-image img,
.retreva-gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.services-item.grid.item-elementor .featured-image:hover img,
.services-item.grid.item-elementor .featured-image:focus-within img,
.retreva-offer-card:hover .retreva-offer-card__image,
.retreva-offer-card:focus .retreva-offer-card__image,
.item-gallery:hover .retreva-gallery-media img,
.item-gallery:focus .retreva-gallery-media img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.item-gallery {
    display: block;
}

.retreva-gallery-media {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.retreva-gallery-grid {
    row-gap: 24px;
}

.retreva-gallery-grid .item-gallery,
.retreva-gallery-grid .retreva-gallery-media {
    height: 100%;
}

.retreva-gallery-grid .item-gallery .retreva-gallery-media {
    aspect-ratio: 5 / 4;
}

.services-item.grid.item-elementor .item.service-border,
#st-content-wrapper .st-list-rooms .item {
    border: 0 !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

#st-content-wrapper .st-section-single,
#st-content-wrapper .st-single-service-content,
#st-content-wrapper .st-single-service-content > .row {
    overflow: visible;
}

#st-content-wrapper .st-section-single {
    padding-bottom: 48px;
}

.retreva-wide-section {
    clear: both;
}

.retreva-about-section__content.st-description {
    display: flow-root;
    margin: 0;
}

.retreva-about-section__image {
    float: left;
    width: min(58%, 420px);
    aspect-ratio: 5 / 4;
    margin: 0 28px 18px 0;
    overflow: hidden;
}

.retreva-about-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.retreva-address-section .cusu-pm-hotel-detail,
.retreva-address-section .cusu-pm-hotel-section,
.retreva-address-section .cusu-pm-hotel-section__body,
.retreva-address-section .cusu-pm-hotel-contact {
    margin: 0;
}

.retreva-address-section .cusu-pm-hotel-section {
    padding: 0;
}

.retreva-offer-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.retreva-offer-card:hover,
.retreva-offer-card:focus {
    color: #fff;
    text-decoration: none;
}

.retreva-offer-card,
.retreva-offer-card:hover,
.retreva-offer-card:focus,
.retreva-offer-card * {
    color: #fff;
}

.retreva-offer-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.retreva-offer-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.72) 100%);
}

.retreva-offer-card__content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.retreva-offer-card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.retreva-offer-card__meta {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9;
}

.retreva-offer-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 4px;
}

.retreva-offer-card__price strong {
    font-size: 24px;
    line-height: 1;
}

.retreva-offer-card-shell .retreva-offer-card {
    border: 0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.retreva-room-quicklinks,
.retreva-offer-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.retreva-room-quicklinks a,
.retreva-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
    color: inherit;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.retreva-room-quicklinks a:hover,
.retreva-room-quicklinks a:focus,
.retreva-filter-chip:hover,
.retreva-filter-chip:focus,
.retreva-filter-chip.is-active {
    border-color: var(--main-color, #3b71fe);
    color: var(--main-color, #3b71fe);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    text-decoration: none;
}

.retreva-room-group + .retreva-room-group {
    margin-top: 36px;
}

.retreva-room-group__heading {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.field-guest .select-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.field-guest .dropdown-menu.st-modern-style {
    width: 100%;
    padding: 18px 20px;
}

.field-guest .dropdown-menu.st-modern-style .item + .item {
    margin-top: 14px;
}

.field-guest .select-wrapper input {
    width: 42px;
    padding: 0;
    border: 0;
    text-align: center;
}

.field-guest .retreva-guest-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #dedede;
    border-radius: 50%;
    background: #fff;
    color: inherit;
}

#st-content-wrapper .st-form-book-wrapper .form-extra-field {
    padding: 20px;
}

.retreva-booking-brand {
    padding: 24px 24px 4px;
    text-align: center;
}

.retreva-booking-brand__logo {
    margin: 0 auto 12px;
}

.retreva-booking-brand__logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 56px;
    margin: 0 auto;
    object-fit: contain;
}

.retreva-booking-brand__name {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

#st-content-wrapper .widgets {
    position: sticky;
    top: 96px;
    z-index: 2;
}

.retreva-program-tabs__nav {
    display: flex;
    gap: 28px;
    margin-bottom: 24px;
    overflow-x: auto;
    border-bottom: 1px solid #dedede;
    scrollbar-width: thin;
}

.retreva-program-tabs__tab {
    flex: 0 0 auto;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    padding: 0 0 12px;
    color: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.retreva-program-tabs__tab.is-active {
    border-bottom-width: 4px;
    border-bottom-color: var(--main-color, #3b71fe);
    color: var(--main-color, #3b71fe);
    font-weight: 700;
}

.retreva-program-list {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.retreva-program-item {
    background: #fff;
}

.retreva-program-item + .retreva-program-item {
    border-top: 1px solid #eee;
}

.retreva-program-item__title {
    display: inline-block;
    color: inherit;
    font-weight: 700;
}

.retreva-program-item__accordion {
    display: block;
}

.retreva-program-item__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px minmax(120px, auto) 22px;
    gap: 20px;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
}

.retreva-program-item__summary::-webkit-details-marker {
    display: none;
}

.retreva-program-item__duration,
.retreva-program-item__price {
    color: #5e6d77;
    font-weight: 400;
    white-space: nowrap;
}

.retreva-program-item__duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.retreva-program-item__price {
    text-align: right;
}

.retreva-program-item__details {
    padding: 0 20px 18px;
    color: #5e6d77;
}

.retreva-program-item__chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    justify-self: end;
}

.retreva-program-item__accordion[open] .retreva-program-item__chevron {
    transform: rotate(225deg);
}

.retreva-program-tabs__more {
    margin-top: 18px;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
    padding: 10px 18px;
    font-weight: 600;
}

.retreva-job-list {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.retreva-job-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background: #fff;
}

.retreva-job-item + .retreva-job-item {
    border-top: 1px solid #eee;
}

.retreva-job-item__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.retreva-job-item__title a {
    color: inherit;
    text-decoration: none;
}

.retreva-job-item__title a:hover,
.retreva-job-item__title a:focus {
    color: var(--main-color, #3b71fe);
    text-decoration: none;
}

.retreva-job-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #5e6d77;
    font-size: 14px;
}

.retreva-job-item__meta span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.retreva-job-item__meta strong {
    color: #232323;
    font-weight: 600;
}

.retreva-job-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #dedede;
    border-radius: 999px;
    background: #fff;
    color: #232323;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.retreva-job-item__button:hover,
.retreva-job-item__button:focus {
    border-color: var(--main-color, #3b71fe);
    color: var(--main-color, #3b71fe);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767px) {
    .retreva-about-section__image {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .retreva-program-item {
        display: block;
    }

    .retreva-program-item__summary {
        grid-template-columns: minmax(0, 1fr) 22px;
        gap: 8px 14px;
    }

    .retreva-program-item__duration,
    .retreva-program-item__price {
        text-align: left;
        white-space: normal;
    }

    .retreva-program-item__duration,
    .retreva-program-item__price {
        grid-column: 1 / -1;
    }

    .retreva-program-item__chevron {
        grid-column: 2;
        grid-row: 1;
    }

    .retreva-job-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .retreva-job-item__button {
        width: 100%;
    }
}

/* .cusu-pm-map {
    display: grid;
    gap: 1rem;
    color: var(--grey-color, #5e6d77);
}

body .cusu-pm-map__panel {
    padding: 1rem;
    box-shadow:
        0px 1px 2px rgba(0, 0, 0, 0.08),
        0px 4px 12px rgba(0, 0, 0, 0.05);
}

.cusu-pm-map__canvas,
.cusu-pm-map__actions {
    grid-column: 1/2;
    grid-row: 2/3;
}

.cusu-pm-map__actions {
    margin-block: 10px auto;
    margin-left: 3rem;
    z-index: 400;
}

.cusu-pm-map__actions a {
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-weight: bold;
}

body.st-mod-style .st-style-elementor h3.cusu-pm-map__panel-title {
    font-size: 1.125rem;
}

.cusu-pm-map__address {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.cusu-pm-map__address > * {
    flex-grow: 1;
}

body.st-mod-style .cusu-pm-map__address a {
    color: inherit;
}

body.st-mod-style .cusu-pm-map__address a:hover {
    color: var(--link-color-hover);
}
 */

body.st-mod-style .st-style-elementor h3.cusu-pm-map__panel-title {
    font-size: 1.125rem;
    margin-block: 0.25em;
    line-height: 1.5;
}

body .cusu-pm-map__label {
    margin-bottom: 0;
}

body .cusu-pm-map__logo-wrap {
    display: none;
}

body .cusu-pm-map__value {
    font-size: 0.8rem;
    line-height: 1.5;
}

body .cusu-pm-map__actions a {
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-weight: bold;
}

body.st-mod-style .st-style-elementor h3.retreva-job-item__title {
    font-size: 1rem;
    margin: 0;
}
