.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2 .elementor-element.elementor-element-313962b .elementor-menu-toggle{margin:0 auto;}.elementor-2 .elementor-element.elementor-element-313962b .elementor-nav-menu .elementor-item{font-family:"Iran Sans", Sans-serif;font-size:23px;font-weight:500;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-a498e13{font-family:"Iran Sans", Sans-serif;font-size:32px;font-weight:400;color:#7A7A7A;}.elementor-widget-heading .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-2 .elementor-element.elementor-element-d0b506c .elementor-heading-title{font-family:"Iran Sans", Sans-serif;font-size:44px;font-weight:600;color:#000000;}.elementor-2 .elementor-element.elementor-element-4e7002b{font-family:"Iran Sans", Sans-serif;font-size:31px;font-weight:400;color:#7A7A7A;}.elementor-2 .elementor-element.elementor-element-f3b39de .elementor-heading-title{font-family:"Iran Sans", Sans-serif;font-size:44px;font-weight:600;color:#000000;}.elementor-2 .elementor-element.elementor-element-4cfa3c7{font-family:"Iran Sans", Sans-serif;font-size:31px;font-weight:400;color:#7A7A7A;}/* Start custom CSS for html, class: .elementor-element-87c149b *//* تنظیمات کلی فوتر */
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Iran Sans', sans-serif;
    direction: rtl;
    text-align: right;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 40px;
}

.footer-column h3 {
    color: #ffb400;
    font-size: 30px;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 15px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: #ffb400;
}

/* متون پاراگراف فوتر */
.footer-column p {
    line-height: 1.8;
    color: #ccc;
    font-size: 18px;
    text-align: justify;       /* متن را هم‌عرض می‌کند */
    text-justify: inter-word;  /* فواصل را بین کلمات تنظیم می‌کند */
    text-align-last: right;    /* خط آخر را راست‌چین می‌کند */
}

/* استایل لینک‌های عمومی */
.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #ffb400;
    padding-right: 8px;
}

/* --- استایل جدید برای بخش تماس و ایمیل (زرد طلایی) --- */
.contact-item {
    margin-bottom: 12px;
}

.contact-item a, 
.contact-item a i {
    color: #ffb400 !important;
    text-decoration: none !important;
    transition: 0.3s;
}

/* تغییر رنگ ملایم هنگام قرارگیری موس روی لینک‌های تماس */
.contact-item a:hover, 
.contact-item a:hover i {
    color: #ffd166 !important; 
}

/* آیکون‌های اجتماعی */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.4s;
}

.social-icons a:hover {
    background: #ffb400;
    transform: translateY(-5px);
}

/* بخش کپی‌رایت */
.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #777;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-column h3::after {
        right: 50%;
        transform: translateX(50%);
    }
    .footer-column p {
        text-align: justify;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Iran Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://keisatis.ir/wp-content/uploads/2025/10/IRAN-Sans-Regular.eot');
	src: url('https://keisatis.ir/wp-content/uploads/2025/10/IRAN-Sans-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://keisatis.ir/wp-content/uploads/2025/10/IRAN-Sans-Regular.woff2') format('woff2'),
		url('https://keisatis.ir/wp-content/uploads/2025/10/IRAN-Sans-Regular.woff') format('woff'),
		url('https://keisatis.ir/wp-content/uploads/2025/10/IRAN-Sans-Regular.ttf') format('truetype'),
		url('https://keisatis.ir/wp-content/uploads/2025/10/IRAN-Sans-Regular.svg#IranSans') format('svg');
}
/* End Custom Fonts CSS */