/* Custom styles */

a {
    text-decoration: none;
}

.fps_14 {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
}

.a_grey a {
    color: #888;
}

/* ===== 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 {
    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: 0.9rem;
    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) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 1px;
    }
    .navbar .nav-item.dropdown.mega-dropdown:hover > .dropdown-menu {
        left: 0;
        right: 0;
    }
    .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: block;
        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%;
    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;
}

.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: 0.8rem;
    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;
    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: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.tour-banner-overlay {
    width: 100%;
    padding: 2.5rem 2rem 9rem;
    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;
}

.tour-banner-route {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.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-overlay {
        padding: 1.5rem 3.2rem 5rem
    }

    .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;
    }
}

/* 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: 380px;
    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;
}

/* Кнопки действий */
.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;
    }
}
