* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}


:root {
    /* الألوان الجديدة الموحدة */
    --main-bg: #0f0f0f;         /* أسود فحمي للخلفية */
    --card-bg: #1a1a1a;         /* رمادي داكن للكروت */
    --gold-accent: #c5a059;     /* ذهبي ملكي للتفاصيل */
    --border-color: rgba(197, 160, 89, 0.2);
    --text-main: #ffffff;
    --text-muted: #a0a0a0;
}
body {
    background-color: rgb(0, 0, 0);
    color: #333;
}
.LOGO_T{
  width: clamp(88px, 18vw, 140px);
}
.LOGO_T_2{

  width: 200PX;
  align-items: center;
}



@keyframes pulse-green {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

@keyframes pulse-red {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}



/* إيقاف حركة الأسئلة الشائعة عند تمرير الماوس أو الضغط */
.faq-slider-container:hover .faq-slider,
.faq-slider:active {
    animation-play-state: paused !important;
}


/* جعل الهيدر ثابت في أعلى الصفحة */
.header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    overflow-x: clip !important;
    box-sizing: border-box !important;
    z-index: 1000 !important;
    background: #000 !important;
    padding: 15px 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.3) !important;
    animation: slideDown 0.5s ease-out !important;
}

.header .logo {
    color: gold;
    font-weight: 800;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 0;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
    min-width: 0;
    position: relative;
    flex: 0 0 auto;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.header-menu-item,
.header-menu-sep {
    display: none;
}

.header-menu-item {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.header-menu-item:hover {
    background: rgba(197, 160, 89, 0.12);
    border-color: rgba(197, 160, 89, 0.35);
    color: gold;
}

.header-menu-item:active {
    transform: translateY(1px);
}

.header-menu-sep {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
}

.header-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
    user-select: none;
    transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.header-menu-toggle svg {
    width: 20px;
    height: 20px;
    display: block;
}

.header-menu-toggle:hover {
    background: rgba(197, 160, 89, 0.12);
    border-color: rgba(197, 160, 89, 0.35);
    color: gold;
}

.header-menu-toggle:active {
    transform: translateY(1px);
}

.header-menu-toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.25);
    border-color: rgba(197, 160, 89, 0.55);
}

.header-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    min-width: 44px;
    padding: 0 12px;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    user-select: none;
    transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.header-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.header-icon-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.header-icon:hover {
    background: rgba(197, 160, 89, 0.12);
    border-color: rgba(197, 160, 89, 0.35);
    color: gold;
}

.header-icon:active {
    transform: translateY(1px);
}

.header-icon:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.25);
    border-color: rgba(197, 160, 89, 0.55);
}

.header-icon--whatsapp:hover {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.28);
    color: #25d366;
}

.header-actions .button-message {
    margin: 0;
    max-width: 100%;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* إضافة مساحة في أعلى body لتعويض الهيدر الثابت */
body {
    padding-top: 80px !important; /* تغيير هذه القيمة حسب ارتفاع الهيدر */
    background-color: rgb(0, 0, 0);
    color: #333;
}

html, body {
    max-width: 100%;
    overflow-x: clip;
}

/* تعديل تنسيق الـ LOGO */
.LOGO_T {
    width: clamp(88px, 18vw, 140px);
    height: auto;
}

/* تعديل تنسيق العناصر داخل الهيدر */
.header nav {
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 0;
}

.header nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 15px;
    margin: 0 !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.header nav a:hover {
    color: gold;
    background: rgba(197, 160, 89, 0.1);
}

.header nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: gold;
    transition: width 0.3s ease;
}

.header nav a:hover::after {
    width: 80%;
}

/* تحسين تنسيق الأزرار داخل الهيدر */
.button-message {
    margin: 0 5px;
}

/* تأثير عند التمرير */
.header.scrolled {
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    padding: 10px 40px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.9) !important;
}

/* تعديل تنسيق الشريط العلوي */
.top-bar-container {
    margin-top: 80px; /* تعويض الهيدر الثابت */
    padding: 15px 40px;
}

