/* Custom styles */
body {
    color: #555;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #ad1b2a;
}

a:hover {
    color: #ffc107;
}

.fps_20 {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 20px;
}

.fps_18 {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 18px;
}

.fps_16 {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 16px;
}

.fps_14 {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
}

.f_bold {
    font-weight: bold;
}

.a_grey a {
    color: #888;
}

.scrollTop{
    background:url(/dynamic/images/arrows2.png) 0 0 no-repeat;
    display:block; width:50px; height:50px;
    position:fixed; bottom:10px;
    z-index:2000;
}
.scrollTop:hover{ background-position:0 -58px; }

.t_date td {
    padding:4px;
}

.tooltip {
    --bs-tooltip-bg: #ccc;
    --bs-tooltip-opacity: 1;
    z-index: 100000;
}

.tooltip .tooltip-inner {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
}

.for_h1 {
    /*color: #fff;*/
    /*background-color: #ad1b2a;*/
    padding:0 0 15px 0;
    /*text-transform: uppercase;*/
    border-bottom:1px solid #eaeaea;
    margin-bottom: 20px;
}

/* ===== Top Bar ===== */
.top-bar {
    background: linear-gradient(135deg, #5a1018 0%, #3d0b11 100%);
    color: #e8d0d3;
    font-size: 0.85rem;
}

.top-bar-data {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

.top-bar a {
    color: #fff;
}

.top-bar .btn-outline-light {
    font-size: 0.78rem;
    padding: 0.2rem 0.6rem;
    border-color: rgba(255, 255, 255, 0.3);
}

.top-bar .btn-outline-light:hover {
    background: #fff;
}

/* ===== Header Main ===== */
.header-main {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.header-logo {
    transition: transform 0.3s ease;
    width: 65px;
}

@media (max-width: 992px) {
    .header-logo {
        width: 45px;
    }
}

.header-logo:hover {
    transform: scale(1.05);
}

.header-slogan {
    font-size: 1.2rem;
    font-family: "Monotype Corsiva";
    color: #b4973a;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.header-contact {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.5;
}

.header-contact a {
    color: gray;
}

.header-contact a:hover {
    color: #ad1b2a;
    text-decoration: underline;
}

/* ===== Main Navigation ===== */
.main-nav {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.main-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
    padding: 0.75rem 1rem !important;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
    color: #ffc107 !important;
    background: rgba(255, 255, 255, 0.08);
}

.main-nav .nav-link i {
    margin-right: 0.2rem;
}

/* Burger button light/white */
.main-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
}

.main-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== Mega Menu ===== */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    width: 100%;
    border: none;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    /* animation: fadeIn 0.25s ease;*/
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.mega-col {
    border-right: 1px solid #e9ecef;
    padding: 0 1.2rem;
}

.mega-col:last-child {
    border-right: none;
}

.mega-heading {
    font-weight: 700;
    color: #7A0F1C;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #ad1b2a;
}

.mega-menu .dropdown-item {
    font-size: 0.85rem;
    padding: 0.3rem 0.8rem;
    color: #444;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.mega-menu .dropdown-item:hover {
    background: #fdf0f1;
    color: #7A0F1C;
    padding-left: 1rem;
}

/* Hover dropdown on desktop */
@media (min-width: 992px) {
    .mega-dropdown {
        position: relative !important;
    }

    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 1px;
    }

    .navbar .nav-item.dropdown.mega-dropdown:hover > .dropdown-menu {
        left: 0;
        right: auto;
    }

    .mega-menu {
        width: max-content;
        max-width: calc(100vw - 2rem);
        overflow-x: auto;
    }

    .mega-menu > .container {
        width: max-content;
        max-width: none;
    }

    .mega-menu > .container > .row {
        flex-wrap: nowrap;
    }

    .mega-menu .mega-col {
        flex: 0 0 auto;
        width: auto;
        min-width: 13rem;
    }

    .navbar .nav-item.dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
}

/* Regular dropdown styling */
.main-nav .dropdown-menu:not(.mega-menu) {
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-radius: 0.4rem;
    animation: fadeIn 0.25s ease;
}

.main-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
    font-size: 0.88rem;
    padding: 0.45rem 1.2rem;
    transition: all 0.2s ease;
}

.main-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover {
    background: #fdf0f1;
    color: #7A0F1C;
}

/* ===== Footer ===== */
.site-footer {
    margin-top: 3rem;
}

