/*
 * Homepage «اقامتگاه‌های منتخب» — Figma Group 1000008967.
 * After travel-secrets. Slider chrome reuses .tourbin-tour-carousel__* from home.css.
 */

.tourbin-front-page > .tourbin-hotel-offers {
    padding-block: clamp(2.5rem, 5vw, 4rem) clamp(3rem, 6vw, 5rem);
    background: #ffffff;
    overflow: hidden;
}

.tourbin-hotel-offers__inner {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
}

.tourbin-hotel-offers__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    width: min(100% - 2.5rem, 448px);
    margin-inline: auto;
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
    text-align: center;
    direction: rtl;
}

.tourbin-hotel-offers__speech {
    width: 192px;
    max-width: 70vw;
    margin-bottom: 0.25rem;
}

.tourbin-hotel-offers__speech-shape {
    position: relative;
    width: 100%;
    aspect-ratio: 192 / 62.45;
    container-type: inline-size;
    filter: drop-shadow(0 4px 50px rgba(0, 0, 0, 0.1));
}

.tourbin-hotel-offers__speech-svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tourbin-hotel-offers__speech-label {
    position: absolute;
    top: 18%;
    left: 10%;
    z-index: 1;
    width: 80%;
    height: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:
        "Liana-soft", "Liana-soft-FD", "Liana", var(--tourbin-font, sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 1.35;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.tourbin-hotel-offers__title {
    margin: 0;
    font-family: "Liana-soft-FD", "Liana", var(--tourbin-font, sans-serif);
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.75;
    color: #000;
    text-align: center;
}

.tourbin-hotel-offers__lead {
    margin: 0;
    max-width: 359px;
    font-family: "Vazirmatn", var(--tourbin-font, sans-serif);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

/* Carousel lives inside hotel section — trim tour-carousel's own section padding. */
.tourbin-hotel-offers .tourbin-tour-carousel__inner {
    padding-block: 0;
}

.tourbin-hotel-offers__footer {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
    padding-inline: 1.25rem;
}

.tourbin-hotel-offers__cta {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: min(280px, 100%);
    min-height: 56px;
    padding: 14px 28px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff428 0%, #fff200 100%);
    box-shadow: 0 4px 14px rgba(255, 207, 1, 0.28);
    font-family: "Vazirmatn", var(--tourbin-font, sans-serif);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    direction: rtl;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.tourbin-hotel-offers__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(255, 207, 1, 0.4);
    color: #000;
}

.tourbin-hotel-offers__cta-arrow {
    display: block;
    flex-shrink: 0;
}

@media (max-width: 720px) {
    .tourbin-hotel-offers__header {
        width: calc(100% - 2rem);
    }

    .tourbin-hotel-offers__speech-label {
        white-space: normal;
        font-size: 13px;
    }

    .tourbin-hotel-offers__cta {
        width: 100%;
        max-width: 320px;
    }
}
