/*
 Theme Name:   Swissresort Child
 Theme URI:    https://themeforest.net/item/swissresort-resort-hotel-booking-wordpress-theme/50997440
 Description:  Swissresort Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     swissresort
 Version:      1.0.0
 Text Domain:  swissresort-child
*/

/* Single Stay Hero */
.btc-stay-hero .btc-stay-price {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 18px 0 28px;
    line-height: 1.4;
}

.btc-stay-hero .btc-stay-price p,
.btc-stay-hero .elementor-shortcode p {
    color: #ffffff;
}

/* Hero location link */
.btc-stay-hero .elementor-post-info__terms-list-item {
    color: #ffffff;
    text-decoration: none;
}

.btc-stay-hero .elementor-post-info__terms-list-item:hover {
    color: #d8c487;
}

/* Hero button */
.btc-stay-hero .elementor-button {
    font-size: 17px;
    font-weight: 600;
    padding: 17px 36px;
    border-radius: 4px;
    min-width: 210px;
}

.btc-stay-hero .elementor-button:hover {
    transform: translateY(-1px);
}

/* Stay intro section */
.btc-stay-intro-card .btc-stay-price {
    color: #122223 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 20px !important;
}

.btc-stay-intro-card .btc-stay-cta {
    margin-top: 18px;
}

.btc-stay-intro-card .btc-stay-cta__text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #4f5a56;
}

.btc-stay-intro-card .btc-stay-cta__button {
    display: inline-block;
    background: #B09C67;
    color: #ffffff !important;
    padding: 16px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
}

.btc-stay-intro-card .btc-stay-cta__button:hover {
    background: #2C2A49;
    color: #ffffff !important;
}

.btc-stay-intro-card .btc-stay-cta__note {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 14px;
    color: #6f7773;
}

/* Single Stay About Section */
.btc-stay-about-section .elementor-widget-theme-post-content,
.btc-stay-about-section .elementor-widget-theme-post-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4f5a56;
}

.btc-stay-about-section .elementor-widget-theme-post-content p {
    margin-bottom: 22px;
}

.btc-stay-about-section .elementor-widget-theme-post-content h2,
.btc-stay-about-section .elementor-widget-theme-post-content h3 {
    color: #122223;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Single Stay Rooms Section */
.btc-stay-rooms-section {
    background: #f8f5ef;
}

.btc-stay-rooms-section .elementor-heading-title {
    margin-bottom: 16px;
}

.btc-stay-rooms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 45px;
}

.btc-stay-room {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.btc-stay-room__image,
.btc-stay-room img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.btc-stay-room__content {
    padding: 28px;
}

.btc-stay-room__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.15;
    color: #122223;
    margin: 0 0 12px;
}

.btc-stay-room__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #B09C67;
}

.btc-stay-room__description {
    font-size: 16px;
    line-height: 1.7;
    color: #4f5a56;
}

.btc-stay-room__facilities {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.7;
    color: #4f5a56;
}

.btc-stay-room__button,
.btc-stay-room a.btc-stay-room__button {
    display: inline-block;
    margin-top: 22px;
    background: #B09C67;
    color: #ffffff !important;
    padding: 13px 24px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 700;
}

.btc-stay-room__button:hover {
    background: #2C2A49;
}

@media (max-width: 900px) {
    .btc-stay-rooms {
        grid-template-columns: 1fr;
    }
}

/* Room card alignment */
.btc-stay-rooms {
    align-items: stretch;
}

.btc-stay-room {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.btc-stay-room__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.btc-stay-room__title {
    min-height: 72px;
}

.btc-stay-room__description {
    margin-bottom: 18px;
}

.btc-stay-room__facilities {
    margin-bottom: 24px;
}

.btc-stay-room__button,
.btc-stay-room a.btc-stay-room__button {
    margin-top: auto;
    align-self: flex-start;
}

/* Single Stay Facilities Section */
.btc-stay-facilities-section {
    background: #ffffff;
}

.btc-stay-facilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 35px;
}

.btc-stay-facilities__group {
    background: #f8f5ef;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
}

.btc-stay-facilities__group-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 1.15;
    color: #122223;
    margin: 0 0 18px;
}

.btc-stay-facilities__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btc-stay-facilities__item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #4f5a56;
}

.btc-stay-facilities__item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #B09C67;
    font-weight: 700;
}

.btc-stay-facilities__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .btc-stay-facilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .btc-stay-facilities {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .btc-stay-facilities__group {
        padding: 24px;
    }
}

/* Single Stay Policies Section */
.btc-stay-policies-section {
    background: #f8f5ef;
}

.btc-stay-policies {
    max-width: 980px;
    margin: 35px auto 0;
}

.btc-stay-policies__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.btc-stay-policies__item {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.btc-stay-policies__label {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B09C67;
    font-weight: 700;
    margin-bottom: 8px;
}

.btc-stay-policies__value {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #122223;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .btc-stay-policies__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .btc-stay-policies__grid {
        grid-template-columns: 1fr;
    }

    .btc-stay-policies__item {
        padding: 22px;
    }
}