/* تحسين التجاوب للهواتف */
@media (max-width: 768px) {
    .header {
        padding: 12px 14px !important;
        display: grid !important;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand actions"
            "nav nav";
        align-items: center !important;
        gap: 8px 10px !important;
    }

    .header .logo {
        font-size: 1rem;
    }

    .header-brand {
        grid-area: brand;
        width: 100%;
        justify-content: flex-start;
        gap: 6px;
    }

    .LOGO_T {
        width: clamp(72px, 20vw, 96px);
    }

    .header-actions {
        grid-area: actions;
        width: auto;
        gap: 6px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        overflow: visible;
        padding-bottom: 0;
    }

    .header-menu-toggle {
        display: inline-flex;
        width: 38px;
        height: 38px;
        min-width: 38px;
        padding: 0;
        justify-content: center;
        gap: 0;
        border-radius: 12px;
        background:
            radial-gradient(120% 120% at 20% 10%, rgba(197,160,89,0.18) 0%, rgba(197,160,89,0.06) 40%, rgba(255,255,255,0.04) 100%);
        border: 1px solid rgba(197, 160, 89, 0.22);
        box-shadow: 0 10px 24px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.06);
    }

    .header-menu-toggle svg {
        width: 18px;
        height: 18px;
    }

    .header-menu {
        position: absolute;
        top: calc(100% + 8px);
        inset-inline-end: 0;
        z-index: 1002;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 8px;
        background: rgba(0, 0, 0, 0.98);
        border: 1px solid rgba(197, 160, 89, 0.22);
        border-radius: 14px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.65);
        max-width: min(92vw, 320px);
        min-width: min(220px, 92vw);
    }

    .header-actions[data-menu-open="true"] .header-menu {
        display: flex;
    }

    .header-menu .header-icon {
        width: 100%;
        min-width: 0;
        height: 44px;
        padding: 0 12px;
        justify-content: flex-start;
        gap: 10px;
    }

    .header-menu .header-icon-label {
        display: inline;
    }

    .header-menu-item,
    .header-menu-sep {
        display: block;
    }

    .header-menu-item {
        width: 100%;
    }

    body {
        padding-top: 120px !important; /* زيادة المسافة للهواتف */
    }
    
    .header > nav {
        display: none !important;
    }
    
    .button-message {
        transform: scale(0.9);
    }

    .button-message:hover {
        height: 40px;
        padding: 6px 10px 6px 6px;
    }

    .lable-message {
        font-size: 13px;
    }

    .number-message {
        display: none;
    }
}

@media (max-width: 360px) {
    .header {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "brand"
            "actions"
            "nav";
    }

    .header-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    body {
        padding-top: 160px !important;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 10px 12px !important;
    }

    .LOGO_T {
        width: clamp(68px, 22vw, 92px);
    }

    .header-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 12px;
    }

    .button-message {
        padding: 6px 8px 6px 6px;
    }

    .content-avatar {
        width: 28px;
        height: 28px;
    }

    .continue-application {
        padding: 14px 18px 14px 58px;
        font-size: 13px;
    }

    .continue-application > div {
        width: 46px;
    }
}








@keyframes blink-up {
    0%, 100% { opacity: 1; filter: drop-shadow(0 0 3px #10b981); }
    50% { opacity: 0.2; }
}

@keyframes blink-down {
    0%, 100% { opacity: 1; filter: drop-shadow(0 0 3px #ef4444); }
    50% { opacity: 0.2; }
}
/* تحسين الأنيميشن ليكون مستمراً وبدون فراغات */
@keyframes scrollRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); } /* نتحرك لنصف المسافة فقط لأننا ضاعفنا العناصر */
}

.faq-slider {
    display: flex;
    gap: 24px;
    width: max-content;
    /* الحركة باتجاه اليمين: نجعل الـ animation يبدأ من قيمة سالبة أو نستخدم reverse */
    animation: scrollRight 40s linear infinite;
}

.faq-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    /* إضافة تدرج ناعم على الأطراف لإخفاء دخول وخروج الكروت */
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.faq-container:hover .faq-slider {
    animation-play-state: paused;
}

.faq-card {
    background: #1a1a1a;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 24px;
    padding: 30px;
    width: clamp(260px, 80vw, 350px);
    flex-shrink: 0;
    transition: 0.3s;
}

.faq-card:hover {
    border-color: #c5a059;
    background: #222;
}

/* إضافة هذا في قسم <style> في Home.html */
.faq-card {
    background: linear-gradient(145deg, #1a1a1a, #222);
    border: 1px solid rgba(197, 160, 89, 0.1);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.faq-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.1), transparent);
    border-radius: 0 0 0 100%;
}

