* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Cairo', sans-serif; }
body { background: #122a50; color: #fff; overflow-x: hidden; scroll-behavior: smooth; }

/* --- Navbar --- */
.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 15px 5%; background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent); backdrop-filter: blur(5px); }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1300px; margin: 0 auto; width: 100%; }

/* اللوجو النصي الأساسي */
.nav-logo { 
    font-family: 'Poppins', sans-serif; /* عشان يبقى شكله مودرن */
    font-size: 1.8rem; 
    font-weight: 900; 
    color: white; 
    text-decoration: none; 
    letter-spacing: 1px;
}

.nav-logo span { 
    color: #ffcc00; 
}

.nav-links-desktop { display: flex; list-style: none; gap: 25px; }
.nav-links-desktop a { color: white; text-decoration: none; font-weight: 700; font-size: 1rem; transition: 0.3s; }
.nav-links-desktop a.active { background: #ffcc00; color: #000; padding: 6px 18px; border-radius: 20px; }

.nav-right { display: flex; align-items: center; gap: 15px; }
.book-btn { background: #ffcc00; padding: 10px 25px; border-radius: 50px; font-weight: 900; color: #000; text-decoration: none; font-size: 0.95rem; }

/* --- أزرار الموبايل العلوية --- */
.mobile-nav-btns { display: none; gap: 8px; }
.mobile-nav-btns button { 
    background: rgba(255, 255, 255, 0.219); border: 1px solid #ffcc00; 
    padding: 6px 14px; border-radius: 20px; font-weight: 900; 
    font-size: 0.8rem; color: #ffcc00; transition: 0.3s; cursor: pointer;
}
.mobile-nav-btns button.active { background: #ffcc00; color: #000; box-shadow: 0 0 10px #ffcc00; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.bar { width: 28px; height: 3px; background: white; border-radius: 5px; }

/* --- القائمة الجانبية (يمين) --- */
.nav-links-mobile { 
    position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; 
    background: #0b1322; z-index: 2000; transition: 0.4s ease; 
    padding: 80px 25px; list-style: none; display: flex; flex-direction: column;
}
.nav-links-mobile.active { right: 0; }
.nav-links-mobile li { margin-bottom: 20px; }
.nav-links-mobile a { color: white; text-decoration: none; font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; gap: 12px; }
.nav-links-mobile a.active { color: #ffcc00; }
.nav-links-mobile i { color: #ffcc00; width: 20px; text-align: center; }

.close-menu { position: absolute; top: 20px; left: 20px; font-size: 2.5rem; color: #ffcc00; cursor: pointer; }
.nav-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); display: none; z-index: 1500; }
.nav-overlay.show { display: block; }

/* فوتر المنيو */
.mobile-social-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.social-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
.social-icons a i { font-size: 1.8rem; color: white; transition: 0.3s; }
.social-icons a i:hover { color: #ffcc00; }

.whatsapp-big-btn { 
    background: #25d366; color: white !important; width: 100%; 
    padding: 12px; border-radius: 10px; font-size: 1rem !important; 
    display: flex !important; align-items: center; justify-content: center; gap: 10px;
}

/* --- Hero & Main --- */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    /* السطر اللي جاي ده هو السحر */
    background: url('images/Screenshot 2026-01-31 031242.webp') no-repeat center center/cover;
}
.video-bg { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 2; }
.main-content { position: relative; z-index: 10; width: 100%; max-width: 900px; margin: 0 auto; transform: translateY(-20px); }
.plane-img { width: 300px; animation: naturalFly 6s infinite ease-in-out; margin-bottom: -15px; }

.brand-title { font-family: 'Poppins', sans-serif; font-size: clamp(3.5rem, 8vw, 5.5rem); line-height: 0.9; }
.brand-title span { color: #ffcc00; }
.dynamic-slogan { font-size: 1.3rem; margin: 20px 0; background: rgba(0,0,0,0.7); padding: 10px 30px; border-radius: 50px; display: inline-block; backdrop-filter: blur(8px); border: 1px solid rgba(255,204,0,0.3); }

.toggle-container { display: flex; gap: 15px; justify-content: center; }
.toggle-btn { padding: 12px 30px; border-radius: 50px; border: 2px solid #fff; background: rgba(255,255,255,0.1); color: white; cursor: pointer; font-weight: 900; transition: 0.3s; }
.toggle-btn.active { background: #ffcc00; border-color: #ffcc00; color: #000; }

@media (max-width: 1024px) {
    .nav-logo { 
        font-size: 1.4rem; /* بيصغر عشان ميزحمش الموبايل */
    }
    .nav-links-desktop, .nav-cta-desktop { display: none; }
    .mobile-nav-btns, .menu-toggle { display: flex; }
    .plane-img { width: 240px; }
}

@keyframes naturalFly { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* تعديل خلفية السكاشن لتناسب الفيديو الليلي */
.dynamic-section { padding: 100px 5%; min-height: 100vh; background: #050a12; text-align: center; display: none; }
.dynamic-section.active { display: block; }
.category-header h2 { color: #ffcc00; }
.category-header p { color: #ccc; }

/* --- السكاشن الطويلة --- */
.long-trip-section { margin-bottom: 80px; text-align: right; }

.trip-row { 
    display: flex; gap: 40px; align-items: center; background: #0b1322; 
    padding: 30px; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.05);
}

.trip-row.reverse { flex-direction: row; } 

.trip-row-img { flex: 1; min-width: 400px; height: 350px; overflow: hidden; border-radius: 15px; }
.trip-row-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.trip-row-img:hover img { transform: scale(1.1); }

.trip-row-content { flex: 1.5; }
.sub-title { color: #ffcc00; border-right-color: #ffcc00; }
.trip-row-content h4 { font-size: 2rem; color: #fff; margin-bottom: 15px; }

.big-desc { font-size: 1.1rem; color: #bbb; line-height: 1.8; margin-bottom: 20px; }

.trip-features { list-style: none; margin-bottom: 25px; }
.trip-features li { margin-bottom: 10px; font-weight: 700; color: #ddd; display: flex; align-items: center; gap: 10px; }
.trip-features li i { color: #ffcc00; }

.best-price { background: rgba(37, 211, 102, 0.15); color: #25d366; padding: 8px 15px; border-radius: 5px; font-weight: 900; }

.order-btn { 
    background: #ffcc00; color: #000; text-decoration: none; padding: 12px 30px; 
    border-radius: 10px; font-weight: 900; transition: 0.3s; display: inline-block;
}

/* --- سكشن دول العالم --- */
.global-box { 
    background: #0b1322; color: #fff; padding: 40px; border-radius: 20px; text-align: center;
    border-bottom: 5px solid #ffcc00; border: 1px solid rgba(255,255,255,0.05);
}
.global-text h4 { font-size: 1.8rem; color: #ffcc00; margin-bottom: 15px; }
.destinations-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 25px 0; }
.destinations-tags span { background: rgba(255,255,255,0.05); color: #fff; padding: 5px 15px; border-radius: 20px; border: 1px solid #ffcc00; }
.promo-text { color: #ffcc00; font-weight: 700; display: block; margin-bottom: 15px; }

/* للموبايل */
@media (max-width: 900px) {
    .trip-row, .trip-row.reverse { flex-direction: column; padding: 15px; }
    .trip-row-img { min-width: 100%; height: 250px; }
}

/* تنسيق سكشن عن الشركة */
.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.about-item {
    background: #0b1322;
    padding: 40px 20px;
    border-radius: 20px;
    transition: 0.3s;
    border-bottom: 4px solid #ffcc00;
    color: #fff;
}
.about-item i { font-size: 3rem; color: #ffcc00; margin-bottom: 20px; }
.about-item h4 { font-size: 1.5rem; margin-bottom: 15px; color: #ffcc00; }
.about-item p { color: #ccc; }

/* تنسيق سكشن تواصل معنا */
.contact-wrapper {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 500px;
}
.info-card {
    background: #0b1322;
    color: white;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    border: 1px solid rgba(255,255,255,0.05);
}
.info-card i { color: #ffcc00; font-size: 1.5rem; }

.whatsapp-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    margin-top: 20px;
    transition: 0.3s;
}
.whatsapp-contact-btn:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); }

/* الحالة قبل الظهور */
.reveal-effect {
    opacity: 0;
    transform: scale(0.9); 
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* الحالة بعد ما يظهر أثناء السكرول */
.reveal-effect.visible {
    opacity: 1;
    transform: scale(1);
}

/* الصورة الثابتة اللي هتغطي الفيديو في الأول */
.video-fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/poster.webp') no-repeat center center/cover;
    z-index: 3; /* فوق الفيديو وتحت الكلام */
    transition: opacity 1s ease-in-out; /* حركة الاختفاء في ثانية واحدة */
}

/* الكلاس اللي هيخفي الصورة */
.video-fallback-img.fade-out {
    opacity: 0;
    pointer-events: none; /* عشان ما يغطيش على الزراير */
}


/* --- Footer Styling --- */
.main-footer { background: #050a12; padding: 60px 5% 20px; border-top: 1px solid rgba(58, 18, 18, 0.05); color: #fff; }
.footer-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; max-width: 1200px; margin: 0 auto; }

.footer-social h4 { color: #ffcc00; margin-bottom: 20px; }
.social-links { display: flex; gap: 15px; margin-bottom: 15px; }
.social-links a { width: 40px; height: 40px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; text-decoration: none; transition: 0.3s; }
.social-links a:hover { background: #ffcc00; color: #000; transform: translateY(-5px); }

.footer-bottom { text-align: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.9rem; opacity: 0.7; }

/* --- Developed With Button --- */
.dev-credit-btn { background: none; border: none; color: #ffcc00; cursor: pointer; font-weight: 700; margin-top: 10px; transition: 0.3s; }
.dev-credit-btn:hover { text-shadow: 0 0 10px #ffcc00; }

/* --- Dev Pop-up (Dark & Glassmorphism) --- */
.dev-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 9999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(8px); }
.dev-overlay.active { display: flex; animation: fadeIn 0.3s forwards; }

.dev-card { background: #fff; color: #000; padding: 40px; border-radius: 30px; text-align: center; position: relative; width: 90%; max-width: 350px; transform: translateY(50px); transition: 0.4s; }
.dev-overlay.active .dev-card { transform: translateY(0); }

.dev-avatar { width: 120px; height: 120px; margin: 0 auto 20px; border: 4px solid #ffcc00; border-radius: 50%; overflow: hidden; }
.dev-avatar img { width: 100%; height: 100%; object-fit: cover; }

.dev-title { color: #666; font-size: 0.9rem; margin-bottom: 25px; }
.dev-social-grid { display: flex; justify-content: center; gap: 15px; }

.dev-icon { width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; font-size: 1.2rem; transition: 0.3s; }
.dev-icon.wa { background: #25d366; }
.dev-icon.fb { background: #1877F2; }
.dev-icon.ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.dev-icon.tg { background: #0088cc; }
.dev-icon:hover { transform: scale(1.15) rotate(10deg); }

.close-dev { position: absolute; top: 15px; right: 20px; font-size: 1.8rem; cursor: pointer; color: #999; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }



/* تصليح عام لكل الكروت في الموبايل */
@media (max-width: 768px) {
    /* أي حاجة واخدة flex نضمن إنها تنزل تحت بعضها */
    .trip-row, .trip-footer, .about-grid, .contact-info {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important; /* مسافة أمان بين العناصر */
        align-items: center !important;
        text-align: center !important;
    }

    /* تصليح التداخل بين التاج الأخضر والزرار الأصفر */
    .best-price {
        position: relative !important; /* نلغي أي absolute لو موجود */
        margin-bottom: 10px !important;
        display: inline-block !important;
    }

    .order-btn {
        position: relative !important;
        width: 100% !important; /* يملى الشاشة عشان ميبقاش فوق حاجة ثانية */
        margin: 0 !important;
    }

    /* تصليح الصور عشان متخرجش برا الكارت */
    .trip-row-img {
        min-width: 100% !important;
        height: 250px !important;
    }
}



.faq-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.faq-question i {
    color: #ffcc00;
    transition: 0.4s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-out;
    background: rgba(255, 255, 255, 0.02);
}

.faq-answer p {
    padding: 0 20px 20px;
    color: #bbb;
    line-height: 1.6;
    margin: 0;
}

/* حالة الفتح */
.faq-item.active {
    border-color: #ffcc00;
}

.faq-item.active .faq-answer {
    max-height: 200px; /* أو أي رقم كفاية للنص */
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    color: #ff4444; /* يقلب إكس لما يفتح */
}
.day-use-section { padding: 40px 0; }

.day-use-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.day-card {
    background: #0f172a;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}

.day-card:hover { transform: translateY(-10px); border-color: #ffcc00; }

.day-badge {
    position: absolute; top: 15px; left: 15px;
    background: #ffcc00; color: #000; padding: 5px 12px;
    border-radius: 20px; font-size: 0.75rem; font-weight: bold; z-index: 2;
}

.day-card img { width: 100%; height: 180px; object-fit: cover; }

.day-body { padding: 20px; }
.day-body h4 { color: #fff; margin-bottom: 10px; font-size: 1.2rem; }
.day-body p { color: #ccc; font-size: 0.85rem; line-height: 1.5; margin-bottom: 15px; }

.day-price { color: #fff; font-size: 0.9rem; margin-bottom: 15px; }
.day-price span { color: #ffcc00; font-weight: bold; font-size: 1.1rem; }

.order-btn-sm {
    display: block; text-align: center; background: transparent;
    color: #ffcc00; border: 1px solid #ffcc00; padding: 10px;
    border-radius: 8px; text-decoration: none; transition: 0.3s;
}
.order-btn-sm:hover { background: #ffcc00; color: #000; }

.short-trips-section { padding: 40px 0; }

.day-use-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.day-card {
    background: #0f172a;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
}

/* تظبيط الصورة والزرار اللي كان طاير */
.card-img { 
    position: relative; 
    height: 180px; 
    width: 100%;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; }

.day-badge-new {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffcc00;
    color: #000;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: bold;
    z-index: 5;
}

.day-body { padding: 20px; flex-grow: 1; }
.day-body h4 { color: #fff; margin-bottom: 10px; }
.day-body p { color: #ccc; font-size: 0.85rem; margin-bottom: 20px; line-height: 1.5; }

.inquiry-btn {
    display: block; width: 100%; padding: 12px; text-align: center;
    background: transparent; color: #ffcc00;
    border: 1px solid #ffcc00; border-radius: 10px;
    text-decoration: none; font-weight: bold; transition: 0.3s;
}
.inquiry-btn:hover { background: #ffcc00; color: #000; }

/* كارت المزيد */
.more-card {
    background: #161e2e;
    border-radius: 20px;
    border: 2px dashed #ffcc0044;
    display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 30px 20px;
}
.plus-icon {
    width: 50px; height: 50px; background: #ffcc00; color: #000;
    font-size: 2rem; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; margin: 0 auto 15px;
}
.more-btn {
    display: inline-block; padding: 10px 25px; background: #ffcc00;
    color: #000; border-radius: 25px; text-decoration: none; font-weight: bold;
}


/* تنظيف وتنسيق سكشن التواصل الجديد تماماً */
.sky-contact-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    direction: rtl; /* ضمان الاتجاه من اليمين للشمال */
}

.sky-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.sky-card-item {
    background: #0a111f !important; /* لون غامق صريح */
    border: 1px solid rgba(255, 204, 0, 0.2) !important;
    border-radius: 15px !important;
    width: 300px;
    padding: 30px 20px !important;
    text-align: center;
    transition: 0.3s;
}

.sky-card-item:hover {
    border-color: #ffcc00 !important;
    transform: translateY(-5px);
}

.sky-card-item i {
    font-size: 2.5rem !important;
    color: #ffcc00 !important;
    margin-bottom: 15px !important;
    display: block;
}

.sky-card-item h4 {
    color: #fff !important;
    margin-bottom: 10px !important;
    font-size: 1.2rem !important;
}

.sky-card-item p {
    color: #ccc !important;
    margin-bottom: 20px !important;
}

.sky-btn-link {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ffcc00;
    color: #ffcc00;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.sky-btn-link:hover {
    background: #ffcc00;
    color: #000;
}

.sky-contact-footer {
    margin-top: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
}

.sky-contact-footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

.sky-whatsapp-big {
    background: #25d366;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* --- تنسيق الأزرار العائمة (الواتساب والطلوع لفوق) --- */

/* الكلاس المشترك للظهور والاختفاء */
.back-to-top, .sky-whatsapp-fixed {
    position: fixed !important;
    bottom: 30px !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    text-decoration: none !important;
    /* انميشن الدخول: تكبير مع لفة خفيفة */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform: scale(0) rotate(-180deg); 
    opacity: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

/* الكلاس اللي بيتضاف بالـ JS عشان يظهروا */
.show-btns {
    transform: scale(1) rotate(0deg) !important;
    opacity: 1 !important;
}

/* زرار العودة للأعلى (مكانه يمين) */
.back-to-top {
    right: 30px !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #ffcc00 !important; /* لون البراند بتاعك */
    color: #000 !important;
    border: none !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

.back-to-top:hover {
    background-color: #ffffff !important;
    transform: scale(1.1) translateY(-5px) !important;
}

/* زرار الواتساب العايم (مكانه شمال) */
.sky-whatsapp-fixed {
    left: 30px !important;
    width: 60px !important;
    height: 60px !important;
    background-color: #25d366 !important;
    color: #fff !important;
    font-size: 30px !important;
}

.sky-whatsapp-fixed:hover {
    transform: scale(1.1) !important;
}

/* أنميشن "النبض" المستمر للواتساب عشان يشد العين */
.sky-pulse {
    animation: sky-pulse-animation 2s infinite;
}

@keyframes sky-pulse-animation {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* تظبيط الأماكن في الموبايل عشان مياخدوش مساحة كبيرة */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px !important;
        right: 20px !important;
        width: 45px !important;
        height: 45px !important;
    }
    .sky-whatsapp-fixed {
        bottom: 20px !important;
        left: 20px !important;
        width: 55px !important;
        height: 55px !important;
    }
}
#sky-whatsapp-fixed {
    display: flex !important; /* نأكد إنه موجود كعنصر */
}

/* الأزرار العائمة - القاعدة المشتركة */
.float-btn {
    position: fixed !important;
    bottom: 30px !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    cursor: pointer;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

/* كلاس الظهور الموحد للاتنين */
.float-btn.show-active {
    opacity: 1 !important;
    transform: scale(1) rotate(0deg) !important;
}

/* تخصيص زرار الواتساب (شمال) */
#sky-whatsapp-fixed {
    left: 30px !important;
    width: 60px !important;
    height: 60px !important;
    background-color: #25d366 !important;
    color: #fff !important;
    font-size: 30px !important;
}

/* تخصيص زرار الطلوع (يمين) */
#backToTop {
    right: 30px !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #ffcc00 !important;
    color: #000 !important;
    font-size: 20px !important;
}

/* أنميشن النبض للواتساب */
.sky-pulse { animation: sky-pulse-animation 2s infinite; }
@keyframes sky-pulse-animation {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* سكشن توثيق الشهادة الرسمية */
.license-section {
    padding: 60px 5%;
    background: #0b1322; /* نفس الدرجة اللي بعتها */
    text-align: center;
}

.license-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 204, 0, 0.2);
    border-radius: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.license-card::before {
    content: '\f0a1'; /* أيقونة ختم أو توثيق */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 150px;
    color: rgba(255, 204, 0, 0.05);
}

.license-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #ffcc00;
    display: inline-block;
    padding-bottom: 10px;
}

.license-header h3 {
    color: #ffcc00;
    font-size: 1.8rem;
}

.license-content {
    text-align: right;
    line-height: 2;
    color: #ddd;
    font-size: 1.1rem;
}

.license-content p {
    margin-bottom: 15px;
}

.license-content strong {
    color: #fff;
    border-bottom: 1px dashed #ffcc00;
}

.official-stamps {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    opacity: 0.8;
}

.stamp-item {
    font-size: 0.9rem;
    color: #ffcc00;
    font-weight: bold;
}

/* سكشن الشهادة - نسخة ملمومة */
.cert-section {
    padding: 40px 5%;
    background: #0b1322; /* نفس لون موقعك */
    display: flex;
    justify-content: center;
}

.mini-cert {
    width: 100%;
    max-width: 600px; /* صغرنا العرض جداً */
    background: rgba(255, 255, 255, 0.02);
    padding: 30px;
    border: 2px solid #ffcc00; /* برواز رفيع وشيك */
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* علامة "موثق" صغيرة في الركن */
.cert-badge {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #ffcc00;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 900;
    font-size: 0.8rem;
    box-shadow: 0 4px 10px rgba(255, 204, 0, 0.3);
}

.mini-cert h4 {
    color: #ffcc00;
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
}

.cert-text {
    color: #eee;
    line-height: 1.8;
    font-size: 0.95rem;
    text-align: right;
    direction: rtl;
}

/* التمييز الهادي اللي طلبته */
.gold-text {
    color: #ffcc00;
    font-weight: 700;
}

.cert-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

.info-item {
    text-align: center;
}

.info-item p {
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 2px;
}

.info-item span {
    font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
}

/* للموبايل يفضل برضه صغير */
@media (max-width: 480px) {
    .mini-cert { padding: 20px; }
    .cert-info-grid { grid-template-columns: 1fr; }
}


#welcome-popup-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(5, 10, 18, 0.9); /* خلفية كحلي شفافة */
    z-index: 99999;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px); /* تأثير الغبش الفخم */
    transition: 0.5s;
}

.popup-card {
    background: #0b1322;
    width: 90%;
    max-width: 420px;
    padding: 35px 25px;
    border-radius: 30px;
    border: 1px solid rgba(255, 204, 0, 0.3);
    text-align: center;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

.brand-badge {
    background: #ffcc00;
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: inline-block;
}

.popup-header h1 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.popup-body .main-info {
    color: #bbb;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.popup-body .license-info {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.highlight { color: #ffcc00; font-weight: 800; }

.trip-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.trip-tags span {
    background: rgba(255, 255, 255, 0.05);
    color: #ffcc00;
    border: 1px solid rgba(255, 204, 0, 0.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: bold;
}

#continue-btn {
    background: #ffcc00;
    color: #000;
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    font-weight: 900;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#continue-btn:hover { background: #e6b800; transform: translateY(-3px); }

.sub-text {
    color: #777;
    font-size: 0.85rem;
    margin-top: 15px;
}

/* للموبايل */
@media (max-width: 480px) {
    .popup-card { padding: 30px 20px; }
    .popup-header h1 { font-size: 1.4rem; }
}

.features-section {
    padding: 60px 5%;
    background: #0b1322;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-box {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 204, 0, 0.1);
    transition: 0.3s;
}

.feature-box:hover {
    border-color: #ffcc00;
    transform: translateY(-10px);
}

.feature-box i {
    font-size: 2.5rem;
    color: #ffcc00;
    margin-bottom: 20px;
}

.feature-box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.feature-box p {
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.6;
}

