.testimonials-carousel .slick-slide {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.testimonials-carousel .slick-center {
  opacity: 1;
  transform: scale(1.05);
}
.testimonial-item {
  margin: auto;
padding: 2rem;
}
@media (max-width: 992px) {
.testimonial-item img {
margin-bottom: 1rem;
}
.testimonial-item {
padding: 2rem 0;
}
}

.hero-carousel-wrap {
    display: flex
}

.hero-carousel-wrap .hero-carousel {
    position: relative;
    margin: 0 !important;
    aspect-ratio: auto;
    overflow: hidden;
    background: #f5f6f7;
    height: 100%;
    width: 100%;
}
.hero-carousel-wrap .hero-carousel .slick-list,
.hero-carousel-wrap .hero-carousel .slick-list .slick-track {
    height: 100%;
}
/* Slick wraps each slide's content in its own unstyled div (inline width/display,
   no height), and .hero-carousel-item's content is all position:absolute — without
   an explicit height here the chain collapses instead of filling the stretched
   .hero-carousel box. Resolves to nothing (behaves as auto) below the desktop
   breakpoint, where the wrap stacks and the item's own aspect-ratio takes over. */
.hero-carousel-wrap .hero-carousel .slick-slide > div,
.hero-carousel-wrap .hero-carousel .hero-carousel-item {
    height: 100%;
}

.hero-carousel-wrap .hero-carousel:hover .hero-carousel-item .hero-carousel-item-image img {
    transform: scale(1.1) !important;
    transition: all .2s ease
}

.hero-carousel-wrap .hero-carousel .slick-dots {
    bottom: 25px;
    text-align: right;
    padding: .5rem 2.25rem;
    width: auto;
    left: auto;
    right: 0
}

@media(max-width: 767.98px) {
    .hero-carousel-wrap .hero-carousel .slick-dots {
        padding: 0rem 1rem
    }
}

.hero-carousel-wrap .hero-carousel .slick-dots li button:before {
    color: #fff
}

.hero-carousel-wrap .hero-carousel .slick-dots li.active button:before {
    color: #fff;
    opacity: 1
}

.hero-carousel-wrap .hero-carousel .hero-carousel-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
}

@media(max-width: 991px) {
  .hero-carousel-wrap .hero-carousel {
      aspect-ratio: 1200/1000
  }
  .hero-carousel-wrap .hero-carousel .hero-carousel-item {
      aspect-ratio: 1200/1000
  }
}
@media(max-width: 767px) {
  .hero-carousel-wrap .hero-carousel {
      aspect-ratio: 800/1000
  }
  .hero-carousel-wrap .hero-carousel .hero-carousel-item {
      aspect-ratio: 800/1000
  }
}
.hero-carousel-wrap .hero-carousel .hero-carousel-item .hero-carousel-item-image {
    position: relative;
    width: 100%;
    height: 100%
}

.hero-carousel-wrap .hero-carousel .hero-carousel-item .hero-carousel-item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all .2s ease
}

.hero-carousel-wrap .hero-carousel .hero-carousel-item .hero-carousel-item-content {
    min-height: 9rem;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: end;
    padding: 1rem 2.5rem 3.5rem
}

@media(max-width: 767.98px) {
    .hero-carousel-wrap .hero-carousel .hero-carousel-item .hero-carousel-item-content {
        padding: 1rem 1.5rem 3.5rem
    }
}

.hero-carousel-wrap .hero-carousel .stretched-link i,
.hero-carousel-wrap .hero-carousel .list-group>li>a i,
.hero-carousel-wrap .hero-carousel .list-group-icons>li>a i,
.hero-carousel-wrap .hero-carousel .list-group-icons .list-group-text>a i,
.list-group-icons .hero-carousel-wrap .hero-carousel .list-group-text>a i,
.hero-carousel-wrap .hero-carousel .list-group-plain>li>a i {
    opacity: .7;
    transform: translateX(0);
    transition: all .2s ease;
    display: none
}