.faq-card:hover {
    border-color: rgba(197, 160, 89, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.1);
}

.faq-card.active {
    border-color: #c5a059;
    background: linear-gradient(145deg, #222, #1a1a1a);
}

.faq-question {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.faq-question .icon {
    color: #c5a059;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-card.active .faq-question .icon {
    transform: rotate(45deg);
}

.faq-answer {
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.faq-card.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding-top: 12px;
}
/* إيقاف الأنميشن عند تمرير الماوس فوق الحاوية الكبيرة */
/* 1. إيقاف الحركة تماماً عند مرور الماوس فوق منطقة الأسئلة */
.faq-slider:hover {
    animation-play-state: paused !important;
}

/* 2. إيقاف الحركة عند الضغط على أي كارت (للموبايل والكمبيوتر) */
.faq-slider:active {
    animation-play-state: paused !important;
}

/* 3. إيقاف الحركة إذا كان هناك كارت مفتوح (Active) */
/* سنستخدم JS لإضافة هذه الفئة للحاوية الأم */
.faq-slider.paused-by-click {
    animation-play-state: paused !important;
}




/* حاوية البطاقات مع إخفاء التمرير الافتراضي */
.prices-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px;
    -ms-overflow-style: none;  /* إخفاء شريط التمرير لـ IE */
    scrollbar-width: none;    /* إخفاء شريط التمرير لـ Firefox */
}

.prices-scroll-container::-webkit-scrollbar {
    display: none; /* إخفاء شريط التمرير لـ Chrome و Safari */
}

.prices-scroll-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 20px !important;
    padding: 10px !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 10px;
    -webkit-overflow-scrolling: touch;
}

.price-card {
    flex: 0 0 auto !important;
    width: clamp(240px, 82vw, 280px) !important;
    min-width: clamp(220px, 78vw, 250px) !important;
    scroll-snap-align: start;
  
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.price-card:hover {
    border-color: #c5a059;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(197, 160, 89, 0.1);
}

.price-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.05) 0%, transparent 70%);
    pointer-events: none;
}



.top-bar-container {
    display: flex;            /* تفعيل نظام الصفوف */
    justify-content: space-between; /* توزيع العناصر على الأطراف (واحد يمين وواحد يسار) */
    align-items: center;      /* محاذاة العناصر عمودياً في المنتصف */
    padding: 20px 40px;       /* إضافة مساحة داخلية */
    background-color: #f8f8f8; /* نفس لون خلفية الصفحة */
    flex-direction: row-reverse; /* لضمان الترتيب الصحيح من اليمين لليسار بما أن الموقع ar */
}

/* إزالة الهوامش الافتراضية للقائمة لضمان الاستقامة */
.example-2 {
    margin: 0;
    padding: 0;
}



/* تنسيقات تمرير الصور */
.mySwiper {
    width: 100%;
    height: clamp(260px, 55vw, 520px);
    margin: 20px 0;
}

.mySwiper .swiper-slide {
    position: relative;
    text-align: center;
    background: #000;
}

.mySwiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* لضمان ملء الصورة للمساحة دون تمطيط */
    opacity: 0.85; /* لزيادة وضوح النص فوق الصورة */
}

.slide-caption {
    position: absolute;
    bottom: clamp(12px, 3vw, 50px);
    right: clamp(12px, 3vw, 50px);
    color: gold;
    font-size: clamp(1.1rem, 3.2vw, 2.5rem);
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    z-index: 10;
    max-width: min(92%, 720px);
}

/* لون أسهم التنقل */
.swiper-button-next, .swiper-button-prev {
    color: gold !important;
}

/* لون نقاط التنقل */
.swiper-pagination-bullet-active {
    background: gold !important;
}


