/* وناسة — نفس أسلوب MK Chalet: كحلي + ذهبي + كريمي */
:root {
    --mk-navy: #1a2332;
    --mk-navy-deep: #121820;
    --mk-navy-soft: #2a3548;
    --mk-gold: #c9a86c;
    --mk-gold-light: #dcc99a;
    --mk-gold-dark: #a68b4b;
    --mk-cream: #f9f7f4;
    --mk-cream-alt: #f3f0eb;
    --mk-white: #ffffff;
    --mk-text: #1a2332;
    --mk-text-muted: #6b7280;
    --mk-border: #e8e4dd;
    --mk-border-light: #f0ece6;

    --color-primary: var(--mk-navy);
    --color-primary-dark: var(--mk-navy-deep);
    --color-primary-light: var(--mk-navy-soft);
    --color-accent: var(--mk-gold);
    --color-gold: var(--mk-gold);
    --color-bg: var(--mk-cream);
    --color-bg-alt: var(--mk-cream-alt);
    --color-text: var(--mk-text);
    --color-text-muted: var(--mk-text-muted);
    --color-border: var(--mk-border);
    --color-border-light: var(--mk-border-light);
    --color-white: var(--mk-white);

    --shadow-sm: 0 4px 15px rgba(26, 35, 50, 0.06);
    --shadow-md: 0 8px 28px rgba(26, 35, 50, 0.1);
    --shadow-lg: 0 16px 48px rgba(26, 35, 50, 0.12);
    --radius: 14px;
    --radius-lg: 20px;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2.5rem;
    --space-2xl: 4rem;
    --font-ar: 'Cairo', sans-serif;
    --nav-height: 76px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-ar);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.7;
    padding-top: var(--nav-height);
}

/* ===== Navbar (كحلي داكن) ===== */
.navbar-wanasah,
.navbar-mk {
    background: var(--mk-navy) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    padding: 0.65rem 0;
    transition: box-shadow 0.3s ease;
}

.navbar-wanasah.scrolled,
.navbar-mk.scrolled {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.navbar-wanasah .navbar-brand,
.navbar-mk .navbar-brand {
    font-weight: 800;
    font-size: 1.25rem;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo {
    height: 42px;
    width: auto;
    border-radius: 6px;
    background: #fff;
    padding: 4px;
}

.navbar-wanasah .nav-link,
.navbar-mk .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.45rem 0.85rem !important;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.navbar-wanasah .nav-link:hover,
.navbar-mk .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-wanasah .navbar-toggler,
.navbar-mk .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.navbar-wanasah .navbar-toggler-icon,
.navbar-mk .navbar-toggler-icon {
    filter: invert(1);
}

.lang-switch-btn {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 0.35rem 0.9rem !important;
    font-size: 0.85rem !important;
}

.btn-book-nav {
    background: var(--mk-gold) !important;
    color: var(--mk-navy) !important;
    border-radius: 50px !important;
    padding: 0.5rem 1.35rem !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(201, 168, 108, 0.35);
}

.btn-book-nav:hover {
    background: var(--mk-gold-light) !important;
    color: var(--mk-navy-deep) !important;
    transform: translateY(-1px);
}

/* ===== Hero ===== */
.hero-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: var(--space-2xl) var(--space-md);
}

.hero-gradient-only {
    background: linear-gradient(160deg, var(--mk-navy-deep) 0%, var(--mk-navy) 45%, #2d3a4f 100%);
    color: #fff;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.25;
    pointer-events: none;
}

.hero-orb-1 { width: 380px; height: 380px; background: var(--mk-gold); top: -80px; right: -80px; }
.hero-orb-2 { width: 280px; height: 280px; background: #4a5d78; bottom: -60px; left: -40px; }
.hero-orb-3 { width: 180px; height: 180px; background: #fff; top: 40%; left: 25%; opacity: 0.06; }

.hero-content { max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(201, 168, 108, 0.2);
    border: 1px solid rgba(201, 168, 108, 0.35);
    color: var(--mk-gold-light);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.12rem;
    opacity: 0.88;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.85);
}

.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

.hero-btn-primary, .hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.hero-btn-primary {
    background: var(--mk-gold);
    color: var(--mk-navy);
    box-shadow: 0 8px 24px rgba(201, 168, 108, 0.4);
}

.hero-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.45);
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    color: var(--mk-navy-deep);
    background: var(--mk-gold-light);
}

.hero-btn-secondary:hover {
    transform: translateY(-2px);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.hero-logo-img {
    max-height: 100px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.3));
    border-radius: 12px;
    background: #fff;
    padding: 8px;
}

/* ===== Sections ===== */
.section { padding: var(--space-2xl) 0; }
.section-alt { background: var(--mk-cream-alt); }

