/* Promotional Page Styles - Ticket Style Design - RTL Arabic Version */
.promo-container-123-rtl {
    display: block;
    padding: 40px 20px;
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    background: #f8f9fa;
    direction: rtl;
}

.promo-card-123-rtl {
    background: #ffffff;
    border: 3px solid #2d3436;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 90vw;
    max-width: 900px;
    overflow: hidden;
    position: relative;
    animation: slideUp123RTL 0.6s ease-out;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

@keyframes slideUp123RTL {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Striped Border Top */
.promo-card-123-rtl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: repeating-linear-gradient(
        -45deg,
        #2d3436,
        #2d3436 20px,
        #ffffff 20px,
        #ffffff 40px
    );
    border-radius: 12px 12px 0 0;
    z-index: 5;
}

/* Striped Border Bottom */
.promo-card-123-rtl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: repeating-linear-gradient(
        -45deg,
        #2d3436,
        #2d3436 20px,
        #ffffff 20px,
        #ffffff 40px
    );
    border-radius: 0 0 12px 12px;
    z-index: 5;
}

/* Right Semicircle Notch (was left in LTR) */
.promo-header-123-rtl::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    border: 3px solid #2d3436;
    border-right: none;
    z-index: 10;
}

/* Left Semicircle Notch (was right in LTR) */
.promo-code-section-123-rtl::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    border: 3px solid #2d3436;
    border-left: none;
    z-index: 10;
}

/* Right Section - Discount Info (was left in LTR) */
.promo-header-123-rtl {
    background: #ffffff;
    color: #2d3436;
    padding: 50px 40px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 3px dashed #2d3436;
}

.promo-badge-123-rtl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.promo-discount-123-rtl {
    font-size: 5rem;
    font-weight: 900;
    color: #2d3436;
    line-height: 1;
    margin: 0;
    letter-spacing: -3px;
}

.promo-off-123-rtl {
    display: none;
}

.promo-title-123-rtl {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 15px 0 5px 0;
    color: #2d3436;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-subtitle-123-rtl {
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
    color: #636e72;
    font-style: italic;
}

.promo-body-123-rtl {
    display: none;
}

/* Left Section - Coupon Code (was right in LTR) */
.promo-code-section-123-rtl {
    background: #ffffff;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    text-align: center;
}

.promo-code-label-123-rtl {
    display: block;
    font-size: 1.2rem;
    color: #2d3436;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.promo-code-display-123-rtl {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FF6B35;
    border: none;
    border-radius: 12px;
    padding: 20px 40px;
    gap: 15px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
    position: relative;
}

.promo-code-text-123-rtl {
    font-family: 'Arial Black', 'Arial', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #2d3436;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1;
}

.promo-copy-btn-123-rtl {
    background: #2d3436;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    width: 100%;
}

.promo-copy-btn-123-rtl:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.promo-copy-btn-123-rtl:active {
    transform: translateY(0);
}

.promo-copy-icon-123-rtl {
    width: 16px;
    height: 16px;
}

.promo-description-123-rtl {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #636e72;
    line-height: 1.6;
    font-style: italic;
    text-align: center;
    padding: 0;
    background: transparent;
    border: none;
}

.promo-expires-123-rtl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #636e72;
    font-weight: 600;
    padding: 15px 0 0 0;
    border: none;
    font-size: 0.85rem;
    margin: 0;
    font-style: italic;
}

.promo-clock-icon-123-rtl {
    color: #636e72;
    width: 16px;
    height: 16px;
}

/* CTA Button */
.promo-cta-container-123-rtl {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    animation: fadeIn123RTL 1s ease-out 0.3s both;
}

@keyframes fadeIn123RTL {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.promo-cta-123-rtl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF6B35;
    color: #2d3436;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 1.4rem;
    width: 90vw;
    max-width: 900px;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    border: 3px solid #2d3436;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-cta-123-rtl:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
    background: #ff8c5a;
}

.promo-cta-text-123-rtl {
    font-size: 1.4rem;
}

.promo-arrow-icon-123-rtl {
    transition: transform 0.3s ease;
    width: 28px;
    height: 28px;
    stroke: #2d3436;
}

.promo-cta-123-rtl:hover .promo-arrow-icon-123-rtl {
    transform: translateX(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .promo-card-123-rtl {
        flex-direction: column;
        width: 95vw;
    }
    
    .promo-card-123-rtl::before,
    .promo-card-123-rtl::after {
        height: 20px;
    }
    
    .promo-header-123-rtl {
        padding: 50px 30px 30px;
        border-left: none;
        border-bottom: 3px dashed #2d3436;
    }
    
    .promo-header-123-rtl::before {
        top: auto;
        bottom: -20px;
        right: 50%;
        left: auto;
        transform: translateX(50%);
        border: 3px solid #2d3436;
        border-bottom: none;
    }
    
    .promo-code-section-123-rtl::before {
        display: none;
    }
    
    .promo-discount-123-rtl {
        font-size: 4rem;
    }
    
    .promo-title-123-rtl {
        font-size: 1.5rem;
    }
    
    .promo-code-section-123-rtl {
        padding: 30px 30px 50px;
    }
    
    .promo-code-text-123-rtl {
        font-size: 2rem;
    }
    
    .promo-cta-123-rtl {
        width: 95vw;
        padding: 18px 40px;
        font-size: 1.2rem;
    }
    
    .promo-cta-text-123-rtl {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .promo-card-123-rtl::before,
    .promo-card-123-rtl::after {
        height: 15px;
        background: repeating-linear-gradient(
            -45deg,
            #2d3436,
            #2d3436 15px,
            #ffffff 15px,
            #ffffff 30px
        );
    }
    
    .promo-header-123-rtl {
        padding: 40px 20px 25px;
    }
    
    .promo-discount-123-rtl {
        font-size: 3.5rem;
    }
    
    .promo-title-123-rtl {
        font-size: 1.3rem;
    }
    
    .promo-subtitle-123-rtl {
        font-size: 0.9rem;
    }
    
    .promo-code-section-123-rtl {
        padding: 25px 20px 40px;
    }
    
    .promo-code-label-123-rtl {
        font-size: 1rem;
    }
    
    .promo-code-display-123-rtl {
        padding: 15px 30px;
        max-width: 100%;
    }
    
    .promo-code-text-123-rtl {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }
    
    .promo-copy-btn-123-rtl {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    
    .promo-description-123-rtl {
        font-size: 0.75rem;
        margin-top: 15px;
    }
    
    .promo-expires-123-rtl {
        font-size: 0.75rem;
    }
    
    .promo-cta-123-rtl {
        padding: 16px 30px;
        font-size: 1.1rem;
    }
    
    .promo-cta-text-123-rtl {
        font-size: 1.1rem;
    }
}

/* Print styles */
@media print {
    .promo-container-123-rtl {
        background: white;
    }
    
    .promo-card-123-rtl {
        box-shadow: none;
    }
}