/* الهيدر */
.header {
    background: #000;
    color: gold;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header nav a {
    color: white;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 600;
}

.header nav a:hover {
    color: gold;
}

/* القسم الرئيسي */
.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('images/hero.jpg') center/cover;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* القسم الرئيسي */
.hero1 {
   
        
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-text {
    color: white;
}
.hero-text1 {
    color: rgba(00, 00, 25, 255.245);
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.hero-text p {
    font-size: 20px;
    margin-bottom: 25px;
}

.btn {
    background: gold;
    color: black;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
}

/* المنتجات */
.products {
    padding: 60px 40px;
    text-align: center;
}

.products h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #000;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.product-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.product-card h3 {
    margin-bottom: 10px;
}

.product-card span {
    display: block;
    margin-top: 10px;
    color: goldenrod;
    font-weight: bold;
}

/* واتساب */
.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25d366;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

/* الفوتر */
.footer {
    background: #000;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}





@keyframes blink-green {
    0% { opacity: 1; }
    50% { opacity: 0.3; shadow: 0 0 15px rgba(16, 185, 129, 0.8); }
    100% { opacity: 1; }
}
.animate-blink {
    animation: blink-green 0.8s infinite;
}









/* From Uiverse.io by emanuelesanntoss */ 
.continue-application {
  --color: #fff;
  --background: #404660;
  --background-hover: #3A4059;
  --background-left: #2B3044;
  --folder: #F3E9CB;
  --folder-inner: #BEB393;
  --paper: #FFFFFF;
  --paper-lines: #BBC1E1;
  --paper-behind: #E1E6F9;
  --pencil-cap: #fff;
  --pencil-top: #275EFE;
  --pencil-middle: #fff;
  --pencil-bottom: #5C86FF;
  --shadow: rgba(13, 15, 25, .2);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 17px 29px 17px 69px;
  transition: background 0.3s;
  color: var(--color);
  background: var(--bg, var(--background));
}

.continue-application > div {
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  position: absolute;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: var(--background-left);
}

.continue-application > div .folder {
  width: 23px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 13px;
}

.continue-application > div .folder .top {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder .top svg {
  width: 24px;
  height: 27px;
  display: block;
  fill: var(--folder);
  transform-origin: 0 50%;
  transition: transform 0.3s ease var(--fds, 0.45s);
  transform: perspective(120px) rotateY(var(--fr, 0deg));
}

.continue-application > div .folder:before, .continue-application > div .folder:after,
.continue-application > div .folder .paper {
  content: "";
  position: absolute;
  left: var(--l, 0);
  top: var(--t, 0);
  width: var(--w, 100%);
  height: var(--h, 100%);
  border-radius: 1px;
  background: var(--b, var(--folder-inner));
}

.continue-application > div .folder:before {
  box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow), 0 3.5px 7px var(--shadow);
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder:after,
.continue-application > div .folder .paper {
  --l: 1px;
  --t: 1px;
  --w: 21px;
  --h: 25px;
  --b: var(--paper-behind);
}

.continue-application > div .folder:after {
  transform: translate(var(--pbx, 0), var(--pby, 0));
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .folder .paper {
  z-index: 1;
  --b: var(--paper);
}

.continue-application > div .folder .paper:before, .continue-application > div .folder .paper:after {
  content: "";
  width: var(--wp, 14px);
  height: 2px;
  border-radius: 1px;
  transform: scaleY(0.5);
  left: 3px;
  top: var(--tp, 3px);
  position: absolute;
  background: var(--paper-lines);
  box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
}

.continue-application > div .folder .paper:after {
  --tp: 6px;
  --wp: 10px;
}

.continue-application > div .pencil {
  height: 2px;
  width: 3px;
  border-radius: 1px 1px 0 0;
  top: 8px;
  left: 105%;
  position: absolute;
  z-index: 3;
  transform-origin: 50% 19px;
  background: var(--pencil-cap);
  transform: translateX(var(--pex, 0)) rotate(35deg);
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .pencil:before, .continue-application > div .pencil:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--b, linear-gradient(var(--pencil-top) 55%, var(--pencil-middle) 55.1%, var(--pencil-middle) 60%, var(--pencil-bottom) 60.1%));
  width: var(--w, 5px);
  height: var(--h, 20px);
  border-radius: var(--br, 2px 2px 0 0);
  top: var(--t, 2px);
  left: var(--l, -1px);
}

.continue-application > div .pencil:before {
  -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
  clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
}

.continue-application > div .pencil:after {
  --b: none;
  --w: 3px;
  --h: 6px;
  --br: 0 2px 1px 0;
  --t: 3px;
  --l: 3px;
  border-top: 1px solid var(--pencil-top);
  border-right: 1px solid var(--pencil-top);
}

.continue-application:before, .continue-application:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--color);
  transform-origin: 9px 1px;
  transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
  top: 26px;
  right: 16px;
  transition: transform 0.3s;
}

.continue-application:after {
  --r: 45deg;
}

.continue-application:hover {
  --cx: 2px;
  --bg: var(--background-hover);
  --fx: -40px;
  --fr: -60deg;
  --fd: .15s;
  --fds: 0s;
  --pbx: 3px;
  --pby: -3px;
  --pbd: .15s;
  --pex: -24px;
}


/*عرض اسعار الذهب */
/* From Uiverse.io by Vosoone */ 
.crypto-card {
  max-width: 360px;
  width: 90%;
  padding: 20px;
  border-radius: 35px;
  background: #000;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.crypto-card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.crypto-card .logo {
  font-weight: bold;
  font-size: 1.2em;
}
.crypto-card .open {
  font-size: 0.85em;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease;
}
.crypto-card .open:hover {
  color: #fff;
}

.crypto-switch {
  position: relative;
  display: flex;
  background: #222;
  border-radius: 20px;
  padding: 4px;
  gap: 8px;
  margin-bottom: 16px;
  user-select: none;
}
.crypto-switch input {
  display: none;
}
.crypto-switch label {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  border-radius: 16px;
  cursor: pointer;
  color: #cccccc;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: color 0.3s;
  font-size: 0.9em;
}
.crypto-switch input:checked + label {
  color: #ffffff;
}

.crypto-switch .slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: calc((100% - 24px) / 3);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(0.5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.4),
    inset 0 -2px 4px rgba(255, 255, 255, 0.2);
}
.crypto-switch input:hover + label {
  color: #ffffff;
}
#bitcoin:checked ~ .slider {
  transform: translateX(0%);
}
#ethereum:checked ~ .slider {
  transform: translateX(-105%);
}
#solana:checked ~ .slider {
  transform: translateX(-214%);
}


