/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2025 | 17:38:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* باکس شیشه‌ای سه بعدی لوکس برای جواهرات */
.elementor-2581 .elementor-element.elementor-element-45c9852 {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 
        0 8px 32px 0 rgba(31, 38, 135, 0.37),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 20px rgba(255, 255, 255, 0.05),
        0 0 30px rgba(255, 255, 255, 0.1) !important;
    padding: 40px 30px !important;
    margin: 30px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    transform-style: preserve-3d !important;
    transform: perspective(1000px) !important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* افکت سه بعدی عمق */
.elementor-2581 .elementor-element.elementor-element-45c9852::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    border-radius: 20px !important;
    z-index: -1 !important;
    transform: translateZ(-10px) !important;
}

/* افکت نور درخشان */
.elementor-2581 .elementor-element.elementor-element-45c9852::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.08) 30%,
        rgba(255, 255, 255, 0) 70%
    ) !important;
    animation: glass-glow 8s ease-in-out infinite alternate !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

/* انیمیشن درخشش ملایم */
@keyframes glass-glow {
    0% {
        transform: translate(-25%, -25%) scale(0.9) rotate(0deg) !important;
        opacity: 0.5 !important;
    }
    100% {
        transform: translate(0%, 0%) scale(1.1) rotate(180deg) !important;
        opacity: 0.8 !important;
    }
}

/* افکت براق روی لبه‌ها */
.elementor-2581 .elementor-element.elementor-element-45c9852 {
    background-image: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            transparent 20%, 
            transparent 80%, 
            rgba(255, 255, 255, 0.1) 100%
        ) !important;
    border-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.4)
    ) 1 !important;
}

/* افکت هنگام هاور */
.elementor-2581 .elementor-element.elementor-element-45c9852:hover {
    transform: perspective(1000px) translateY(-10px) scale(1.02) !important;
    box-shadow: 
        0 15px 50px 0 rgba(31, 38, 135, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 0 30px rgba(255, 255, 255, 0.1),
        0 0 50px rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

/* محتویات داخل باکس */
.elementor-2581 .elementor-element.elementor-element-45c9852 * {
    position: relative !important;
    z-index: 2 !important;
}

/* سایه داخلی برای عمق بیشتر */
.elementor-2581 .elementor-element.elementor-element-45c9852 {
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1),
        0 10px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) !important;
}

/* برای موبایل */
@media (max-width: 768px) {
    .elementor-2581 .elementor-element.elementor-element-45c9852 {
        padding: 25px 20px !important;
        margin: 20px 0 !important;
        border-radius: 15px !important;
        backdrop-filter: blur(8px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(8px) saturate(180%) !important;
    }
}

/* برای تبلت */
@media (min-width: 769px) and (max-width: 1024px) {
    .elementor-2581 .elementor-element.elementor-element-45c9852 {
        padding: 30px 25px !important;
        margin: 25px 0 !important;
    }
}

/* اگر نیاز به شفافیت بیشتر دارید */
.elementor-2581 .elementor-element.elementor-element-45c9852.transparent {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* اگر نیاز به رنگ متفاوت دارید (مثلاً طلایی) */
.elementor-2581 .elementor-element.elementor-element-45c9852.gold {
    background: rgba(255, 215, 0, 0.05) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    box-shadow: 
        0 8px 32px 0 rgba(255, 215, 0, 0.2),
        inset 0 0 0 1px rgba(255, 215, 0, 0.15) !important;
}