.elementor-2303 .elementor-element.elementor-element-1b3d777 > .elementor-background-overlay{background-image:url("https://www.flyintravel.me/wp-content/uploads/2024/11/icotrav022.png");background-position:center center;background-size:cover;opacity:0.15;}.elementor-2303 .elementor-element.elementor-element-1b3d777{padding:0px 0px 0px 0px;}.elementor-2303 .elementor-element.elementor-element-b486121 > .elementor-element-populated{padding:00px 00px 00px 00px;}.elementor-2303 .elementor-element.elementor-element-40575f37:not(.elementor-motion-effects-element-type-background), .elementor-2303 .elementor-element.elementor-element-40575f37 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDF782;}.elementor-2303 .elementor-element.elementor-element-40575f37 > .elementor-background-overlay{background-image:url("https://www.flyintravel.me/wp-content/uploads/2024/11/onetravho022.png");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2303 .elementor-element.elementor-element-40575f37{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 25px 0px 25px;}.elementor-2303 .elementor-element.elementor-element-bd799cc .elementor-button{background-color:#044468;border-radius:25px 25px 25px 25px;}.elementor-2303 .elementor-element.elementor-element-8a0628d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--overlay-opacity:0.02;}.elementor-2303 .elementor-element.elementor-element-8a0628d::before, .elementor-2303 .elementor-element.elementor-element-8a0628d > .elementor-background-video-container::before, .elementor-2303 .elementor-element.elementor-element-8a0628d > .e-con-inner > .elementor-background-video-container::before, .elementor-2303 .elementor-element.elementor-element-8a0628d > .elementor-background-slideshow::before, .elementor-2303 .elementor-element.elementor-element-8a0628d > .e-con-inner > .elementor-background-slideshow::before, .elementor-2303 .elementor-element.elementor-element-8a0628d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2303 .elementor-element.elementor-element-1b3d777{padding:150px 0px 50px 0px;}}@media(max-width:767px){.elementor-2303 .elementor-element.elementor-element-1b3d777{padding:150px 0px 50px 0px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

    .travel-schedule-container {
        font-family: 'Cairo', sans-serif;
        direction: rtl;
        max-width: 900px;
        margin: 20px auto;
        color: #333;
    }

    .main-airline-header {
        background: linear-gradient(135deg, #044468 0%, #0080c8 100%);
        color: white;
        text-align: center;
        padding: 30px 20px;
        border-radius: 15px 15px 0 0;
        margin-bottom: 30px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .main-airline-header h2 {
        margin: 0;
        font-size: 28px;
        letter-spacing: 1px;
    }

    .route-card {
        background: #fff;
        border-radius: 12px;
        margin-bottom: 40px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
        border: 1px solid #e1e1e1;
    }

    .route-title {
        background-color: #f8f9fa;
        padding: 15px 20px;
        border-bottom: 3px solid #0080c8;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .route-title h3 {
        margin: 0;
        color: #044468;
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .table-wrapper {
        overflow-x: auto;
    }

    .flight-table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
    }

    .flight-table thead {
        background-color: #f1f4f8;
    }

    .flight-table th {
        padding: 15px;
        color: #044468;
        font-weight: 700;
        border-bottom: 2px solid #b3b2b2;
    }

    .flight-table td {
        padding: 14px;
        border-bottom: 1px solid #eee;
        transition: background 0.3s;
        text-align: left;
    }

    .flight-table tr:hover td {
        background-color: #f0faff;
    }

    .route-badge {
        background: #0080c8;
        color: white;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: bold;
    }

    .time-txt {
        color: #044468;
        font-weight: 700;
        font-family: sans-serif; 
        text-align: left;
    }

    .day-txt {
        color: #555;
        font-weight: 600;
    }

    .footer-note {
        text-align: center;
        font-size: 14px;
        color: #b3b2b2;
        margin-top: 20px;
    }

    /* تحسين للموبايل */
    @media (max-width: 600px) {
        .flight-table th, .flight-table td {
            padding: 10px 5px;
            font-size: 13px;
        }
        .main-airline-header h2 { font-size: 22px; }
    }

    .booking-section-wrapper {
        font-family: 'Cairo', sans-serif;
        direction: rtl; /* لجعل التنسيق متوافق مع موقع عربي */
        max-width: 1000px;
        margin: 40px auto;
        padding: 0 15px;
    }

    .booking-main-title {
        text-align: center;
        color: #044468;
        font-size: 32px;
        margin-bottom: 40px;
        position: relative;
        font-weight: 700;
    }

    .booking-main-title::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: #0080c8;
        margin: 10px auto;
        border-radius: 2px;
    }

    .booking-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .booking-card {
        flex: 1;
        min-width: 300px;
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid #eee;
        transition: transform 0.3s ease;
        text-align: center;
    }

    .booking-card:hover {
        transform: translateY(-5px);
        border-color: #0080c8;
    }

    .card-icon-area {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        background: #f0f9ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-icon-area img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .booking-card h3 {
        color: #0080c8;
        margin-bottom: 20px;
        font-size: 22px;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 15px;
    }

    .step-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left; /* بقاء النص الإنجليزي لليسار */
        direction: ltr;
    }

    .step-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        color: #555;
        line-height: 1.6;
        font-size: 15px;
    }

    .step-list li::before {
        content: '\2713'; /* علامة صح */
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: #044468;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    /* مخصص لقسم الدفع */
    .payment-card {
        border-top: 5px solid #044468;
    }
    
    .booking-card-blue {
        border-top: 5px solid #0080c8;
    }

    @media (max-width: 768px) {
        .booking-grid { flex-direction: column; }
        .booking-card { min-width: 100%; }
    }
    
    
    .fly-hero-section {
        padding: 80px 0;
        background-color: #ffffff;
        overflow: hidden;
        font-family: 'Poppins', 'Cairo', sans-serif;
    }

    .fly-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 50px;
        padding: 0 20px;
    }

    .fly-content-col {
        flex: 1;
        text-align: left;
    }

    .fly-top-badge {
        background: #f0f7ff;
        color: #0080c8;
        padding: 6px 15px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .fly-main-title {
        font-size: 48px;
        color: #044468;
        margin: 20px 0 10px;
        font-weight: 700;
    }

    .fly-sub-title {
        font-size: 24px;
        color: #0080c8;
        margin-bottom: 25px;
        font-weight: 600;
    }

    .fly-description p {
        color: #666;
        line-height: 1.8;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .fly-btn-primary {
        display: inline-block;
        background: linear-gradient(135deg, #044468 0%, #0080c8 100%);
        color: #fff !important;
        padding: 15px 35px;
        border-radius: 10px;
        text-decoration: none !important;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 10px 20px rgba(0, 128, 200, 0.2);
    }

    .fly-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0, 128, 200, 0.3);
        opacity: 0.95;
    }

    /* تنسيق الصور بشكل إبداعي */
    .fly-image-col {
        flex: 1;
        position: relative;
    }

    .fly-image-stack {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fly-img-main {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        z-index: 1;
    }

    .fly-logo-wrapper {
        background: white;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        margin-top: -50px; /* تداخل اللوجو مع الصورة */
        z-index: 2;
        max-width: 250px;
    }

    .fly-img-logo {
        width: 100%;
        height: auto;
    }

    /* التجاوب مع الموبايل */
    @media (max-width: 991px) {
        .fly-container {
            flex-direction: column;
            text-align: center;
        }
        .fly-content-col {
            order: 2;
        }
        .fly-image-col {
            order: 1;
            width: 100%;
        }
        .fly-main-title {
            font-size: 36px;
        }
    }/* End custom CSS */