.price-infos {
  margin-bottom: 16px;
}
.price-info .price {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 4px;
}
.price-info .stats {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.price-info .change {
  color: #0f0;
  font-weight: bold;
}

.chart {
  height: 90px;
  background: #1b1b1b;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg {
  width: 100%;
  height: 100%;
  display: none;
  transform: translateX(2px) scale(1.05);
}
.chart path {
  stroke: #0f0;
  stroke-width: 0.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 3s forwards;
  fill: rgba(0, 255, 0, 0.2);
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.crypto-card:has(#bitcoin:checked) .chart #chart-bitcoin,
.crypto-card:has(#ethereum:checked) .chart #chart-ethereum,
.crypto-card:has(#solana:checked) .chart #chart-solana,
.crypto-card:has(#tether:checked) .chart #chart-tether {
  display: block;
}

.price-info {
  display: none;
}
.crypto-card:has(#bitcoin:checked) .price-info.bitcoin,
.crypto-card:has(#ethereum:checked) .price-info.ethereum,
.crypto-card:has(#solana:checked) .price-info.solana,
.crypto-card:has(#tether:checked) .price-info.tether {
  display: block;
}





/* From Uiverse.io by WAIOKYERE */ 
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  color: #4d4d4d;
  background-color: #ffff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}
.example-2 .icon-content a[data-social="spotify"] .filled,
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
  background-color: #1db954;
}
.example-2 .icon-content a[data-social="pinterest"] .filled,
.example-2 .icon-content a[data-social="pinterest"] ~ .tooltip {
  background-color: #bd081c;
}
.example-2 .icon-content a[data-social="dribbble"] .filled,
.example-2 .icon-content a[data-social="dribbble"] ~ .tooltip {
  background-color: #ea4c89;
}
.example-2 .icon-content a[data-social="telegram"] .filled,
.example-2 .icon-content a[data-social="telegram"] ~ .tooltip {
  background-color: #0088cc;
}






/* From Uiverse.io by ZstarPanda0210 */ 
#btn-message {
  --text-color: #000;
  --bg-color-sup: #d2d2d2;
  --bg-color: #f4f4f4;
  --bg-hover-color: #ffffff;
  --online-status: #00da00;
  --font-size: 16px;
  --btn-transition: all 0.2s ease-out;
}

.button-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 400 var(--font-size) Helvetica Neue, sans-serif;
  box-shadow: 0 0 2.17382px rgba(0, 0, 0, 0.049),
    0 1.75px 6.01034px rgba(0, 0, 0, 0.07),
    0 3.63px 14.4706px rgba(0, 0, 0, 0.091), 0 22px 48px rgba(0, 0, 0, 0.14);
  background-color: var(--bg-color);
  border-radius: 68px;
  cursor: pointer;
  padding: 6px 10px 6px 6px;
  width: fit-content;
  height: 40px;
  border: 0;
  overflow: hidden;
  position: relative;
  transition: var(--btn-transition);
}

.button-message:hover {
  height: 56px;
  padding: 8px 20px 8px 8px;
  background-color: var(--bg-hover-color);
  transition: var(--btn-transition);
}

.button-message:active {
  transform: scale(0.99);
}

.content-avatar {
  width: 30px;
  height: 30px;
  margin: 0;
  transition: var(--btn-transition);
  position: relative;
}

.button-message:hover .content-avatar {
  width: 40px;
  height: 40px;
}

.avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bg-color-sup);
}

.user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status-user {
  position: absolute;
  width: 6px;
  height: 6px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  outline: solid 2px var(--bg-color);
  background-color: var(--online-status);
  transition: var(--btn-transition);
  animation: active-status 2s ease-in-out infinite;
}

.button-message:hover .status-user {
  width: 10px;
  height: 10px;
  right: 1px;
  bottom: 1px;
  outline: solid 3px var(--bg-hover-color);
}

.notice-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8px;
  text-align: initial;
  color: var(--text-color);
}

.username {
  letter-spacing: -6px;
  height: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: var(--btn-transition);
}

.user-id {
  font-size: 12px;
  letter-spacing: -6px;
  height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--btn-transition);
}

.lable-message {
  display: flex;
  align-items: center;
  opacity: 1;
  transform: scaleY(1);
  transition: var(--btn-transition);
}

.button-message:hover .username {
  height: auto;
  letter-spacing: normal;
  opacity: 1;
  transform: translateY(0);
  transition: var(--btn-transition);
}

.button-message:hover .user-id {
  height: auto;
  letter-spacing: normal;
  opacity: 1;
  transform: translateY(0);
  transition: var(--btn-transition);
}

.button-message:hover .lable-message {
  height: 0;
  transform: scaleY(0);
  transition: var(--btn-transition);
}

.lable-message,
.username {
  font-weight: 600;
}

.number-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 8px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  background-color: var(--bg-color-sup);
  border-radius: 20px;
}
@keyframes active-status {
  0% {
    background-color: var(--online-status);
  }

  33.33% {
    background-color: #93e200;
  }

  66.33% {
    background-color: #93e200;
  }

  100% {
    background-color: var(--online-status);
  }
}