@media(max-width: 767.98px) {

    .hero-carousel-wrap .hero-carousel .stretched-link i,
    .hero-carousel-wrap .hero-carousel .list-group>li>a i,
    .hero-carousel-wrap .hero-carousel .list-group-icons>li>a i,
    .hero-carousel-wrap .hero-carousel .list-group-icons .list-group-text>a i,
    .list-group-icons .hero-carousel-wrap .hero-carousel .list-group-text>a i,
    .hero-carousel-wrap .hero-carousel .list-group-plain>li>a i {
        display: none
    }
}

.hero-carousel-wrap .hero-carousel .stretched-link:hover i,
.hero-carousel-wrap .hero-carousel .list-group>li>a:hover i,
.hero-carousel-wrap .hero-carousel .list-group-icons>li>a:hover i,
.hero-carousel-wrap .hero-carousel .list-group-icons .list-group-text>a:hover i,
.list-group-icons .hero-carousel-wrap .hero-carousel .list-group-text>a:hover i,
.hero-carousel-wrap .hero-carousel .list-group-plain>li>a:hover i {
    opacity: 1;
    transform: translateX(10px);
    transition: all .2s ease
}

.hero-carousel-wrap .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 10;
    margin-top: -5px
}

.hero-carousel-wrap .progress {
    height: 100%;
    background-color: #fff;
    width: 0%;
    transition: width .35s linear
}

.hero-search-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.hero-search-widget .search-widget {
    padding: 0 !important;
    box-shadow: none !important;
    background: none !important
}

.hero-search-widget .search-widget button.btn-primary {
    height: 45px
}

.hero-search-widget .search-widget button:not(.btn-primary) {
    background: #fff
}

.hero-search-widget .search-widget #quickFilters .btn,
.hero-search-widget .search-widget #quickFilters .search-result .card-gallery .gallery .slick-slide:last-child:not(:first-child) a:after,
.search-result .card-gallery .gallery .slick-slide:last-child:not(:first-child) .hero-search-widget .search-widget #quickFilters a:after,
.hero-search-widget .search-widget #quickFilters .prop-photo-gallery-modal-nav a,
.prop-photo-gallery-modal-nav .hero-search-widget .search-widget #quickFilters a,
.hero-search-widget .search-widget #quickFilters .prop-slider-banner {
    border: 1px solid #dee2e6
}

.hero-search-widget .search-widget .search-widget-beds,
.hero-search-widget .search-widget .search-widget-town {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 1rem;
    padding: 0 1rem
}

.hero-search-widget .search-widget .search-widget-button {
    margin-top: 0 !important
}

.hero-search-widget .search-widget .search-widget-button+#quickFilters {
    display: none !important
}

.hero-search-widget .search-widget>.row {
    flex-direction: column
}

.hero-search-widget .search-widget>.row>div {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    margin-top: 1rem
}

.search-widget-date+.col-12.d-md-none {
    display: none !important;
}

@media (max-width:767px) {
    #quickFilters {
        display: block !important;
    }
}







.amenity-circle .alt-link {
    display: none;
}

/* For weddings banner */
.banner-image {
    position: relative;
    aspect-ratio: 800/500;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width:1200px) {
    .banner-image {
        max-width: 280px;
    }
}

/* end for weddings banner */

@media (max-width: 991px) {
    .fs-sm-normal {
        font-size: 1rem !important;
    }
}

.hero-image>img {
    width: 100%;
    /* Or any size you prefer */
    transform: scale(1.2);
    transition: transform 20s ease;
}

body.loaded .hero-image>img {
    transform: scale(1);
}


@media (min-width: 768px) {
.amenities-carousel {
   flex-wrap: wrap !important;
}
    .amenities-carousel .amenity-circle {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .amenities-carousel {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .amenities-carousel >div {
        text-align: center;
        width: calc(80% / 2);
        flex: 0 0 calc(80% / 2);
        scroll-snap-align: start;
    }



.amenities-carousel .amenity-circle {
  width: 100% !important;
}
}

.amenity-circle .amenity-circle-img {
    max-width: 100% !important;
}

.amenity-circle .amenity-circle-img img {
    max-width: 100% !important;
}

.amenities-carousel .amenity-circle a {
white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}









#jarvis-personalized-recommendations {
    max-height: 345px;
}

#jarvis-personalized-recommendations:empty {
    aspect-ratio: 500/410;
    background-image: url("https://www.twiddy.com/usercontent/loading-recs.png");
    background-size: contain;
    background-position: 50% top;
    background-repeat: no-repeat;
    animation: skeleton-loading 1s linear infinite alternate;
}

