/* هيدر — حجم اللوجو متناسق مع القائمة */
.header-default .header-logo {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 0;
}

.header-default .header-logo a {
    display: inline-block;
    line-height: 0;
}

.header-default .header-logo img {
    max-height: 68px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
    display: block;
}

.th-menu-wrapper .mobile-logo img {
    max-height: 56px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
}

.sidemenu-wrapper .about-logo img {
    max-height: 72px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

@media (max-width: 575px) {
    .header-default .header-logo img {
        max-height: 52px;
        max-width: 150px;
    }
}

/* تنسيق أيقونة اللغة في القائمة الرئيسية */
.main-menu ul li a.lang-icon-link {
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.main-menu ul li a.lang-icon-link img {
    border-radius: 3px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-menu ul li a.lang-icon-link:hover img {
    transform: scale(1.1);
}

/* تنسيق dropdown للغة في الموبايل */
.header-button .dropdown-menu {
    min-width: 120px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 1px solid var(--th-border-color);
    background: var(--white-color);
    z-index: 9999;
}

.header-button .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
    color: var(--title-color);
    transition: all 0.3s ease;
}

.header-button .dropdown-menu .dropdown-item:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-button .dropdown-menu .dropdown-item.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-button .dropdown-menu .dropdown-item img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
}

.header-button .dropdown-toggle::after {
    display: none !important;
}

.header-button .dropdown .btn-outline-secondary {
    border-color: var(--th-border-color6);
    transition: all 0.3s ease;
}

.header-button .dropdown .btn-outline-secondary:hover {
    border-color: var(--theme-color);
    background-color: transparent;
}

.lang-toggle-link {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    margin-right: 5px;
}



.lang-icon-circle i {
    font-size: 14px;
    transition: all 0.3s ease;
}

.lang-toggle-link:hover .lang-icon-circle {
    background: rgba(255, 255, 255, 0.2);
}

.lang-toggle-link .lang-text {
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.lang-mobile-toggle {
    height: 46px;
    padding: 0 15px;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lang-mobile-toggle .lang-icon-circle i {
    font-size: 13px;
}

.lang-mobile-toggle .lang-text {
    font-size: 13px;
}


.dropdown-toggle::after {
    display: none !important;
}

[dir="rtl"] .ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}

[dir="rtl"] .me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

/* قسم الخدمات — بطاقات بيضاء بدون قناع الزاوية */
#service-sec .service-card9 {
    background: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

#service-sec .service-card9-mask {
    display: none !important;
}

#service-sec .title-area,
#service-sec .service-card9 .box-title,
#service-sec .service-card9 .service-card-description {
    text-align: start;
}

#service-sec .service-card9 .box-title {
    margin-bottom: 16px;
}

#service-sec .service-card9 .service-card-description {
    margin-bottom: 20px;
}

#service-sec .service-card9-wrap:nth-child(even) .service-card9 .service-card-img {
    padding-bottom: 0;
}

[dir="rtl"] #service-sec .th-btn-icon .fa-long-arrow-right {
    transform: scaleX(-1);
}

/* تقييمات — مربعات أفقية (الرئيسية + عن النادي) */
.testi-area-8 .testi-slider-horizontal,
.testi-area-about .testi-slider-about {
    width: 100%;
    margin-top: 2.5rem;
}

.testi-area-8 .testi-slider-horizontal .swiper,
.testi-area-about .testi-slider-about .swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 3rem;
}

.testi-area-8 .testi-slider-horizontal .swiper-wrapper,
.testi-area-about .testi-slider-about .swiper-wrapper {
    align-items: stretch;
}

.testi-area-8 .testi-slider-horizontal .swiper-slide,
.testi-area-about .testi-slider-about .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

.testi-box-square {
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: start;
    overflow: hidden;
}

@media (min-width: 768px) {
    .testi-box-square {
        aspect-ratio: 1;
        min-height: 0;
    }
}

