* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        /* الشريط العلوي */
        header {
            background: linear-gradient(135deg, #1a2980, #26d0ce);
            color: white;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
         /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .logo-img {
            width: 60px;
            height: 60px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1a2980;
            font-weight: bold;
            font-size: 24px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        }
        
        .logo-text {
            font-size: 24px;
            font-weight: bold;
        }
        
        nav ul {
            display: flex;
            list-style: none;
            gap: 30px;
        }
        
        nav a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            padding: 8px 15px;
            border-radius: 5px;
            transition: all 0.3s;
            font-weight: 500;
        }
        
        nav a:hover, nav a.active {
            background-color: rgba(255, 255, 255, 0.2);
        }
        
        /* الصفحات */
        .page {
            display: none;
            padding: 40px 0;
            min-height: 70vh;
        }
        
        .page.active {
            display: block;
        }
        /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
        .page-title {
            text-align: center;
            margin-bottom: 40px;
            color: #1a2980;
            font-size: 36px;
            padding-bottom: 10px;
            border-bottom: 3px solid #26d0ce;
            display: inline-block;
        }
        
        /* الصفحة الرئيسية */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 40px;
        }
        
        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        }
        
        .hero p {
            font-size: 20px;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .cta-button {
            background-color: #ff6b6b;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 18px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: bold;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .cta-button:hover {
            background-color: #ff5252;
            transform: translateY(-3px);
        }
        
        .features {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 50px;
        }
        
        .feature {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            width: 300px;
            text-align: center;
            transition: transform 0.3s;
        }
        
        .feature:hover {
            transform: translateY(-10px);
        }
        
        .feature i {
            font-size: 50px;
            color: #26d0ce;
            margin-bottom: 20px;
        }
         /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
        
        /* صفحة الرحلات */
        .trips-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        
        .trip-card {
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .trip-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        
        .trip-img {
            height: 200px;
            background-color: #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
            color: #1a2980;
        }
        
        .trip-info {
            padding: 20px;
        }
        
        .trip-title {
            font-size: 22px;
            margin-bottom: 10px;
            color: #1a2980;
        }
                
        /* رزمة العروض */
        .trip-img.turkey { background-color: #e6f7ff; }
        .trip-img.dubai { background-color: #fff7e6; }
        .trip-img.malaysia { background-color: #f9f0ff; }
        .trip-img.egypt { background-color: #f0fff4; }
        .trip-img.morocco { background-color: #fff0f6; }
        .trip-img.saudi { background-color: #f0f8ff; }
        /* أنماط زر واتساب المباشر */
.whatsapp-direct-btn {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(37, 211, 102, 0.3);
}

/* لون خاص لأيقونة فيسبوك */
.social-icons a:nth-child(1) {
    font-size: x-large;
    background-color: #1877F2; /* الأزرق الرسمي لفيسبوك */
}

.social-icons a:nth-child(1):hover {
    background-color: #0d65d9; /* لون أغمق عند التمرير */
}

/* تأثير عام لجميع الأيقونات */
.social-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.social-icon:hover {
    transform: translateY(-3px); /* تأثير رفع بسيط */
}

.whatsapp-direct-btn:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(37, 211, 102, 0.4);
}

.whatsapp-direct-btn i {
    margin-left: 5px;
}

        .trip-duration {
            color: #666;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .trip-price {
            color: #ff6b6b;
            font-size: 24px;
            font-weight: bold;
            margin: 15px 0;
        }
         /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
        .trip-features {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        .trip-feature {
            background-color: #f0f8ff;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 14px;
            color: #1a2980;
        }
        
        .whatsapp-btn {
            background-color: #25D366;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 5px;
            width: 100%;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: background-color 0.3s;
            font-weight: bold;
        }
        
        .whatsapp-btn:hover {
            background-color: #128C7E;
        }
        
        /* صفحة اتصل بنا */
        .contact-container {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            margin-top: 30px;
        }
        
        .contact-info {
            flex: 1;
            min-width: 300px;
        }
        
        .contact-form {
            flex: 1;
            min-width: 300px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            background-color: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        
        .contact-item:hover {
            transform: translateX(-5px);
        }
        
        .contact-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #1a2980, #26d0ce);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 15px;
            color: white;
            font-size: 24px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #1a2980;
        }
        
        .form-control {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            transition: border 0.3s;
        }
        
        .form-control:focus {
            border-color: #26d0ce;
            outline: none;
        }
        
        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
         /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
        .submit-btn {
            background: linear-gradient(135deg, #1a2980, #26d0ce);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 5px;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s;
            width: 100%;
            font-weight: bold;
        }
        
        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        /* التذييل */
        footer {
            background: linear-gradient(135deg, #1a2980, #26d0ce);
            color: white;
            padding: 50px 0 20px;
            margin-top: 50px;
        }
        
        .footer-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .footer-section {
            flex: 1;
            min-width: 250px;
        }
         /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
        .footer-section h3 {
            margin-bottom: 20px;
            color: white;
            border-bottom: 2px solid rgba(255,255,255,0.3);
            padding-bottom: 10px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
        }
        
        .social-icon:hover {
            background-color: #ff6b6b;
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.3);
            color: rgba(255,255,255,0.8);
        }
        
        /* رسالة التأكيد */
        .confirmation {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            padding: 15px 25px;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            display: none;
            z-index: 1000;
            align-items: center;
            gap: 10px;
        }
        
        /* التجاوب مع الأجهزة المحمولة */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                gap: 20px;
            }
             /* تم صنع هاد الموقع من قبل عبد الهادي سالم و المعتصم بلله خليل */
            nav ul {
                gap: 10px;
                flex-wrap: wrap;
                justify-content: center;
            }
            /* واااااااااااااااااك شكلي كثرت تعليقات  */
            .hero h1 {
                font-size: 36px;
            }
            
            .page-title {
                font-size: 28px;
            }
            
            .contact-container {
                flex-direction: column;
            }
        }
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    width: 70px; /* عرض الشعار */
    height: 70px; /* ارتفاع الشعار */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px; /* زوايا مدورة */
    background: white;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    flex-shrink: 0; /* منع التصغير */
}

.logo-img img {
    width: 100%; /* ملء الحاوية */
    height: 100%; /* ملء الحاوية */
    object-fit: contain; /* الحفاظ على النسبة */
    padding: 5px; /* مسافة داخلية */
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* تحسين التجاوب مع الشاشات الصغيرة */
@media (max-width: 768px) {
    .logo-img {
        width: 60px;
        height: 60px;
    }
    
    .logo-text {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .logo-img {
        width: 50px;
        height: 50px;
    }
    
    .logo-text {
        font-size: 18px;
    }}