.elementor-1125 .elementor-element.elementor-element-b1125fe{--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-1125 .elementor-element.elementor-element-8878110{--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;--border-radius:10px 10px 10px 10px;}.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-1125 .elementor-element.elementor-element-1087325{text-align:center;}.elementor-1125 .elementor-element.elementor-element-1087325 .elementor-heading-title{font-family:"diba", Sans-serif;font-size:45px;font-weight:100;color:var( --e-global-color-secondary );}.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-1125 .elementor-element.elementor-element-8a64f22{text-align:center;font-family:"samin", Sans-serif;font-weight:400;color:var( --e-global-color-secondary );}.elementor-1125 .elementor-element.elementor-element-8a64f22 a{color:var( --e-global-color-secondary );}.elementor-1125 .elementor-element.elementor-element-0a24272{font-family:"samin", Sans-serif;font-weight:400;}.elementor-1125 .elementor-element.elementor-element-034c484{text-align:justify;font-family:"samin", Sans-serif;font-weight:400;}.elementor-1125 .elementor-element.elementor-element-5c858bf > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-1125 .elementor-element.elementor-element-5c858bf{font-family:"samin", Sans-serif;font-weight:400;}.elementor-1125 .elementor-element.elementor-element-4bf7a16{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-1125 .elementor-element.elementor-element-4bf7a16.elementor-element{--align-self:center;}.elementor-1125 .elementor-element.elementor-element-f166c41{--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;--border-radius:10px 10px 10px 10px;}.elementor-1125 .elementor-element.elementor-element-a5a0b5c{text-align:right;}.elementor-1125 .elementor-element.elementor-element-a5a0b5c .elementor-heading-title{font-family:"samin", Sans-serif;font-size:28px;font-weight:100;color:var( --e-global-color-901e967 );}.elementor-1125 .elementor-element.elementor-element-e79a616{text-align:right;font-family:"samin", Sans-serif;font-weight:400;color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1125 .elementor-element.elementor-element-8878110{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1125 .elementor-element.elementor-element-1087325 .elementor-heading-title{font-size:30px;}.elementor-1125 .elementor-element.elementor-element-f166c41{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1125 .elementor-element.elementor-element-8878110{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1125 .elementor-element.elementor-element-1087325 .elementor-heading-title{font-size:22px;line-height:1.5em;}.elementor-1125 .elementor-element.elementor-element-8a64f22{font-size:13px;}.elementor-1125 .elementor-element.elementor-element-0a24272{text-align:justify;font-size:13px;}.elementor-1125 .elementor-element.elementor-element-034c484{text-align:justify;font-size:13px;}.elementor-1125 .elementor-element.elementor-element-5c858bf{font-size:13px;}.elementor-1125 .elementor-element.elementor-element-4bf7a16{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1125 .elementor-element.elementor-element-a5a0b5c .elementor-heading-title{font-size:18px;}.elementor-1125 .elementor-element.elementor-element-e79a616{font-size:13px;}}/* Start custom CSS for html, class: .elementor-element-2a76af5 */.sop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-items: center;
}
.prompt-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: max-height 0.3s ease;
  position: relative;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
}
.prompt-content {
  font-size: 14px;
  color: #333333;
  direction: ltr;
  text-align: left;
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.prompt-content::after {
  content: '...';
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.prompt-card.expanded .prompt-content {
  max-height: none !important;
  overflow: visible;
}
.prompt-card.expanded .prompt-content::after,
.prompt-card.expanded .fade-out {
  display: none !important;
}
.fade-out {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, #f9f9f9, transparent);
}
.prompt-card .elementor-button-link {
  align-self: center;
  background: #0077CC;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .sop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prompt-content {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .sop-grid {
    grid-template-columns: 1fr;
  }
  .prompt-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4c8f31 */.prompt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-items: center;
}
.prompt-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: max-height 0.3s ease;
  position: relative;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
}
.prompt-content {
  font-size: 14px;
  color: #333333;
  direction: ltr;
  text-align: left;
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.prompt-content::after {
  content: '...';
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.prompt-card.expanded .prompt-content {
  max-height: none !important;
  overflow: visible;
}
.prompt-card.expanded .prompt-content::after,
.prompt-card.expanded .fade-out {
  display: none !important;
}
.fade-out {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, #f9f9f9, transparent);
}
.prompt-card .elementor-button-link {
  align-self: center;
  background: #0077CC;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .prompt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prompt-content {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .prompt-grid {
    grid-template-columns: 1fr;
  }
  .prompt-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for post-comments, class: .elementor-element-e99efb3 */.comment-metadata {
    background: #ededed;
    padding: 8px;
    border-radius: 5px;
}
.comment-metadata a {
    color: #4b4b4b;
    font-size: 13px;
}
a.comment-reply-link {
    float: left;
    padding: 4px 6px;
    background: #d63362;
    color: white;
    font-size: 13px;
    border-radius: 5px;
}
a.comment-reply-link:hover {
    color: white;
}
body.rtl #comments .children {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 12px;
}
body.rtl #comments ol.comment-list .children:before {
    content: "\21A9";
    right: 31px;
    font-size: 25px;
    top: 6px;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
    border-bottom: none;
}
.form-submit input#submit {
    background: #65D49A;
    border: none;
    color: white;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #66666654;
    border-radius: 22px;
    padding: .5rem 1rem;
    transition: all .3s;
    margin-top: 16px;
}
.css-rank-el {
    color: white;
}
button.woocommerce-Button.button {
    margin-top: 12px;
}
blockquote {
    background: #f6f6f6;
    padding: 15px 15px 1px 15px;
    border-radius: 11px;
     color: #434343;
}
.tag-a-white a, .tag-a-white a:hover {
    color:white
}
#comments .children li:last-child {
    padding-bottom: 0;
    margin-bottom: 14px;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background: #c1c1c115;
}
.commentlist .bypostauthor {
        background:#3399FF ;
        border-bottom:#FF3333 3px solid ;
}
.commentlist li ul.children li.bypostauthor {
        border-top:#e18728 10px solid ;
}
body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
	right:16px ;
}
#comments .comment-author, #comments .comment-metadata {
	margin-right :46px ;
}
#comments .comment-meta {
	display :grid ;
}
.comment-author.vcard {
	margin-bottom :13px ;
}
textarea#comment {
	border-radius :8px ;
	font-size :14px ;
}
.comment-form-comment label {
	font-size :14px ;
	margin-bottom :13px ;
	margin-right :7px ;
}
#cancel-comment-reply-link {
	margin-right :10px ;
}
#comments .comment, #comments .pingback {
	margin-bottom :13px ;
}
ol.children .comment-body {
	background:#e9f4ed !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'diba';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://academicway.ir/wp-content/uploads/2025/07/Diba.woff2') format('woff2'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Diba.woff') format('woff'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Diba.ttf') format('truetype'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Diba.svg#diba') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'samin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://academicway.ir/wp-content/uploads/2025/07/Samim.woff2') format('woff2'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim.woff') format('woff'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim.ttf') format('truetype');
}
@font-face {
	font-family: 'samin';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://academicway.ir/wp-content/uploads/2025/07/Samim-Bold.woff2') format('woff2'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim-Bold.woff') format('woff'),
		url('https://academicway.ir/wp-content/uploads/2025/07/Samim-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */