/* ========================================
   STYLE.CSS - Barut custom css for development mode
   ======================================== */

:root {
    --header-offset: 150px;
    --color-bg-dark-olive: #516b84;
}

/* --- Experiences Banner (DB) — ham HTML description (h2/h3) --- */
#experiencesBannerDb .experiences-banner-desc-wrap h2 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-white);
    letter-spacing: 4px;
    margin: 0 0 8px;
}

#experiencesBannerDb .experiences-banner-desc-wrap h3 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 300;
    line-height: 1.15;
    color: var(--color-white);
    letter-spacing: 4px;
    margin: 0 0 32px;
}

@media (max-width: 992px) {
    #experiencesBannerDb .experiences-banner-desc-wrap h2 {
        font-size: 30px;
    }

    #experiencesBannerDb .experiences-banner-desc-wrap h3 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    #experiencesBannerDb .experiences-banner-desc-wrap h2 {
        font-size: 26px;
        letter-spacing: 3px;
    }

    #experiencesBannerDb .experiences-banner-desc-wrap h3 {
        font-size: 34px;
        letter-spacing: 3px;
        margin-bottom: 24px;
    }
}

/* --- Bayou Art Section (DB) — content h2, static heritage-legacy-title ile aynı --- */
#bayouArtSectionDb .heritage-legacy-text h2 {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-text-dark);
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.rooms-showcase-header p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-light);
    max-width: 900px;
    margin: 0 auto;
}

.kid-experiences-info p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text-light);
    margin-bottom: 32px;
}

.rooms-showcase-card-brand {
    font-size: 30px;
}

.logo {
    height: 50px;
}

.has-hero .site-header.header-dark {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50), transparent);
}

.room-detail-info-text h1,
.room-detail-info-text h2 {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 4px;
    color: var(--color-text-dark);
    text-transform: uppercase;
    margin: 0 0 48px;
}

.room-detail-info-text h2 {
    font-size: 32px;
}

.room-detail-plan-image img {
    max-width: 300px;
}

.per3 .advantages-slide-image {
    width: 100%;
    aspect-ratio: 6 / 7;
    overflow: hidden;
    margin-bottom: 28px;
}

.per3 .advantages-slide-title {
    font-size: 22px;
}

/* --- Offers advantages: keep slide links aligned at the bottom --- */
.advantages.pt-5 .advantages-swiper .swiper-wrapper {
    align-items: stretch;
}

.advantages.pt-5 .advantages-swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.advantages.pt-5 .advantages-slide-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.advantages.pt-5 .advantages-slide-link {
    margin-top: auto;
    align-self: flex-start;
}

/* --- Offer detail: keep signature slide links aligned at the bottom --- */
#offerAdvantageDetail~#signatureExperiences .swiper-wrapper {
    align-items: stretch;
}

#offerAdvantageDetail~#signatureExperiences .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

#offerAdvantageDetail~#signatureExperiences .signature-slide-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#offerAdvantageDetail~#signatureExperiences .signature-slide-link {
    margin-top: auto;
    align-self: flex-start;
}

.offer-detail-cover {
    width: 100%;
    aspect-ratio: 4 / 2;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-subtitle {
    line-height: 1.5;
    letter-spacing: 0;
}

/* --- Wellness experiences: keep slide links aligned at the bottom --- */
#wellnessExperiences .swiper-wrapper {
    align-items: stretch;
}

#wellnessExperiences .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

#wellnessExperiences .wellness-experiences-slide-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#wellnessExperiences .wellness-experiences-slide-link {
    margin-top: auto;
    align-self: flex-start;
}

/* --- Barut swiper: keep slide links aligned at the bottom --- */
#barutSwiperSection .barut-swiper .swiper-wrapper {
    align-items: stretch;
}

#barutSwiperSection .barut-swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

#barutSwiperSection .barut-swiper-slide-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#barutSwiperSection .barut-swiper-slide-link {
    margin-top: auto;
    align-self: flex-start;
}


.sticky .header-top {
    display: none;
}