/* Single Stay Location & Directions */
.btc-stay-directions-section {
    background: #ffffff;
}

.btc-stay-directions {
    background: #f8f5ef;
    border-radius: 14px;
    padding: 32px;
    font-size: 16px;
    line-height: 1.8;
    color: #4f5a56;
}

.btc-stay-directions__address {
    font-size: 18px;
    line-height: 1.6;
    color: #122223;
    font-weight: 600;
    margin-bottom: 20px;
}

.btc-stay-directions__button {
    display: inline-block;
    background: #B09C67;
    color: #ffffff !important;
    padding: 14px 26px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none !important;
    margin-bottom: 26px;
}

.btc-stay-directions__button:hover {
    background: #2C2A49;
    color: #ffffff !important;
}

.btc-stay-directions__content {
    margin-top: 10px;
}

.btc-stay-directions__content p {
    margin-bottom: 18px;
}

.btc-stay-directions__content p:last-child {
    margin-bottom: 0;
}

.btc-stay-directions__content ul,
.btc-stay-directions__content ol {
    margin: 14px 0 20px;
    padding-left: 22px;
}

.btc-stay-directions__content li {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .btc-stay-directions {
        padding: 24px;
    }

    .btc-stay-directions__button {
        width: 100%;
        text-align: center;
    }
}

/* Single Stay Reviews */
.btc-stay-reviews-section {
    background: #f8f5ef;
}

/* Final Stay CTA */
.btc-stay-final-cta-section {
    background: #2C2A49;
    text-align: center;
}

.btc-stay-final-cta-section .btc-stay-cta {
    max-width: 720px;
    margin: 0 auto;
}

.btc-stay-final-cta-section .btc-stay-cta__title,
.btc-stay-final-cta-section .btc-stay-cta__text {
    display: none;
}

.btc-stay-final-cta-section .btc-stay-cta__button {
    display: inline-block;
    background: #B09C67;
    color: #ffffff !important;
    padding: 17px 36px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none !important;
    min-width: 220px;
}

.btc-stay-final-cta-section .btc-stay-cta__button:hover {
    background: #ffffff;
    color: #2C2A49 !important;
}

.btc-stay-final-cta-section .btc-stay-cta__note {
    display: block;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
}

/* Transparent header over hero on Stay property pages */
body.single-stay #apus-header {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
}

/* If logged in, keep header below WordPress admin bar */
body.admin-bar.single-stay #apus-header {
    top: 32px !important;
}

/* Make the actual Elementor header container transparent */
body.single-stay #apus-header,
body.single-stay #apus-header .elementor,
body.single-stay #apus-header .elementor-section,
body.single-stay #apus-header .e-con,
body.single-stay #apus-header .elementor-widget-wrap {
    background: transparent !important;
}

/* Keep header links/icons white over the hero */
body.single-stay #apus-header a,
body.single-stay #apus-header .elementor-button-text,
body.single-stay #apus-header .vertical-icon,
body.single-stay #apus-header i {
    color: #ffffff !important;
}

/* Optional: make Book Your Stay button keep gold styling */
body.single-stay #apus-header .elementor-button {
    background: #B09C67 !important;
    border-color: #B09C67 !important;
    color: #ffffff !important;
}

/* Prevent unwanted spacing above the hero */
body.single-stay #apus-main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove bullets/dots from header phone/email icon list */
#apus-header .elementor-icon-list-item::marker {
    content: "" !important;
}

/* Make header contact icons consistent across Home + Stay pages */
#apus-header .elementor-element-aaf1faf {
    --e-icon-list-icon-size: 28px !important;
    --icon-vertical-align: center !important;
    --icon-vertical-offset: 0px !important;
}

/* Remove bullets/dots everywhere in the header icon list */
#apus-header .elementor-element-aaf1faf .elementor-icon-list-items,
#apus-header .elementor-element-aaf1faf .elementor-icon-list-item {
    list-style: none !important;
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#apus-header .elementor-element-aaf1faf .elementor-icon-list-item::marker {
    content: "" !important;
    font-size: 0 !important;
}

/* Align phone/email icons and text */
#apus-header .elementor-element-aaf1faf .elementor-icon-list-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* Keep icons same size and position */
#apus-header .elementor-element-aaf1faf .elementor-icon-list-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/* Control the SVG itself */
#apus-header .elementor-element-aaf1faf .elementor-icon-list-icon svg {
    width: 28px !important;
    height: 28px !important;
    display: block !important;
    margin: 0 !important;
}

/* Keep text aligned */
#apus-header .elementor-element-aaf1faf .elementor-icon-list-text {
    display: inline-block !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}

.elementor-widget .elementor-icon-list-icon i {
  font-size: 19px !important;
}

.slick-carousel .slick-dots li:hover::before, .slick-carousel .slick-dots li:focus::before, .slick-carousel .slick-dots li.slick-active::before {
  border-color: #fff;
    border-left-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}