/* أضف هذه الأنماط في نهاية ملف Home.css */

/* تحسينات المخطط البياني */
.chart-container {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}

.chart-controls {
    display: flex;
    gap: 10px;
}

.chart-btn {
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: #c5a059;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Cairo', sans-serif;
}

.chart-btn:hover {
    background: rgba(197, 160, 89, 0.2);
    transform: translateY(-2px);
}

.chart-tooltip {
    position: absolute;
    background: rgba(26, 26, 26, 0.95);
    border: 1px solid #c5a059;
    border-radius: 10px;
    padding: 15px;
    color: white;
    font-family: 'Cairo', sans-serif;
    pointer-events: none;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    min-width: 200px;
}

.chart-tooltip-header {
    color: #c5a059;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
}

.chart-tooltip-price {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.chart-tooltip-time {
    font-size: 12px;
    color: #a0a0a0;
}

/* تأثيرات المخطط */
.chart-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(15, 15, 15, 0.8) 0%, 
        rgba(15, 15, 15, 0.4) 20%, 
        transparent 50%, 
        rgba(15, 15, 15, 0.4) 80%, 
        rgba(15, 15, 15, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
}

/* مؤشر السعر الحالي */
.current-price-indicator {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(197, 160, 89, 0.2);
    border: 2px solid #c5a059;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    min-width: 120px;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.current-price-label {
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 5px;
}

.current-price-value {
    font-size: 24px;
    font-weight: bold;
    color: #c5a059;
    margin-bottom: 5px;
}

.current-price-change {
    font-size: 14px;
    font-weight: bold;
}

/* تأثيرات للبيانات الجديدة */
@keyframes newDataPulse {
    0% { 
        box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.7);
        transform: scale(1);
    }
    70% { 
        box-shadow: 0 0 0 10px rgba(197, 160, 89, 0);
        transform: scale(1.1);
    }
    100% { 
        box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
        transform: scale(1);
    }
}

.new-data-point {
    animation: newDataPulse 1s ease-out;
}

