.elementor-142 .elementor-element.elementor-element-5459312{--display:flex;}/* Start custom CSS for html, class: .elementor-element-244c021 *//* ==================================================
   تاجر السعادة - تحسين صفحة اتصل بنا
   Contact Page Magic Styling
===================================================== */

/* تأثير ظهور الأقسام عند التمرير */
.contact-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.7s ease;
}

.contact-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* خلفية متحركة ذهبية */
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(212, 175, 55, 0.08), transparent 60%);
    pointer-events: none;
    z-index: -1;
    transition: background 0.1s ease;
}

/* أنيميشن العناوين */
.section-title {
    background: linear-gradient(135deg, #D4AF37, #F7CAC9, #E6C64A, #D4AF37);
    background-size: 300% 300%;
    animation: titleFlow 5s infinite alternate;
    letter-spacing: -0.5px;
}

@keyframes titleFlow {
    0% { background-position: 0% 0%; letter-spacing: -0.5px; }
    50% { background-position: 100% 50%; letter-spacing: 0.5px; text-shadow: 0 0 5px rgba(212,175,55,0.3); }
    100% { background-position: 0% 100%; letter-spacing: -0.5px; }
}

/* تحسين البطاقات */
.info-card, .form-card, .payment-card, .faq-item {
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    position: relative;
    overflow: hidden;
}

/* إضافة بريق ذهبي عند المرور */
.info-card::after, .form-card::after, .payment-card::after, .faq-item::after {
    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;
}

.info-card:hover::after, .form-card:hover::after, .payment-card:hover::after, .faq-item:hover::after {
    left: 100%;
}

/* تأثير hover متقدم */
.info-card:hover, .form-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 25px 45px rgba(212, 175, 55, 0.25);
    border-color: #D4AF37;
}

/* أيقونات الاتصال */
.info-item {
    position: relative;
    overflow: hidden;
}

.info-item i {
    transition: all 0.3s ease;
}

.info-item:hover i {
    transform: scale(1.1) rotate(5deg);
    background: #D4AF37;
    color: #0A0514;
    box-shadow: 0 0 15px #D4AF37;
}

/* أزرار الدفع */
.payment-card {
    position: relative;
}

.payment-card .payment-icon i {
    transition: all 0.3s ease;
    display: inline-block;
}

.payment-card:hover .payment-icon i {
    transform: scale(1.15) translateY(-5px);
    text-shadow: 0 0 10px #D4AF37;
}

/* الأسئلة الشائعة (تحسين الإجابة) */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    color: #ccc;
    border-top: 0px solid transparent;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    border-top-color: rgba(212, 175, 55, 0.3);
    margin-top: 12px;
    padding-top: 12px;
}

.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;
}

/* تحسين حقول النموذج */
.form-group input, .form-group textarea {
    transition: all 0.3s ease;
    border-width: 1px;
}

.form-group input:focus, .form-group textarea:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
}

/* زر الإرسال */
.btn-submit {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-submit::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-submit:hover::before {
    left: 100%;
}

/* أيقونات السوشيال ميديا */
.social-icons a {
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.social-icons a:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

/* الخريطة */
.map-section {
    transition: all 0.4s ease;
}

.map-section:hover {
    transform: scale(1.01);
    border-color: #D4AF37;
    box-shadow: 0 20px 35px rgba(212, 175, 55, 0.2);
}

/* تحسين التمرير السلس */
html {
    scroll-behavior: smooth;
}

/* تنسيق الأرقام داخل طرق الدفع */
.payment-card small {
    transition: all 0.3s ease;
    display: inline-block;
}

.payment-card:hover small {
    color: #D4AF37;
    letter-spacing: 0.5px;
}

/* تأثيرات خاصة للهواتف */
@media (max-width: 768px) {
    .info-card:hover, .form-card:hover {
        transform: translateY(-6px) scale(1);
    }
}/* End custom CSS */