.testi-area-8,
.testi-area-about {
    background: #fff;
}

.testi-area-8::before,
.testi-area-8::after,
.testi-area-about::before,
.testi-area-about::after {
    display: none !important;
}

.testi-box-square .testi-card_review {
    justify-content: flex-start;
    margin-bottom: 16px;
    font-size: 14px;
    gap: 4px;
}

.testi-box-square_text {
    flex: 1;
    font-size: 15px;
    line-height: 1.55;
    color: #6b6b6b;
    margin-bottom: 20px;
}

.testi-box-square_footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.testi-box-square_name {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 4px;
}

.testi-box-square_label {
    font-size: 14px;
    color: var(--body-color);
}

.testi-area-8 .testi-slider-horizontal .slider-pagination.style4,
.testi-area-about .testi-slider-about .slider-pagination.style4 {
    margin-top: 1rem;
}

[dir="rtl"] .testi-area-8 .th-btn-icon .fa-long-arrow-right {
    transform: scaleX(-1);
}

/* اشتراكات — أزرار وجداول */
.membership-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    background: var(--theme-color);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.membership-pricing-btn:hover,
.membership-pricing-btn:focus,
.membership-pricing-btn:visited,
.membership-pricing-btn:active {
    color: #fff !important;
    background: #d41919;
    transform: translateY(-1px);
}

.subscription-summary-card,
.subscription-auth-card,
.subscription-success-card {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 28px 24px;
}

/* Checkout wizard */
.checkout-wizard-sec {
    padding-top: 40px;
    padding-bottom: 80px;
}

.checkout-wizard {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 2rem;
    align-items: start;
}