.section-dark {
    background: linear-gradient(135deg, var(--mk-navy-deep), var(--mk-navy));
    color: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-xl);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.15rem);
    font-weight: 800;
    color: var(--mk-navy);
    margin-bottom: 0.75rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: var(--mk-gold);
    margin: 0.75rem auto 0;
    border-radius: 2px;
}

.section-dark .section-header h2 {
    color: #fff;
}

.section-dark .section-header h2::after {
    background: var(--mk-gold);
}

.section-header p {
    color: var(--mk-text-muted);
    font-size: 1.05rem;
    margin: 0;
}

.section-dark .section-header p {
    color: rgba(255, 255, 255, 0.72);
}

/* ===== Cards ===== */
.mk-card, .wanasah-card {
    background: var(--mk-white);
    border-radius: var(--radius);
    padding: var(--space-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--mk-border-light);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.mk-card:hover, .wanasah-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

/* لماذا تختارنا — مثل الصورة */
.why-card {
    text-align: center;
    padding: 2rem 1.5rem !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(26, 35, 50, 0.06) !important;
}

.why-icon, .card-icon {
    font-size: 2.75rem;
    display: block;
    margin-bottom: 1rem;
    line-height: 1;
}

.why-card h3,
.amenity-card h3 {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--mk-navy);
    margin-bottom: 0.65rem;
}

.why-card p,
.amenity-card p {
    color: var(--mk-text-muted);
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.75;
}

.amenity-card { text-align: center; }

/* Property cards — home */
.property-card {
    overflow: hidden;
    padding: 0;
    border: none !important;
}

.property-card .card-img-top {
    height: 200px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--mk-navy-soft), var(--mk-navy));
}

.property-card .card-body { padding: var(--space-lg); }

.property-type-badge {
    display: inline-block;
    background: var(--mk-cream-alt);
    color: var(--mk-navy);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* ===== Pricing ===== */
.pricing-card {
    text-align: center;
    position: relative;
    border: none !important;
    box-shadow: 0 4px 20px rgba(26, 35, 50, 0.06) !important;
}

.pricing-card.popular {
    border: 2px solid var(--mk-gold) !important;
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--mk-gold);
    color: var(--mk-navy);
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
}

.pricing-card h3 {
    color: var(--mk-navy);
    font-weight: 800;
}

.pricing-card .price {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--mk-navy);
    line-height: 1;
    margin: 1rem 0;
}

.pricing-card .price-period {
    color: var(--mk-text-muted);
}

.pricing-card .price-period[style*="accent"] {
    color: var(--mk-gold-dark) !important;
}

/* ===== Buttons ===== */
.btn-primary-mk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--mk-gold);
    color: var(--mk-navy) !important;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 4px 14px rgba(201, 168, 108, 0.3);
}

.btn-primary-mk:hover {
    transform: translateY(-2px);
    background: var(--mk-gold-light);
    color: var(--mk-navy-deep) !important;
    box-shadow: var(--shadow-md);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #1da851) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35) !important;
}

.btn-whatsapp:hover {
    color: #fff !important;
}

/* Steps */
.step-card { text-align: center; }

.step-number {
    width: 48px;
    height: 48px;
    background: var(--mk-gold);
    color: var(--mk-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
}

/* Calendar — شبكة 7 أعمدة مثل MK Chalet */
.calendar-wrapper {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: var(--space-xl) var(--space-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--mk-border-light);
    width: 100%;
}

.avail-calendar {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.avail-cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding: 0 0.25rem;
}

.avail-cal-header h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
    color: var(--mk-navy);
    flex: 1;
    text-align: center;
}

.avail-cal-header button {
    background: var(--mk-cream-alt);
    border: 1px solid var(--mk-border);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--mk-navy);
    font-size: 1.15rem;
    line-height: 1;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
}

.avail-cal-header button:hover {
    background: #fff;
    border-color: var(--mk-gold);
    color: var(--mk-gold-dark);
}

.avail-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    width: 100%;
}

.avail-cal-dow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    font-weight: 700;
    font-size: 0.78rem;
    color: var(--mk-text-muted);
    text-align: center;
    padding-bottom: 4px;
}

.avail-cal-day {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
    user-select: none;
}

.avail-cal-day.empty {
    visibility: hidden;
    pointer-events: none;
    min-height: 52px;
    border: none;
    background: transparent;
}

.avail-cal-day.available {
    background: #ecfdf3;
    border-color: #86efac;
    color: #166534;
}

.avail-cal-day.available:hover {
    background: #d1fae5;
    border-color: #4ade80;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 101, 52, 0.12);
}

.avail-cal-day.booked {
    background: #fff1f2;
    border-color: #fecaca;
    color: #b91c1c;
    cursor: not-allowed;
    opacity: 0.92;
}

.avail-cal-day.blocked {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.avail-cal-day.past {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #cbd5e1;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

.avail-cal-day.selected {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
    transform: translateY(-1px);
}

.avail-cal-day.range-start {
    background: #16a34a !important;
    color: #fff !important;
    border-color: #15803d !important;
    font-weight: 700;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.35);
}

.avail-cal-day.range-end {
    background: #dc2626 !important;
    color: #fff !important;
    border-color: #b91c1c !important;
    font-weight: 700;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.35);
}

