/*
Theme Name: منصة الرحالة للعمرة
Theme URI: https://jalinanumrah.com
Author: منصة الرحالة
Author URI: https://jalinanumrah.com
Description: قالب مخصص لموقع منصة الرحالة للعمرة - رحلات عمرة من الرياض (محول من HTML أصلي)
Version: 1.0
Text Domain: alrahala-umrah
Tags: rtl, arabic, travel, umrah, responsive
*/

/* CSS الأصلي من الصفحة الرئيسية */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: #0a0f1f;
    color: #f0f3fa;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #101624; }
::-webkit-scrollbar-thumb { background: #ffd966; border-radius: 10px; }

.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 80px;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.55), rgba(5, 15, 30, 0.92));
    z-index: 1;
}

.hero > *:not(.hero-video):not(.hero-overlay) { position: relative; z-index: 2; }

.top-bar {
    position: absolute;
    top: 20px;
    right: 5%;
    left: 5%;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(15, 25, 45, 0.7);
    backdrop-filter: blur(14px);
    padding: 8px 24px;
    border-radius: 60px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    z-index: 30;
}

.brand { display: flex; align-items: center; gap: 10px; }

.logo-icon i { font-size: 32px; color: #ffd966; }

.logo-text .title { 
    font-size: 18px; 
    font-weight: 800; 
    background: linear-gradient(135deg, #fff, #FFD966); 
    -webkit-background-clip: text; 
    background-clip: text; 
    color: transparent; 
}

.logo-text .sub { font-size: 13px; color: #ffd966; letter-spacing: 0.5px; }

.btn-sm {
    background: linear-gradient(95deg, #F9B23F, #FFD966);
    padding: 8px 18px;
    border-radius: 40px;
    font-weight: bold;
    color: #0a0f1f;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.btn-sm:hover { transform: scale(1.03); box-shadow: 0 6px 16px rgba(255, 217, 102, 0.3); }

.content { max-width: 720px; margin: 0 auto; padding: 0 20px; animation: fadeUp 0.8s ease; }

.badge { 
    background: rgba(255, 215, 0, 0.18); 
    display: inline-block; 
    padding: 5px 18px; 
    border-radius: 40px; 
    font-size: 13px; 
    font-weight: 500; 
    color: #FFE48A; 
    margin-bottom: 16px; 
}

h1 { font-size: 2.4rem; line-height: 1.4; font-weight: 800; }

h1 span { color: #FFD966; }

.hero p { margin-top: 12px; opacity: 0.9; font-size: 1rem; }

.buttons { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.btn { 
    padding: 10px 22px; 
    border-radius: 44px; 
    text-decoration: none; 
    font-weight: 600; 
    transition: 0.2s; 
    font-size: 14px; 
}

.btn-primary { 
    background: linear-gradient(105deg, #FFD966, #ffb347); 
    color: #1e1a0c; 
    box-shadow: 0 8px 18px rgba(255, 217, 0, 0.25); 
}

.btn-outline { 
    background: rgba(255, 255, 255, 0.1); 
    border: 1px solid rgba(255, 217, 102, 0.5); 
    color: #FFE49A; 
}

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

.trust { margin-top: 32px; display: flex; justify-content: center; gap: 24px; }

.trust div { 
    background: rgba(255, 255, 240, 0.08); 
    padding: 8px 16px; 
    border-radius: 48px; 
    font-size: 13px; 
}

.trust strong { color: #FFD966; margin-left: 5px; }

.section { padding: 70px 24px; text-align: center; }

.section-dark { background: #0b1120; }

.section-light { background: #0f1628; }

.container { max-width: 1280px; margin: 0 auto; }

.section-title { font-size: 28px; font-weight: 800; margin-bottom: 12px; }

.section-sub { color: #bbbbdd; margin-bottom: 40px; font-size: 15px; }

.swiper-slide { height: auto; }

.card {
    background: rgba(20, 32, 55, 0.75);
    backdrop-filter: blur(4px);
    border-radius: 28px;
    padding: 20px 18px 24px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid rgba(255, 217, 102, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card:hover { 
    transform: translateY(-6px); 
    border-color: #ffd96660; 
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.5); 
}

.card-img { 
    width: 100%; 
    height: 150px; 
    object-fit: cover; 
    border-radius: 20px; 
    margin-bottom: 15px; 
    background: #2a3450; 
}

.card h3 { font-size: 1.4rem; margin: 12px 0 8px; color: #FFE49A; }

.features-list { 
    text-align: right; 
    margin: 12px 0 16px; 
    font-size: 13px; 
    list-style: none; 
    padding-right: 8px; 
}

.features-list li { 
    margin-bottom: 8px; 
    display: flex; 
    gap: 8px; 
    align-items: center; 
}

.features-list i { color: #FFD966; width: 20px; font-size: 13px; }

.card-buttons { 
    display: flex; 
    gap: 12px; 
    margin-top: auto; 
    justify-content: center; 
    flex-wrap: wrap; 
}

.btn-small { 
    padding: 6px 14px; 
    font-size: 14px; 
    border-radius: 40px; 
    font-weight: 600; 
    background: rgba(255, 217, 102, 0.2); 
    color: #FFD966; 
    text-decoration: none; 
    transition: 0.2s; 
    cursor: pointer; 
    border: none; 
    font-family: inherit; 
}

.btn-small-primary { 
    background: linear-gradient(135deg, #FFD966, #ffb347); 
    color: #0a0f1f; 
}

.swiper-button-next, .swiper-button-prev { 
    color: #FFD966; 
    background: rgba(0, 0, 0, 0.4); 
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
}

.swiper-button-next:after, .swiper-button-prev:after { font-size: 20px; }

.grid-features { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 24px; 
    margin-top: 20px; 
}

.feature-card { 
    background: rgba(25, 35, 55, 0.7); 
    padding: 24px 16px; 
    border-radius: 28px; 
    transition: 0.2s; 
    text-align: center; 
}

.feature-card i { font-size: 38px; color: #FFD966; margin-bottom: 15px; }

.feature-card h4 { font-size: 1.2rem; margin-bottom: 8px; }

.quick-links { 
    background: #10162480; 
    border-radius: 60px; 
    padding: 12px 20px; 
    margin: 20px auto 0; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 18px; 
    max-width: 800px; 
    backdrop-filter: blur(8px); 
}

.quick-links a { 
    color: #FFD966; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 600; 
    transition: 0.2s; 
}

.quick-links a:hover { text-decoration: underline; color: white; }

.faq-item { 
    background: #0e1424; 
    border-radius: 20px; 
    margin-bottom: 16px; 
    padding: 16px 20px; 
    cursor: pointer; 
    transition: 0.2s; 
    text-align: right; 
}

.faq-question { 
    font-weight: 800; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.faq-answer { 
    display: none; 
    margin-top: 12px; 
    font-size: 14px; 
    border-top: 1px solid rgba(255, 217, 102, 0.3); 
    padding-top: 12px; 
    color: #ccd6f0; 
}

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

footer { 
    background: #050a15; 
    text-align: center; 
    padding: 32px 20px; 
    font-size: 14px; 
    border-top: 1px solid #ffd96620; 
}

footer a { 
    color: #FFD966; 
    text-decoration: none; 
    margin: 0 4px; 
    transition: 0.2s; 
}

footer a:hover { text-decoration: underline; }

.footer-links { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 16px; 
    margin-top: 15px; 
    margin-bottom: 15px; 
}

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

@media (max-width: 640px) { 
    h1 { font-size: 1.8rem; } 
    .section-title { font-size: 24px; } 
}

.hero .content {
    margin-top: 70px;
}

@media (max-width: 640px) {
    .hero .content {
        margin-top: 50px;
    }
}

.brand-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.brand-logo {
    display: flex;
    align-items: center;
}

.footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-social a {
    font-size: 22px;
    color:#d6d6d6;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

/* أنماط إضافية للصفحات الفرعية */
.hero-umrah, .hero-vip {
    padding: 60px 20px;
    text-align: center;
}

.table-prices {
    background: #0e1424;
    border-radius: 24px;
    overflow: hidden;
    margin: 30px 0;
    width: 100%;
    border-collapse: collapse;
}

.table-prices th, .table-prices td {
    padding: 14px 16px;
    text-align: right;
    border-bottom: 1px solid #1f2a44;
}

.table-prices th {
    background: #FFD96620;
    color: #FFE49A;
}

.vip-highlight {
    background: #FFD96610;
}

.floating-actions {
    position: fixed;
    bottom: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 999;
}

.float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.3);
    transition: 0.2s;
}

.float-btn.call {
    background: #2c7be5;
}

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