:root {
    --blue: #18c2ee;
    --green: #33d08f;
    --light-blue: #d8f6fb;
    --light-green: #dff7d8;
    --text: #2b2b2b;
}

.prices-section {
    padding: 20px 20px;
    font-family: Montserrat, sans-serif;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

.section-title {
    font-size: 42px;
    color: rgb(0, 209, 241);
    margin-bottom: 40px;
    font-weight: 700;
}

/* ================= */
/* PRICE CARDS */
/* ================= */

.prices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
}

.price-card {
    background: #fff;
    padding: 40px;
}

.weekdays {
    border: 8px solid var(--light-blue);
}

.weekend {
    border: 8px solid var(--light-green);
}

.price-card h3 {
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 34px;
}

.weekdays h3 {
    color: rgb(0, 209, 241);
}

.weekend h3 {
    color: var(--green);
}

.price-row {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
}

.price-row img {
    width: 42px;
}

.price-row span {
    font-size: 22px;
    color: var(--text);
}

.price-row strong {
    font-size: 30px;
    color: var(--green);
}

.free {
    font-size: 22px;
}

.days {
    text-align: center;
    margin-top: 30px;
    color: #888;
    font-size: 16px;
    letter-spacing: 2px;
}

/* ================= */
/* SERVICES */
/* ================= */

.service-card {
    background: #fff;
    border: 3px solid var(--light-blue);
    padding: 30px;
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.service-icon {
    width: 140px;
    flex-shrink: 0;
}

.service-icon img {
    width: 100%;
}
.bungalow-icon img {
    width: 260px;
    height: auto;
    margin-left: -60px;
}

.service-content {
    flex: 1;
}

.service-heading {
    margin-bottom: 25px;
}

.service-heading h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.service-heading span {
    color: #888;
}

/* ================= */
/* TABLE */
/* ================= */

.table-head,
.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

.table-head {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

.table-head div {
    padding: 15px;
}

.table-head div:nth-child(2) {
    color: rgb(0, 209, 241);
}

.table-head div:nth-child(3) {
    color: var(--green);
}

.table-row {
    border-top: 1px solid #ececec;
    align-items: center;
}

.table-row div {
    padding: 18px;
}

.table-row div:first-child {
    font-size: 18px;
}

.table-row div:nth-child(2),
.table-row div:nth-child(3) {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--green);
}

/* ================= */
/* TOWEL */
/* ================= */

.towel-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.towel-price {
    font-size: 34px;
    font-weight: 700;
    color: var(--green);
}

/* ================= */
/* MOBILE */
/* ================= */



.info-section {
    margin-top: 40px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.info-card {
    background: #fff;
    border-left: 5px solid rgb(0, 209, 241);
    padding: 28px 32px;
}

.vip-card {
    border-left-color: #33d08f;
}

.info-card h3 {
    margin-bottom: 18px;

    font-size: 28px;
    font-weight: 700;

    color: rgb(0, 209, 241);
}

.vip-card h3 {
    color: #33d08f;
}

.info-group {
    margin-bottom: 18px;
}

.info-group h4 {
    margin-bottom: 8px;

    font-size: 18px;
    font-weight: 700;

    color: #33d08f;
}

.info-card p {
    margin: 4px 0;

    font-size: 16px;
    line-height: 1.6;

    color: #333;
}

.info-card strong {
    color: #33d08f;
}

.bracelet {
    margin-top: 18px !important;
}


.discount-notice {
    display: flex;
    align-items: center;
    gap: 25px;

    padding: 24px 40px;
    margin-top: 40px;

    background: #fff;

    border: 2px solid #d8eef8;
    border-radius: 20px;
}

.discount-icon {
    flex-shrink: 0;
}

.discount-icon img {
    width: 54px;
    height: 54px;
    display: block;
}

.discount-text {
    flex: 1;

    font-size: 18px;
    line-height: 1.6;

    color: #4a4a4a;
}

.discount-text strong {
    color: #2f2f2f;
    font-weight: 700;
}

.discount-waves {
    flex-shrink: 0;
}

.discount-waves img {
    width: 120px;
    display: block;
    opacity: .9;
}


.gallery-section {
    padding: 80px 0;
    background: #fff;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-title {
    font-weight: 700;
    color: rgb(0, 209, 241);
    margin-bottom: 40px;
}

.gallery-slider {
    position: relative;
}

.gallery-slide {
    padding: 0 10px;
}

.gallery-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.gallery-slide img:hover {
    opacity: 0.95;
}

.slick-dots {
    bottom: -55px !important;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #cfd8dc;
}

.slick-dots li.slick-active button:before {
    color: rgb(0, 209, 241);
}

.slick-prev,
.slick-next {
    width: 46px;
    height: 46px;
    z-index: 10;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

.slick-prev:before,
.slick-next:before {
    color: rgb(0, 209, 241);
    font-size: 46px;
}


.event-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgb(0, 209, 241);
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;
}

.event-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-color: rgb(0, 209, 241);
}

.event-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.event-content .header {
    margin: 0;
    color: #333;
    font-size: 1.1em;
}
/* Примусове відображення стрілок */
.slick-prev,
.slick-next {
    display: block !important;
    width: 40px;
    height: 40px;
    z-index: 1000;

}


.slick-prev:before,
.slick-next:before {
    color: #000 !important;
    font-size: 40px;
}

/* Розташування */
.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
/* Виправляємо іконку закриття модального вікна */
.ui.modal>.close.icon:before {
    content: "\00d7" !important;
    font-family: sans-serif !important;
    font-size: 30px;
    line-height: 1;
}




/* Основний стиль футера */
.footer-bg {
    border-top: 1px solid #e0e0e0;
    padding: 40px 0;
    color: #333;
}

/* Заголовки колонок у футері */
.footer-bg .ui.header {
    font-size: 1.1em;
    color: rgb(0, 209, 241);
    /* Темно-синій колір, як у вашого лого */
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Стиль тексту для адреси та опису */
.footer-bg p {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 0.95em;
}

/* Посилання (телефон та емейл) */
.footer-bg a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bg a:hover {
    color: rgb(0, 209, 241) !important;
    /* Блакитний колір при наведенні */
}

/* Іконка Instagram */
.footer-bg img[alt="Instagram"] {
    transition: transform 0.3s ease;
}

.footer-bg img[alt="Instagram"]:hover {
    transform: scale(1.1);
    /* Легке збільшення при наведенні */
}

/* Розділювач та копірайт */
.footer-bg .ui.divider {
    margin: 25px 0 !important;
}

.footer-bg .text-center {
    font-size: 0.85em;
    color: #888;
}




.language-switcher {
    display: inline-flex;
    align-items: center;
}

/* Робимо посилання схожими на кнопки Semantic UI */
.language-switcher a.ui.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    /* Обнуляємо внутрішні відступи */
    width: 58px;
    /* Розмір вашої круглої кнопки */
    height: 58px;
    border-radius: 50%;
    background-color: #00d1f1 !important;
    /* Ваш фірмовий блакитний колір */
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease;
}

.language-switcher a.ui.button:hover {
    background-color: #00b1cd !important;
}