.footer-main {
    background: linear-gradient(135deg, #5a1018 0%, #3d0b11 100%);
    color: #e8d0d3;
    padding: 3rem 0 1rem;
}

.footer-heading {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e8a0a8;
    /*border-bottom: 2px solid #e8a0a8;*/
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.footer-heading i {
    color: #e8a0a8;
    margin-right: 0.3rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.4rem;
}

.footer-links a {
    color: #adb5bd;
    font-size: 0.88rem;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #f4c7cb;
    padding-left: 0.3rem;
}

.footer-bottom {
    background: #2e080d;
    color: #c0a0a5;
    padding: 1rem 0;
    font-size: 0.82rem;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ccc;
    text-decoration: none;
    margin-right: 0.4rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-social-icon:hover {
    background: #ad1b2a;
    color: #fff;
    transform: translateY(-2px);
}

.footer-social-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.footer-legal-links a {
    color: #888;
    margin-left: 0.8rem;
    font-size: 0.8rem;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: #ffc107;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .header-slogan {
        font-size: 1rem;
    }

    .mega-menu {
        max-height: 60vh;
        overflow-y: auto;
    }

    .mega-col {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        padding-bottom: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .mega-col:last-child {
        border-bottom: none;
    }

    .footer-social-legal {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .header-slogan {
        font-size: 0.9rem;
    }

    .footer-bottom span {
        display: contents;
        margin-top: 0.3rem;
    }

    .footer-legal-links {
        display: block;
        margin-top: 0.5rem;
    }

    .footer-legal-links a {
        margin-left: 0;
        margin-right: 0.8rem;
    }
}

/* ===== jQuery UI Datepicker Custom ===== */
.ui-datepicker {
    font-size: 0.85rem;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 1050 !important;
}

.ui-datepicker-header {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    border: none;
    border-radius: 0.4rem 0.4rem 0 0;
    color: #fff;
}

.ui-datepicker-header .ui-datepicker-title {
    color: #fff;
    font-weight: 600;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-position: center !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat !important;
}

.ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
    background: rgba(255, 255, 255, 0.15);
    border: none;
}

.ui-datepicker td a.ui-state-default {
    text-align: center;
    border: none;
    background: none;
    color: #333;
}

.ui-datepicker td a.ui-state-default:hover {
    background: #fdf0f1;
    color: #7A0F1C;
    border-radius: 0.25rem;
}

.ui-datepicker td a.ui-state-highlight {
    background: #fdf0f1;
    color: #ad1b2a;
    font-weight: 600;
    border-radius: 0.25rem;
}

.ui-datepicker td a.ui-state-active {
    background: #ad1b2a;
    color: #fff;
    border-radius: 0.25rem;
}

.ui-datepicker th {
    color: #7A0F1C;
    font-weight: 600;
}

/* ===== Tour Search Page ===== */
.tour-search-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #7A0F1C;
    border-bottom: 3px solid #ad1b2a;
    padding-bottom: 0.5rem;
}

.tour-search-form-wrap {
    background: #fdf0f1;
    border: 1px solid #e8a0a8;
    border-radius: 0.5rem;
    padding: 1rem 1.2rem;
}

.tour-search-form-wrap .form-control:focus,
.tour-search-form-wrap .form-select:focus {
    border-color: #ad1b2a;
    box-shadow: 0 0 0 0.2rem rgba(173, 27, 42, 0.15);
}

/* Checkbox styling */
.tour-search-form-wrap .form-check-input {
    border-color: #dee2e6;
    height: 28px;
    width: 28px;
    margin-bottom: 2px;
    margin-top: 0;
}

.tour-search-form-wrap .form-check-input:checked {
    background-color: #ad1b2a;
    border-color: #7A0F1C;
}

.tour-search-form-wrap .form-check-input:focus {
    border-color: #ad1b2a;
    box-shadow: 0 0 0 0.2rem rgba(173, 27, 42, 0.25);
}

.btn-tour-search {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    border: none;
    padding: 0.4rem 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-tour-search:hover {
    background: linear-gradient(135deg, #c4202f 0%, #8e1322 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(122, 15, 28, 0.3);
}

/* Tour Cards */
.tour-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tour-card:hover {
    box-shadow: 0 6px 24px rgba(122, 15, 28, 0.12);
    /*transform: translateY(-2px);*/
}

.tour-card-img-wrap {
    overflow: hidden;
    min-height: 200px;
    background: #f5f5f5;
}

.tour-card-img {
    width: 100%;
    height: 100%;
    max-height: 470px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tour-card-img-wrap:hover .tour-card-img {
    transform: scale(1.05);
}

.tour-card-body {
    padding: 1.2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tour-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.tour-card-title a {
    color: #7A0F1C;
    transition: color 0.2s ease;
}

.tour-card-title a:hover {
    color: #ad1b2a;
    text-decoration: underline;
}

.tour-card-route {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.tour-card-route i {
    color: #ad1b2a;
    margin-right: 0.2rem;
}

.tour-card-type {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.tour-card-type i {
    color: #b4973a;
}

.tour-card-dates {
    font-weight: 600;
    color: #333;
}

.tour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.8rem;
    border-top: 1px solid #e9ecef;
}

.tour-card-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ad1b2a;
    margin-bottom: 0;
}

.tour-card-noplace {
    margin-bottom: 0.4rem;
}

.tour-card-next {
    font-size: 0.85rem;
    color: #666;
    margin-left: 0.5rem;
}

.tour-card-discount {
    background: #fff8e1;
    border-left: 3px solid #b4973a;
    padding: 0.4rem 0.7rem;
    font-size: 0.85rem;
    color: #7a6520;
    border-radius: 0 0.3rem 0.3rem 0;
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

.tour-card-discount i {
    color: #b4973a;
}

.tour-card-info {
    background: #e8f4fd;
    border-left: 3px solid #3498db;
    padding: 0.35rem 0.7rem;
    font-size: 0.85rem;
    color: #2471a3;
    border-radius: 0 0.3rem 0.3rem 0;
    margin-bottom: 0.4rem;
}

.tour-card-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    max-height: 25rem;
    overflow: hidden;
    position: relative;
}

/*
.tour-card-desc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2rem;
    background: linear-gradient(transparent, #fff);
}
*/

.tour-card-desc p {
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.btn-tour-details {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    border: none;
    font-size: 0.88rem;
    padding: 0.4rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-tour-details:hover {
    background: linear-gradient(135deg, #c4202f 0%, #8e1322 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(122, 15, 28, 0.3);
}

/* ===== Tour Country Page Title ===== */
.tour-country-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #7A0F1C;
    border-bottom: 3px solid #ad1b2a;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

/*
.tour-country-title i {
    color: #b4973a;
}
*/

/* ===== Tour Banner Swiper ===== */
.tour-banner-swiper {
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tour-banner {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.tour-banner-overlay {
    width: 100%;
    padding: 2.5rem 2rem;
    /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));*/
    color: #fff;
    text-align: center;
}

.tour-banner-title {
    font-size: 2rem;
    font-weight: 700;
    /*text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);*/
    margin-bottom: 0.4rem;
    text-shadow: #333 4px 4px 4px;
}

.tour-banner-title-main {
    font-size: 40px;
    font-weight: bold;
}

.tour-banner-route {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    /*text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);*/
    text-shadow: #333 4px 4px 4px;
}

.tour-banner-route-main {
    font-size: 30px;
    font-weight: bold;
}

.tour-banner-route i {
    color: #ffc107;
    margin-right: 0.3rem;
}

.tour-banner-swiper .swiper-button-prev,
.tour-banner-swiper .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.tour-banner-swiper .swiper-button-prev:hover,
.tour-banner-swiper .swiper-button-next:hover {
    background: rgba(173, 27, 42, 0.8);
}

.tour-banner-swiper .swiper-button-prev::after,
.tour-banner-swiper .swiper-button-next::after {
    font-size: 1.1rem;
    font-weight: 700;
}

.tour-banner-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}

.tour-banner-swiper .swiper-pagination-bullet-active {
    background: #ad1b2a;
    opacity: 1;
}

@media (max-width: 768px) {
    .tour-banner {
        height: 300px;
    }

    .tour-banner-title {
        font-size: 1.4rem;
    }

    .tour-banner-route {
        font-size: 0.85rem;
    }

    .tour-banner-title-main {
        font-size: 2rem;
    }

    .tour-banner-route-main {
        font-size: 1rem;
    }

    .tour-banner-overlay {
        padding: 1.5rem 3.2rem
    }

    .tour-country-title {
        font-size: 1.4rem;
    }

    .tour-card-img-wrap {
        max-height: 220px;
    }

    .tour-search-form-wrap .row {
        gap: 0.3rem;
    }
}

/* ===== Tour Detail Page ===== */

/* Filmstrip Swiper */
.tour-filmstrip-swiper {
    overflow: hidden;
    padding: 0.5rem 0 1.5rem;
}

.tour-filmstrip-swiper .swiper-slide {
    border-radius: 0.5rem;
    overflow: hidden;
    opacity: 0.5;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tour-filmstrip-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.tour-filmstrip-swiper .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.tour-filmstrip-swiper .swiper-button-prev,
.tour-filmstrip-swiper .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.tour-filmstrip-swiper .swiper-button-prev:hover,
.tour-filmstrip-swiper .swiper-button-next:hover {
    background: rgba(173, 27, 42, 0.8);
}

.tour-filmstrip-swiper .swiper-button-prev::after,
.tour-filmstrip-swiper .swiper-button-next::after {
    font-size: 1rem;
    font-weight: 700;
}

.tour-filmstrip-swiper .swiper-pagination-bullet {
    background: #999;
    opacity: 0.5;
}

.tour-filmstrip-swiper .swiper-pagination-bullet-active {
    background: #ad1b2a;
    opacity: 1;
}

@media (max-width: 768px) {
    .tour-filmstrip-swiper .swiper-slide img {
        height: 240px;
    }
}

/* Full-size tour photo gallery */
.tour-gallery-link {
    color: #7a0f1c;
    font-weight: 600;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
}

.tour-gallery-link:hover,
.tour-gallery-link:focus-visible {
    color: #ad1b2a;
    text-decoration: underline;
}

.tour-gallery-link i {
    margin-top: 6px;
    margin-right: 0.25rem;
}

.tour-gallery-modal .modal-dialog {
    height: calc(100vh - 100px);
    margin: 50px 100px;
    max-width: none;
    width: calc(100vw - 200px);
}

.tour-gallery-modal .modal-content,
.tour-gallery-modal .modal-body,
.tour-gallery-modal .tourGallerySwiper {
    height: 100%;
    min-height: 0;
}

.tour-gallery-modal .modal-content {
    background: #111;
    border: 0;
    border-radius: 0.65rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.tour-gallery-modal .modal-body {
    padding: 0;
}

.tour-gallery-modal .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 24px 68px 44px;
}

.tour-gallery-modal .swiper-slide img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.tour-gallery-modal .tour-gallery-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 10;
}

.tour-gallery-modal .swiper-button-prev,
.tour-gallery-modal .swiper-button-next {
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}

.tour-gallery-modal .swiper-pagination {
    bottom: 14px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 991.98px) {
    .tour-gallery-modal .modal-dialog {
        height: calc(100vh - 40px);
        margin: 20px;
        width: calc(100vw - 40px);
    }

    .tour-gallery-modal .swiper-slide {
        padding: 20px 48px 40px;
    }
}

@media (max-width: 767.98px) {
    .tour-gallery-modal {
        display: none !important;
    }
}

/* Tour Tabs */
.tour-tabs {
    border-bottom: 2px solid #ad1b2a;
    flex-wrap: wrap;
}

.tour-tabs .nav-link {
    color: #555;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    margin-bottom: -3px;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.tour-tabs .nav-link:hover {
    color: #7A0F1C;
    background: #fdf0f1;
    border-bottom: 1px solid #ad1b2a;
}

.tour-tabs .nav-link.active {
    color: #7A0F1C;
    background: #fdf0f1;
    border-bottom: 1px solid #ad1b2a;
}

/* Tab Content */
.tour-tab-content {
    padding: 1.5rem 0;
    line-height: 1.7;
    font-size: 0.92rem;
    color: #444;
    min-height: 580px;
}

.tour-tab-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #7A0F1C;
    margin-bottom: 1rem;
}

.tour-tab-subheading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.tour-tab-intro {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
}

/* Day blocks */
.tour-day-block {
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #e8a0a8;
}

.tour-day-title {
    font-weight: 700;
    color: #7A0F1C;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.tour-day-title i {
    color: #b4973a;
    margin-right: 0.3rem;
}

/* Included list */
.tour-included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tour-included-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.tour-included-list li i {
    color: #28a745;
    margin-right: 0.5rem;
    width: 18px;
    text-align: center;
}

.tour-included-list li i.fa-child {
    color: #b4973a;
}

/* Info & discount notes */
.tour-info-note {
    background: #e8f4fd;
    border-left: 3px solid #3498db;
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
    color: #2471a3;
    border-radius: 0 0.3rem 0.3rem 0;
}

.tour-info-note i {
    margin-right: 0.3rem;
}

.tour-discount-note {
    background: #fff8e1;
    border-left: 3px solid #b4973a;
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
    color: #7a6520;
    border-radius: 0 0.3rem 0.3rem 0;
}

.tour-discount-note i {
    color: #b4973a;
    margin-right: 0.3rem;
}

/* Excursion table */
.tour-excursion-table {
    max-width: 400px;
}

.tour-excursion-table td {
    padding: 0.4rem 0.8rem;
}

/* Dates table */
.tour-dates-table thead th {
    background: linear-gradient(135deg, #5a1018 0%, #3d0b11 100%);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 0.8rem;
    border: none;
}

.tour-dates-table tbody tr {
    transition: background 0.2s ease;
}

.tour-dates-table tbody tr:hover {
    background: #fdf0f1;
}

.tour-dates-table td {
    vertical-align: middle;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .tour-dates-table thead th {
        padding: 2px;
    }

    .tour-dates-table td {
        padding: 2px;
    }
}


/* Order sidebar */
.tour-order-sidebar {
    background: #fdf0f1;
    border: 1px solid #e8a0a8;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    position: sticky;
    top: 80px;
    margin-top: 1.5rem;
}

.tour-order-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ad1b2a;
    margin-bottom: 0.3rem;
}

.tour-order-date {
    font-size: 0.88rem;
    color: #666;
    margin-bottom: 1rem;
}

.tour-order-date i {
    color: #28a745;
    margin-right: 0.2rem;
}

.btn-tour-order {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 0.4rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 0.6rem;
}

.btn-tour-order:hover {
    background: linear-gradient(135deg, #c4202f 0%, #8e1322 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(122, 15, 28, 0.3);
}

.btn-tour-other-dates {
    display: block;
    width: 100%;
    background: #fff;
    color: #7A0F1C;
    border: 1px solid #e8a0a8;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    font-size: 0.88rem;
    transition: all 0.3s ease;
}

.btn-tour-other-dates:hover {
    background: #fdf0f1;
    color: #ad1b2a;
    border-color: #ad1b2a;
}

/* Review cards */
.tour-review-card {
    background: #f9f9f9;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1rem 1.2rem;
    margin-bottom: 1rem;
}

.tour-review-header {
    margin-bottom: 0.5rem;
    font-size: 0.92rem;
}

.tour-review-header i {
    color: #ad1b2a;
    font-size: 1.2rem;
    margin-right: 0.4rem;
}

.tour-review-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

/* Mobile fixed order bar */
.tour-mobile-order {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.4rem 0.8rem;
    z-index: 1020;
}

.tour-mobile-order-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ad1b2a;
}

/* ===== Order pages (steps 1-4) ===== */
.order-title {
    color: #7A0F1C;
    font-weight: 700;
    font-size: 1.6rem;
}

.order-title i {
    color: #ad1b2a;
    margin-right: 0.4rem;
}

/* Прогресс бар этапов оформления заказа */
.order-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.order-step {
    flex: 1 1 0;
    min-width: 140px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 0.7rem 1rem;
    text-align: center;
    color: #888;
    font-size: 0.9rem;
    position: relative;
}

.order-step .order-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e9ecef;
    color: #888;
    font-weight: 700;
    margin-right: 0.4rem;
    font-size: 0.85rem;
}

.order-step.is-done {
    background: #f1f7ee;
    border-color: #cde4c4;
    color: #2e7d32;
}

.order-step.is-done .order-step-num {
    background: #28a745;
    color: #fff;
}

.order-step.is-active {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    border-color: #7A0F1C;
    font-weight: 600;
}

.order-step.is-active .order-step-num {
    background: #fff;
    color: #ad1b2a;
}

/* Карточка-инфо тура в боковой колонке */
.order-tour-info {
    background: #fdf0f1;
    border: 1px solid #e8a0a8;
    border-radius: 0.5rem;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
}

.order-tour-info-date {
    color: #ad1b2a;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}

.order-tour-info-name a {
    color: #7A0F1C;
    font-weight: 600;
}

.order-tour-info-name a:hover {
    text-decoration: underline;
}

.order-tour-info-price {
    margin-top: 0.6rem;
    color: #555;
    font-size: 0.95rem;
}

.order-tour-info-price b {
    color: #ad1b2a;
    font-size: 1.15rem;
}

.order-tour-info-discount {
    margin-top: 0.3rem;
    color: #b4973a;
    font-size: 0.9rem;
}

/* Блок-секция этапа заказа */
.order-section {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.order-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #7A0F1C;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0d8db;
}

.order-section-title i {
    color: #ad1b2a;
    margin-right: 0.4rem;
}

/* Таблица туристов */
.order-tourists-table {
    width: 100%;
    margin-bottom: 0.5rem;
    border-collapse: separate;
    border-spacing: 0;
}

.order-tourists-table thead th {
    background: #fdf0f1;
    color: #7A0F1C;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #e8a0a8;
    text-align: left;
}

.order-tourists-table td {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.92rem;
    vertical-align: top;
}

.order-tourists-table .order-tourist-options {
    color: #666;
    font-size: 0.85rem;
}

.order-tourist-remove {
    color: #ad1b2a;
    font-size: 0.9rem;
    text-decoration: none;
    margin-right: 0.3rem;
}

.order-tourist-remove:hover {
    color: #7A0F1C;
}

.order-summary {
    text-align: right;
    padding: 0.8rem 1rem;
    background: #fdf0f1;
    border-radius: 0.4rem;
    margin-top: 0.8rem;
    font-size: 0.95rem;
}

.order-summary-total {
    color: #ad1b2a;
    font-weight: 700;
    font-size: 1.15rem;
}

.order-summary-discount {
    color: #b4973a;
    font-size: 0.9rem;
}

/* Поля формы тура — единый стиль */
.order-form .form-label {
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.order-form .form-control,
.order-form .form-select {
    border-radius: 0.4rem;
    border-color: #e0e0e0;
}

.order-form .form-control:focus,
.order-form .form-select:focus {
    border-color: #ad1b2a;
    box-shadow: 0 0 0 0.2rem rgba(173, 27, 42, 0.15);
}

.order-required {
    color: #ad1b2a;
    margin-left: 2px;
}

/* Договор / условия */
.order-agreement {
    /* max-height: 580px;*/
    overflow-y: auto;
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 0.4rem;
    padding: 1rem 1.2rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #444;
}

.order-agreement h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #7A0F1C;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}

.order-agreement p {
    margin-bottom: 0.4rem;
}

.order-agree-check {
    background: #fff8e1;
    border: 1px solid #ffe1a8;
    border-radius: 0.4rem;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
}

.order-agree-check label {
    color: #ad1b2a;
    font-weight: 600;
    margin-left: 0.3rem;
    cursor: pointer;
}

.order-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.3rem;
    margin-bottom: 4px;
    padding: 0;
    border: 1px solid #ad1b2a;
    border-radius: 50%;
    background: #fff;
    color: #ad1b2a;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    cursor: help;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.order-help:hover,
.order-help:focus-visible {
    background: #ad1b2a;
    color: #fff;
    outline: none;
}

.order-help-popover {
    --bs-popover-max-width: 360px;
}

.order-help-popover .popover-body {
    line-height: 1.45;
}

/* Кнопки действий */
.btn-order-primary {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    border-radius: 0.4rem;
    transition: all 0.3s ease;
}

.btn-order-primary:hover {
    background: linear-gradient(135deg, #c4202f 0%, #8e1322 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(122, 15, 28, 0.3);
}

.btn-order-secondary {
    background: #fff;
    color: #7A0F1C;
    border: 1px solid #e8a0a8;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 0.4rem;
    transition: all 0.3s ease;
}

.btn-order-secondary:hover {
    background: #fdf0f1;
    color: #ad1b2a;
    border-color: #ad1b2a;
}

.btn-order-cancel {
    background: #fff;
    color: #888;
    border: 1px solid #ddd;
    font-weight: 500;
    padding: 0.45rem 1rem;
    border-radius: 0.4rem;
    font-size: 0.9rem;
}

.btn-order-cancel:hover {
    background: #f8f9fa;
    color: #555;
}

@media (max-width: 768px) {
    .order-step {
        font-size: 0.8rem;
        /* padding: 0.5rem 0.6rem; */
        min-width: 0;
    }

    .order-tourists-table thead {
        display: none;
    }

    .order-tourists-table,
    .order-tourists-table tbody,
    .order-tourists-table tr,
    .order-tourists-table td {
        display: block;
        width: 100%;
    }

    .order-tourists-table td {
        border-bottom: none;
        padding: 0.2rem 0.5rem;
    }

    .order-tourists-table tr {
        border-bottom: 1px solid #f0f0f0;
        padding: 0.5rem 0;
    }
}

/* ===================================================== */
/* ===== Гостевая книга (Guestbook) ==================== */
/* ===================================================== */
.guestbook {
    margin-bottom: 2rem;
}

/* --- Шапка раздела --- */
.gb-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    border-bottom: 3px solid #ad1b2a;
}

.gb-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #7A0F1C;
    margin: 0 0 0.3rem 0;
}

.gb-head-link {
    font-size: 0.9rem;
    color: #666;
}

.gb-head-link a {
    color: #ad1b2a;
    font-weight: 600;
}

.gb-head-link a:hover {
    color: #7A0F1C;
    text-decoration: underline;
}

.gb-head-link i {
    color: #b4973a;
    margin-right: 0.2rem;
}

.btn-gb-add {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.6rem 1.3rem;
    border-radius: 0.4rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-gb-add:hover {
    background: linear-gradient(135deg, #c4202f 0%, #8e1322 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(122, 15, 28, 0.3);
}

/* --- Постраничная навигация --- */
.gb-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 1.2rem 0;
}

.gb-pagination-label {
    color: #666;
    font-size: 0.9rem;
    margin-right: 0.3rem;
}

.gb-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 0.35rem;
    border: 1px solid #e9ecef;
    background: #fff;
    color: #7A0F1C;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gb-page:hover {
    background: #fdf0f1;
    border-color: #ad1b2a;
    color: #ad1b2a;
}

.gb-page.current {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    border-color: #7A0F1C;
    color: #fff;
}

/* --- Карточка отзыва --- */
.gb-card {
    display: flex;
    gap: 1.2rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.6rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 1.3rem 1.5rem;
    margin-bottom: 1.2rem;
    transition: box-shadow 0.3s ease;
}

.gb-card:hover {
    box-shadow: 0 6px 24px rgba(122, 15, 28, 0.12);
}

.gb-card-pending {
    border-left: 4px solid #ad1b2a;
    background: #fffafa;
}

.gb-card-aside {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gb-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.gb-author-name {
    font-weight: 700;
    color: #333;
    font-size: 1rem;
    word-break: break-word;
}

.gb-author-city,
.gb-author-email,
.gb-author-date {
    font-size: 0.83rem;
    color: #777;
    margin-top: 0.2rem;
    word-break: break-word;
}

.gb-author-city i,
.gb-author-date i {
    color: #b4973a;
    margin-right: 0.25rem;
}

.gb-badge-pending {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.15rem 0.55rem;
    border-radius: 0.3rem;
    background: #fdecea;
    color: #c0392b;
    font-size: 0.75rem;
    font-weight: 600;
}

.gb-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.gb-card-tour {
    font-size: 0.88rem;
    color: #555;
    background: #fff8e1;
    border-left: 3px solid #b4973a;
    padding: 0.4rem 0.7rem;
    border-radius: 0 0.3rem 0.3rem 0;
    margin-bottom: 0.8rem;
}

.gb-card-tour i {
    color: #b4973a;
    margin-right: 0.25rem;
}

.gb-card-tour a {
    color: #7A0F1C;
    font-weight: 600;
}

.gb-card-tour a:hover {
    color: #ad1b2a;
    text-decoration: underline;
}

.gb-card-text {
    color: #444;
    line-height: 1.65;
    font-size: 0.95rem;
    word-wrap: break-word;
}

.gb-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid #e9ecef;
}

.gb-card-actions a {
    font-size: 0.85rem;
    color: #7A0F1C;
    font-weight: 600;
}

.gb-card-actions a:hover {
    color: #ad1b2a;
    text-decoration: underline;
}

.gb-card-actions a.gb-danger {
    color: #c0392b;
}

.gb-card-actions i {
    margin-right: 0.2rem;
}

/* --- Боковая панель: отзывы по странам --- */
.gb-sidebar {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.6rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.gb-sidebar-title {
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.8rem 1.1rem;
}

.gb-sidebar-title i {
    margin-right: 0.4rem;
    color: #ffc107;
}

/* Стрелка-индикатор (видна только на мобильных) */
.gb-toggle-arrow {
    display: none;
    float: right;
    margin-right: 0;
    transition: transform 0.3s ease;
}

.gb-sidebar-toggle.open .gb-toggle-arrow {
    transform: rotate(180deg);
}

.gb-country-list {
    list-style: none;
    margin: 0;
    padding: 0.4rem 0;
}

.gb-country-item > a {
    display: block;
    padding: 0.5rem 1.1rem;
    color: #444;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.gb-country-item > a:hover {
    background: #fdf0f1;
    color: #ad1b2a;
    border-left-color: #ad1b2a;
}

.gb-country-item.active > a {
    background: #fdf0f1;
    color: #7A0F1C;
    font-weight: 700;
    border-left-color: #ad1b2a;
}

.gb-count {
    color: #999;
    font-size: 0.8rem;
    font-weight: 400;
}

.gb-country-item.active > a .gb-count {
    color: #ad1b2a;
}

.gb-tour-list {
    list-style: none;
    margin: 0;
    padding: 0.2rem 0 0.4rem 0;
    background: #fafafa;
}

.gb-tour-item a,
.gb-tour-item span {
    display: block;
    padding: 0.35rem 1.1rem 0.35rem 1.8rem;
    color: #666;
    font-size: 0.85rem;
}

.gb-tour-item a:hover {
    color: #ad1b2a;
}

.gb-tour-item.active a,
.gb-tour-item.active span {
    color: #b4973a;
    font-weight: 600;
}

/* На мобильных список стран скрыт и раскрывается по клику на заголовок */
@media (max-width: 991px) {
    .gb-sidebar-toggle {
        cursor: pointer;
        user-select: none;
    }

    .gb-toggle-arrow {
        display: inline-block;
    }

    .gb-country-list {
        display: none;
    }
}

@media (max-width: 575px) {
    .gb-card {
        flex-direction: column;
        gap: 0.8rem;
        padding: 1.1rem 1.1rem;
    }

    .gb-card-aside {
        flex-direction: row;
        align-items: center;
        gap: 0.8rem;
        flex-basis: auto;
        width: 100%;
        padding-bottom: 0.6rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .gb-avatar {
        margin-bottom: 0;
    }

    .gb-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-gb-add, .btn-order-primary, .btn-order-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ===== Contacts Page ===== */
.contacts-page {
    color: #444;
}

.contacts-lead {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #7A0F1C;
    margin-bottom: 1.5rem;
}

.contacts-lead i {
    color: #ffc107;
}

/* --- Карточка офиса --- */
.contacts-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.6rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contacts-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.contacts-card-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #fff;
    font-size: 1.05rem;
    padding: 0.85rem 1.15rem;
}

.contacts-card-head i {
    color: #ffc107;
}

.contacts-card-body {
    padding: 1.15rem;
}

.contacts-row {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.55;
    margin-bottom: 0.85rem;
}

.contacts-row:last-child {
    margin-bottom: 0;
}

.contacts-ico {
    color: #ad1b2a;
    margin-top: 0.2rem;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.contacts-messenger {
    align-items: center;
}

.contacts-messenger img {
    border-radius: 0.3rem;
}

.contacts-map {
    margin-top: 0.6rem;
}

.contacts-map img {
    max-width: 100%;
    height: auto;
    border-radius: 0.4rem;
}

.contacts-map a {
    cursor: pointer;
    display: inline-block;
}

.contacts-map a img {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contacts-map a:hover img {
    transform: scale(1.03);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* --- Модальное окно просмотра фото --- */
.contacts-photo-modal .modal-content {
    position: relative;
    background: #fff;
    border: none;
    border-radius: 0.6rem;
    overflow: hidden;
}

.contacts-photo-modal .contacts-photo-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    padding: 0.55rem;
    opacity: 0.9;
}

.contacts-photo-modal .contacts-photo-close:hover {
    opacity: 1;
}

.contacts-photo-modal .contacts-photo-img {
    max-height: 80vh;
    width: auto;
    border-radius: 0.4rem;
}

.contacts-photo-modal .contacts-photo-caption {
    margin-top: 0.85rem;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* --- Секции (реквизиты, сотрудники) --- */
.contacts-section {
    margin-top: 2.5rem;
}

.contacts-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #7A0F1C;
    border-bottom: 3px solid #ad1b2a;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem;
}

.contacts-section-title i {
    color: #ffc107;
    margin-right: 0.4rem;
}

.contacts-bank {
    background: #fff8e1;
    border-left: 4px solid #b4973a;
    border-radius: 0 0.4rem 0.4rem 0;
    padding: 1rem 1.2rem;
    line-height: 1.65;
}

/* --- Карточка сотрудника --- */
.contacts-worker {
    display: flex;
    gap: 1.1rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.6rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 1.15rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contacts-worker:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.contacts-worker-photo {
    flex-shrink: 0;
}

.contacts-worker-photo img {
    width: 120px;
    height: auto;
    border-radius: 0.5rem;
    object-fit: cover;
    border: 2px solid #f0e2c4;
}

.contacts-worker-info {
    flex: 1 1 auto;
    min-width: 0;
}

.contacts-worker-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ad1b2a;
    margin-bottom: 0.6rem;
}

.contacts-worker-row {
    line-height: 1.55;
    margin-bottom: 0.6rem;
}

.contacts-worker-row:last-child {
    margin-bottom: 0;
}

.contacts-label {
    font-weight: 600;
    color: #555;
}

@media (max-width: 575px) {
    .contacts-worker {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contacts-worker-photo img {
        width: 150px;
    }

    .contacts-worker-row {
        text-align: left;
    }
}

/* ===== Bonus Page ===== */
.bonus-page {
    color: #444;
    margin-bottom: 2.5rem;
}

.bonus-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 1.5rem;
    align-items: center;
    background: linear-gradient(135deg, rgba(122, 15, 28, 0.96) 0%, rgba(173, 27, 42, 0.92) 54%, rgba(180, 151, 58, 0.82) 100%);
    border-radius: 0.5rem;
    padding: 2rem;
    color: #fff;
    box-shadow: 0 8px 28px rgba(122, 15, 28, 0.18);
}

.bonus-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ffe5a0;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.bonus-hero h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
    line-height: 1.15;
}

.bonus-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.65;
}

.bonus-hero-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    color: #7A0F1C;
    padding: 1.25rem;
    text-align: center;
}

.bonus-hero-badge span {
    display: block;
    color: #ad1b2a;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.bonus-hero-badge small {
    display: block;
    margin-top: 0.45rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.35;
}

.bonus-section {
    margin-top: 2rem;
}

.bonus-section-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #7A0F1C;
    border-bottom: 3px solid #ad1b2a;
    padding-bottom: 0.55rem;
    margin-bottom: 1.25rem;
}

.bonus-section-title i {
    color: #ffc107;
    margin-right: 0.35rem;
}

.bonus-card {
    display: flex;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 1.25rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.bonus-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.bonus-card-accent {
    border-color: rgba(255, 193, 7, 0.45);
    background: #fffaf0;
}

.bonus-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: #fdf0f1;
    border-radius: 0.5rem;
    color: #ad1b2a;
    font-size: 1.35rem;
}

.bonus-card h3 {
    color: #7A0F1C;
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 0.55rem;
}

.bonus-card p {
    margin: 0 0 0.7rem;
    line-height: 1.6;
}

.bonus-card p:last-child {
    margin-bottom: 0;
}

.bonus-card b {
    color: #ad1b2a;
}

.bonus-note {
    color: #666;
    font-size: 0.9rem;
}

.bonus-repeat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    margin: 0.85rem 0;
}

.bonus-repeat-grid div {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.45rem;
    padding: 0.75rem 0.55rem;
    text-align: center;
}

.bonus-repeat-grid b {
    display: block;
    color: #ad1b2a;
    font-size: 1.35rem;
    line-height: 1;
}

.bonus-repeat-grid span {
    display: block;
    margin-top: 0.35rem;
    color: #555;
    font-size: 0.82rem;
    line-height: 1.25;
}

.bonus-warning,
.bonus-expire {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.25rem;
    border-radius: 0.5rem;
    line-height: 1.6;
}

.bonus-warning {
    background: #fff8e1;
    border-left: 4px solid #b4973a;
    padding: 1rem 1.15rem;
}

.bonus-warning i,
.bonus-expire i {
    color: #b4973a;
    margin-top: 0.25rem;
}

.bonus-rules {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 1.5rem;
    align-items: stretch;
}

.bonus-rules p {
    line-height: 1.7;
}

.bonus-rules b {
    color: #ad1b2a;
}

.bonus-rules-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    background: #fdf0f1;
    border: 1px solid #f0d4d8;
    border-radius: 0.5rem;
    padding: 1.3rem;
    text-align: center;
    color: #555;
}

.bonus-rules-panel i {
    color: #ad1b2a;
}

.bonus-rules-number {
    color: #7A0F1C;
    font-size: 1.45rem;
    font-weight: 800;
}

.bonus-prize-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.bonus-prize {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: stretch;
    min-height: 74px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.bonus-prize span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ad1b2a 0%, #7A0F1C 100%);
    color: #ffc107;
    font-size: 1.75rem;
    font-weight: 800;
}

.bonus-prize p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0.85rem 1rem;
    line-height: 1.45;
}

.bonus-expire {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 1rem 1.15rem;
}

.bonus-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.bonus-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #ad1b2a;
    color: #ad1b2a;
    font-weight: 700;
    padding: 0.55rem 1.2rem;
    transition: all 0.2s ease;
}

.bonus-outline-btn:hover {
    background: #ad1b2a;
    color: #fff;
}

@media (max-width: 991px) {
    .bonus-hero,
    .bonus-rules {
        grid-template-columns: 1fr;
    }

    .bonus-hero {
        padding: 1.5rem;
    }

    .bonus-hero-badge {
        min-height: auto;
    }

    .bonus-rules-panel {
        max-width: 360px;
    }
}

@media (max-width: 767px) {
    .bonus-hero h2 {
        font-size: 1.6rem;
    }

    .bonus-hero p {
        font-size: 0.98rem;
    }

    .bonus-card {
        flex-direction: column;
    }

    .bonus-prize-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .bonus-hero {
        padding: 1.2rem;
    }

    .bonus-repeat-grid {
        grid-template-columns: 1fr;
    }

    .bonus-warning,
    .bonus-expire {
        flex-direction: column;
    }

    .bonus-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Главная страница */
.home-tour-filmstrip .swiper-slide {
    max-width: 1680px;
    width: calc(100% - 96px);
}
.home-section-heading {
    max-width: 720px;
}
.home-section-heading h2,
.home-about h2 {
    color: #3f3f3f;
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.home-section-heading p {
    color: #6b6b6b;
    margin-bottom: 0;
}
.home-section-kicker {
    color: #ad1b2a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}
.home-service-card {
    align-items: center;
    background: #fff;
    border: 1px solid #ece4e5;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(65, 27, 31, 0.06);
    color: #3f3f3f;
    display: flex;
    height: 100%;
    min-height: 112px;
    padding: 1.15rem;
    text-decoration: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.home-service-card:hover,
.home-service-card:focus-visible {
    border-color: #d59ba2;
    box-shadow: 0 8px 24px rgba(122, 15, 28, 0.13);
    color: #7a0f1c;
    transform: translateY(-3px);
}
.home-service-icon {
    align-items: center;
    background: linear-gradient(135deg, #fff3f4 0%, #f4e2e4 100%);
    border-radius: 50%;
    color: #ad1b2a;
    display: flex;
    flex: 0 0 52px;
    font-size: 1.25rem;
    height: 52px;
    justify-content: center;
    margin-right: 0.9rem;
}
.home-service-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}
.home-service-content strong {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}
.home-service-content small {
    color: #777;
    font-size: 0.82rem;
    line-height: 1.35;
}
.home-service-arrow {
    color: #c9a2a7;
    font-size: 0.8rem;
    margin-left: 0.75rem;
    transition: transform 0.25s ease;
}
.home-service-card:hover .home-service-arrow {
    transform: translateX(3px);
}
.home-about-inner {
    background: linear-gradient(135deg, #fffaf6 0%, #ffffff 58%, #f9edef 100%);
    border: 1px solid #eadadd;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(89, 16, 24, 0.1);
    color: #493a3c;
    overflow: hidden;
    padding: 2.25rem;
    position: relative;
}
.home-about-inner::after {
    border: 55px solid rgba(173, 27, 42, 0.045);
    border-radius: 50%;
    content: "";
    height: 260px;
    position: absolute;
    right: -90px;
    top: -110px;
    width: 260px;
}
.home-about h2 {
    color: #4b3034;
}
.home-about p {
    color: #716468;
    margin-bottom: 0;
}
.home-section-kicker-light {
    color: #ad1b2a;
}
.home-about-btn {
    background: linear-gradient(135deg, #ad1b2a 0%, #7a0f1c 100%);
    border: 1px solid #7a0f1c;
    box-shadow: 0 4px 12px rgba(122, 15, 28, 0.18);
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 1.1rem;
}
.home-about-btn:hover {
    background: linear-gradient(135deg, #c4202f 0%, #8e1322 100%);
    border-color: #8e1322;
    box-shadow: 0 6px 16px rgba(122, 15, 28, 0.24);
    color: #fff;
}
.home-about-btn-outline {
    border: 1px solid #c98e95;
    color: #7a0f1c;
    font-weight: 600;
    padding: 0.65rem 1.1rem;
}
.home-about-btn-outline:hover {
    background: #7a0f1c;
    border-color: #7a0f1c;
    color: #fff;
}
.home-benefit {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #eadcdf;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(73, 38, 43, 0.06);
    color: #493a3c;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 155px;
    padding: 1.2rem;
    position: relative;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    z-index: 1;
}
.home-benefit:hover,
.home-benefit:focus-visible {
    background: #fff;
    border-color: #c9828b;
    box-shadow: 0 9px 22px rgba(122, 15, 28, 0.13);
    color: #7a0f1c;
    transform: translateY(-3px);
}
.home-benefit:focus-visible {
    outline: 3px solid rgba(173, 27, 42, 0.25);
    outline-offset: 3px;
}
.home-benefit i {
    align-items: center;
    align-self: flex-start;
    background: #f8e9eb;
    border-radius: 50%;
    color: #ad1b2a;
    display: flex;
    font-size: 1.05rem;
    height: 42px;
    justify-content: center;
    margin-bottom: 1rem;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease;
    width: 42px;
}
.home-benefit:hover i,
.home-benefit:focus-visible i {
    background: #ad1b2a;
    color: #fff;
}
.home-benefit strong {
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 0.3rem;
}
.home-benefit span {
    color: #796d70;
    font-size: 0.79rem;
    line-height: 1.35;
}
.home-comforts {
    border-top: 1px solid #eadcdf;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    position: relative;
    z-index: 1;
}
.home-comforts h3 {
    color: #4b3034;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.home-comfort-card {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #eadcdf;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(73, 38, 43, 0.05);
    display: flex;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem 1.1rem;
}
.home-comfort-card p {
    color: #716468;
    font-size: 0.88rem;
    line-height: 1.55;
}
.home-comfort-card strong {
    color: #7a0f1c;
    font-weight: 700;
}
.home-comfort-icon {
    align-items: center;
    background: #f8e9eb;
    border-radius: 50%;
    color: #ad1b2a;
    display: flex;
    flex: 0 0 42px;
    font-size: 1rem;
    height: 42px;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .home-tour-filmstrip .swiper-slide {
        width: calc(100% - 48px);
    }
    .home-services {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important;
    }
    .home-service-card {
        min-height: 96px;
    }
    .home-about-inner {
        border-radius: 12px;
        padding: 1.5rem;
    }
    .home-benefit {
        min-height: auto;
    }
    .home-about-btn,
    .home-about-btn-outline {
        flex: 0 0 100%;
        width: 100%;
    }
    .home-comforts {
        margin-top: 1.5rem;
    }
    .home-comfort-card {
        padding: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-service-card,
    .home-service-arrow,
    .home-benefit,
    .home-benefit i {
        transition: none;
    }
}
