.elementor-23327 .elementor-element.elementor-element-e1c126a{--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:10px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Yekan;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-23327 .elementor-element.elementor-element-221d1e3 img{border-radius:10px 10px 10px 10px;}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Yekan;font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Yekan;line-height:var( --e-global-typography-primary-line-height );}.elementor-23327 .elementor-element.elementor-element-229f23c{--iteration-count:infinite;--animation-duration:1200ms;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--dynamic-text-color:#E61C29;}.elementor-23327 .elementor-element.elementor-element-229f23c .elementor-headline{text-align:center;font-family:"Yekan", Yekan;font-size:26px;line-height:2rem;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Yekan;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-23327 .elementor-element.elementor-element-30a48a6{background-color:#FDEAEA;padding:20px 20px 20px 20px;border-radius:10px 10px 10px 10px;text-align:start;font-family:"Yekan", Yekan;font-size:20px;font-weight:500;line-height:2.8rem;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{line-height:var( --e-global-typography-primary-line-height );}.elementor-23327 .elementor-element.elementor-element-229f23c .elementor-headline{font-size:0.9rem;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-23327 .elementor-element.elementor-element-30a48a6{font-size:0.9rem;line-height:1.5rem;letter-spacing:-1px;word-spacing:0em;}}/* Start custom CSS for wp-widget-gform_widget, class: .elementor-element-e862088 *//* تیتر فرم */
.lch-cf-form .gform_wrapper .gform_heading p {
    color: #181818 !important;
    font-weight:  600;
    margin-bottom: 20px;
}

.lch-cf-form .gform_wrapper .gfield {
    margin-bottom: 18px;
}

/* لیبل‌ها */
.lch-cf-form .gform_wrapper .gfield_label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111 !important;
}

.lch-cf-form .gform_wrapper input[type="text"],
.lch-cf-form .gform_wrapper input[type="email"],
.lch-cf-form .gform_wrapper input[type="tel"],
.lch-cf-form .gform_wrapper input[type="number"],
.lch-cf-form .gform_wrapper input[type="url"],
.lch-cf-form .gform_wrapper input[type="password"],
.lch-cf-form .gform_wrapper textarea,
.lch-cf-form .gform_wrapper select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ffc9c9;
    background-color: #ffffff;
    color: #111;
    transition: all 0.3s ease;
}

.lch-cf-form .gform_wrapper input:focus,
.lch-cf-form .gform_wrapper textarea:focus,
.lch-cf-form .gform_wrapper select:focus {
    border-color: #d90429;
    box-shadow: 0 0 0 3px rgba(217,4,41,0.15);
    outline: none;
}

.lch-cf-form .gform_wrapper .gform_button {
    width: 100%;
    padding: 14px;
    background-color: #d90429;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lch-cf-form .gform_wrapper .gform_button:hover {
    background-color: #b00321;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217,4,41,0.25);
}

.lch-cf-form .gform_wrapper .validation_message {
    font-size: 13px;
    color: #d90429;
    margin-top: 6px;
}

@media (min-width: 768px) {
    .lch-cf-form .gform_wrapper .gform_fields {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .lch-cf-form .gform_wrapper .gfield {
        flex: 1 1 calc(50% - 10px);
    }

    .lch-cf-form .gform_wrapper .gfield.full-width {
        flex: 1 1 100%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-Regular.woff2') format('woff2'),
		url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-Regular.woff') format('woff'),
		url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),
		url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-ExtraBold.woff') format('woff'),
		url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-Bold.woff2') format('woff2'),
		url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-Bold.woff') format('woff'),
		url('https://www.mahan.ac.ir/wp-content/uploads/2024/05/YekanBakhFaNum-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */