body {
    direction: rtl;
    text-align: right;
    padding-top: 86px;
    background:
        radial-gradient(circle at top right, rgba(26, 164, 219, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 45%, #f4f8fb 100%);
    font-family: 'Noto Naskh Arabic', 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #14324a;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
}

.page-wrap {
    min-height: 0;
    padding-bottom: 18px;
}

.site-nav.navbar.navbar-inverse {
    background: linear-gradient(110deg, #005f99 0%, #0088cc 48%, #1aa4db 100%);
    border: 0;
    box-shadow: 0 8px 24px rgba(0, 73, 110, 0.28);
    min-height: 74px;
}

.site-nav .container {
    position: relative;
}

.site-nav .navbar-header {
    min-height: 74px;
    float: right;
}

.site-nav .navbar-brand {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
    text-decoration: none;
    float: right;
}

.site-nav .navbar-brand:hover,
.site-nav .navbar-brand:focus {
    color: #fff;
    opacity: 0.95;
}

.site-nav .navbar-brand,
.site-nav .navbar-brand:focus,
.site-nav .navbar-brand:hover {
    margin-right: 0;
}

.brand-badge {
    width: 60px;
    height: 50px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-badge img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.brand-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
    min-width: 0;
}

.brand-text strong {
    font-size: 20px;
    font-weight: 700;
}

.brand-text p {
    margin: 3px 0 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
}

.site-nav .navbar-nav.navbar-right {
    float: right !important;
    margin-right: 0;
}

.site-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.site-nav .navbar-nav > li {
    float: right;
}

html[dir="ltr"] .site-nav .navbar-brand,
html[dir="ltr"] .site-nav .navbar-nav.navbar-right,
html[dir="ltr"] .site-nav .navbar-nav > li,
html[dir="ltr"] .auth-nav {
    float: left !important;
}

html[dir="ltr"] .auth-nav {
    margin-left: 8px;
    margin-right: 0;
}

html[dir="ltr"] .auth-user-trigger {
    padding: 6px 6px 6px 10px;
}

html[dir="ltr"] .auth-user-dropdown {
    left: auto;
    right: 0;
}

.lang-switcher-item {
    padding-top: 16px;
    padding-bottom: 14px;
}

.lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 26px rgba(7, 46, 71, 0.22);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.lang-switcher::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    pointer-events: none;
}

.lang-switcher .lang-switch {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 40px;
    padding: 6px 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.lang-switcher .lang-switch:hover,
.lang-switcher .lang-switch:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.lang-switcher .lang-switch.is-active {
    background: linear-gradient(135deg, #ffffff 0%, #eaf7ff 100%);
    color: #0f4665;
    box-shadow: 0 8px 18px rgba(8, 58, 90, 0.18);
}

.lang-switcher .flag-icon {
    display: block;
    width: 24px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(15, 70, 101, 0.18);
}

html[dir="ltr"] .lang-switcher-item {
    margin-left: 10px;
    margin-right: 0;
}

html[dir="rtl"] .lang-switcher-item {
    margin-right: 10px;
    margin-left: 0;
}

.site-nav .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 23px;
}

.site-nav .navbar-nav > .active > a,
.site-nav .navbar-nav > .active > a:hover,
.site-nav .navbar-nav > .active > a:focus,
.site-nav .navbar-nav > li > a:hover,
.site-nav .navbar-nav > li > a:focus {
    color: #fff;
    background: transparent;
}

.site-nav .navbar-toggle {
    margin-top: 20px;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.08);
}

.site-nav .navbar-toggle .icon-bar {
    background-color: #fff;
}

.auth-nav {
    float: right !important;
    margin-right: 18px;
    margin-left: 0;
}

.auth-nav > li > a.auth-link {
    margin-top: 16px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1.4;
    border: 1px solid transparent;
}

.auth-nav > li + li {
    margin-inline-start: 8px;
}

.site-nav .navbar-nav > li > a.auth-link:hover,
.site-nav .navbar-nav > li > a.auth-link:focus {
    background: rgba(255, 255, 255, 0.12);
}

.site-nav .navbar-nav > li > a.auth-link:after {
    display: none;
}

@media (min-width: 993px) {
    html[dir="ltr"] .site-nav .navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    html[dir="ltr"] .site-nav .navbar-nav.navbar-right,
    html[dir="ltr"] .auth-nav {
        display: flex;
        align-items: center;
    }

    html[dir="ltr"] .auth-nav {
        margin-left: 0;
    }

    html[dir="ltr"] .auth-nav > li {
        float: none;
    }

    html[dir="ltr"] .auth-nav > li > a.auth-link {
        margin-top: 16px;
        margin-bottom: 14px;
        padding: 8px 14px;
        border-radius: 999px;
    }
}

.auth-link-signin {
    border-color: rgba(255, 255, 255, 0.55) !important;
}

a.auth-link.auth-link-signup {
    background: linear-gradient(135deg, #efab1f 0%, #e29500 100%) !important;
    border-color: transparent !important;
    color: #14324a !important;
    background-image: linear-gradient(135deg, #efab1f 0%, #e29500 100%) !important;
}

.site-nav .auth-nav > li > a.auth-link-signup:hover,
.site-nav .auth-nav > li > a.auth-link-signup:focus,
a.auth-link.auth-link-signup:hover,
a.auth-link.auth-link-signup:focus {
    background: linear-gradient(135deg, #f3b83d 0%, #eea819 100%) !important;
    color: #14324a !important;
}

.auth-user-menu {
    position: relative;
    margin-top: 16px;
    margin-bottom: 14px;
}

.auth-user-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px 6px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.18);
    cursor: default;
    max-width: 100%;
}

.auth-user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #efab1f 0%, #f5c457 100%);
    color: #14324a;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(11, 41, 61, 0.18);
}

.auth-user-name {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 180px;
    padding: 10px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #d7e3ec;
    box-shadow: 0 18px 36px rgba(17, 65, 96, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 50;
}

.auth-user-menu:hover .auth-user-dropdown,
.auth-user-menu:focus-within .auth-user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.auth-logout-form {
    margin: 0;
}

.auth-logout-btn {
    width: 100%;
    padding: 9px 18px;
    border-radius: 12px;
    border: 1px solid #c9302c;
    background: #d9534f;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.auth-logout-btn:hover,
.auth-logout-btn:focus {
    background: #c9302c;
    color: #fff;
    outline: none;
}

.auth-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(13, 45, 67, 0.22);
}

.auth-modal .modal-header {
    background: linear-gradient(135deg, #0d90d0 0%, #005f99 100%);
    color: #fff;
    padding: 22px 26px 18px;
    border-bottom: 0;
    position: relative;
}

.auth-modal .modal-header .close {
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
    font-size: 28px;
    position: absolute;
    top: 10px;
    left: 14px;
    right: auto;
    margin: 0;
    float: none;
}

html[dir="ltr"] .auth-modal .modal-header .close {
    left: auto;
    right: 14px;
}

.auth-modal .modal-title {
    font-size: 28px;
    font-weight: 700;
}

.auth-modal .modal-subtitle {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

.auth-modal .modal-body {
    padding: 26px;
    background: linear-gradient(180deg, #f9fcff 0%, #fff 100%);
}

.auth-alert {
    display: none;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.auth-alert.is-error {
    display: block;
    background: #fdeaea;
    color: #9f2734;
    border: 1px solid #f3c4c9;
}

.auth-alert.is-success {
    display: block;
    background: #e7f7ee;
    color: #1f7a43;
    border: 1px solid #bbe4ca;
}

.auth-form-group + .auth-form-group {
    margin-top: 16px;
}

.auth-form-label {
    display: block;
    margin-bottom: 7px;
    color: #18364c;
    font-size: 15px;
    font-weight: 700;
}

.auth-form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #cfe0ec;
    background: #fff;
    padding: 0 16px;
    font-size: 15px;
    color: #16364f;
    direction: rtl;
    text-align: right;
    box-shadow: inset 0 1px 2px rgba(9, 30, 44, 0.04);
}

.auth-email-control {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    border-radius: 16px;
    border-color: #bfd9ea;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 10px 24px rgba(13, 144, 208, 0.08);
    font-size: 16px;
    font-weight: 600;
    direction: ltr;
    text-align: left;
    letter-spacing: 0.01em;
}

.auth-email-control::placeholder {
    direction: ltr;
    text-align: left;
    color: #7a93a6;
}

html[lang="ku"] #signup-modal .auth-email-control {
    text-align: right;
}

html[lang="ku"] #signup-modal .auth-email-control::placeholder {
    text-align: right;
}

.auth-form-control::placeholder {
    text-align: right;
}

html[dir="ltr"] .auth-modal,
html[dir="ltr"] .auth-modal .modal-title,
html[dir="ltr"] .auth-modal .modal-subtitle,
html[dir="ltr"] .auth-modal .auth-form-label {
    text-align: left;
}

html[dir="ltr"] .auth-form-control {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .auth-form-control::placeholder {
    text-align: left;
}

.auth-form-control:focus {
    outline: none;
    border-color: #0d90d0;
    box-shadow: 0 0 0 3px rgba(13, 144, 208, 0.12);
}

.auth-email-control:focus {
    border-color: #0991cf;
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(13, 144, 208, 0.14),
        0 16px 32px rgba(13, 144, 208, 0.14);
}

.auth-modal .modal-footer {
    padding: 0 26px 26px;
    border-top: 0;
    background: #fff;
}

.auth-submit-btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #efab1f 0%, #e29500 100%);
    color: #14324a;
    font-size: 17px;
    font-weight: 700;
}

.auth-submit-btn:hover,
.auth-submit-btn:focus {
    background: linear-gradient(135deg, #f3b83d 0%, #eea819 100%);
    color: #14324a;
}

.auth-submit-btn[disabled] {
    opacity: 0.7;
    cursor: wait;
}

.crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #547089;
    margin: 22px 0 26px;
    font-size: 14px;
}

.crumbs a {
    color: #0a6ea8;
    text-decoration: none;
}

.footer {
    background: #0088cc;
    color: #fff;
    padding: 52px 0 18px;
    margin-top: 18px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
    direction: ltr;
}

.footer-block {
    text-align: right;
    justify-self: end;
    width: 100%;
}

.footer-block h4 {
    margin: 0 0 18px;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.footer-block p,
.footer-contact-list li,
.footer-links li {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.9;
}

.footer-map {
    margin-top: 18px;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.footer-map iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: 0;
}

.footer-contact-list,
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 12px;
    direction: rtl;
}

.footer-contact-item + .footer-contact-item {
    margin-top: 8px;
}

.footer-contact-item span {
    min-width: 0;
    display: block;
    text-align: right;
}

.footer-contact-phone-ltr {
    direction: ltr;
    unicode-bidi: isolate;
}

.footer-contact-item-ltr span {
    direction: ltr;
    unicode-bidi: isolate;
}

.footer-contact-item-address {
    align-items: flex-start;
}

.footer-contact-item i {
    width: 24px;
    flex: 0 0 24px;
    text-align: center;
    line-height: 1.9;
}

.footer-brand-mark {
    width: 84px;
    height: 84px;
    object-fit: contain;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: flex-end;
}

.footer-social a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    direction: ltr;
}

html[dir="ltr"] .footer-grid > .footer-block:nth-child(1) {
    order: 3;
}

html[dir="ltr"] .footer-grid > .footer-block:nth-child(2) {
    order: 2;
}

html[dir="ltr"] .footer-grid > .footer-block:nth-child(3) {
    order: 1;
}

html[dir="ltr"] .footer-block {
    text-align: left;
    justify-self: start;
}

html[dir="ltr"] .footer-contact-item {
    flex-direction: row;
    justify-content: flex-start;
    direction: ltr;
}

html[dir="ltr"] .footer-contact-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

html[dir="ltr"] .footer-contact-item span {
    text-align: left;
}

html[dir="ltr"] .footer-contact-list li span {
    text-align: left;
}

html[dir="ltr"] .footer-social {
    justify-content: flex-start;
}

@media (max-width: 675px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-block {
        justify-self: stretch;
    }

    .footer-grid > .footer-block:nth-child(1) {
        order: 3;
    }

    .footer-grid > .footer-block:nth-child(2) {
        order: 2;
    }

    .footer-grid > .footer-block:nth-child(3) {
        order: 1;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

.footer a,
.footer {
    color: #fff;
}

.footer a {
    text-decoration: none;
}

.swal2-container.booking-toast-container {
    z-index: 3000 !important;
    padding-top: 56px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.swal2-popup.booking-toast {
    width: min(52rem, calc(100vw - 20px)) !important;
    max-width: min(52rem, calc(100vw - 20px)) !important;
    padding: 0.95rem 1.15rem !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 36px rgba(17, 65, 96, 0.2) !important;
    text-align: center !important;
    overflow: visible !important;
}

.swal2-popup.booking-toast.swal2-toast {
    padding: 1rem 1.25rem !important;
}

.swal2-popup.booking-toast.swal2-toast .swal2-html-container {
    width: auto !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    overflow: visible !important;
}

.swal2-popup.booking-toast .swal2-icon {
    display: none !important;
}

.booking-alert-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
}

.booking-alert-symbol {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.booking-alert-symbol.is-success {
    background: #e7f7ee;
    color: #168447;
    border: 2px solid #8fd3ab;
}

.booking-alert-symbol.is-error {
    background: #fdeaea;
    color: #c9302c;
    border: 2px solid #efb0b6;
}

.booking-alert-symbol.is-warning {
    background: #fff6dd;
    color: #b7791f;
    border: 2px solid #f2d08a;
}

.booking-alert-message {
    width: 100%;
}

.swal2-popup.booking-toast .swal2-html-container,
.swal2-html-container.booking-toast-content {
    font-size: 1.55rem !important;
    line-height: 1.65 !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0.25rem !important;
}

.swal2-popup.booking-toast .swal2-actions {
    justify-content: center !important;
}

.swal2-popup.booking-toast .swal2-confirm {
    min-width: 140px !important;
    padding: 0.85rem 1.9rem !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: #28a745 !important;
    border: 1px solid #218838 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(33, 136, 56, 0.22) !important;
}

.swal2-popup.booking-toast .swal2-confirm:hover,
.swal2-popup.booking-toast .swal2-confirm:focus {
    background: #218838 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
}

.swal2-popup.booking-toast .swal2-cancel {
    min-width: 160px !important;
    padding: 0.95rem 2.1rem !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: #d9534f !important;
    border: 1px solid #c9302c !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(201, 48, 44, 0.22) !important;
}

.swal2-popup.booking-toast .swal2-cancel:hover,
.swal2-popup.booking-toast .swal2-cancel:focus {
    background: #c9302c !important;
    border-color: #ac2925 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .swal2-container.booking-toast-container {
        padding-top: 50px !important;
    }

    .swal2-popup.booking-toast .swal2-html-container,
    .swal2-html-container.booking-toast-content {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 993px) {
    .site-nav .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-nav .navbar-header {
        float: none;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .site-nav .navbar-brand {
        float: none;
        padding-right: 0;
        margin-left: 28px;
    }

    .site-nav .navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 24px;
        flex: 1 1 auto;
        border-top: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
    }

    .site-nav .navbar-nav.navbar-right,
    .auth-nav {
        float: none !important;
        display: flex;
        align-items: center;
    }

    .site-nav .navbar-nav.navbar-right {
        margin: 0 auto 0 0;
    }

    .auth-nav {
        margin: 0;
        flex: 0 0 auto;
    }

    .site-nav .navbar-nav > li {
        float: none;
    }

    .site-nav .navbar-nav.navbar-right > li > a {
        padding-left: 16px;
        padding-right: 16px;
    }

    html[dir="ltr"] .site-nav .navbar-collapse {
        justify-content: flex-end;
        gap: 20px;
    }

    html[dir="ltr"] .site-nav .navbar-nav.navbar-right {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 992px) {
    .site-nav .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .site-nav .navbar-header {
        min-height: 74px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        direction: ltr;
        position: relative;
    }

    .site-nav .navbar-header::before,
    .site-nav .navbar-header::after {
        display: none;
    }

    html[dir="ltr"] .site-nav .navbar-header {
        flex-direction: row-reverse;
    }

    .site-nav .navbar-brand {
        direction: rtl;
        display: flex;
        margin-left: auto;
        margin-right: 0;
        max-width: calc(100% - 64px);
        min-width: 0;
        overflow: hidden;
        float: right !important;
    }

    html[dir="ltr"] .site-nav .navbar-brand {
        order: 2;
        margin-left: 0;
        margin-right: auto;
        float: left !important;
        direction: ltr;
        text-align: left;
        justify-content: flex-start;
    }

    html[dir="ltr"] .site-nav .brand-text {
        align-items: flex-start;
        text-align: left;
    }

    .site-nav .navbar-toggle {
        display: block !important;
        margin-top: 18px;
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 auto;
        position: static;
        left: auto;
        right: auto;
        float: left !important;
    }

    html[dir="ltr"] .site-nav .navbar-toggle {
        order: 1;
        float: right !important;
    }

    .site-nav .navbar-collapse,
    .site-nav .navbar-collapse.collapse.in {
        max-height: none !important;
        overflow: visible !important;
    }

    .site-nav .navbar-collapse,
    .site-nav .navbar-collapse.collapse {
        display: none !important;
        float: none !important;
        width: auto;
        clear: both;
        background: rgba(0, 73, 110, 0.95);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        padding-bottom: 12px;
    }

    .site-nav .navbar-collapse.collapse.in {
        display: block !important;
    }

    .site-nav .navbar-nav,
    .site-nav .navbar-nav.navbar-right,
    .auth-nav {
        float: none !important;
        margin: 10px 0 0;
        width: 100%;
        display: block;
    }

    html[dir="ltr"] .site-nav .navbar-nav,
    html[dir="ltr"] .site-nav .navbar-nav.navbar-right,
    html[dir="ltr"] .auth-nav {
        text-align: center;
    }

    html[dir="ltr"] .site-nav .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }

    .site-nav .navbar-nav > li,
    .auth-nav > li {
        float: none !important;
        width: 100%;
    }

    .site-nav .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .navbar-nav > li > a,
    html[dir="ltr"] .auth-nav > li > a.auth-link,
    html[dir="ltr"] .auth-user-trigger {
        text-align: center;
    }

    html[dir="ltr"] .site-nav .navbar-nav > li > a {
        display: block;
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    html[dir="ltr"] .site-nav .navbar-nav > li > a.auth-link {
        display: block;
        width: auto;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .auth-nav {
        margin-right: 0;
    }

    .auth-nav > li > a.auth-link,
    .auth-user-trigger {
        margin-top: 4px;
        margin-bottom: 4px;
        text-align: center;
    }

    .auth-nav > li > a.auth-link {
        display: block;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-nav .auth-user-menu {
        display: block !important;
        width: 100%;
        max-width: 260px;
        margin: 6px auto !important;
        text-align: center;
    }

    .site-nav .auth-user-trigger {
        width: 100%;
        justify-content: center;
    }

    html[dir="ltr"] .site-nav .auth-user-trigger {
        justify-content: center;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-menu {
        max-width: 260px;
        margin: 6px auto !important;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-trigger {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        text-align: center;
    }

    .site-nav .auth-user-dropdown {
        position: static !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
        min-width: 0;
        margin-top: 8px;
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: 0 12px 24px rgba(17, 65, 96, 0.14);
    }

    .site-nav .auth-user-menu:hover .auth-user-dropdown,
    .site-nav .auth-user-menu:focus-within .auth-user-dropdown,
    .site-nav .auth-user-menu.is-open .auth-user-dropdown {
        display: block !important;
    }

    .lang-switcher-item {
        padding-top: 10px;
        padding-bottom: 6px;
        margin: 0 !important;
        width: 100%;
        text-align: center;
    }

    .site-nav .navbar-nav > li.lang-switcher-item {
        display: block;
        float: none !important;
    }

    .site-nav .navbar-nav > li.lang-switcher-item .lang-switcher {
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
    }

    html[dir="ltr"] .site-nav .navbar-nav,
    html[dir="ltr"] .site-nav .navbar-nav.navbar-right,
    html[dir="ltr"] .auth-nav,
    html[dir="ltr"] .site-nav .navbar-nav > li > a,
    html[dir="ltr"] .auth-nav > li > a.auth-link,
    html[dir="ltr"] .auth-user-trigger {
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-menu {
        max-width: 260px;
        margin: 6px auto !important;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-trigger {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        text-align: center;
    }

    html[dir="ltr"] .auth-nav > li > a.auth-link {
        display: inline-block;
        width: auto;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding: 9px 18px;
        border-radius: 999px;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 74px;
    }

    .site-nav .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .site-nav .navbar-header,
    .site-nav .navbar-nav.navbar-right,
    .site-nav .navbar-nav > li,
    .navbar-brand {
        float: none !important;
    }

    .site-nav .navbar-header {
        min-height: 74px;
    }

    html[dir="ltr"] .site-nav .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row !important;
    }

    body.lang-en .site-nav .navbar-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        width: 100%;
    }

    .site-nav .navbar-brand {
        display: flex;
        max-width: calc(100% - 58px);
        padding-top: 12px;
        padding-bottom: 12px;
        align-items: center;
        min-width: 0;
        overflow: hidden;
    }

    html[dir="ltr"] .site-nav .navbar-brand {
        order: 1;
        margin-left: 0;
        margin-right: auto;
        float: none !important;
        direction: ltr;
        text-align: left;
        justify-content: flex-start;
    }

    body.lang-en .site-nav .navbar-brand {
        grid-column: 1;
        justify-self: start;
        align-self: center;
        max-width: calc(100% - 20px);
        margin: 0 !important;
    }

    .brand-badge {
        width: 50px;
        height: 44px;
    }

    .brand-badge img {
        width: 44px;
        height: 44px;
    }

    .brand-text {
        min-width: 0;
    }

    html[dir="ltr"] .brand-text {
        align-items: flex-start;
        text-align: left;
    }

    .brand-text strong {
        font-size: 17px;
    }

    .brand-text p {
        font-size: 13px;
    }

    .brand-text strong,
    .brand-text p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-nav .navbar-toggle {
        margin-top: 18px;
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 auto;
        position: absolute;
        left: 10px;
        right: auto;
        float: left !important;
    }

    html[dir="ltr"] .site-nav .navbar-toggle {
        order: 2;
        position: static;
        margin-left: 12px;
        left: auto;
        right: auto;
        float: none !important;
    }

    body.lang-en .site-nav .navbar-toggle.collapsed,
    body.lang-en .site-nav .navbar-toggle {
        grid-column: 2;
        justify-self: end;
        align-self: center;
        margin: 0 !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        float: none !important;
    }

    .site-nav .navbar-collapse {
        background: rgba(0, 73, 110, 0.95);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        padding-bottom: 12px;
    }

    .site-nav .navbar-nav {
        margin: 10px 0 0;
    }

    .site-nav .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .navbar-nav > li > a,
    html[dir="ltr"] .auth-nav > li > a.auth-link,
    html[dir="ltr"] .auth-user-trigger {
        text-align: center;
    }

    .auth-nav {
        margin: 10px 0 0;
        margin-right: 0;
        float: none !important;
    }

    .auth-nav > li {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .auth-nav > li > a.auth-link,
    .auth-user-trigger {
        margin-top: 4px;
        margin-bottom: 4px;
        text-align: center;
        display: inline-flex;
    }

    .site-nav .auth-user-menu {
        display: block !important;
        width: 100%;
        max-width: 260px;
        margin: 6px auto !important;
        text-align: center;
    }

    .site-nav .auth-user-trigger {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    html[dir="ltr"] .site-nav .auth-user-trigger {
        justify-content: center;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-menu {
        max-width: 260px;
        margin: 6px auto !important;
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-trigger {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
    }

    html[dir="ltr"] .site-nav .navbar-toggle {
        order: 2;
        position: static;
        margin-left: 12px;
        left: auto;
        right: auto;
        float: none !important;
    }

    html[dir="ltr"] .site-nav .navbar-nav > li > a,
    html[dir="ltr"] .auth-nav > li > a.auth-link,
    html[dir="ltr"] .auth-user-trigger,
    html[dir="ltr"] .site-nav .auth-user-menu {
        text-align: center;
    }

    html[dir="ltr"] .site-nav .auth-user-menu {
        max-width: 260px;
        margin: 6px auto !important;
    }

    html[dir="ltr"] .site-nav .auth-user-trigger {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        text-align: center;
    }

    html[dir="ltr"] .auth-nav > li > a.auth-link {
        display: inline-block;
        width: auto;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding: 9px 18px;
        border-radius: 999px;
    }

    .auth-user-name {
        max-width: 100px;
    }

    .auth-modal {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .auth-modal .modal-dialog {
        width: auto;
        margin: 16px auto;
    }

    .auth-modal .modal-content {
        border-radius: 18px;
        max-height: calc(100vh - 32px);
        overflow: hidden;
    }

    .auth-modal .modal-header {
        padding: 18px 18px 14px;
    }

    .auth-modal .modal-header .close {
        top: 8px;
        left: 10px;
        font-size: 24px;
    }

    .auth-modal .modal-title {
        font-size: 22px;
    }

    .auth-modal .modal-subtitle {
        font-size: 13px;
    }

    .auth-modal .modal-body {
        padding: 18px;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
    }

    .auth-modal .modal-footer {
        padding: 0 18px 18px;
    }

    .auth-form-control {
        height: 44px;
        padding: 0 14px;
        font-size: 14px;
    }

    .auth-submit-btn {
        height: 46px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .site-nav .navbar-header,
    .site-nav .navbar-nav.navbar-right,
    .site-nav .navbar-nav > li,
    .navbar-brand {
        float: none !important;
    }

    .site-nav .navbar-header {
        min-height: 74px;
    }

    .site-nav .navbar-brand {
        display: flex;
        max-width: calc(100% - 58px);
        padding-top: 12px;
        padding-bottom: 12px;
        align-items: center;
        min-width: 0;
        overflow: hidden;
    }

}

@media (min-width: 993px) and (max-width: 1160px) {
    html[dir="ltr"] .auth-nav {
        margin-left: 4px;
    }

    html[dir="rtl"] .site-nav .container {
        gap: 12px;
    }

    html[dir="rtl"] .site-nav .navbar-brand {
        margin-left: 16px;
        gap: 8px;
        max-width: 320px;
    }

    html[dir="rtl"] .brand-text strong {
        font-size: 17px;
    }

    html[dir="rtl"] .brand-text p {
        font-size: 13px;
    }

    html[dir="rtl"] .site-nav .navbar-collapse {
        gap: 12px;
    }

    html[dir="rtl"] .site-nav .navbar-nav.navbar-right > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    html[dir="rtl"] .auth-nav {
        margin-right: 10px;
    }

    html[dir="rtl"] .auth-nav > li > a.auth-link,
    html[dir="rtl"] .auth-user-trigger {
        font-size: 14px;
    }
}

@media (max-width: 467px) {
    .auth-modal .modal-dialog {
        margin: 10px auto;
    }

    .auth-modal .modal-content {
        border-radius: 16px;
        max-height: calc(100vh - 20px);
    }

    .auth-modal .modal-body {
        padding: 16px;
        max-height: calc(100vh - 165px);
    }

    .auth-modal .modal-footer {
        padding: 0 16px 16px;
    }

    .auth-modal .modal-title {
        font-size: 20px;
    }

    .brand-badge {
        width: 44px;
        height: 40px;
    }

    .brand-badge img {
        width: 40px;
        height: 40px;
    }

    .site-nav .navbar-brand {
        gap: 8px;
        max-width: calc(100% - 54px);
    }

    .brand-text strong {
        font-size: 15px;
    }

    .brand-text p {
        font-size: 11px;
    }

    .auth-user-trigger {
        padding-left: 5px;
        padding-right: 8px;
        gap: 8px;
    }

    .auth-user-avatar {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .auth-user-name {
        max-width: 78px;
        font-size: 13px;
    }
}

button,
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: 'Noto Naskh Arabic', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

body.page-home {
    background: #fff;
}

body.page-home .page-wrap {
    min-height: calc(100vh - 160px);
}

.page-home .halls-grid {
    margin-top: 10px;
}

.page-home .halls-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 36px;
    color: #003b5c;
    position: relative;
    padding-bottom: 12px;
}

.page-home .halls-heading::after {
    content: "";
    display: block;
    width: 140px;
    height: 3px;
    margin: 10px auto 0;
    background: #003b5c;
    border-radius: 999px;
}

html[dir="ltr"] .page-home .hall-card,
html[dir="ltr"] .page-home .hall-card h4,
html[dir="ltr"] .page-home .hall-details-list li,
html[dir="ltr"] .page-home .hall-details-list li strong,
html[dir="ltr"] .page-home .hall-details-list li span {
    text-align: left;
}

html[dir="ltr"] .page-home .hall-details-list li,
html[dir="ltr"] .page-home .hall-category-badge {
    direction: ltr;
}

.page-home .panel.panel-default {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.page-home .panel.panel-default > .panel-body {
    background: transparent;
    padding: 0;
}

.page-home .hall-card {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    padding: 16px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.page-home .hall-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.page-home .hall-card-link:hover,
.page-home .hall-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.page-home .hall-card:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.page-home .hall-card-image {
    width: calc(100% + 32px);
    height: 220px;
    object-fit: cover;
    margin: -16px -16px 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e5e7eb;
    display: block;
}

.page-home .hall-card h4 {
    margin: 6px 0 10px;
    font-size: 22px;
    color: #111827;
}

html[dir="ltr"] .page-home .hall-card h4 {
    text-align: center;
}

.page-home .hall-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    background: #e0f2fe;
    color: #075985;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
}

.page-home .hall-category-badge .hall-count-number {
    unicode-bidi: isolate;
}

.page-home .hall-status {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.page-home .hall-status-active {
    background: #dcfce7;
    color: #166534;
}

.page-home .hall-status-inactive {
    background: #fee2e2;
    color: #991b1b;
}

.page-home .hint {
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 13px;
}

.page-home .hall-details-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-home .hall-details-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 0;
    padding: 9px 0;
}

.page-home .hall-details-list li strong {
    color: #374151;
}

.page-home .hall-details-list li span {
    color: #111827;
    font-weight: 600;
    text-align: left;
}

.page-home .hall-description {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 12px;
    margin-top: 12px;
    color: #1f2937;
    line-height: 1.6;
}

.page-about .about-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(199, 216, 231, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 65, 96, 0.08);
    padding: 30px;
}

.page-about .about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 26px;
}

.page-about .about-card,
.page-about .about-highlight {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #dbe8f1;
    box-shadow: 0 18px 36px rgba(17, 65, 96, 0.08);
}

.page-about .about-card {
    background: linear-gradient(145deg, #fff 0%, #f5fbff 100%);
    padding: 32px;
}

.page-about .about-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(13, 144, 208, 0.12);
    color: #0b6c9e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.page-about .about-title {
    margin: 0 0 16px;
    font-size: 48px;
    line-height: 1.15;
    color: #193247;
}

.page-about .about-lead {
    margin: 0;
    font-size: 20px;
    line-height: 1.95;
    color: #466176;
}

.page-about .about-highlight {
    background: linear-gradient(160deg, #0088cc 0%, #005f99 100%);
    color: #fff;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.page-about .about-highlight:before {
    content: '';
    position: absolute;
    inset: auto -40px -40px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.page-about .about-highlight h3,
.page-about .about-section h2 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 700;
}

.page-about .about-highlight p {
    position: relative;
    margin: 0;
    font-size: 17px;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.9);
}

.page-about .about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.page-about .about-section {
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    border: 1px solid #dce9f1;
    border-radius: 22px;
    padding: 26px;
}

.page-about .about-section p {
    margin: 0;
    color: #496275;
    font-size: 18px;
    line-height: 2;
}

.page-about .about-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.page-about .about-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef8fd;
    color: #0b6c9e;
    font-size: 15px;
    font-weight: 700;
}

.page-contact .contact-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(199, 216, 231, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 65, 96, 0.08);
    padding: 30px;
}

.page-contact .contact-header {
    background: linear-gradient(145deg, #ffffff 0%, #f5fbff 100%);
    border: 1px solid #dbe8f1;
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(17, 65, 96, 0.08);
    padding: 32px;
    margin-bottom: 24px;
}

.page-contact .contact-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(13, 144, 208, 0.12);
    color: #0b6c9e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.page-contact .contact-title {
    margin: 0 0 14px;
    font-size: 46px;
    line-height: 1.15;
    color: #193247;
}

.page-contact .contact-lead {
    margin: 0;
    font-size: 19px;
    line-height: 1.9;
    color: #466176;
}

.page-contact .contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.page-contact .contact-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #dce9f1;
    border-radius: 22px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 18px 36px rgba(17, 65, 96, 0.06);
}

.page-contact .contact-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d90d0 0%, #006cb2 100%);
    color: #fff;
    font-size: 30px;
    box-shadow: 0 14px 30px rgba(13, 144, 208, 0.22);
}

.page-contact .contact-card h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #18364c;
}

.page-contact .contact-card p {
    margin: 0;
    color: #4c6478;
    font-size: 18px;
    line-height: 1.9;
}

body.page-activity .page-wrap {
    min-height: calc(100vh - 160px);
    padding-bottom: 24px;
}

.page-activity .activity-shell {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(199, 216, 231, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 65, 96, 0.08);
    padding: 30px;
}

.page-activity .activity-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: stretch;
    margin-bottom: 26px;
    width: 100%;
}

.page-activity .activity-panel {
    border-radius: 24px;
    border: 1px solid #dbe8f1;
    box-shadow: 0 18px 36px rgba(17, 65, 96, 0.08);
}

.page-activity .activity-intro {
    background: linear-gradient(145deg, #fff 0%, #f5fbff 100%);
    padding: 32px;
}

.page-activity .activity-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(13, 144, 208, 0.12);
    color: #0b6c9e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.page-activity .activity-title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.2;
    color: #193247;
}

.page-activity .activity-lead {
    margin: 0;
    color: #496275;
    font-size: 18px;
    line-height: 2;
}

.page-activity .activity-summary {
    background: linear-gradient(160deg, #0088cc 0%, #005f99 100%);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-activity .activity-summary h3 {
    margin: 0 0 18px;
    font-size: 28px;
}

.page-activity .summary-item + .summary-item {
    margin-top: 16px;
}

.page-activity .summary-item-inline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.page-activity .summary-label {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    margin-bottom: 4px;
}

.page-activity .summary-item-inline .summary-label {
    display: inline;
    margin-bottom: 0;
}

.page-activity .summary-value {
    font-size: 26px;
    font-weight: 700;
}

.page-activity .booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.page-activity .booking-card {
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    border: 1px solid #dce9f1;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 32px rgba(17, 65, 96, 0.06);
}

.page-activity .booking-top {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.page-activity .booking-media {
    display: block;
    width: 120px;
    height: 90px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d9e7f0;
    background: #eef6fb;
    box-shadow: 0 10px 24px rgba(17, 65, 96, 0.08);
}

.page-activity .booking-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-activity .booking-title {
    margin: 0;
    font-size: 24px;
    color: #14324a;
}

.page-activity .booking-number {
    margin: 6px 0 0;
    color: #5e7789;
    font-size: 14px;
}

.page-activity .booking-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.page-activity .status-pending {
    background: #fff3cd;
    color: #8a6d3b;
}

.page-activity .status-approved {
    background: #dcfce7;
    color: #166534;
}

.page-activity .status-cancelled {
    background: #f8d7da;
    color: #842029;
}

.page-activity .status-completed {
    background: #dbeafe;
    color: #1d4ed8;
}

.page-activity .booking-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page-activity .meta-box {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f3f9fd;
    border: 1px solid #d9e7f0;
}

.page-activity .meta-label {
    display: block;
    color: #678091;
    font-size: 13px;
    margin-bottom: 4px;
}

.page-activity .meta-value {
    font-size: 18px;
    font-weight: 700;
    color: #193247;
}

.page-activity .meta-value-booking-no {
    font-size: 15px;
}

.page-activity .booking-actions {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.page-activity .booking-action-btn,
.page-activity .booking-action-btn:hover,
.page-activity .booking-action-btn:focus,
.page-activity .booking-action-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}

.page-activity .booking-edit-btn {
    border: 1px solid #0d90d0;
    background: #0d90d0;
    color: #fff;
}

.page-activity .booking-edit-btn:hover,
.page-activity .booking-edit-btn:focus {
    background: #0a78ae;
    border-color: #0a78ae;
    color: #fff;
    outline: none;
}

.page-activity .booking-cancel-btn {
    border: 1px solid #c9302c;
    background: #d9534f;
    color: #fff;
}

.page-activity .booking-cancel-btn:hover,
.page-activity .booking-cancel-btn:focus {
    background: #c9302c;
    color: #fff;
    outline: none;
}

.page-activity .booking-cancel-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.page-activity .empty-state {
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    border: 1px dashed #bfd5e3;
    border-radius: 22px;
    padding: 40px 24px;
    text-align: center;
    color: #537084;
}

.page-activity .empty-state i {
    font-size: 42px;
    color: #0d90d0;
    margin-bottom: 12px;
}

.page-activity .empty-state h3 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #193247;
}

.page-activity .empty-state p {
    margin: 0 auto;
    max-width: 560px;
    font-size: 18px;
    line-height: 1.9;
}

body.page-hall .page-wrap {
    min-height: calc(100vh - 160px);
    padding-bottom: 30px;
}

.page-hall .detail-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(199, 216, 231, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 65, 96, 0.08);
    padding: 28px;
}

.page-hall .gallery-stack {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.page-hall .thumbs {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 88px;
}

.page-hall .thumbs img,
.page-hall .main-visual img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid #d9e5ef;
    background: #f5f9fc;
}

.page-hall .thumbs img {
    height: 88px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-hall .thumbs img.is-active {
    border-color: #0d90d0;
    box-shadow: 0 10px 24px rgba(13, 144, 208, 0.22);
}

.page-hall .thumbs img:hover {
    transform: translateY(-2px);
}

.page-hall .main-visual {
    flex: 1;
}

.page-hall .main-visual img {
    height: 430px;
    box-shadow: 0 18px 35px rgba(24, 72, 104, 0.16);
    cursor: zoom-in;
}

.page-hall .detail-title {
    font-size: 50px;
    line-height: 1.1;
    margin: 4px 0 18px;
    color: #193247;
}

.page-hall .detail-copy {
    font-size: 20px;
    line-height: 1.9;
    color: #4c6478;
    margin-bottom: 18px;
}

.page-hall .tag-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.page-hall .detail-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 700;
    background: #ebf7ff;
    color: #0a628f;
}

.page-hall .detail-tag.status-active {
    background: #dcfce7;
    color: #166534;
}

.page-hall .detail-tag.status-inactive {
    background: #fee2e2;
    color: #991b1b;
}

.page-hall .action-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 24px 0 28px;
}

.page-hall .action-row .btn {
    min-width: 160px;
    border-radius: 14px;
    padding: 13px 22px;
    font-size: 17px;
    font-weight: 700;
}

.page-hall .action-row .btn-block-hero {
    width: 100%;
}

.page-hall .btn-primary-hero {
    background: linear-gradient(135deg, #0d90d0 0%, #006cb2 100%);
    border: 0;
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 108, 178, 0.25);
}

.page-hall .btn-primary-hero:hover,
.page-hall .btn-primary-hero:focus,
.page-hall .btn-primary-hero:active,
.page-hall .btn-primary-hero.active,
.page-hall .btn-primary-hero:visited {
    background: linear-gradient(135deg, #0d90d0 0%, #006cb2 100%);
    border: 0;
    color: #fff;
    opacity: 0.96;
}

.page-hall .btn-success-hero {
    background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
    border: 0;
    color: #fff;
    box-shadow: 0 12px 24px rgba(21, 128, 61, 0.24);
}

.page-hall .btn-success-hero:hover,
.page-hall .btn-success-hero:focus,
.page-hall .btn-success-hero:active,
.page-hall .btn-success-hero.active,
.page-hall .btn-success-hero:visited {
    background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
    border: 0;
    color: #fff;
    opacity: 0.96;
}

.page-hall .btn-outline-hero {
    background: #fff;
    border: 1px solid #b7c8d8;
    color: #325269;
}

.page-hall .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.page-hall .stat-card {
    border: 1px solid #dfe9f2;
    border-radius: 18px;
    padding: 18px;
    background: linear-gradient(180deg, #fdfefe 0%, #f5fbff 100%);
}

.page-hall .stat-card strong {
    display: block;
    font-size: 14px;
    color: #678198;
    margin-bottom: 8px;
}

.page-hall .stat-card span {
    font-size: 28px;
    color: #11314a;
    font-weight: 700;
}

.page-hall .availability-panel {
    margin-top: 28px;
    border: 1px solid #dbe6ee;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(26, 61, 88, 0.06);
}

.page-hall .availability-top {
    display: block;
    padding: 22px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-bottom: 1px solid #e5edf4;
}

.page-hall .availability-form {
    display: grid;
    gap: 18px;
}

.page-hall .availability-form label {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #16364f;
}

.page-hall .availability-form-note {
    color: #5a7387;
    font-size: 15px;
    margin-top: -8px;
}

.page-hall .availability-hidden-fields {
    display: none;
}

.page-hall .calendar-shell {
    border: 1px solid #d7e5ef;
    border-radius: 20px;
    background: #fff;
    padding: 18px;
}

.page-hall .calendar-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.page-hall .calendar-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d3e2ed;
    background: #fff;
    color: #17506e;
    font-size: 18px;
}

.page-hall .calendar-title {
    margin: 0;
    font-size: 20px;
    color: #15364f;
    font-weight: 700;
}

.page-hall .calendar-weekdays,
.page-hall .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.page-hall .calendar-weekdays {
    margin-bottom: 8px;
}

.page-hall .calendar-weekday {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #6b8294;
    padding: 6px 0;
}

.page-hall .calendar-day,
.page-hall .calendar-day-placeholder {
    min-height: 62px;
    border-radius: 16px;
}

.page-hall .calendar-day {
    position: relative;
    border: 1px solid #dde9f2;
    background: #fff;
    color: #17364d;
    font-weight: 700;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.page-hall .calendar-day:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(20, 66, 96, 0.08);
}

.page-hall .calendar-day.is-today {
    border-color: #88c8ea;
}

.page-hall .calendar-day.is-blocked,
.page-hall .calendar-day.is-past {
    background: #f3f5f7;
    border-color: #e1e7ec;
    color: #9aa8b4;
    cursor: not-allowed;
    box-shadow: none;
}

.page-hall .calendar-day.is-booked {
    background: #fff2f2;
    border-color: #f0c7c7;
    color: #8f3c3c;
}

.page-hall .calendar-day.is-holiday {
    background: #fff8e6;
    border-color: #f0d48d;
    color: #8a5f00;
    cursor: not-allowed;
    box-shadow: none;
}

.page-hall .calendar-day.is-blocked:hover,
.page-hall .calendar-day.is-past:hover,
.page-hall .calendar-day.is-holiday:hover {
    transform: none;
    box-shadow: none;
}

.page-hall .calendar-day.in-range {
    background: linear-gradient(135deg, #48b4e7 0%, #0d90d0 100%);
    border-color: #0d90d0;
    color: #fff;
}

.page-hall .calendar-day.range-start,
.page-hall .calendar-day.range-end,
.page-hall .calendar-day.is-selected {
    background: linear-gradient(135deg, #0d90d0 0%, #006cb2 100%);
    border-color: #0d90d0;
    color: #fff;
}

.page-hall .calendar-day-number {
    position: absolute;
    top: 9px;
    right: 12px;
    z-index: 1;
}

.page-hall .calendar-day-label {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    font-size: 11px;
    line-height: 1.15;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    color: #9a5961;
    z-index: 1;
}

.page-hall .calendar-day.is-booked .calendar-day-label {
    color: #c13f3f;
    font-weight: 700;
}

.page-hall .calendar-day.is-holiday .calendar-day-label {
    color: #9b6a00;
    font-weight: 700;
}

.page-hall .selected-range-summary {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
}

.page-hall .selected-range-summary strong {
    color: #16364f;
    font-size: 16px;
}

.page-hall .selected-range-summary span {
    color: #617c8f;
    font-size: 14px;
}

.page-hall .calendar-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.page-hall .calendar-actions .btn {
    min-width: 170px;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 700;
}

.page-hall .availability-body {
    padding: 24px;
}

.page-hall .availability-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.page-hall .availability-header h3 {
    margin: 0;
    font-size: 26px;
    color: #12324a;
}

.page-hall .range-pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: #edf8ff;
    color: #0a6ea8;
    font-size: 14px;
    font-weight: 700;
}

.page-hall .booking-list {
    display: grid;
    gap: 14px;
}

.page-hall .booking-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    border: 1px solid #deebf3;
    border-radius: 18px;
    padding: 18px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.page-hall .booking-item strong {
    display: block;
    font-size: 18px;
    color: #17354c;
    margin-bottom: 4px;
}

.page-hall .booking-item span {
    color: #597285;
    font-size: 14px;
}

.page-hall .booking-status {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ebf7ff;
    color: #0a6ea8;
    font-size: 12px;
    font-weight: 700;
}

.page-hall .booking-meta {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.page-hall .booking-meta span {
    background: #eef6fb;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    color: #456579;
}

.page-hall .empty-state {
    border: 1px dashed #c9dae7;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    color: #6a8295;
    background: #f8fcff;
    font-size: 16px;
}

.page-hall .not-found {
    max-width: 720px;
    margin: 50px auto;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #dbe6ee;
    padding: 42px 28px;
}

@media (max-width: 992px) {
    .page-about .about-hero,
    .page-about .about-grid,
    .page-contact .contact-grid,
    .page-activity .activity-hero,
    .page-activity .booking-grid,
    .page-hall .stats-grid {
        grid-template-columns: 1fr;
    }

    .page-about .about-title,
    .page-contact .contact-title {
        font-size: 36px;
    }

    .page-activity .activity-title,
    .page-hall .detail-title {
        font-size: 34px;
    }

    .page-hall .gallery-stack {
        flex-direction: column-reverse;
    }

    .page-hall .thumbs {
        flex-direction: row;
        width: auto;
    }

    html[dir="ltr"] .page-hall .detail-shell .row {
        display: flex;
        flex-direction: column;
    }

    html[dir="ltr"] .page-hall .detail-media-col {
        order: 1;
    }

    html[dir="ltr"] .page-hall .detail-info-col {
        order: 2;
    }
}

@media (max-width: 949px) {
    .page-hall .detail-shell {
        padding: 22px;
    }

    .page-hall .detail-shell .row > [class*="col-"] + [class*="col-"] {
        margin-top: 24px;
    }

    html[dir="ltr"] .page-hall .detail-shell .row > [class*="col-"] + [class*="col-"] {
        margin-top: 0;
    }

    html[dir="ltr"] .page-hall .detail-info-col {
        margin-top: 24px;
    }

    .page-hall .gallery-stack {
        flex-direction: column-reverse;
        gap: 14px;
    }

    .page-hall .thumbs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .page-hall .thumbs img {
        width: 76px;
        min-width: 76px;
        height: 76px;
    }

    .page-hall .main-visual img {
        height: 340px;
    }

    .page-hall .detail-copy {
        font-size: 18px;
        line-height: 1.8;
    }

    .page-hall .availability-top,
    .page-hall .availability-body {
        padding: 18px;
    }

    .page-hall .availability-form label,
    .page-hall .availability-header h3 {
        font-size: 22px;
    }

    .page-hall .calendar-shell {
        padding: 14px;
    }

    .page-hall .calendar-title {
        font-size: 18px;
    }

    .page-hall .calendar-weekday {
        font-size: 11px;
    }

    .page-hall .calendar-grid,
    .page-hall .calendar-weekdays {
        gap: 6px;
    }

    .page-hall .calendar-day,
    .page-hall .calendar-day-placeholder {
        min-height: 56px;
    }

    .page-hall .calendar-day-number {
        top: 8px;
        right: 10px;
        font-size: 13px;
    }

    .page-hall .calendar-day-label {
        left: 8px;
        bottom: 6px;
        font-size: 10px;
    }

    .page-hall .booking-item {
        padding: 16px 18px;
    }
}

@media (max-width: 768px) {
    .page-about .about-shell,
    .page-about .about-card,
    .page-about .about-highlight,
    .page-about .about-section,
    .page-contact .contact-shell,
    .page-contact .contact-header,
    .page-contact .contact-card,
    .page-activity .activity-shell,
    .page-activity .activity-intro,
    .page-activity .activity-summary,
    .page-activity .booking-card {
        padding: 20px;
    }

    .page-about .about-title,
    .page-contact .contact-title,
    .page-hall .detail-title,
    .page-activity .activity-title {
        font-size: 30px;
    }

    .page-about .about-lead,
    .page-about .about-section p,
    .page-contact .contact-lead,
    .page-contact .contact-card p,
    .page-activity .activity-lead,
    .page-activity .empty-state p,
    .page-hall .detail-copy {
        font-size: 17px;
    }

    .page-activity .booking-top {
        grid-template-columns: 1fr;
    }

    .page-activity .booking-media {
        width: 100%;
        max-width: 260px;
        height: 170px;
    }

    .page-activity .booking-meta {
        grid-template-columns: 1fr;
    }

    .page-hall .detail-shell {
        padding: 18px;
    }

    .page-hall .main-visual img {
        height: 280px;
    }

    .page-hall .thumbs {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        overflow: visible;
        padding-bottom: 0;
    }

    .page-hall .thumbs img {
        width: 100%;
        min-width: 0;
        height: 68px;
    }

    .page-hall .availability-top,
    .page-hall .availability-header,
    .page-hall .booking-item {
        flex-direction: column;
        align-items: stretch;
    }

    .page-hall .calendar-grid,
    .page-hall .calendar-weekdays {
        gap: 6px;
    }

    .page-hall .calendar-day,
    .page-hall .calendar-day-placeholder {
        min-height: 54px;
    }
}

@media (max-width: 400px) {
    html[dir="ltr"] .page-hall .calendar-day-label {
        font-size: 8px;
    }
}

@media (max-width: 467px) {
    .page-hall .calendar-day-label {
        font-size: 9px;
        left: 6px;
        right: 6px;
        bottom: 5px;
    }
}

body.page-verify {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f5f8fb;
}

.page-verify .verify-card {
    width: min(520px, 100%);
    background: #fff;
    border: 1px solid #dbe7ef;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(17, 65, 96, 0.08);
    padding: 34px 26px 28px;
    text-align: center;
}

.page-verify .verify-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 30px;
    font-weight: 700;
}

.page-verify .verify-icon.is-success {
    background: #e7f7ee;
    color: #1f7a43;
}

.page-verify .verify-icon.is-error {
    background: #fdeaea;
    color: #9f2734;
}

.page-verify h1 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.3;
}

.page-verify p {
    margin: 0;
    color: #536f82;
    font-size: 17px;
    line-height: 1.9;
}

.page-verify .verify-actions {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-verify .verify-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.18s ease;
}

.page-verify .verify-btn-primary,
.page-verify .verify-btn-secondary {
    background: #0d90d0;
    color: #fff;
}

.page-verify .verify-btn-primary:hover,
.page-verify .verify-btn-primary:focus,
.page-verify .verify-btn-secondary:hover,
.page-verify .verify-btn-secondary:focus {
    background: #0a7eb7;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 560px) {
    body.page-verify {
        padding: 16px;
    }

    .page-verify .verify-card {
        padding: 28px 18px 22px;
    }

    .page-verify h1 {
        font-size: 26px;
    }

    .page-verify .verify-actions {
        flex-direction: column;
    }

    .page-verify .verify-btn {
        width: 100%;
    }
}