@media (min-width: 768px) {
    #jarvis-personalized-recommendations:empty {
        aspect-ratio: 955/291;
        background-image: url("https://www.twiddy.com/usercontent/loading-recs-desktop.png");
    }
}

@keyframes skeleton-loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: .4
    }
}



#hero>.hero-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .9;
    user-select: none !important;
}

#hero>.hero-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    vertical-align: middle;
}

body.naked .site-header.event-category:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) !important;
}

@media (min-width:768px) {
    body.naked.xmas .site-header {
        background: transparent !important;
    }
}

#hero.home-hero {
    padding: 4rem 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 991.98px) {
    #hero.home-hero {
        padding-bottom: 50%;
        padding-top: 10%;
    }
}

#hero.home-hero h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#hero.home-hero p {
    font-weight: 600;
}

@media (min-width: 992px) {
    #hero.home-hero picture:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 30%, rgba(0, 0, 0, 0.75) 100%);
        background-repeat: repeat-x;
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    #hero.home-hero .home-hero-content {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0.25rem;
        padding: 1.5rem;
    }
}


#hero.home-hero-2 {
    padding: 2rem 0;
    height: auto;
}

@media (min-width: 576px) {
    #hero.home-hero-2 {
        padding: 6rem 0 3rem !important;
    }
}

@media (min-width: 992px) {
    #hero.home-hero-2 picture:after {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
        background-repeat: repeat-x;
    }
}

@media (max-width: 767.98px) {
    #hero.home-hero-2 {
        background: #d1b191;
        background: linear-gradient(0deg, #d1b191 0%, #47adcb 43%, #0246be 100%);
    }
}


.home-card-countdown {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 70px;
    text-align: center;
    color: #fff;
    background: #FF385C;
    border-radius: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-card-countdown .o_countdown {
    margin: 0;
}

.home-card-countdown .h6 {
    margin: 0;
    color: #fff;
}

.text-pink {
    color: #FF385C !important;
}

.btn-fav:after {
    content: 'Save';
}

.btn-fav.saved:after {
    content: 'Saved' !important;
}

.btn-fav.saved {
    color: var(--red) !important;
}

.btn-fav {
    text-decoration: none !important;
}

.home-card.home-card-extra .btn-fav {
    padding: 6px 6px !important;
    font-size: 16px !important;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 1.2;
    color: var(--gray-dark);
}

.home-card.home-card-extra .btn-fav .tw-icon-lg {
    width: 1.25em;
    height: 1.25em;
}

.home-card.home-card-extra .card-gallery {
    border-radius: 6px;
    overflow: hidden;
}

.home-card .card-gallery img {
    height: auto !important;
}

.ux-home-return-booked .hero-content-inner p {
    text-shadow: none !important;
}

@media (max-width: 767.98px) {
    .search-widget .search-widget-boxes>div {
        width: 100% !important;
    }

    iframe#avochato-text-us {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        bottom: 0 !important;
        padding: 10px;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
}

/* Search widget: fix active border color (#1066fc in temp-css overrides primary) and
   suppress Bootstrap focus box-shadow that causes a 1-2px visual height shift on click */
.search-widget .btn-dropdown.active {
    border-color: #0246BE;
}
.search-widget .btn-dropdown:focus,
.search-widget .btn-dropdown:active {
    outline: none;
    box-shadow: none;
}
/* ── Sunshine homepage strip (MKT-3615) ─────────────────────────────────────── */
.sunshine-strip {
    margin-bottom: 1.25rem;
}

.sunshine-strip-inner {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.sunshine-prop-thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.sunshine-greeting {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 1 1 auto;
    min-width: 0;
}

.sunshine-greeting .greeting-text {
    flex: 1 1 auto;
    min-width: 0;
}

.sunshine-greeting .eyebrow {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: .1rem;
}

.sunshine-greeting .name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
}

.sunshine-greeting .trip-line {
    font-size: .83rem;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sunshine-greeting .trip-line strong {
    color: #0246BE;
}

.sunshine-vr {
    width: 1px;
    height: 48px;
    background: #dee2e6;
    flex-shrink: 0;
}

/* Unified action links — icon+label on desktop, full-width rows on mobile */
.sunshine-links {
    display: flex;
    gap: 1.25rem;
    flex-shrink: 0;
}

.sunshine-link {
    display: flex;
    align-items: center;
    gap: .45rem;
    text-decoration: none;
    color: #0246BE;
    font-weight: 600;
    white-space: nowrap;
    padding: .15rem 0;
    transition: color .15s;
}

.sunshine-link .sl-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .82rem;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #e8f0fe;
    color: #0246BE;
    transition: background .15s;
}

.sunshine-link .sl-label {
    font-size: .83rem;
    font-weight: 600;
    line-height: 1.2;
}

.sunshine-link .sl-chev {
    display: none;
    color: #adb5bd;
    font-size: .72rem;
    flex-shrink: 0;
    margin-left: auto;
}

.sunshine-link:hover {
    color: #01338C;
    text-decoration: none;
}

.sunshine-link:hover .sl-icon {
    background: #dbeafe;
}

/* Logged-out welcome back */
.sunshine-welcome {
    gap: 1rem;
}

.sunshine-welcome-title {
    white-space: nowrap;
    font-size: 1.4rem;
}

.sunshine-login {
    border-radius: 10px;
    padding: .45rem 1.25rem;
}

.sunshine-perks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    flex-basis: 100%;
    margin-top: .25rem;
}

