/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2026 | 17:48:27 */
p {
	margin: 0!important;
}



/* ==============================================
   Gold Smooth Underline - Icon List
   ID: #gold-underline-menu
   ============================================== */

/* کانتینر لینک */
#gold-underline-menu .e-n-menu-title-container,
#gold-underline-menu .elementor-icon-list-item a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    padding-bottom: 6px !important;
    overflow: visible !important;
}

/* خط زیرین */
#gold-underline-menu .e-n-menu-title-container::after,
#gold-underline-menu .elementor-icon-list-item a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2.5px !important;

    background: linear-gradient(
        90deg,
        #D4A353 0%,
        #F5D061 100%
    ) !important;

    border-radius: 2px !important;

    transform: scaleX(0) !important;
    transform-origin: right center !important;

    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* هاور */
#gold-underline-menu .e-n-menu-item:hover .e-n-menu-title-container::after,
#gold-underline-menu .e-n-menu-title-container:hover::after,
#gold-underline-menu .elementor-icon-list-item a:hover::after {
    transform: scaleX(1) !important;
    transform-origin: left center !important;
}

/* صفحه / آیتم فعال */
#gold-underline-menu .e-n-menu-title.e-current .e-n-menu-title-container::after,
#gold-underline-menu .elementor-icon-list-item.current-menu-item a::after {
    transform: scaleX(1) !important;
    opacity: 0.9 !important;
}

/* تغییر رنگ متن هنگام هاور */
#gold-underline-menu .e-n-menu-title-container:hover .e-n-menu-title-text,
#gold-underline-menu .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #D4A353 !important;
    transition: color 0.3s ease !important;
}


.btnhome {
    /* ترکیب لایه گلس و لایه درخشندگی خطی باهم */
    background-image: 
        linear-gradient(90deg, transparent 40%, rgba(255, 255, 255, 0.4) 50%, transparent 60%),
        linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important;
    
    background-size: 300% 100%, 100% 100% !important;
    
    /* افکت بلور شیشه‌ای */
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    
    /* انیمیشن درخشندگی */
    animation: webinewButton 3s infinite !important;
    will-change: background-position !important;
    z-index: 999 !important;
}

@keyframes webinewButton {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: -200% 0, 0 0;
    }
}


.customtext {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important; /* فاصله دقیق بین متن و خط بیفور */
}

.customtext::before {
    content: "" !important;
    display: inline-block !important;
    width: 35px !important; /* عرض کم خط */
    height: 1px !important; /* ضخامت خط */
    background-color: #181512 !important; /* رنگ درخواستی شما */
    flex-shrink: 0 !important; /* جلوگیری از تغییر اندازه در ریسپانسیو */
}


.customtexttwo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important; /* فاصله خطوط از دو طرف متن */
}

/* ساخت خط تیره متقارن با بیفور و افتر */
.customtexttwo::before,
.customtexttwo::after {
    content: "" !important;
    display: inline-block !important;
    width: 25px !important;          /* طول خط تیره */
    height: 1.5px !important;        /* ضخامت خط */
    background-color: currentColor !important; /* همرنگ با خود متن (یا قرار دادن #181512) */
    flex-shrink: 0 !important;       /* جلوگیری از جمع شدن خط در ریسپانسیو */
    border-radius: 2px !important;   /* نرم کردن سر و ته خط */
}