.mediterranean-destination-inner {
    max-width: 1250px;
}


.anda-info-container {
    max-width: 1250px;
}

.footer-logo img {
    max-height: 58px;
}

.footer-nav {
    padding: 60px 40px;
}

.footer-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.75);
}

.heritage-legacy-btn {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--color-text-light);
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-text-light);
    transition: color 0.3s ease, border-color 0.3s ease;
}

.heritage-legacy-btn:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.gastronomy-detail-cover {
    width: 100%;
    aspect-ratio: 4 / 2;
    overflow: hidden;
    margin-bottom: 40px;
}

.gastronomy-detail-page .editor-area {
    padding: 15px 0;
}

.gastronomy-detail-page .editor-area p {
    text-align: center;
}

.gastronomy-detail-page .editor-area ul {
    padding: 0;
    list-style: none;
}

.gastronomy-detail-page .editor-area ul li {
    text-align: center;
    padding: 8px 0;
    font-size: 22px;
}

.gastronomy-detail-page .editor-area h2 {
    font-size: 48px;
    margin-top: 20px;
}

.standart-btn.colored {}

/* --- Restaurant Gallery Swiper --- */
.restaurant-gallery-section {
    padding: 40px 0 60px;
}

.restaurant-gallery-swiper {
    overflow: visible;
}

.restaurant-gallery-swiper .swiper-wrapper {
    align-items: flex-start;
}

.restaurant-gallery-swiper .swiper-slide {
    width: auto;
    height: 450px;
    flex-shrink: 0;
}

.restaurant-gallery-swiper .swiper-slide a {
    display: block;
    height: 100%;
}

.restaurant-gallery-swiper .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

/* --- Restaurant Gallery Progress Bar --- */
.restaurant-gallery-progress-wrap {
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.restaurant-gallery-progress-bar {
    flex: 1;
    height: 2px;
    background: #e0ddd5;
    position: relative;
    overflow: hidden;
}

.restaurant-gallery-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    background: var(--color-primary);
    transition: width 0.4s ease;
}

.restaurant-gallery-progress-counter {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-text-light);
    white-space: nowrap;
    min-width: 48px;
    text-align: right;
}

@media (max-width: 768px) {
    .restaurant-gallery-swiper .swiper-slide {
        height: 300px;
    }

    .restaurant-gallery-section {
        padding: 24px 0 40px;
    }
}

.signature-experiences-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--color-text-dark);
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--color-text-dark);
    transition: color var(--transition-base), border-color var(--transition-base);
}

@media (max-width: 768px) {

    .header-top-left,
    .header-top-right {
        position: relative;
    }
}

/* --- Home hero gallery swiper --- */
.hero.hero-swiper {
    height: 100vh;
    min-height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    display: block;
    background: none;
    overflow: hidden;
}

.hero-swiper-instance,
.hero-swiper-instance .swiper-wrapper,
.hero-swiper-instance .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-swiper-instance .swiper-slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-slide-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide-image img,
.hero-slide-image video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-swiper-instance .hero-overlay {
    z-index: 1;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.38) 0%,
            rgba(0, 0, 0, 0.18) 42%,
            rgba(0, 0, 0, 0.58) 100%);
}

.hero-swiper .hero-content {
    z-index: 2;
}

.hero-video-sound-button {
    position: absolute;
    right: clamp(20px, 4vw, 64px);
    bottom: clamp(24px, 8vh, 72px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    color: var(--color-white);
    cursor: pointer;
    transition: background-color var(--transition-base), border-color var(--transition-base);
}

.hero-video-sound-icon-unmuted {
    display: none;
}

.hero-video-sound-button.is-unmuted .hero-video-sound-icon-muted {
    display: none;
}

.hero-video-sound-button.is-unmuted .hero-video-sound-icon-unmuted {
    display: block;
}

.hero-video-sound-button:hover {
    background: rgba(0, 0, 0, 0.45);
    border-color: var(--color-white);
}

.hero-video-sound-button:focus-visible {
    outline: 2px solid var(--color-white);
    outline-offset: 4px;
}

.hero-swiper-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    color: var(--color-white);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color var(--transition-base), border-color var(--transition-base), opacity var(--transition-base);
}