.avail-cal-day.range-start.range-end {
    background: linear-gradient(135deg, #16a34a 0%, #16a34a 48%, #dc2626 52%, #dc2626 100%) !important;
    border-color: #15803d !important;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.25), 0 0 0 4px rgba(220, 38, 38, 0.2);
}

.avail-cal-day.in-range {
    background: rgba(59, 130, 246, 0.12) !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
    color: #1e40af !important;
}

.avail-cal-day.today:not(.selected) {
    box-shadow: inset 0 0 0 1px var(--mk-gold);
}

.avail-cal-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.25rem 2rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--mk-border-light);
    font-size: 0.88rem;
    color: var(--mk-text-muted);
}

.avail-cal-legend > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.legend-dot {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 2px solid;
    flex-shrink: 0;
}

.legend-dot.free {
    background: #ecfdf3;
    border-color: #86efac;
}

.legend-dot.booked {
    background: #fff1f2;
    border-color: #fecaca;
}

.legend-dot.blocked {
    background: #f3f4f6;
    border-color: #e5e7eb;
}

.avail-cal-hint {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--mk-text-muted);
}

@media (max-width: 576px) {
    .calendar-wrapper {
        padding: var(--space-lg) var(--space-md);
    }

    .avail-cal-grid {
        gap: 5px;
    }

    .avail-cal-day {
        min-height: 42px;
        font-size: 0.85rem;
        border-radius: 8px;
    }

    .avail-cal-dow {
        font-size: 0.68rem;
        min-height: 28px;
    }
}

/* Booking form — MK style */
.text-gold { color: var(--mk-gold); }

.booking-form-wrapper {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--mk-border-light);
}

.booking-form-wrapper .form-label {
    font-weight: 600;
    color: var(--mk-navy);
    margin-bottom: 0.4rem;
}

.booking-form-wrapper .form-control {
    border: 1px solid var(--mk-border);
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    font-size: 0.95rem;
}

.booking-form-wrapper .form-control:focus {
    border-color: var(--mk-gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.22);
}

.booking-form-wrapper .form-control::placeholder {
    color: #9ca3af;
}

.booking-type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.booking-type-card {
    position: relative;
    border: 2px solid var(--mk-border);
    border-radius: var(--radius);
    padding: 1.15rem 0.75rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.booking-type-card:hover {
    border-color: var(--mk-gold-light);
    box-shadow: var(--shadow-sm);
}

.booking-type-card.selected {
    border-color: var(--mk-gold);
    background: rgba(201, 168, 108, 0.1);
    box-shadow: 0 4px 16px rgba(201, 168, 108, 0.18);
}

.booking-type-card .btype-check {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--mk-gold);
    color: var(--mk-navy);
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    line-height: 1;
}

.booking-type-card.selected .btype-check {
    display: inline-flex;
}

.btype-icon {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.45rem;
}

.btype-name {
    font-weight: 800;
    color: var(--mk-navy);
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.btype-days {
    font-size: 0.82rem;
    color: var(--mk-text-muted);
    line-height: 1.4;
}

.btype-duration {
    font-size: 0.78rem;
    color: var(--mk-gold-dark);
    font-weight: 700;
    margin-top: 0.35rem;
}

.start-day-hint {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--mk-text-muted);
}

.booking-range-summary {
    background: #fff;
    border: 2px solid rgba(201, 168, 108, 0.45);
    border-radius: var(--radius);
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 28px rgba(26, 35, 50, 0.08);
}

