.elementor-4342 .elementor-element.elementor-element-68817d3e{--display:flex;}.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-4342 .elementor-element.elementor-element-b8a468d{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-4342 .elementor-element.elementor-element-b8a468d .elementor-heading-title{font-family:"ایران سنس", Sans-serif;font-size:31px;font-weight:900;color:var( --e-global-color-accent );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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-4342 .elementor-element.elementor-element-281330e4{text-align:justify;font-family:"ایران سنس", Sans-serif;font-size:16px;font-weight:500;line-height:32px;}.elementor-4342 .elementor-element.elementor-element-2a900f2{--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-4342 .elementor-element.elementor-element-54beef8{text-align:justify;font-family:"ایران سنس", Sans-serif;font-size:19px;font-weight:400;line-height:32px;}.elementor-4342 .elementor-element.elementor-element-54beef8 p{margin-block-end:0px;}.elementor-4342 .elementor-element.elementor-element-2c4f3c5{--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:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-4342 .elementor-element.elementor-element-f391587{text-align:justify;font-family:var( --e-global-typography-8cee2ea-font-family ), Sans-serif;font-size:var( --e-global-typography-8cee2ea-font-size );font-weight:var( --e-global-typography-8cee2ea-font-weight );line-height:var( --e-global-typography-8cee2ea-line-height );}.elementor-4342 .elementor-element.elementor-element-ecdefa5{--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:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-4342 .elementor-element.elementor-element-a360b0b{text-align:justify;font-family:var( --e-global-typography-8cee2ea-font-family ), Sans-serif;font-size:var( --e-global-typography-8cee2ea-font-size );font-weight:var( --e-global-typography-8cee2ea-font-weight );line-height:var( --e-global-typography-8cee2ea-line-height );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-4342 .elementor-element.elementor-element-f391587{font-size:var( --e-global-typography-8cee2ea-font-size );line-height:var( --e-global-typography-8cee2ea-line-height );}.elementor-4342 .elementor-element.elementor-element-a360b0b{font-size:var( --e-global-typography-8cee2ea-font-size );line-height:var( --e-global-typography-8cee2ea-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-4342 .elementor-element.elementor-element-f391587{font-size:var( --e-global-typography-8cee2ea-font-size );line-height:var( --e-global-typography-8cee2ea-line-height );}.elementor-4342 .elementor-element.elementor-element-a360b0b{font-size:var( --e-global-typography-8cee2ea-font-size );line-height:var( --e-global-typography-8cee2ea-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-f391587 */.ostad-authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.ostad-author-card {
    display: block;
    text-align: center;
    padding: 24px 16px;
    border-radius: 16px;
    background: #ffffff;
    text-decoration: none;
    transition: all .25s ease;
    border: 1px solid #eee;
}

.ostad-author-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.author-avatar img {
    border-radius: 50%;
    margin-bottom: 12px;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.author-position {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a360b0b */.ostad-supervisors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.ostad-supervisor-card {
    display: block;
    text-align: center;
    padding: 24px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eee;
    text-decoration: none;
    transition: all .25s ease;
}

.ostad-supervisor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.supervisor-avatar img {
    border-radius: 50%;
    margin-bottom: 12px;
}

.supervisor-avatar-placeholder {
    width: 120px;
    height: 120px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.supervisor-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.supervisor-title {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

.supervisor-verified {
    display: block;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    margin-top: 6px;
    color: #fff;
}

.supervisor-verified.is-verified { background-color: #28a745; }
.supervisor-verified.is-not-verified { background-color: #dc3545; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-regular.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-regular.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-UltraLight.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-ultraLight.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-light.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-light.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-Thin.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-thin.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-bold.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-bold.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-regular.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-regular.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-medium.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-medium.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-demiBold.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-demibold.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-bold.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-bold.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-extrabold.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-extrabold.woff') format('woff');
}
@font-face {
	font-family: 'ایران سنس';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-black.woff2') format('woff2'),
		url('https://ostad.life/blog/wp-content/uploads/2025/10/IRANSansXFaNum-black.woff') format('woff');
}
/* End Custom Fonts CSS */