.elementor-1751 .elementor-element.elementor-element-b068c10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:145px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1751 .elementor-element.elementor-element-927db45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1751 .elementor-element.elementor-element-927db45:not(.elementor-motion-effects-element-type-background), .elementor-1751 .elementor-element.elementor-element-927db45 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFC9;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1751 .elementor-element.elementor-element-329f86a{width:100%;max-width:100%;font-family:"samin", Sans-serif;font-size:12px;font-weight:400;color:var( --e-global-color-text );}.elementor-1751 .elementor-element.elementor-element-329f86a a{color:var( --e-global-color-text );}.elementor-1751 .elementor-element.elementor-element-329f86a a:hover{color:var( --e-global-color-649aedc );}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1751 .elementor-element.elementor-element-138eab6 > .elementor-widget-container{margin:14px 0px 0px 0px;}.elementor-1751 .elementor-element.elementor-element-138eab6 .elementor-heading-title{font-family:"diba", Sans-serif;font-weight:500;color:#000000;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1751 .elementor-element.elementor-element-8a8a715{text-align:center;}.elementor-1751 .elementor-element.elementor-element-8a8a715 img{border-radius:8px 8px 8px 8px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1751 .elementor-element.elementor-element-87700a5{text-align:justify;color:#000000;font-family:"samin", Sans-serif;font-size:19px;font-weight:400;line-height:40px;}@media(min-width:768px){.elementor-1751 .elementor-element.elementor-element-927db45{--width:100%;}}@media(max-width:1024px){.elementor-1751 .elementor-element.elementor-element-329f86a{font-size:12px;}}@media(max-width:767px){.elementor-1751 .elementor-element.elementor-element-329f86a{font-size:10px;}.elementor-1751 .elementor-element.elementor-element-138eab6 .elementor-heading-title{font-size:26px;}.elementor-1751 .elementor-element.elementor-element-87700a5{font-size:15px;}}/* Start custom CSS for container, class: .elementor-element-927db45 */.inner-page-bg {
    position: relative;
    border-radius: 15px; /* گوشه‌های گرد */
    box-shadow: 0 0 8px rgba(30, 144, 255, 0.8), /* درخشش آبی */
                0 0 15px rgba(10, 30, 63, 1), /* سورمه‌ای تیره */
                0 0 20px rgba(255, 255, 255, 0.6); /* هاله سفید */
    transition: box-shadow 0.5s ease; /* انتقال نرم درخشش */
    background: #FFFFFF; /* بک‌گراند سفید */
    padding: 20px; /* فاصله داخلی */
    margin: 20px auto; /* فاصله از اطراف و مرکزیت */
    max-width: 90%; /* محدود کردن عرض */
    overflow: hidden; /* جلوگیری از بیرون‌زدگی */
}

/* گرادیانت محو شیشه‌ای برای لبه‌های داخلی */
.inner-page-bg::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 70%, rgba(30, 144, 255, 0.1) 100%); /* گرادیانت از داخل به لبه */
    border-radius: 12px; /* کمی کمتر از باکس برای ناحیه داخلی */
    z-index: -1; /* پشت بک‌گراند اصلی */
    filter: blur(8px); /* محو کردن */
}

/* انیمیشن درخشش دائمی */
@keyframes constantGlow {
    0% { box-shadow: 0 0 8px rgba(30, 144, 255, 0.8), 0 0 15px rgba(10, 30, 63, 1), 0 0 20px rgba(255, 255, 255, 0.6); }
    50% { box-shadow: 0 0 12px rgba(30, 144, 255, 1), 0 0 20px rgba(10, 30, 63, 1), 0 0 30px rgba(255, 255, 255, 0.8); }
    100% { box-shadow: 0 0 8px rgba(30, 144, 255, 0.8), 0 0 15px rgba(10, 30, 63, 1), 0 0 20px rgba(255, 255, 255, 0.6); }
}

.inner-page-bg {
    animation: constantGlow 3s infinite; /* درخشش دائمی */
}

.inner-page-bg:hover {
    box-shadow: 0 0 12px rgba(30, 144, 255, 1), /* درخشش قوی‌تر */
                0 0 18px rgba(10, 30, 63, 1), /* سورمه‌ای تیره‌تر */
                0 0 30px rgba(255, 255, 255, 0.9); /* هاله سفید پررنگ‌تر */
}/* End custom CSS */