body {
    font-family: 'Tajawal', sans-serif;
}

h1, h2, h3, .grand-text {
    font-weight: 700;
}

:root {
  --main-color: #0f172a;
  --accent-color: #c5a059;
}

.custom-navbar {
  background-color: var(--main-color) !important;
  direction: rtl; 
}

.nav-link {
  color: #f8fafc !important;
  transition: 0.3s;
}

.nav-link:hover {
  color: var(--accent-color) !important;
}

.nav-logo {
  height: 55px;
  border-radius: 4px;
}

.grand-text {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.8s ease;
}

.grand-text:hover {
  transform: rotate(360deg);
}

.btn-booking {
  background-color: var(--accent-color);
  color: var(--main-color);
  font-weight: bold;
  border: none;
  padding: 8px 22px;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-booking:hover {
  background-color: #b38f4d;
  color: white;
}

@media (max-width: 991px) {
    .mobile-only-info {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;    
        margin-top: 40px;                 
    }

    .mobile-only-info .grand-text {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .mobile-only-info .btn-booking {
        width: 85% !important; 
    }

    .offcanvas { width: 280px !important; }
}

.hero-section {
    height: 90vh; 
    background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)), 
                url('./Photos/hero.jpeg') no-repeat center center/cover;
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.btn-hero-primary {
    background-color: var(--accent-color);
    color: var(--main-color);
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-hero-primary:hover {
    background-color: #b38f4d;
    transform: translateY(-3px);
    color: white;
}

.btn-hero-outline {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-hero-outline:hover {
    background-color: var(--accent-color);
    color: var(--main-color);
}

.animate-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.animate-text.show {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.3s; }
.delay-2 { transition-delay: 0.6s; }

.room-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2) !important;
}

.modal-content {
    animation: fadeInScale 0.4s ease-out;
}

@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.reveal-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-card.active {
    opacity: 1;
    transform: translateY(0);
}

.gallery-img-wrapper {
    overflow: hidden;
    border-radius: 12px;
    height: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-img-wrapper:hover img {
    transform: scale(1.1);
}

#policy-prices .table {
    border-radius: 15px;
    overflow: hidden;
}

#policy-prices .policy-item h5 {
    color: #c5a059;
    margin-bottom: 0;
}

#policy-prices .card {
    transition: transform 0.3s ease;
}

#policy-prices .card:hover {
    transform: translateY(-5px);
}

.feature-card {
    background: #9b8a2ae5;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}

.feature-card:hover {
    transform: translateY(-12px);
    border-bottom: 3px solid #c5a059;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.icon-box {
    transition: transform 0.3s ease;
}

.feature-card:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
}

.footer-section {
    background-color: var(--main-color);
    color: #ffffff;
}

.text-accent {
    color: var(--accent-color);
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links .nav-link {
    color: #d1d5db !important;
    transition: 0.3s;
    display: inline-block;
}

.footer-links .nav-link:hover {
    color: var(--accent-color) !important;
    transform: translateX(-5px); 
}

.social-icons a:hover {
    color: var(--accent-color) !important;
}

.text-light-50 {
    color: rgba(255, 255, 255, 0.7);
}
/* حاوية الأزرار */
.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px; /* بما إن الموقع عربي خليناها على اليمين أو حسب ذوقك */
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

/* التنسيق المشترك للأزرار */
.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

/* لون الواتساب (الأخضر الجذاب) */
.whatsapp-btn {
    background-color: #25d366;
}

/* لون الاتصال (الذهبي بتاع الموقع) */
.phone-btn {
    background-color: var(--accent-color); /* اللون الذهبي اللي ظبطناه */
}

/* تأثير عند الوقوف بالماوس */
.floating-btn:hover {
    transform: scale(1.1) rotate(10deg);
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* أنميشن بسيط عشان يلفت نظر العميل */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* للموبايل: نصغر الحجم شوية */
@media (max-width: 768px) {
    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .floating-contact {
        bottom: 20px;
        right: 20px;
    }
}
.why-us-section {
    position: relative;
    /* حط مسار صورتك هنا */
    background: url('./Photos/WhatsApp\ Image\ 2026-03-09\ at\ 11.00.15\ AM.jpeg') no-repeat center center/cover;
    background-attachment: fixed; /* بيعمل تأثير Parallax شيك */
    min-height: 80vh;
    display: flex;
    align-items: center;
    color: white;
}

/* طبقة اللون الأسود الشفافة */
.why-us-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* الرقم 0.7 بيتحكم في درجة السواد */
    z-index: 1;
}

.why-us-section .content-wrapper {
    position: relative;
    z-index: 2; /* عشان الكلام يظهر فوق الطبقة السوداء */
}

.why-us-section .long-text {
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: justify; /* عشان السطور تكون متساوية وشكلها شيك */
    direction: rtl;
}

.why-us-section .separator {
    width: 100px;
    height: 4px;
    background-color: var(--accent-color);
    margin: 0 auto;
}

.text-accent {
    color: var(--accent-color) !important;
}

#video-tour {
    position: relative;
    padding-bottom: 80px;
}

.video-wrapper {
    transition: transform 0.3s ease;
    background-color: #000;
}

.video-wrapper:hover {
    transform: scale(1.02); /* حركة خفيفة عند تمرير الماوس */
}

/* تنسيق مشغل الفيديو ليتناسب مع الهوية */
video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, rgba(15, 23, 42, 0.9));
}

@media (max-width: 768px) {
    .video-wrapper {
        border-width: 2px; /* تقليل عرض الإطار في الجوال */
    }
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* تنسيق زرار تبديل اللغة العائم */
.language-switcher {
    position: fixed;
    bottom: 30px;
    left: 30px; /* خليه جهة اليسار عشان ما يداريش زرار الواتساب لو موجود */
    z-index: 1000;
}

.btn-lang {
    background-color: #c5a059; /* لون الـ Accent بتاعك */
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    border: 2px solid #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-lang:hover {
    background-color: #0f172a;
    color: #c5a059;
    transform: scale(1.05);
}

/* عشان في الموبايل ما ياخدش مساحة كبيرة */
@media (max-width: 768px) {
    .language-switcher {
        bottom: 20px;
        left: 20px;
    }
    .lang-text {
        display: none; /* يظهر الأيقونة بس في الموبايل عشان الزحمة */
    }
    .btn-lang {
        padding: 10px;
    }
}