.hero-swiper-button:hover {}

.hero-swiper-button:focus-visible {
    outline: 2px solid var(--color-white);
    outline-offset: 4px;
}

.hero-swiper-prev {
    left: clamp(20px, 4vw, 64px);
}

.hero-swiper-next {
    right: clamp(20px, 4vw, 64px);
}

.hero-swiper-button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.hero-swiper .scroll-indicator {
    z-index: 3;
}

/* --- Wellness experiences swiper navigation --- */
.wellness-experiences-swiper-area {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.wellness-experiences-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity var(--transition-base);
}

.wellness-experiences-button:hover {
    opacity: 0.65;
}

.wellness-experiences-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
}

.wellness-experiences-prev {
    left: 0;
}

.wellness-experiences-next {
    right: 0;
}

.wellness-experiences-button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 768px) {
    .hero-swiper-button {
        width: 42px;
        height: 42px;
    }

    .hero-swiper-button svg {
        width: 20px;
        height: 20px;
    }

    .wellness-experiences-button {
        width: 42px;
        height: 42px;
    }

    .wellness-experiences-button svg {
        width: 20px;
        height: 20px;
    }
}

/* --- Bars showcase swiper navigation --- */
.bars-showcase-swiper-area {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.bars-showcase-swiper-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bars-showcase-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity var(--transition-base);
}

.bars-showcase-button:hover {
    opacity: 0.65;
}

.bars-showcase-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
}

.bars-showcase-prev {
    left: 0;
}

.bars-showcase-next {
    right: 0;
}

.bars-showcase-button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 768px) {
    .bars-showcase-swiper-area {
        max-width: 100%;
    }

    .bars-showcase-button {
        width: 42px;
        height: 42px;
    }

    .bars-showcase-button svg {
        width: 20px;
        height: 20px;
    }
}

.stay-rooms-swiper-area,
.stay-swiper-swiper-area {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.room-detail-swiper-area {
    position: relative;
}

.stay-nav-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity var(--transition-base);
}

.stay-nav-button:hover {
    opacity: 0.65;
}

.stay-nav-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
}

.stay-prev {
    left: 0;
}

.stay-next {
    right: 0;
}

.stay-nav-button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 768px) {

    .stay-rooms-swiper-area,
    .stay-swiper-swiper-area,
    .room-detail-swiper-area {
        max-width: 100%;
    }

    .stay-nav-button {
        width: 42px;
        height: 42px;
    }

    .stay-nav-button svg {
        width: 20px;
        height: 20px;
    }
}

.gastro-gallery-swiper-area,
.gastronomy-duo-swiper-area {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.gastro-nav-button,
.gastronomy-duo-nav-button {
    position: absolute;
    top: 33%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity var(--transition-base);
}

.gastro-nav-button:hover,
.gastronomy-duo-nav-button:hover {
    opacity: 0.65;
}

.gastro-nav-button:focus-visible,
.gastronomy-duo-nav-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
}

.gastro-prev,
.gastro-duo-prev {
    left: 0;
}

.gastro-next,
.gastro-duo-next {
    right: 0;
}

.gastro-nav-button.swiper-button-disabled,
.gastronomy-duo-nav-button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 768px) {

    .gastro-gallery-swiper-area,
    .gastronomy-duo-swiper-area {
        max-width: 100%;
    }

    .gastro-nav-button,
    .gastronomy-duo-nav-button {
        width: 42px;
        height: 42px;
    }

    .gastro-nav-button svg,
    .gastronomy-duo-nav-button svg {
        width: 20px;
        height: 20px;
    }
}

.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
    border: none !important;
}

.lg-outer .lg-thumb-item.active {
    opacity: 0.5;
}

.experiences-slide-content-title,
.experiences-slide-label {
    font-size: 27px;
    letter-spacing: 1px;
}