.price-page {
    background: linear-gradient(180deg, #f4f9fd 0, #ffffff 260px);
    padding-bottom: 320px;
}

.price-container {
    padding: 0;
}

.price-sidebar {
    margin-bottom: 28px;
}

.price-nav {
    position: sticky;
    top: 18px;
    overflow: hidden;
    border: 1px solid #d7dee3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 75, 136, 0.08);
}

.nav-item {
    flex: 1;
    text-align: center;
}

.nav-item1 {
    flex: 1;
    text-align: left;
}

.nav-link.active:hover {
    color: #00569c !important;
}

.nav-link1 {
    font-weight: 400;
    font-size: 13px;
}

.nav-tabs .nav-link.active {
    background-color: white !important;
    font-weight: 400;
    font-size: 13px;
}

.nav-tabs .nav-link.active.current {
    background-color: #00457d !important;
    color: white !important;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #495057;
}

.price-page .nav-tabs.flex-column {
    padding: 0;
    border: 1px solid rgba(0, 86, 156, 0.08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(15, 42, 68, 0.06);
}

.price-page .nav-tabs.flex-column .nav-item1 {
    margin: 0;
    border-bottom: 1px solid #e8eef4;
    flex: none;
    text-align: left;
}

.price-page .nav-tabs.flex-column .nav-item1:last-child {
    border-bottom: 0;
}

.price-page .nav-tabs.flex-column .nav-link,
.price-page .nav-tabs.flex-column .nav-link.active {
    display: block;
    margin: 0 !important;
    padding: 15px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #314256 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.price-page .nav-tabs.flex-column .nav-link:hover,
.price-page .nav-tabs.flex-column .nav-link:focus {
    background: #eef6fd !important;
    color: #00569c !important;
    text-decoration: none;
}

p1 {
    margin-top: revert;
    vertical-align: middle;
    text-align: left;
}

.price-nav .nav-item1 + .nav-item1 {
    border-top: 1px solid #edf3f7;
}

.price-nav .nav-link,
.price-nav .nav-link.active {
    display: block;
    margin: 0;
    padding: 13px 16px;
    border: 0;
    border-radius: 0;
    background-color: #ffffff !important;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.price-nav .nav-link.active.current,
.price-nav .nav-link:hover,
.price-nav .nav-link:focus {
    background-color: #00457d !important;
    color: #ffffff !important;
    padding-left: 20px;
}

.price-content {
    color: #333333;
}

.price-intro {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: 30px 34px;
    border: 1px solid #d7dee3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 75, 136, 0.09);
}

.price-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #00569c;
}

.price-intro__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #00569c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-intro h2,
.price-free-services h2 {
    margin: 0 0 14px;
    color: #1d2029;
    font-weight: 700;
    line-height: 1.25;
}

.price-intro h2 {
    font-size: 28px;
}

.price-intro__text {
    max-width: 760px;
    margin: 0 0 22px;
    color: #555555;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}

.price-free-services {
    margin-top: 24px;
    padding: 22px 24px;
    border-radius: 14px;
    background: #e6f0fa;
}

.price-free-services h2 {
    font-size: 20px;
}

.price-free-services ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-free-services li {
    position: relative;
    padding-left: 26px;
    line-height: 1.45;
}

.price-free-services li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00569c;
    box-shadow: 0 0 0 4px rgba(0, 86, 156, 0.12);
}

.price-note {
    margin: 22px 0 0;
    padding: 14px 18px;
    border-left: 4px solid #00569c;
    border-radius: 8px;
    background: #fff8e8;
    color: #333333;
    line-height: 1.45;
    text-align: left;
}

.price-note strong:first-child {
    color: #00569c;
}

.price-section-title {
    margin: 36px 0 20px;
    color: #1d2029;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.price-section-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 6px auto 0;
    border-radius: 999px;
    background: #00569c;
}

.price-section-title--service {
    scroll-margin-top: 24px;
}

.price-table-card {
    overflow: hidden;
    margin-bottom: 34px;
    border: 1px solid #d7dee3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 75, 136, 0.08);
}

.price-table-scroll {
    overflow-x: auto;
}

.price-table {
    width: 100% !important;
    min-width: 560px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
}

.price-table p {
    margin: 0;
    text-align: center;
}

.price-table thead {
    background: #00569c;
    color: #ffffff;
}

.price-table th,
.price-table td,
.price-table .td1 {
    padding: 15px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7dee3 !important;
    vertical-align: middle;
}

.price-table tr:last-child td {
    border-bottom: 0 !important;
}

.price-table th {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.price-table td {
    color: #333333;
    line-height: 1.45;
}

.price-table td[style*="#00569c"],
.price-table td[style*="#00569C"] {
    background: #00569c !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.price-table td[style*="#e6f0fa"],
.price-table td[style*="#E6F0FA"] {
    background: #f2f7fc !important;
}

.price-table td[style*="#fff2cc"] {
    background: #fff8e8 !important;
}

.price-table--services .title_left {
    text-align: left;
}

.price-table--services .title_center {
    text-align: center;
}

.price-table--services tbody tr:hover,
.price-table--rooms tbody tr:hover td:not([style*="#00569c"]) {
    background-color: #f7fbff !important;
}

@media (max-width: 767px) {
    .price-page {
        padding-bottom: 360px;
    }

    .price-container {
        padding-top: 28px;
    }

    .price-nav {
        position: static;
    }

    .price-intro {
        padding: 24px 22px;
        border-radius: 14px;
    }

    .price-intro h2 {
        font-size: 24px;
    }

    .price-free-services {
        padding: 18px;
    }

    .price-section-title {
        font-size: 21px;
    }
}