/* تعديلات لتحسين الأداء */
canvas {
    max-width: 100%;
    height: auto !important;
}

/* تحسين التجاوب */
@media (max-width: 768px) {
    .chart-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .chart-controls {
        justify-content: center;
    }
    
    .current-price-indicator {
        position: relative;
        top: auto;
        transform: none;
        margin: 20px auto;
        width: 90%;
    }
}



/* أنماط إضافية للأسعار الحقيقية */
.price-update-notification {
    animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulseGold {
    0% { box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(197, 160, 89, 0); }
    100% { box-shadow: 0 0 0 0 rgba(197, 160, 89, 0); }
}

.real-price-indicator {
    animation: pulseGold 2s infinite;
    background: linear-gradient(145deg, #c5a059, #a88644);
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 10px;
}

/* ترميز الألوان للإحصائيات */
.stat-positive {
    color: #10B981;
}

.stat-negative {
    color: #EF4444;
}

.stat-neutral {
    color: #c5a059;
}

/* تأثيرات التحميل */
.loading-prices {
    position: relative;
    overflow: hidden;
}

.loading-prices::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(197, 160, 89, 0.2), 
        transparent);
    animation: loadingShimmer 1.5s infinite;
}

@keyframes loadingShimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* تلميحات مصادر البيانات */
.source-badge {
    display: inline-block;
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: #c5a059;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    margin: 0 5px;
    font-weight: bold;
}

.source-badge.real-time {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #10B981;
}

.source-badge.cached {
    background: rgba(156, 163, 175, 0.1);
    border-color: rgba(156, 163, 175, 0.3);
    color: #9CA3AF;
}

.source-badge.simulated {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.3);
    color: #F59E0B;
}




/* أنماط النظام الحقيقي */
.gold-price-live {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.chart-tooltip-real {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(15, 15, 15, 0.95)) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid #c5a059 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.price-update-animation {
    animation: priceUpdate 0.5s ease-out;
}

