/* ========= Стили Страницы (Meetings & Incentives) ========= */

/* --- Блок Заголовка --- */
.page-title-block {
    max-width: 944px;
    margin: 40px auto;
    text-align: center;
    padding: 0 15px;
}

.breadcrumbs {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
}

.breadcrumbs a {
    color: #555;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

.page-header h1 {
    font-family: "Raleway", sans-serif;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.page-intro-text p {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* ========= Блок "Offers" (2 Карточки) ========= */
.offers-block-meetings {
    max-width: 944px;
    margin: 40px auto;
    padding: 0 15px;
}

.offers-header-meetings {
    text-align: center;
    margin-bottom: 40px;
}

.offers-header-meetings h3 {
    font-family: "Raleway", sans-serif;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.offers-grid-meetings {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* * Мы используем классы из style.css (.offer-card), 
 * но нам нужно ПЕРЕОПРЕДЕЛИТЬ некоторые из них.
*/

.offers-block-meetings .offer-card {
    width: 50%;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}

.offers-block-meetings .offer-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.offers-block-meetings .offer-card a {
    text-decoration: none;
    display: block;
}

.offers-block-meetings .offer-card a:hover .offer-image {
     transform: scale(1.05);
}

.offers-block-meetings .offer-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto; /* <-- ИСПРАВЛЕНО */
}

.offers-block-meetings .offer-title {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin: 16px 0px 8px;
}

.offers-block-meetings .offer-read-more {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #68554A;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px 0 8px 0;
}
/* Контейнер, который переворачивает (картинка слева, текст справа) */
.info-slide-container.reverse {
    flex-direction: row; /* Наоборот, по сравнению с ресторанами */
}

.info-slide-text .meetings-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.info-slide-text .meetings-list li {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.info-slide-text .meetings-list li::before {
    content: "•";
    color: #00498D;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.info-slide-text h4 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    margin-top: 20px;
}
/* ========= Стили Страницы (Meetings & Incentives) ========= */

/* --- Блок "Offers" (MICE SPECIAL, DRIVING EXP) --- */
.offers-block-meetings {
    max-width: 944px; /* Как у .page-title-block */
    margin: 40px auto;
    padding: 0 15px;
}

.offers-header-meetings h3 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.offers-grid-meetings {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.offer-card {
    width: 50%;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}

.offer-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.offer-card a:hover .offer-image {
    transform: scale(1.05);
}

.offer-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-title {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin: 16px 0px 8px;
    text-decoration: none;
}

.offer-read-more {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #68554A;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 0px 8px;
}

/* --- Стили для списков в слайдерах --- */
.meetings-list {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 15px;
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
}

.meetings-list li {
    position: relative;
    margin-bottom: 10px;
}

.meetings-list li::before {
    content: "•";
    color: #00498D;
    font-weight: 700;
    position: absolute;
    left: -20px;
}

/* Переворачиваем порядок для слайдеров с классом .reverse */
.info-slide-container.reverse {
    flex-direction: row;
}

/*
 * =====================================
 * (НОВЫЙ БЛОК) АДАПТАЦИЯ ДЛЯ MEETINGS
 * =====================================
 */

@media (max-width: 992px) {
    
    /* Сетка "Offers" */
    .offers-grid-meetings {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }

    .offer-card {
        width: 100%;
    }

    /* Слайдеры (которые из .info-slider-block) */
    .info-slider-block {
        max-width: 600px;
    }
    
    .info-slide-container,
    .info-slide-container.reverse {
        flex-direction: column !important;
    }

    .info-slide-image,
    .info-slide-text {
        width: 100% !important;
    }
    
    .info-slide-text {
        padding: 30px;
    }
    
    .info-slider-block .slick-arrow {
        top: 30%; /* Сдвигаем стрелки на картинку */
    }
}