.booking-range-summary.is-active {
    border-color: var(--mk-gold, #c9a86c);
}

.booking-range-heading {
    font-weight: 800;
    color: var(--mk-navy, #1a2332);
    font-size: 0.95rem;
    margin: 0;
}

.booking-range-display {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    background: var(--mk-cream-alt);
    padding: 1rem 1.25rem;
    border-radius: var(--radius);
    border: 1px solid var(--mk-border);
}

.booking-range-display .range-item {
    text-align: center;
    min-width: 120px;
}

.booking-range-display .range-label {
    display: block;
    font-size: 0.8rem;
    color: var(--mk-text-muted);
    margin-bottom: 0.2rem;
}

.booking-range-display .range-date {
    font-weight: 800;
    color: var(--mk-navy);
    font-size: 0.95rem;
}

.booking-range-display .range-arrow {
    font-size: 1.35rem;
    color: var(--mk-gold);
    font-weight: 700;
    flex-shrink: 0;
}

.avail-message {
    padding: 0.9rem 1rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.avail-message.avail-ok {
    background: #ecfdf3;
    border: 1px solid #86efac;
    color: #166534;
}

.avail-message.avail-ok::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.avail-message.avail-err {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.avail-message.avail-loading {
    background: #f3f4f6;
    border: 1px solid var(--mk-border);
    color: var(--mk-text-muted);
}

.btn-booking-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.05rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.btn-booking-submit:not(.is-ready) {
    opacity: 0.72;
    filter: grayscale(0.15);
}

.btn-booking-submit:not(.is-ready):hover {
    opacity: 0.85;
}

.btn-booking-submit.is-ready {
    opacity: 1;
    filter: none;
}

.btn-booking-submit.is-ready:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-booking-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.booking-confirm-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--mk-cream-alt);
    border: 1px solid var(--mk-border);
    border-radius: var(--radius);
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
    color: var(--mk-text-muted);
    line-height: 1.6;
}

.booking-confirm-note .bi {
    color: var(--mk-gold);
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* فريق المبيعات — بطاقات التواصل */
.sales-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.sales-agent-card {
    background: #fff;
    border: 1px solid var(--mk-border);
    border-radius: var(--radius);
    padding: 1.25rem 1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.sales-avatar-male,
.sales-avatar-female {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 0.75rem;
    background-size: cover;
    background-position: center;
}

.sales-avatar-male {
    background: linear-gradient(180deg, #4a90d9 0%, #2c5282 100%);
    border: 3px solid #e8eef5;
}

.sales-avatar-female {
    background: linear-gradient(180deg, #f3e8e8 0%, #d4b8b8 100%);
    border: 3px solid #eee;
}

.sales-agent-name {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--mk-navy);
    margin-bottom: 0.75rem;
}

.sales-btn-wa,
.sales-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
}

.sales-btn-wa {
    background: #1e6b45;
    color: #fff !important;
}

.sales-btn-wa:hover {
    background: #165a38;
    color: #fff !important;
}

.sales-btn-call {
    background: #5eb3f5;
    color: #fff !important;
}

.sales-btn-call:hover {
    background: #3d9ae8;
    color: #fff !important;
}

@media (max-width: 768px) {
    .booking-type-grid {
        grid-template-columns: 1fr;
    }

    .booking-range-display {
        flex-direction: column;
    }

    .booking-range-display .range-arrow {
        transform: rotate(90deg);
    }
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.gallery-item img,
.gallery-item video.gallery-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    display: block;
    background: #000;
}

.gallery-item-youtube {
    cursor: default;
    aspect-ratio: 16 / 9;
}

.gallery-youtube-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.gallery-youtube-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.gallery-item:hover img { transform: scale(1.06); }

/* Property page — horizontal gallery carousel */
.property-gallery-wrap {
    margin-top: 0.5rem;
}

.property-gallery {
    display: flex;
    align-items: center;
    gap: 10px;
}

.property-gallery-nav {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    color: var(--primary, #1a2b4a);
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.property-gallery-nav:hover {
    background: var(--accent, #c9a227);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.property-gallery-viewport {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.property-gallery-viewport::-webkit-scrollbar {
    display: none;
}

.property-gallery-track {
    display: flex;
    flex-direction: row;
    direction: rtl;
    gap: 14px;
    width: max-content;
    padding: 6px 2px;
}

.property-gallery-slide {
    flex: 0 0 auto;
    width: min(300px, 72vw);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: #111;
}

.property-gallery-slide.is-image {
    aspect-ratio: 4 / 3;
}

.property-gallery-slide.is-youtube {
    width: min(360px, 85vw);
    aspect-ratio: 16 / 9;
}

.property-gallery-slide.is-video {
    aspect-ratio: 16 / 9;
}

.property-gallery-image,
.property-gallery-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-gallery-slide.is-image .property-gallery-image {
    cursor: zoom-in;
    transition: transform 0.35s ease;
}

.property-gallery-slide.is-image:hover .property-gallery-image {
    transform: scale(1.04);
}

.property-gallery-youtube {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.property-gallery-youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 576px) {
    .property-gallery-nav {
        width: 38px;
        height: 38px;
        font-size: 1.15rem;
    }

    .property-gallery-slide {
        width: min(260px, 78vw);
    }
}

.guest-rating-picker {
    display: flex;
    gap: 0.35rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.guest-rating-picker .guest-star {
    border: none;
    background: transparent;
    font-size: 1.65rem;
    line-height: 1;
    color: #cbd5e1;
    padding: 0;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.guest-rating-picker .guest-star.is-on {
    color: #c9a86c;
}

.guest-rating-picker .guest-star:hover {
    transform: scale(1.08);
}

.guest-review-snippet {
    max-width: 420px;
    white-space: pre-wrap;
    line-height: 1.55;
}

/* FAQ */
.faq-item {
    background: #fff;
    border-radius: var(--radius);
    margin-bottom: 10px;
    border: 1px solid var(--mk-border-light);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.faq-question {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding: 1rem 1.25rem;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--mk-navy);
}

.faq-answer {
    padding: 0 1.25rem 1rem;
    color: var(--mk-text-muted);
    display: none;
}

.faq-item.open .faq-answer { display: block; }

/* Testimonials */
.testimonial-card { text-align: center; padding: var(--space-xl); }
.testimonial-stars { color: var(--mk-gold); font-size: 1.2rem; margin-bottom: 0.75rem; }

/* Footer */
.site-footer {
    background: linear-gradient(180deg, var(--mk-navy), var(--mk-navy-deep));
    color: rgba(255, 255, 255, 0.9);
    margin-top: var(--space-2xl);
}

.footer-top { padding: var(--space-2xl) 0 var(--space-xl); }
.footer-brand p { opacity: 0.8; max-width: 320px; }

.site-footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer-links a:hover { color: var(--mk-gold-light); }

.footer-contact-icon.whatsapp { background: #25d366; }
.footer-contact-icon.phone { background: var(--mk-gold); color: var(--mk-navy); }
.footer-contact-icon.email { background: var(--mk-navy-soft); }

.site-footer-compact {
    margin-top: var(--space-xl);
}

.site-footer-compact .footer-bottom {
    border-top: none;
    padding: 0.85rem 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
}

.footer-copyright {
    color: #f8fafc;
    font-weight: 700;
}

.footer-powered {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.footer-powered span {
    color: #ccfbf1;
    font-weight: 800;
}

.footer-powered a {
    color: #5eead4;
    font-weight: 800;
    text-decoration: none;
}

.footer-powered a:hover {
    color: #fff;
    text-decoration: underline;
}

body.lang-en {
    direction: ltr;
}

body.lang-en .navbar-nav,
body.lang-en .home-search-card,
body.lang-en .home-chalet-card,
body.lang-en .property-about-text,
body.lang-en .terms-card {
    text-align: left;
}

body.lang-en .navbar-brand,
body.lang-en .hero-buttons,
body.lang-en .home-nav-actions {
    flex-direction: row;
}

body.lang-en .home-search-card .search-icon-wrap i {
    right: auto;
    left: 1rem;
}

body.lang-en .home-search-card .search-name-input {
    padding-right: 1rem;
    padding-left: 2.75rem;
}

body.lang-en.admin-body .admin-sidebar {
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 18px 0 45px rgba(15, 23, 42, 0.10);
}

body.lang-en.admin-body .admin-main,
body.lang-en.admin-body .admin-topbar,
body.lang-en.admin-body .admin-content,
body.lang-en.admin-body .admin-page-header,
body.lang-en.admin-login-body .admin-login-card {
    text-align: left;
}

body.lang-en.admin-login-body {
    direction: ltr;
}

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    z-index: 1000;
    transition: transform 0.2s;
    text-decoration: none;
}

.whatsapp-float:hover { transform: scale(1.08); color: #fff; }

.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(18, 24, 32, 0.94);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.lightbox-overlay.active { display: flex; }
.lightbox-overlay img { max-width: 90vw; max-height: 85vh; border-radius: 8px; }

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s, transform 0.6s;
}

.reveal.visible { opacity: 1; transform: none; }

.type-filter-tabs .nav-link {
    color: var(--mk-navy);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    border: 1px solid var(--mk-border);
}

.type-filter-tabs .nav-link.active {
    background: var(--mk-navy);
    color: #fff !important;
    border-color: var(--mk-navy);
}

/* تفاصيل الطوابق */
#details .mk-card h3 {
    color: var(--mk-navy);
    border-bottom-color: var(--mk-border) !important;
}

#details .mk-card li i {
    color: var(--mk-gold-dark);
}

/* Admin */
.admin-sidebar {
    min-height: 100vh;
    background: var(--mk-navy);
    color: #fff;
    padding: 1.5rem 0;
}

.admin-sidebar a {
    color: rgba(255, 255, 255, 0.85);
    display: block;
    padding: 0.65rem 1.5rem;
    text-decoration: none;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
    background: rgba(201, 168, 108, 0.15);
    color: var(--mk-gold-light);
}

@media (max-width: 991px) {
    .navbar-wanasah .navbar-collapse,
    .navbar-mk .navbar-collapse {
        background: var(--mk-navy);
        padding: 1rem;
        border-radius: 12px;
        margin-top: 0.5rem;
    }
}

/* رابط المشاركة */
.share-link-box {
    background: var(--mk-white);
    border: 1px solid var(--mk-border);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-sm);
}

.share-url-input {
    font-size: 0.9rem;
    direction: ltr;
    text-align: left;
    background: var(--mk-cream-alt);
}

@media (max-width: 768px) {
    .hero-section { min-height: 70vh; }
    .booking-form-wrapper { padding: var(--space-lg); }
    .why-card { padding: 1.5rem 1rem !important; }
}

/* ===== مربعات الاختيار — 25×25 في كل الموقع ===== */
input[type="checkbox"] {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    cursor: pointer;
    vertical-align: middle;
    accent-color: var(--mk-gold, #c9a86c);
}

.form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 28px;
    padding-right: 0;
}

.form-check input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-top: 0;
    float: none;
    flex-shrink: 0;
}

.form-check label,
.form-check-input + label {
    cursor: pointer;
    line-height: 1.4;
    margin-bottom: 0;
}

table input[type="checkbox"] {
    display: inline-block;
}

/* ============================================================
   Wanasah 2026 redesign layer — Bootstrap-friendly modern UI
   ============================================================ */
:root {
    --app-bg: #f5f7fb;
    --app-surface: #ffffff;
    --app-surface-soft: #f8fafc;
    --app-primary: #0f766e;
    --app-primary-dark: #115e59;
    --app-primary-soft: #ccfbf1;
    --app-accent: #f59e0b;
    --app-dark: #0f172a;
    --app-muted: #64748b;
    --app-border: #e2e8f0;
    --app-ring: rgba(15, 118, 110, 0.22);
    --app-radius-sm: 12px;
    --app-radius: 18px;
    --app-radius-lg: 28px;
    --app-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
    --app-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    --app-shadow-lg: 0 26px 70px rgba(15, 23, 42, 0.14);
    --admin-sidebar-width: 248px;
}

body {
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.10), transparent 28rem),
        linear-gradient(180deg, #fbfdff 0%, var(--app-bg) 100%);
    color: var(--app-dark);
    font-size: 16px;
}

.card,
.mk-card,
.booking-form-wrapper,
.calendar-wrapper,
.share-link-box,
.sales-agent-card {
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    border-radius: var(--app-radius) !important;
    box-shadow: var(--app-shadow-sm) !important;
}

.card {
    overflow: hidden;
}

.card-header {
    background: var(--app-surface-soft);
    border-bottom-color: var(--app-border);
    font-weight: 800;
}

.form-label {
    color: #334155;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.form-control,
.form-select {
    min-height: 46px;
    border: 1px solid var(--app-border);
    border-radius: 14px;
    color: var(--app-dark);
    background-color: #fff;
    font-size: 0.98rem;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--app-primary);
    box-shadow: 0 0 0 0.25rem var(--app-ring);
}

.btn {
    border-radius: 12px;
    font-weight: 800;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.btn-primary,
.btn-success,
.btn-primary-mk,
.hero-btn-primary,
.btn-booking-submit {
    background: linear-gradient(135deg, var(--app-primary), #14b8a6) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(20, 184, 166, 0.25);
}

.btn-primary:hover,
.btn-success:hover,
.btn-primary-mk:hover,
.hero-btn-primary:hover,
.btn-booking-submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.btn-outline-secondary,
.btn-outline-primary {
    border-color: var(--app-border);
    color: #334155;
    background: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-primary:hover {
    background: var(--app-dark);
    border-color: var(--app-dark);
    color: #fff;
}

.table {
    margin-bottom: 0;
    vertical-align: middle;
}

.table > :not(caption) > * > * {
    padding: 0.85rem 0.9rem;
    border-bottom-color: #edf2f7;
}

.table thead th,
.table tbody tr:first-child th {
    color: #475569;
    font-size: 0.84rem;
    font-weight: 800;
    background: #f8fafc;
}

.alert {
    border: 0;
    border-radius: 16px;
    font-weight: 700;
}

/* Public shell refresh */
.navbar-wanasah,
.navbar-mk {
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.75);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(18px);
}

.navbar-wanasah .navbar-brand,
.navbar-mk .navbar-brand,
.navbar-wanasah .nav-link,
.navbar-mk .nav-link {
    color: var(--app-dark) !important;
}

.navbar-wanasah .nav-link,
.navbar-mk .nav-link {
    font-weight: 800;
    border-radius: 999px;
}

.navbar-wanasah .nav-link:hover,
.navbar-mk .nav-link:hover {
    background: var(--app-primary-soft);
    color: var(--app-primary-dark) !important;
}

.navbar-wanasah .navbar-toggler,
.navbar-mk .navbar-toggler {
    border-color: var(--app-border) !important;
}

.navbar-wanasah .navbar-toggler-icon,
.navbar-mk .navbar-toggler-icon {
    filter: none;
}

.brand-logo {
    height: 46px;
    border: 1px solid var(--app-border);
    border-radius: 14px;
    box-shadow: var(--app-shadow-sm);
}

.section {
    padding: 5rem 0;
}

.section-alt {
    background: rgba(255, 255, 255, 0.52);
}

.section-header h2 {
    color: var(--app-dark);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.section-header h2::after {
    background: linear-gradient(90deg, var(--app-primary), #38bdf8);
    height: 4px;
    border-radius: 999px;
}

.hero-gradient-only {
    background:
        radial-gradient(circle at 20% 20%, rgba(45, 212, 191, 0.20), transparent 24rem),
        radial-gradient(circle at 80% 12%, rgba(56, 189, 248, 0.18), transparent 22rem),
        linear-gradient(135deg, #0f172a 0%, #115e59 100%);
}

.pricing-card,
.booking-type-card,
.why-card,
.amenity-card,
.testimonial-card,
.faq-item {
    border-radius: var(--app-radius) !important;
    border: 1px solid var(--app-border) !important;
    box-shadow: var(--app-shadow-sm) !important;
}

/* Admin dashboard */
body.admin-body {
    padding-top: 0;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.10), transparent 26rem),
        var(--app-bg);
    min-height: 100vh;
}

.admin-shell {
    min-height: 100vh;
    display: flex;
}

.admin-sidebar {
    position: sticky;
    top: 0;
    width: var(--admin-sidebar-width);
    min-width: var(--admin-sidebar-width);
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    color: #fff;
    background:
        radial-gradient(circle at top, rgba(20, 184, 166, 0.30), transparent 16rem),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -18px 0 45px rgba(15, 23, 42, 0.10);
    z-index: 10;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.35rem 0.35rem 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.admin-brand-mark {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--app-primary), #22d3ee);
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
}

.admin-brand-title {
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.2;
}

.admin-brand small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
}

.admin-user-card {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    padding: 0.75rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
}

.admin-user-card i {
    font-size: 1.25rem;
    color: #5eead4;
}

.admin-nav {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    overflow-y: auto;
    padding-left: 0.15rem;
}

.admin-nav-link,
.admin-sidebar a,
.admin-logout {
    min-height: 44px;
    display: flex !important;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.85rem !important;
    color: rgba(255, 255, 255, 0.78) !important;
    border-radius: 14px;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 700;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.admin-nav-link i,
.admin-logout i {
    width: 22px;
    text-align: center;
    font-size: 1.05rem;
}

.admin-nav-link:hover,
.admin-nav-link.active,
.admin-sidebar a:hover,
.admin-sidebar a.active {
    background: rgba(20, 184, 166, 0.16) !important;
    color: #fff !important;
    transform: translateX(-2px);
}

.admin-nav-link.active {
    box-shadow: inset -3px 0 0 #5eead4;
}

.admin-sidebar-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.admin-logout {
    width: 100%;
    border: 0;
    background: rgba(239, 68, 68, 0.10);
    color: #fecaca !important;
}

.admin-main {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 1.25rem;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1.1rem 1.25rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 22px;
    box-shadow: var(--app-shadow-sm);
    backdrop-filter: blur(14px);
}

.admin-kicker {
    display: block;
    color: var(--app-primary);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-topbar h1 {
    margin: 0;
    color: var(--app-dark);
    font-size: 1.35rem;
    font-weight: 900;
}

.admin-preview-btn {
    border: 1px solid var(--app-border);
    box-shadow: none;
}

.admin-content {
    flex: 1;
    padding-bottom: 1rem;
}

.admin-content > h1,
.admin-content .h3 {
    color: var(--app-dark);
    font-weight: 900 !important;
    letter-spacing: -0.02em;
}

.admin-content .text-muted {
    color: var(--app-muted) !important;
}

.admin-content .card,
.admin-content .bg-white.shadow-sm,
.admin-content .table.bg-white {
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
    border-radius: 20px !important;
    box-shadow: var(--app-shadow-sm) !important;
}

.admin-content .card-body {
    padding: 1.35rem;
}

.admin-content .table {
    overflow: hidden;
    border-radius: 18px;
}

.admin-content .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fbfdff;
}

.admin-content .btn-sm {
    min-height: 34px;
    border-radius: 10px;
    font-size: 0.82rem;
    padding-inline: 0.75rem;
}

.admin-content input[type="file"].form-control {
    padding: 0.65rem 0.75rem;
}

@media (max-width: 991px) {
    .admin-shell {
        display: block;
    }

    .admin-main {
        padding: 1rem;
    }

    .admin-topbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

.admin-login-body {
    padding-top: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.20), transparent 26rem),
        radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.16), transparent 24rem),
        linear-gradient(135deg, #f8fafc 0%, #eef6f6 100%);
}

.admin-login-card {
    width: min(100%, 440px);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 28px;
    box-shadow: var(--app-shadow-lg);
    backdrop-filter: blur(18px);
}

.admin-login-logo {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    border-radius: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 1.75rem;
    background: linear-gradient(135deg, var(--app-primary), #22d3ee);
    box-shadow: 0 18px 40px rgba(20, 184, 166, 0.28);
}

.admin-login-card h1 {
    margin: 0;
    text-align: center;
    color: var(--app-dark);
    font-size: 1.55rem;
    font-weight: 900;
}

.admin-login-card .input-group-text {
    border-color: var(--app-border);
    border-radius: 0 14px 14px 0;
    color: var(--app-primary);
    background: #f8fafc;
}

.admin-login-card .input-group .form-control {
    border-radius: 14px 0 0 14px;
}

.admin-content .table-responsive {
    border-radius: 20px;
}

.admin-content img {
    border-radius: 12px;
    object-fit: cover;
}

.property-about-editor {
    min-height: 240px;
    line-height: 1.9;
    resize: vertical;
}

/* Public property page polish */
.hero-section {
    min-height: min(82vh, 760px);
    border-radius: 0 0 42px 42px;
}

.hero-logo-img {
    max-height: 118px;
    max-width: 180px;
    object-fit: contain;
    padding: 0.8rem;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.20);
}

.hero-badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ccfbf1;
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-subtitle {
    max-width: 720px;
    margin-inline: auto;
}

.hero-btn-primary,
.hero-btn-secondary {
    min-height: 50px;
    border-radius: 999px;
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
}

.mk-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
}

.property-about-card {
    padding: 2.25rem;
    text-align: center;
}

.property-about-text {
    margin: 0;
    color: #334155;
    font-size: 1.1rem;
    line-height: 2.15;
    white-space: pre-line;
}

.page-terms .terms-card {
    max-width: 980px;
    margin: 0 auto;
}

.terms-intro {
    padding: 1rem 1.2rem;
    margin-bottom: 1.25rem;
    border: 1px solid var(--app-border);
    border-radius: 18px;
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
}

.terms-intro p {
    margin: 0;
    line-height: 1.9;
}

.terms-list {
    display: grid;
    gap: 0.85rem;
}

.term-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid var(--app-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--app-shadow-sm);
}

.term-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--app-primary-soft);
    font-size: 1.45rem;
}

.term-item h3 {
    margin: 0 0 0.35rem;
    color: var(--app-dark);
    font-size: 1rem;
    font-weight: 900;
}

.term-item p {
    margin: 0;
    color: #475569;
    line-height: 1.9;
}

.terms-note {
    margin-top: 1.25rem;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--app-primary), #14b8a6);
    color: #fff;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 575px) {
    .term-item {
        grid-template-columns: 1fr;
    }

    .term-icon {
        width: 48px;
        height: 48px;
    }
}

.why-card,
.amenity-card {
    height: 100%;
    padding: 1.5rem;
}

.why-icon,
.card-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: var(--app-primary-soft);
    color: var(--app-primary-dark);
    font-size: 1.75rem;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    padding: 2rem !important;
}