.perk-card {
    display: flex;
    align-items: center;
    gap: .6rem;
    white-space: nowrap;
    padding: .25rem 0;
}

.perk-card .perk-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0246BE;
    font-size: .85rem;
}

.perk-card .perk-label {
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a2e;
}

.perk-card .perk-sub {
    font-size: .7rem;
    color: #6c757d;
}

/* Scenario eyebrow accents */
.sunshine-greeting .eyebrow.eyebrow-checkin {
    color: #16a34a;
}

.sunshine-greeting .eyebrow.eyebrow-vacation {
    color: #7c3aed;
}

.sunshine-greeting .eyebrow.eyebrow-checkout {
    color: #d97706;
}

/* NPS survey */
.sunshine-nps-col {
    flex-shrink: 0;
}

.nps-prompt {
    font-size: .85rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: .5rem;
}

.nps-buttons {
    display: flex;
    gap: .3rem;
    flex-wrap: wrap;
}

.nps-buttons a {
    min-width: 30px;
    padding: .2rem .35rem;
    border-radius: 6px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background .1s, border-color .1s, color .1s;
}

.nps-buttons a:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    text-decoration: none;
}

.nps-anchors {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.nps-anchors span {
    font-size: .65rem;
    color: #495057;
    font-style: italic;
}

/* Status badges */
.badge-countdown,
.badge-soon,
.badge-today,
.badge-vacation,
.badge-post {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    border-radius: 20px;
    padding: .1rem .55rem;
    font-size: .75rem;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .sunshine-strip-inner {
        align-items: flex-start;
        flex-wrap: wrap;
        row-gap: 0;
    }

    .sunshine-greeting {
        padding-bottom: 1rem;
    }

    .sunshine-greeting .eyebrow {
        display: none;
    }

    .sunshine-greeting .name {
        font-size: .97rem;
        line-height: 1.3;
    }

    .sunshine-greeting .trip-line {
        white-space: normal;
    }

    .sunshine-nps-col {
        flex-basis: 100%;
    }

    .sunshine-links {
        flex-direction: column;
        gap: 0;
        flex-basis: 100%;
    }

    .sunshine-link {
        white-space: normal;
        padding: .8rem 0;
        border-top: 1px solid #e9ecef;
        color: #1a1a2e;
        gap: 0;
    }

    .sunshine-link .sl-icon {
        display: none;
    }

    .sunshine-link .sl-label {
        font-size: .92rem;
        flex: 1;
    }

    .sunshine-link .sl-chev {
        display: block;
    }

    .sunshine-link:hover {
        color: #0246BE;
        text-decoration: none;
    }
}

/* Tighten card padding on phones only */
@media (max-width: 575px) {
    .sunshine-strip {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

