.elementor-151 .elementor-element.elementor-element-ffc79fb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cb43876 *//* ==================================================
   تاجر السعادة - صفحة من نحن تحفة فنية
   Tajer Al Saada - About Us Page Magic Styling
===================================================== */

/* تأثير ظهور الأقسام بشكل ساحر */
.about-section {
    transition: opacity 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

/* إضافة توهج ذهبي عند التمرير على البطاقات */
.feature-card, .stat-card, .payment-card, .faq-item {
    position: relative;
    overflow: hidden;
}

.feature-card::before, .stat-card::before, .payment-card::before, .faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.15), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.feature-card:hover::before, .stat-card:hover::before, .payment-card:hover::before, .faq-item:hover::before {
    left: 100%;
}

/* تحسين البطاقات الإحصائية */
.stat-card {
    backdrop-filter: blur(4px);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.stat-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.08);
    box-shadow: 0 20px 35px rgba(212, 175, 55, 0.2);
}

.stat-number {
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.stat-card:hover .stat-number {
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
    transform: scale(1.05);
    display: inline-block;
}

/* تحسين بطاقات المميزات */
.feature-card {
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.feature-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.12);
    box-shadow: 0 25px 40px rgba(212, 175, 55, 0.2);
}

.feature-card i {
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    display: inline-block;
}

.feature-card:hover i {
    transform: scale(1.15) rotate(5deg);
    text-shadow: 0 0 15px #D4AF37;
}

/* تحسين معرض الصور */
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.95), transparent);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    transform: translateY(20px);
    transition: transform 0.3s ease 0.1s;
}

.gallery-item:hover .gallery-overlay h4 {
    transform: translateY(0);
}

/* تحسين بطاقات الدفع */
.payment-card {
    backdrop-filter: blur(4px);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.payment-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    box-shadow: 0 20px 35px rgba(212, 175, 55, 0.25);
}

.payment-icon i {
    transition: all 0.4s ease;
    display: inline-block;
}

.payment-card:hover .payment-icon i {
    transform: scale(1.1) translateY(-5px);
    text-shadow: 0 0 15px #D4AF37;
}

/* تحسين الأسئلة الشائعة */
.faq-item {
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateX(-5px);
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.06);
}

.faq-question {
    transition: all 0.3s ease;
}

.faq-item:hover .faq-question {
    letter-spacing: 0.5px;
}

.faq-question i {
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.faq-item.open .faq-question i {
    transform: rotate(180deg);
    color: #F7CAC9;
}

.faq-answer {
    transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    line-height: 1.6;
}

/* تحسين كاروسيل الشهادات */
.testimonial-card {
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.08);
    box-shadow: 0 20px 35px rgba(212, 175, 55, 0.15);
}

.testimonial-card i {
    transition: all 0.3s ease;
    display: inline-block;
}

.testimonial-card:hover i {
    transform: scale(1.1);
    text-shadow: 0 0 10px #D4AF37;
}

/* تحسين الأزرار */
.btn-gold {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.btn-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.btn-gold:hover::before {
    left: 100%;
}

.btn-gold:hover {
    transform: translateY(-4px);
    filter: brightness(1.08);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
}

/* تحسين الهيرو */
.hero-section .container img {
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.hero-section .container img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}

/* تحسين السوشيال ميديا لو موجودة */
.social-icons a {
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.social-icons a:hover {
    transform: translateY(-6px) scale(1.1);
    color: #D4AF37 !important;
}

/* تأثير خلفية متحركة خفيفة */
.bg-glow {
    animation: bgPulse 8s infinite alternate;
}

@keyframes bgPulse {
    0% { opacity: 0.6; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.05); }
}

/* تأثير على العناوين */
.section-title {
    animation: titleShine 5s infinite alternate;
}

@keyframes titleShine {
    0% { background-size: 200% 200%; background-position: 0% 0%; }
    100% { background-size: 200% 200%; background-position: 100% 50%; }
}

/* تأثير عند التمرير على الأرقام */
.stat-number {
    transition: all 0.3s ease;
}

/* تأثير على أيقونات Swiper */
.swiper-button-next, .swiper-button-prev {
    transition: all 0.3s ease;
    background: rgba(212, 175, 55, 0.1);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(212, 175, 55, 0.3);
    transform: scale(1.1);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: bold;
}

/* تحسين الـ Pagination */
.swiper-pagination-bullet {
    background: rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #D4AF37;
    transform: scale(1.2);
}/* End custom CSS */