@keyframes priceUpdate {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* مؤشرات السعر */
.price-indicator {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
}

.price-indicator.live {
    background: rgba(16, 185, 129, 0.2);
    color: #10B981;
    border: 1px solid rgba(16, 185, 129, 0.4);
}

.price-indicator.estimated {
    background: rgba(245, 158, 11, 0.2);
    color: #F59E0B;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

/* تحسينات للمخطط */
.chart-container-real {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(197, 160, 89, 0.3);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.chart-container-real::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        #c5a059, 
        transparent);
}

/* إحصائيات حية */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.stat-card {
    background: rgba(26, 26, 26, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s;
}

.stat-card:hover {
    border-color: rgba(197, 160, 89, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.1);
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #c5a059;
    margin: 10px 0;
}

.stat-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* أزرار التحكم */
.control-buttons {
    position: fixed;
    bottom: 100px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.control-btn {
    background: rgba(26, 26, 26, 0.9);
    border: 1px solid #c5a059;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 160px;
}

.control-btn:hover {
    background: #c5a059;
    color: black;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

.control-btn:active {
    transform: translateY(0);
}

/* تحسينات للشاشات الصغيرة */
@media (max-width: 768px) {
    .chart-container-real {
        padding: 15px;
        margin: 0 -15px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    
    .control-buttons {
        bottom: 80px;
        left: 10px;
    }
    
    .control-btn {
        padding: 8px 15px;
        font-size: 14px;
        min-width: 140px;
    }
}




/* 1. إيقاف حركة الأسئلة الشائعة عند مرور الماوس */
.faq-slider-container:hover .faq-slider {
    animation-play-state: paused !important;
}

/* 2. تأثير الوميض للأسهم الجديدة */
.blink-green { animation: blink-g 1s infinite; color: #10b981 !important; opacity: 1 !important; }
.blink-red { animation: blink-r 1s infinite; color: #ef4444 !important; opacity: 1 !important; }
@keyframes blink-g { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
@keyframes blink-r { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
.arrow-dim { opacity: 0.1; }


/* تنسيقات سلايدر المنتجات */
.products-slider-section {
    background: var(--main-bg);
}

.productsSwiper {
    width: 100%;
    padding: 20px 0 50px !important;
}

.product-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold-accent);
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-info {
    padding: 15px;
    text-align: center;
}

.product-info h3 {
    color: var(--text-main);
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.product-info .price {
    color: var(--gold-accent);
    font-weight: bold;
}

/* تخصيص ألوان أزرار Swiper لتناسب الذهب */
.swiper-button-next, .swiper-button-prev {
    color: var(--gold-accent) !important;
}

.swiper-pagination-bullet-active {
    background: var(--gold-accent) !important;
}



/* قسم القائمة البريدية - تالين للمجوهرات */
.newsletter-section {
    background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
    border-top: 1px solid rgba(197, 160, 89, 0.3);
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(197, 160, 89, 0.5), 
        transparent);
}

.newsletter-container {
    position: relative;
    z-index: 2;
}

.newsletter-header {
    text-align: center;
    margin-bottom: 40px;
}

.newsletter-title {
    color: var(--gold-accent);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Cairo', sans-serif;
}

.newsletter-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.newsletter-card {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 25px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.newsletter-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
        rgba(197, 160, 89, 0.05) 0%, 
        transparent 70%);
    pointer-events: none;
}

.newsletter-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, 
        rgba(197, 160, 89, 0.1), 
        transparent);
    border-radius: 0 0 0 100%;
    z-index: 1;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-label {
    color: var(--gold-accent);
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-label::before {
    content: '✦';
    color: var(--gold-accent);
    font-size: 1.2rem;
}

.form-input, .form-select {
    background: rgba(15, 15, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px 20px;
    color: white;
    font-size: 1rem;
    font-family: 'Cairo', sans-serif;
    transition: all 0.3s ease;
}

.form-input:focus, .form-select:focus {
    outline: none;
    border-color: var(--gold-accent);
    box-shadow: 0 0 0 2px rgba(197, 160, 89, 0.2);
}

.form-input::placeholder {
    color: rgba(160, 160, 160, 0.7);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 10px 0;
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    background: rgba(15, 15, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.checkbox-group input[type="checkbox"]:checked {
    background: var(--gold-accent);
    border-color: var(--gold-accent);
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: black;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-group label {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    cursor: pointer;
}

.checkbox-group a {
    color: var(--gold-accent);
    text-decoration: none;
    transition: opacity 0.3s;
}

.checkbox-group a:hover {
    opacity: 0.8;
}

.newsletter-button {
    background: linear-gradient(135deg, 
        var(--gold-accent), 
        #a88644);
    color: black;
    border: none;
    border-radius: 15px;
    padding: 18px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.newsletter-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
    background: linear-gradient(135deg, 
        #d4b468, 
        var(--gold-accent));
}

.newsletter-button:active {
    transform: translateY(0);
}

.newsletter-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-footer p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.6;
}

.newsletter-footer a {
    color: var(--gold-accent);
    text-decoration: none;
    font-weight: 600;
}

.newsletter-footer a:hover {
    text-decoration: underline;
}

.gold-ornament {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    color: var(--gold-accent);
    opacity: 0.2;
    pointer-events: none;
}

/* تحسينات للجوال */
@media (max-width: 768px) {
    .newsletter-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .newsletter-title {
        font-size: 2rem;
    }
    
    .newsletter-subtitle {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .newsletter-button {
        padding: 15px 25px;
        font-size: 1rem;
    }
}

/* تأثيرات الأنيميشن */
@keyframes floatUp {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
        opacity: 0.1;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        opacity: 0.2;
    }
}

.newsletter-section .gold-ornament {
    animation: floatUp 20s ease-in-out infinite;
}


/* تأثيرات للمثلثات */
.price-card .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.price-card .text-xl:hover {
    transform: scale(1.2);
}

/* تأثيرات للبطاقات عند التغير */
.price-card {
    transition: all 0.3s ease;
}

/* أنيميشن للمثلثات */
@keyframes pulseUp {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-5px) scale(1.2); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes pulseDown {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(5px) scale(1.2); }
    100% { transform: translateY(0) scale(1); }
}

.text-green-500 {
    animation: pulseUp 0.6s ease;
}

.text-red-500 {
    animation: pulseDown 0.6s ease;
}

/* أنيميشن للمثلثات */
.triangle-up {
    color: #10B981 !important; /* أخضر */
    animation: pulseUp 0.5s ease;
}

.triangle-down {
    color: #EF4444 !important; /* أحمر */
    animation: pulseDown 0.5s ease;
}

@keyframes pulseUp {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-3px) scale(1.1); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes pulseDown {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(3px) scale(1.1); }
    100% { transform: translateY(0) scale(1); }
}
