html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #111;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    line-height: 1.6;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.gold {
    color: #c89116 !important;
}

.gold-btn {
    background: linear-gradient(90deg, #c89116, #000000);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 700;
    transition: 0.25s ease;
}

.gold-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.navbar .gold {
    font-weight: bold;
}

/* =========================
   NAVBAR
========================= */
.custom-navbar {
    background: rgba(0, 0, 0, 0.88) !important;
    backdrop-filter: blur(8px);
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    z-index: 9999;
}

.navbar .container {
    position: relative;
}

.navbar-brand {
    font-size: 1.2rem;
    font-weight: 800;
    white-space: nowrap;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 14px !important;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #c89116 !important;
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    padding: 8px 10px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-collapse {
    z-index: 9999;
}

/* أزرار اللغة في الهيدر */
.lang-switcher-wrapper {
    margin-inline-start: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lang-switcher {
    display: flex;
    gap: 8px;
    align-items: center;
}

.lang-btn {
    border: 1px solid #c89116;
    background: transparent;
    color: #fff;
    padding: 7px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: 0.2s ease;
}

.lang-btn.active,
.lang-btn:hover {
    background: #c89116;
    color: #fff;
}

/* =========================
   GENERAL UI
========================= */
section {
    width: 100%;
}

.card {
    background: #fff;
    color: #111;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
}

.price {
    color: #c89116;
    font-weight: bold;
    font-size: 18px;
}

.currency-box {
    margin-top: 20px;
    display: inline-block;
}

.currency-box select {
    background: linear-gradient(90deg, #c89116, #000000);
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
}

.currency-box select:focus {
    outline: none;
    box-shadow: 0 0 5px #c89116;
}

/* تنسيق رسالة الخصم الذهبي */
.long-stay-note {
    margin-top: 12px;
    color: #ffe7a6;
    font-size: 14px;
    font-weight: 700;
}

.long-stay-box {
    margin-top: 12px;
    background: rgba(200, 145, 22, 0.18);
    color: #fff4d4;
    border: 1px solid rgba(200, 145, 22, 0.45);
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================
   SECTION TITLES
========================= */
.section-title {
    text-align: center;
    margin-bottom: 28px;
    color: #111;
    font-size: 32px;
    font-weight: 800;
}

/* =========================
   WHY SECTION
========================= */
.why-section {
    background: #fff;
    color: #111;
    padding: 70px 20px;
}

.why-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.why-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    border: 1px solid #eee;
}

.why-card h3 {
    color: #c89116;
    margin-top: 0;
    font-size: 20px;
}

.why-card p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.8;
}

/* =========================
   صفحات داخلية عامة
========================= */
.page-hero {
    background: linear-gradient(90deg, #c89116, #000);
    color: #fff;
    text-align: center;
    padding: 120px 20px 60px;
}

.page-content {
    max-width: 1150px;
    margin: auto;
    padding: 40px 16px;
}

.white-card {
    background: #fff;
    color: #111;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    border: 1px solid #eee;
    margin-bottom: 20px;
}

/* =========================
   FAQ
========================= */
.faq-item {
    background: #fff;
    color: #111;
    border: 1px solid #eee;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #fff;
    color: #111;
    border: none;
    padding: 18px 20px;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.6;
}

.faq-answer {
    display: none;
    padding: 0 20px 18px;
    color: #555;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    display: block;
}

/* =========================
   REVIEWS
========================= */
.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.review-card {
    background: #fff;
    color: #111;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 36px rgba(0, 0, 0, .12);
}

.review-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.review-card .review-body {
    padding: 18px;
}

.review-card .review-body h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.review-card .review-body p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.review-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff5d8;
    color: #a86f00;
    font-weight: 800;
    font-size: 12px;
}

/* =========================
   APARTMENT / ROOM CARDS
========================= */
.room-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.room-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px;
    background: #fafafa;
    cursor: pointer;
    transition: .25s;
    text-align: center;
}

.room-card:hover,
.room-card.active {
    border-color: #c89116;
    box-shadow: 0 8px 20px rgba(200, 145, 22, .16);
}

.room-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.room-gallery-grid img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 14px;
}

/* =========================
   STATS SECTION
========================= */
.stats-section {
    background: #faf7ef;
    padding: 70px 20px;
}

.stats-grid {
    max-width: 1050px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.stat-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.stat-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #555;
}

.stat-number {
    font-size: 38px;
    font-weight: 900;
    color: #c89116;
}

/* =========================
   FOOTER
========================= */
.site-footer {
    background: linear-gradient(135deg, #0f0f0f, #000);
    color: #fff;
    margin-top: 40px;
    padding-top: 45px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.footer-box {
    padding: 10px;
}

.footer-box h3,
.footer-box h4 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #d4a017;
    font-weight: 800;
}

.footer-box p,
.footer-box a {
    font-size: 15px;
}

.footer-box p {
    margin: 8px 0;
    line-height: 1.8;
    color: #ddd;
}

.footer-box a {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-box a:hover {
    color: #d4a017;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-bottom {
    text-align: center;
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #bbb;
    font-size: 14px;
    margin-top: 14px;
}

/* =========================
   WhatsApp
========================= */
.whatsapp-widget {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.whatsapp-label {
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    white-space: nowrap;
}

.whatsapp-float {
    position: relative;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

.whatsapp-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.45);
    animation: whatsappPulse 1.8s infinite;
    z-index: -1;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* =========================
   Scroll Top Button
========================= */
.scroll-top-btn {
    position: fixed;
    left: 22px;
    bottom: 22px;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a017, #8a6508);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
    z-index: 99998;
    display: none;
    transition: all 0.25s ease;
}

.scroll-top-btn:hover {
    transform: translateY(-3px) scale(1.05);
}

/* =========================
   Fade In
========================= */
.fade-in-section {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   وضع اللغة الإنجليزية
========================= */
body.ltr-mode {
    direction: ltr;
    text-align: left;
}

body.ltr-mode .lang-switcher-wrapper {
    margin-inline-start: auto;
    margin-inline-end: 0;
}

body.ltr-mode .faq-question,
body.ltr-mode .availability-field,
body.ltr-mode .footer-box,
body.ltr-mode .white-card,
body.ltr-mode .why-card,
body.ltr-mode .seo-card {
    text-align: left;
}

/* =========================
   TABLET
========================= */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.96);
        padding: 14px;
        border-radius: 16px;
        margin-top: 12px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 12px 8px !important;
        font-size: 16px;
    }

    .lang-switcher-wrapper {
        width: 100%;
        margin-top: 12px;
        justify-content: center;
    }

    .lang-switcher {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .lang-btn {
        min-width: 90px;
        min-height: 42px;
    }

    .page-hero {
        padding: 110px 18px 50px;
    }

    .page-content {
        padding: 30px 14px;
    }

    .section-title {
        font-size: 28px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .lang-switcher {
        margin-top: 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .why-section,
    .stats-section {
        padding: 45px 14px;
    }

    .why-grid,
    .review-grid,
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-card,
    .white-card,
    .stat-box {
        padding: 18px;
        border-radius: 16px;
    }

    .review-card {
        border-radius: 18px;
    }

    .review-card img {
        height: 220px;
    }

    .room-cards-grid,
    .room-gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .room-gallery-grid img {
        height: 110px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 14px 20px;
    }

    .footer-box {
        padding: 0;
    }

    .footer-bottom {
        font-size: 13px;
        padding: 14px 10px;
    }

    .whatsapp-widget {
        bottom: 18px;
        right: 14px;
    }

    .whatsapp-float {
        width: 56px;
        height: 56px;
    }

    .whatsapp-label {
        font-size: 12px;
        padding: 7px 10px;
    }

    .scroll-top-btn {
        left: 14px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .long-stay-note,
    .long-stay-box {
        font-size: 13px;
    }
}

/* =========================
   VERY SMALL MOBILE
========================= */
@media (max-width: 480px) {
    .navbar-brand {
        font-size: 1rem;
    }

    .room-cards-grid,
    .room-gallery-grid {
        grid-template-columns: 1fr;
    }

    .review-card img {
        height: 200px;
    }

    .stat-number {
        font-size: 30px;
    }

    .faq-question {
        padding: 16px;
        font-size: 15px;
    }

    .white-card,
    .why-card,
    .seo-card,
    .stat-box {
        padding: 16px;
    }

}

/* =========================
   MOBILE BOOKING BOX FIX
========================= */
@media (max-width: 768px) {

    .availability-box {
        padding: 14px !important;
        border-radius: 16px !important;
    }

    .availability-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px;
    }

    .availability-field {
        width: 100% !important;
    }

    .availability-field input {
        width: 100%;
        min-height: 44px;
        font-size: 14px;
    }

    .availability-btn {
        width: 100% !important;
        min-height: 46px;
        font-size: 15px;
        font-weight: 700;
    }

    .availability-extra {
        flex-direction: column !important;
        gap: 10px;
    }
}

/* =========================
   PREMIUM BUTTONS
========================= */

.btn-main {
    background: linear-gradient(135deg, #c89116, #000);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.25s ease;
    display: inline-block;
    text-align: center;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

/* زر ثانوي */
.btn-outline-gold {
    border: 2px solid #c89116;
    color: #c89116;
    background: transparent;
    border-radius: 14px;
    padding: 9px 16px;
    font-weight: 700;
    transition: 0.25s ease;
}

.btn-outline-gold:hover {
    background: #c89116;
    color: #fff;
}

/* ترتيب الأزرار */
.card-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

@media (max-width: 768px) {
    .card-actions {
        flex-direction: column;
    }
}
















/* =========================
   BASE
========================= */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #111;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
}

img,
video {
    max-width: 100%;
    display: block;
}

/* =========================
   NAVBAR
========================= */
.custom-navbar {
    background: rgba(0, 0, 0, 0.9);
}

/* =========================
   HERO FIX
========================= */
.hero-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================
   BOOKING BOX FIX
========================= */
.availability-box {
    margin-top: -60px;
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
}

/* =========================
   BUTTONS (احترافية)
========================= */
.btn-main {
    background: linear-gradient(135deg, #c89116, #000);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 800;
    transition: 0.25s;
}

.btn-main:hover {
    transform: translateY(-2px);
}

.btn-outline-gold {
    border: 2px solid #c89116;
    color: #c89116;
    background: transparent;
    border-radius: 14px;
    padding: 9px 16px;
    font-weight: 700;
}

.btn-outline-gold:hover {
    background: #c89116;
    color: #fff;
}

/* =========================
   CARDS
========================= */
.card {
    border-radius: 20px;

    transition: 0.25s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* =========================
   MOBILE FIX
========================= */
@media (max-width: 768px) {

    .availability-box {
        padding: 14px;
    }

    .availability-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .availability-btn {
        width: 100%;
    }

    .card-actions {
        flex-direction: column;
    }
}