.pricing-card.popular {
    border-color: rgba(20, 184, 166, 0.45) !important;
    box-shadow: 0 24px 65px rgba(20, 184, 166, 0.18) !important;
}

.pricing-badge {
    background: linear-gradient(135deg, var(--app-accent), #fbbf24);
    color: #422006;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-weight: 900;
}

.pricing-card .price {
    color: var(--app-primary-dark);
}

.section-dark {
    background:
        radial-gradient(circle at 20% 20%, rgba(45, 212, 191, 0.18), transparent 22rem),
        linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    border-radius: 36px;
    margin-inline: 1rem;
}

.step-card {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff;
}

.step-number {
    background: #fff;
    color: var(--app-primary-dark);
}

.calendar-wrapper,
.booking-form-wrapper {
    padding: 1.5rem;
}

.avail-calendar {
    border-radius: 22px;
}

.avail-cal-day {
    border-radius: 16px;
    min-height: 54px;
    font-weight: 800;
}

.booking-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.booking-type-card {
    position: relative;
    padding: 1.25rem !important;
    text-align: center;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.booking-type-card:hover,
.booking-type-card.selected {
    transform: translateY(-3px);
    border-color: rgba(20, 184, 166, 0.55) !important;
    box-shadow: 0 20px 45px rgba(20, 184, 166, 0.16) !important;
}

.btype-icon {
    font-size: 2rem;
}

.btype-name {
    color: var(--app-dark);
    font-weight: 900;
}

.booking-range-display {
    background: #f8fafc;
    border: 1px solid var(--app-border);
    border-radius: 18px;
}

.gallery-grid {
    gap: 1rem;
}

.gallery-item {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--app-shadow-sm);
}

.gallery-item img,
.gallery-video {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.faq-item {
    margin-bottom: 0.9rem;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    font-weight: 900;
    padding: 1.15rem 1.25rem;
}

.faq-answer {
    color: #64748b;
    line-height: 1.9;
}

.site-footer {
    background:
        radial-gradient(circle at 15% 25%, rgba(20, 184, 166, 0.18), transparent 18rem),
        linear-gradient(135deg, #0f172a 0%, #111827 100%);
    color: rgba(255, 255, 255, 0.82);
}

.site-footer .text-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

.whatsapp-float {
    width: 62px;
    height: 62px;
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.35);
}

@media (max-width: 768px) {
    .hero-section {
        border-radius: 0 0 26px 26px;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section-dark {
        margin-inline: 0;
        border-radius: 0;
    }
}