.checkout-wizard__aside {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.checkout-wizard__steps {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.checkout-wizard__step {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: none;
    border-radius: 12px;
    background: transparent;
    text-align: start;
    cursor: default;
    transition: background 0.2s, color 0.2s;
}

.checkout-wizard__step:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.checkout-wizard__step.is-done:not(:disabled),
.checkout-wizard__step.is-done {
    cursor: pointer;
    opacity: 1;
}

.checkout-wizard__step.is-active {
    background: rgba(244, 30, 30, 0.08);
}

.checkout-wizard__step.is-done .checkout-wizard__step-num {
    background: #16a34a;
    color: #fff;
}

.checkout-wizard__step.is-active .checkout-wizard__step-num {
    background: var(--theme-color, #f41e1e);
    color: #fff;
}

.checkout-wizard__step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    background: #e5e7eb;
    color: #374151;
}

.checkout-wizard__step-label {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: 1.35;
}

.checkout-wizard__main {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 2rem 2rem 1.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.checkout-wizard__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.checkout-wizard__title {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    margin-bottom: 0.35rem;
}

.checkout-wizard__subtitle {
    color: #6b7280;
    font-size: 15px;
}

.checkout-wizard__progress-text {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color, #f41e1e);
    background: rgba(244, 30, 30, 0.08);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
}

.checkout-wizard__progress-bar {
    height: 4px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 1.75rem;
}

.checkout-wizard__progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f41e1e, #ff6b6b);
    border-radius: 999px;
    transition: width 0.35s ease;
}

.checkout-wizard__panel {
    display: none;
    animation: checkoutFadeIn 0.3s ease;
}

.checkout-wizard__panel.is-visible {
    display: block;
}

@keyframes checkoutFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.checkout-wizard__panel-head {
    margin-bottom: 1.25rem;
}

.checkout-wizard__panel-title {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.checkout-wizard__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.checkout-wizard__form--busy {
    pointer-events: none;
    opacity: 0.85;
}

.checkout-wizard__form--busy .checkout-wizard__actions {
    pointer-events: auto;
}

.checkout-wizard__btn-spinner {
    margin-inline-start: 0.35rem;
}

.checkout-wizard__btn-back {
    background: transparent !important;
    color: #374151 !important;
    border: 1px solid #d1d5db !important;
}

.checkout-wizard__btn-back:hover {
    background: #f3f4f6 !important;
    color: #111 !important;
}

.checkout-wizard__btn-submit {
    margin-inline-start: auto;
}

.checkout-summary-total strong {
    color: var(--theme-color, #f41e1e);
    font-size: 1.15em;
}

.subscription-payment-options--cards .subscription-payment-option {
    padding: 1rem 1.15rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.subscription-payment-options--cards .subscription-payment-option:has(input:checked) {
    border-color: rgba(244, 30, 30, 0.55);
    box-shadow: 0 0 0 3px rgba(244, 30, 30, 0.1);
    background: rgba(244, 30, 30, 0.03);
}

.subscription-payment-option__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.subscription-payment-option__body small {
    color: #6b7280;
    font-size: 13px;
}

.checkout-id-upload__zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2.5rem 1.5rem;
    border: 2px dashed rgba(244, 30, 30, 0.35);
    border-radius: 16px;
    background: #fafafa;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s, background 0.2s;
}

.checkout-id-upload__zone:hover {
    border-color: var(--theme-color, #f41e1e);
    background: rgba(244, 30, 30, 0.03);
}

.checkout-id-upload__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.checkout-id-upload__icon {
    font-size: 2rem;
    color: var(--theme-color, #f41e1e);
}

.checkout-id-upload__title {
    font-weight: 700;
    font-size: 1.05rem;
}

.checkout-id-upload__hint {
    font-size: 13px;
    color: #6b7280;
    max-width: 320px;
}

.checkout-id-upload__filename {
    font-size: 13px;
    font-weight: 600;
    color: #16a34a;
}

.checkout-id-preview {
    margin-top: 1rem;
    text-align: center;
}

.checkout-id-preview__label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.checkout-id-preview__img {
    max-width: 100%;
    max-height: 220px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    object-fit: contain;
    background: #fff;
}

.checkout-review-mini {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.15rem;
}

.checkout-review-mini__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout-review-mini__list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.checkout-review-mini__list li:last-child {
    border-bottom: 0;
}

.checkout-account-box {
    padding: 1.15rem;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.checkout-terms-page {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #fafafa;
    overflow: hidden;
}

.checkout-terms-page__hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    padding: 0.75rem 1rem;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.checkout-terms-page__content {
    min-height: min(50vh, 420px);
    max-height: min(68vh, 620px);
    overflow-y: auto;
    padding: 1.75rem 2rem;
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
    background: #fff;
    border: none;
    border-radius: 0;
}

.checkout-terms-page__content::-webkit-scrollbar {
    width: 8px;
}

.checkout-terms-page__content::-webkit-scrollbar-thumb {
    background: rgba(244, 30, 30, 0.35);
    border-radius: 999px;
}

.checkout-terms-page__accept {
    padding: 1.15rem 1.5rem;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.checkout-terms-page__accept .form-check-label {
    font-weight: 600;
    line-height: 1.6;
}

.checkout-wizard--terms-step .checkout-wizard__summary {
    display: none;
}

.breadcumb-wrapper--compact .breadcumb-content {
    padding: 1.5rem 0;
}

@media (max-width: 991px) {
    .checkout-wizard {
        grid-template-columns: 1fr;
    }

    .checkout-wizard__aside {
        position: static;
    }

    .checkout-wizard__steps {
        flex-direction: row;
        overflow-x: auto;
        padding: 0.75rem;
        gap: 0.35rem;
    }

    .checkout-wizard__step {
        flex-direction: column;
        min-width: 88px;
        padding: 0.5rem;
        text-align: center;
    }

    .checkout-wizard__step-label {
        font-size: 11px;
    }

    .checkout-wizard__main {
        padding: 1.25rem 1rem 1rem;
    }

    .checkout-wizard__header {
        flex-direction: column;
    }

    .checkout-wizard__actions {
        flex-wrap: wrap;
    }

    .checkout-wizard__btn-submit {
        width: 100%;
        margin-inline-start: 0;
    }
}

.subscription-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subscription-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.subscription-summary-list li:last-child {
    border-bottom: 0;
}

.subscription-payment-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.subscription-payment-option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    cursor: pointer;
}

.subscription-terms-box {
    padding: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #fafafa;
}

.subscription-terms-text {
    max-height: 180px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    padding: 0.75rem 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.subscription-checkout-form .form-label {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.subscription-checkout-form input[type="file"].form-control {
    padding: 0.55rem 0.75rem;
}

.membership-facility-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.membership-price-old {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.membership-price-current {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.membership-price-currency {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    margin-top: 0.15rem;
}

.membership-price-na {
    color: #cbd5e1;
    font-weight: 600;
}

.membership-offer-badge {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #b81515;
    background: rgba(244, 30, 30, 0.1);
}

.subscription-signature-box {
    padding: 1.25rem;
    border: 1px solid rgba(244, 30, 30, 0.35);
    border-radius: 12px;
    background: #fff;
}

.subscription-signature-pad-wrap {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.subscription-signature-canvas {
    display: block;
    width: 100%;
    height: 180px;
    touch-action: none;
    cursor: crosshair;
}

.subscription-signature-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
}

.subscription-success-icon {
    font-size: 3rem;
    color: var(--theme-color);
    margin-bottom: 1rem;
}

.subscription-reference {
    display: inline-flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    background: #fff;
    border: 1px dashed var(--theme-color);
}

.subscription-orders-table th,
.subscription-orders-table td {
    vertical-align: middle;
}

.subscription-status {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.subscription-status--pending { background: #fff3cd; color: #856404; }
.subscription-status--paid { background: #d4edda; color: #155724; }
.subscription-status--failed { background: #f8d7da; color: #721c24; }
.subscription-status--cancelled { background: #e2e3e5; color: #383d41; }

.installment-schedule-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.15rem 1.25rem;
}

.installment-schedule-table__first {
    background: rgba(244, 30, 30, 0.05);
}

.installment-schedule-table th,
.installment-schedule-table td {
    vertical-align: middle;
}

.installment-status {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.installment-status--paid { background: #d4edda; color: #155724; }
.installment-status--pending { background: #e2e3e5; color: #383d41; }
.installment-status--due_today { background: #fff3cd; color: #856404; }
.installment-status--overdue { background: #f8d7da; color: #721c24; }

/* جداول أسعار العضويات */
.membership-pricing-sec .title-area {
    margin-bottom: 2.5rem;
}

.membership-packages-list,
.membership-pricing-list {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.membership-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.membership-package-preview {
    cursor: pointer;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0;
    text-align: inherit;
    font: inherit;
    color: inherit;
}

.membership-package-preview__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.membership-package-preview__inner::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--theme-color), #ff6b6b);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.membership-package-preview:hover .membership-package-preview__inner,
.membership-package-preview:focus-visible .membership-package-preview__inner {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(201, 25, 25, 0.12);
    border-color: rgba(201, 25, 25, 0.2);
}

.membership-package-preview:hover .membership-package-preview__inner::before,
.membership-package-preview:focus-visible .membership-package-preview__inner::before {
    opacity: 1;
}

.membership-package-preview:focus-visible {
    outline: none;
}

.membership-package-preview:focus-visible .membership-package-preview__inner {
    outline: 2px solid var(--theme-color);
    outline-offset: 3px;
}

.membership-package-preview__badge {
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 0.65rem;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0.3rem 0.65rem;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.membership-package-preview__title {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.membership-package-preview__desc {
    margin: 0 0 1rem;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.membership-package-preview__highlights {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.4rem;
    flex: 1;
}

.membership-package-preview__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 13px;
    color: #374151;
}

.membership-package-preview__highlights li i {
    color: var(--theme-color);
    margin-top: 0.15rem;
    flex-shrink: 0;
    font-size: 11px;
}

.membership-package-preview__more {
    color: #9ca3af !important;
    font-weight: 600;
    padding-inline-start: 1.2rem;
}

.membership-package-preview__facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
}

.membership-facility-tag--more {
    background: #f3f4f6 !important;
    color: #6b7280 !important;
}

.membership-package-preview__footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.membership-package-preview__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.membership-package-preview__price-label {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 600;
}

.membership-package-preview__price-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--theme-color);
    line-height: 1;
}

.membership-package-preview__price-currency {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.membership-package-preview__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color);
    white-space: nowrap;
}

.membership-package-preview__cta i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.membership-package-preview:hover .membership-package-preview__cta i {
    transform: translateX(-4px);
}

[dir="ltr"] .membership-package-preview__cta i {
    transform: scaleX(-1);
}

[dir="ltr"] .membership-package-preview:hover .membership-package-preview__cta i {
    transform: scaleX(-1) translateX(-4px);
}

/* مودال تفاصيل الباقة — تجاوز ثيم الموقع (شفاف + عرض كامل) */
body:has(.membership-package-modal.show) .modal-backdrop.show,
body.package-modal-open .modal-backdrop.show {
    opacity: 1 !important;
    background-color: rgba(17, 24, 39, 0.78) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.membership-package-modal .modal-dialog.membership-package-modal__dialog {
    max-width: 680px;
    width: calc(100% - 2.5rem);
    margin: 1.25rem auto;
    max-height: calc(100vh - 2.5rem);
}

.membership-package-modal .modal-content,
.membership-package-modal .modal-content.membership-package-modal__content {
    background: #fff !important;
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    max-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
}

.membership-package-modal__header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff !important;
    border-bottom: none;
    padding: 1.5rem 1.5rem 1.35rem;
    align-items: flex-start;
    gap: 1rem;
    flex-shrink: 0;
}

.membership-package-modal__header .membership-package-modal__header-text,
.membership-package-modal__header .membership-package-modal__title,
.membership-package-modal__header .modal-title,
[dir="rtl"] .membership-package-modal__header h2.modal-title,
[dir="rtl"] .membership-package-modal__header .membership-package-modal__title,
[dir="ltr"] .membership-package-modal__header h2.modal-title,
[dir="ltr"] .membership-package-modal__header .membership-package-modal__title {
    color: #fff !important;
    font-size: 1.45rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
}

.membership-package-modal__header .membership-package-modal__desc,
.membership-package-modal__header p,
[dir="rtl"] .membership-package-modal__header p,
[dir="ltr"] .membership-package-modal__header p {
    color: rgba(255, 255, 255, 0.82) !important;
}

.membership-package-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.membership-package-modal__close:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    transform: scale(1.05);
}

.membership-package-modal__header-text {
    flex: 1;
    min-width: 0;
}

.membership-package-modal__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0.5rem 0 0;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.membership-package-modal__desc {
    margin: 0.65rem 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.membership-package-modal__body {
    padding: 1.35rem 1.5rem 1.5rem;
    background: #fff;
    overflow-y: auto;
    flex: 1 1 auto;
}

.membership-package-modal__section {
    margin-bottom: 1.35rem;
}

.membership-package-modal__section:last-child {
    margin-bottom: 0;
}

.membership-package-modal__section-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin: 0 0 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(201, 25, 25, 0.15);
}

.membership-package-modal__table-card {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.membership-package-modal .membership-pricing-table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    min-width: 520px;
}

@media (max-width: 767px) {
    .membership-packages-grid {
        grid-template-columns: 1fr;
    }

    .membership-package-preview__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .membership-package-modal .modal-dialog.membership-package-modal__dialog {
        width: calc(100% - 1.25rem);
        margin: 0.75rem auto;
        max-height: calc(100vh - 1.5rem);
    }

    .membership-package-modal .modal-content,
    .membership-package-modal .modal-content.membership-package-modal__content {
        max-height: calc(100vh - 1.5rem);
        border-radius: 20px !important;
    }

    .membership-package-modal__header {
        padding: 1.15rem 1.15rem 1rem;
    }

    .membership-package-modal__body {
        padding: 1rem 1rem 1.15rem;
    }

    .membership-package-modal__title {
        font-size: 1.2rem;
    }

    .membership-package-modal__table-card {
        padding: 0.65rem;
        border-radius: 12px;
    }
}

.membership-package-card__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.membership-package-card__title {
    margin: 0;
}

.membership-package-badge {
    display: inline-block;
    max-width: 100%;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.membership-package-card__desc {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.membership-package-highlights {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.membership-package-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 14px;
    color: #374151;
}

.membership-package-highlights li i {
    color: var(--theme-color);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.membership-plan-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.membership-plan-card__header {
    padding: 1.5rem 1.75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.membership-plan-card__title {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #111;
    position: relative;
    padding-inline-start: 1rem;
}

.membership-plan-card__title::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    border-radius: 4px;
    background: var(--theme-color);
}

.membership-plan-card__facilities-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 0.65rem;
}

.membership-plan-card__facilities-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.membership-plan-card__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.membership-pricing-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.membership-pricing-table th,
.membership-pricing-table td {
    text-align: center;
    vertical-align: middle;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.membership-pricing-table thead th {
    background: var(--theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: none;
}

.membership-pricing-table thead th:first-child {
    background: #c91919;
    width: 110px;
}

.membership-pricing-table__corner {
    border-radius: 0;
}

.membership-pricing-table tbody th[scope="row"] {
    background: #f8f9fa;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    text-align: start;
    padding-inline: 1.25rem;
    white-space: nowrap;
}

.membership-pricing-table__row-price td {
    background: #fff;
}

.membership-pricing-table__row-installment td {
    background: #f9fafb;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.membership-pricing-table__row-action td {
    background: #f3f4f6;
    padding: 0.85rem 0.65rem;
}

.membership-pricing-table__row-action th[scope="row"] {
    background: #eceef1;
}

.membership-price-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}

.membership-pricing-empty {
    color: var(--body-color);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .membership-plan-card__header {
        padding: 1.25rem 1.15rem 1rem;
    }

    .membership-plan-card__title {
        font-size: 1.15rem;
    }

    .membership-price-current {
        font-size: 17px;
    }

    .membership-pricing-table th,
    .membership-pricing-table td {
        padding: 0.75rem 0.5rem;
    }
}

/* تأجير المرافق */
.rental-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rental-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rental-filter-chip.is-active,
.rental-filter-chip:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.rental-venues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.rental-venue-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rental-venue-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
}

.rental-venue-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rental-venue-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 2rem;
    color: #9ca3af;
}

.rental-venue-card__type,
.rental-venue-card__sport,
.rental-venue-card__location {
    display: inline-block;
    background: var(--theme-color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}

.rental-venue-card__sport {
    background: #1f2937;
}

.rental-venue-card__type {
    position: absolute;
    top: 0.75rem;
    inset-inline-start: 0.75rem;
}

.rental-venue-card__sport {
    position: absolute;
    top: 0.75rem;
    inset-inline-end: 0.75rem;
}

.rental-filters--sports {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.rental-filters__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-inline-end: 0.25rem;
}

.rental-venue-card__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
}

.rental-venue-card__title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
}

.rental-venue-card__desc {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.rental-venue-card__meta {
    display: grid;
    gap: 0.35rem;
    font-size: 13px;
    color: #4b5563;
}

.rental-booking-panel,
.rental-venue-summary,
.rental-success-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}

.rental-venue-summary__image {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.rental-venue-summary__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.rental-venue-summary__facts {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.rental-venue-summary__facts li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.rental-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.65rem;
}

.rental-slots-grid__placeholder {
    grid-column: 1 / -1;
    color: #6b7280;
    font-size: 14px;
    padding: 1rem;
    text-align: center;
    background: #f9fafb;
    border-radius: 12px;
}

.rental-slot-btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 12px;
    padding: 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rental-slot-btn:hover,
.rental-slot-btn.is-selected {
    border-color: var(--theme-color);
    background: rgba(201, 25, 25, 0.06);
    box-shadow: 0 0 0 1px rgba(201, 25, 25, 0.15);
}

.rental-slot-btn__time {
    display: block;
    font-weight: 700;
    color: #111;
    font-size: 14px;
}

.rental-slot-btn__price {
    display: block;
    margin-top: 0.25rem;
    font-size: 12px;
    color: #6b7280;
}

.rental-booking-total {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 12px;
    background: #f9fafb;
    font-weight: 600;
}

.rental-booking-total strong {
    color: var(--theme-color);
    font-size: 1.35rem;
}

.rental-success-card {
    text-align: center;
}

.rental-success-card__icon {
    font-size: 3rem;
    color: #16a34a;
    margin-bottom: 1rem;
}

.rental-success-card__summary {
    text-align: start;
    margin-top: 1.5rem;
}

.rental-venue-detail .card-style {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    padding: 1.25rem;
}

.rental-venue-gallery {
    display: flex;
    flex-direction: column;
}

.rental-venue-gallery__main-wrap {
    order: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.rental-venue-gallery__slide {
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
}

.rental-venue-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rental-venue-gallery__slide--single {
    border-radius: 16px;
    overflow: hidden;
}

.rental-venue-gallery__thumbs {
    order: 2;
    margin-top: 0.75rem;
}

.rental-venue-gallery__thumb {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease;
    aspect-ratio: 4 / 3;
}

.rental-venue-gallery__thumbs .swiper-slide-thumb-active .rental-venue-gallery__thumb {
    border-color: var(--theme-color);
}

.rental-venue-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rental-venue-gallery__main .slider-arrow {
    --icon-size: 42px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.rental-venue-gallery__main-wrap:hover .slider-arrow,
.rental-venue-gallery__main-wrap:focus-within .slider-arrow {
    opacity: 1;
}

.rental-venue-gallery__main .slider-pagination {
    bottom: 12px;
}

.rental-venue-detail__title {
    margin: 0.75rem 0 1rem;
    font-size: 1.6rem;
    font-weight: 800;
}

.rental-venue-detail__subtitle {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: #111;
}

.rental-venue-detail__desc p {
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

.rental-venue-detail__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.25rem 0;
}

.rental-venue-detail__fact {
    background: #f9fafb;
    border-radius: 12px;
    padding: 0.85rem;
    display: grid;
    gap: 0.15rem;
}

.rental-venue-detail__fact span {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
}

.rental-venue-detail__fact strong {
    font-size: 1.1rem;
    color: #111;
}

.rental-venue-detail__fact small {
    font-size: 12px;
    color: #9ca3af;
}

.rental-venue-detail__hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.rental-venue-detail__hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.rental-venue-detail__booking {
    position: sticky;
    top: 100px;
}

.rental-slots-grid--detail {
    max-height: 320px;
    overflow-y: auto;
    padding-inline-end: 0.25rem;
}

.rental-venue-detail__form-block {
    opacity: 0.65;
    transition: opacity 0.2s ease;
}

.rental-venue-detail__form-block.is-ready {
    opacity: 1;
}

@media (max-width: 991px) {
    .rental-venue-detail__booking {
        position: static;
    }

    .rental-venue-detail__facts {
        grid-template-columns: 1fr;
    }
}

.site-offers-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.site-offers-filter {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-offers-filter:hover,
.site-offers-filter.is-active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.site-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.site-offer-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.site-offer-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
}

.site-offer-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.site-offer-card__context {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
}

.site-offer-card__badge {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
}

.site-offer-card__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.site-offer-card__title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
}

.site-offer-card__summary {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
    font-size: 14px;
    flex: 1;
}

.site-offer-card__meta {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.site-offers-strip {
    padding: 0 0 1.5rem;
}

.site-offers-strip--page {
    padding-top: 1.5rem;
}

.site-offers-strip--catalog .container {
    padding: 0;
}

.site-offer-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    border-radius: 18px;
    border: 1px solid rgba(198, 40, 40, 0.18);
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.08), rgba(255, 255, 255, 0.95));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.site-offer-strip__media {
    flex: 0 0 88px;
    width: 88px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
}

.site-offer-strip__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-offer-strip__content {
    flex: 1 1 220px;
    min-width: 0;
}

.site-offer-strip__head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.site-offer-strip__badge {
    background: var(--theme-color);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
}

.site-offer-strip__context {
    background: rgba(0, 0, 0, 0.06);
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
}

.site-offer-strip__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #111;
}

.site-offer-strip__summary {
    margin: 0.35rem 0 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.site-offer-strip__meta {
    margin: 0.35rem 0 0;
    font-size: 12px;
    color: #6b7280;
}

.site-offer-strip__action {
    flex: 0 0 auto;
}

.rental-venue-card__offer {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    background: var(--theme-color);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    z-index: 2;
}

@media (max-width: 767px) {
    .site-offer-strip__action {
        width: 100%;
    }

    .site-offer-strip__action .th-btn {
        width: 100%;
    }
}

.site-offer-benefit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-top: 0.35rem;
}

.site-offer-benefit__tag {
    display: inline-flex;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
}

.site-offer-benefit__price {
    margin: 0;
    font-size: 14px;
    color: #374151;
}

.site-offer-benefit__price s {
    color: #9ca3af;
    margin-inline-end: 0.35rem;
}

.site-offer-benefit__price strong {
    color: var(--theme-color);
}

.site-offer-benefit__bonus {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color);
}

.site-offer-strip__content--wide {
    flex: 1 1 280px;
}

.checkout-offer-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(198, 40, 40, 0.2);
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.1), #fff);
}

.checkout-offer-banner__badge {
    background: var(--theme-color);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    white-space: nowrap;
}

.checkout-summary-offer {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(198, 40, 40, 0.22);
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.12), #fff);
}

.checkout-summary-offer__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 0.35rem;
}

.checkout-summary-offer__badge {
    display: inline-flex;
    background: var(--theme-color);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    margin-bottom: 0.45rem;
}

.checkout-summary-offer__name {
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin-bottom: 0.25rem;
}

.checkout-summary-offer__hint {
    font-size: 13px;
    color: #4b5563;
}

.checkout-summary-total strong,
.checkout-summary-total span {
    color: var(--theme-color);
}

/* Massage booking steps */
.massage-booking-steps__card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(244, 30, 30, 0.15);
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.massage-booking-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.massage-booking-steps__card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

/* أرقام الهاتف والبريد تبقى LTR داخل الصفحات العربية */
html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"],
html[dir="rtl"] .ltr-isolate,
html[dir="rtl"] input[type="tel"] {
    direction: ltr;
    unicode-bidi: isolate;
}

html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"] {
    display: inline-block;
}

/* برامج الطلاب — عرض الأنشطة */
.sp-program-activities-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.65rem;
}

.sp-program-activity-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.95rem;
}

.sp-program-activity-item i {
    color: var(--theme-color, #f41e1e);
    font-size: 1rem;
    flex-shrink: 0;
}

.sp-program-activities-chips {
    margin-top: 0.25rem;
}

.sp-program-activity-chip {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: var(--theme-color, #f41e1e);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}