@charset "UTF-8";
/*
Theme Name: lernado
Theme URI: https://lernado.ir
Author: lernado
Author URI: https://lernado.ir
Description: lernado
Version: 1.1.6
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  background-color: #fff;
  direction: rtl;
  text-align: right;
}

ins {
  text-decoration: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #e9edf7;
}

*::-webkit-scrollbar-thumb {
  background-color: #e9edf7;
  border-radius: 20px;
  border: 3px solid #f03147;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #9cb5b5 #e7f3f3;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #e7f3f3;
}

*::-webkit-scrollbar-thumb {
  background-color: #9cb5b5;
  border-radius: 20px;
  border: 6px solid #9cb5b5;
}

@font-face {
  font-family: "yekanbakh";
  src: url("./assets/fonts/YekanBakhFaNum-VF.woff2") format("woff2");
  font-weight: 100 900;   /* بازه فونت متغیر */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "morabba";
  font-style: medium;
  font-weight: 700;
  src: url("./assets/fonts/Morabba-Bold.woff");
}
.morabba-font {
  font-family: "morabba";
}
body.author-mojtaba-zolfaghari  .author-box , body.author-narges-mashhadi   .author-box{
	direction : ltr ; 
}
body.author-mojtaba-zolfaghari .author-box .auther-description , body.author-narges-mashhadi .author-box .auther-description  {
	text-align : left ; 
}
.title-special {
  position: relative;
}
.title-special::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #eef9ff;
  z-index: -1;
}

.section-base {
  padding: 50px 0;
}

.list-course li {
  position: relative;
  display: flex;
  align-items: center;
}
.list-course li::before {
  content: "";
  min-width: 6px;
  min-height: 6px;
  border-radius: 100%;
  display: flex;
  background: #fff;
  transform: translateY(-50%);
  margin-left: 11px;
  margin-top: 6px;
}

.item-faq {
  transition: all 0.3s;
}
.item-faq.active .box-showing {
  background-color: #a5adb8;
}
.item-faq.active .box-showing svg {
  rotate: 135deg;
}
.item-faq:hover {
  transform: translateY(-2px);
}

.list-section-steps li {
  position: relative;
}
.list-section-steps li .step-counter {
  position: relative;
}
.list-section-steps li .step-counter::before {
  position: absolute;
  content: "";
  left: -17px;
  right: -17px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.list-section-steps li::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #e7eeee;
  left: 0;
  right: 0;
  top: 25%;
  z-index: -1;
  width: 100vw;
}

.section-form {
  gap: 15px;
}
.section-form .box-right {
  position: relative;
}
.section-form .box-right:after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 2.5px;
  height: 100%;
  opacity: 0.7;
  border-radius: 5px;
  background: #f2f6fa;
}
.section-form .parent {
  display: flex;
  grid-gap: 14px;
}
.section-form .div1, .section-form .div2 {
  flex-grow: 1;
}
.section-form input,
.section-form textarea {
  border: 1px solid #eff2f8;
  border-radius: 11px;
  font-weight: 600;
  font-size: 12px;
  padding: 18px 22px;
}
.section-form input:focus,
.section-form textarea:focus {
  outline: none;
}
.section-form button {
  border-radius: 11px;
  background: #7D05CF;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 23px;
  box-shadow: 7px 8px 13px -3px rgba(125, 5, 207, 0.168627451);
  text-align: center;
  justify-content: center;
}
.section-form .box-file input {
  display: none;
}
.section-form .box-file .inner {
  padding: 12px 23px;
  border: 1px solid #eff2f8;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1px;
}
.section-form .box-file .inner .title {
  font-weight: 600;
  font-size: 11px;
  color: #a3b0bf;
  flex: 1.4;
  position: relative;
}
.section-form .box-file .inner .title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: calc(100% + 10px);
  background: #eff2f8;
  transform: translateY(-50%);
}
.section-form .box-file .inner .select {
  font-weight: 700;
  font-size: 12px;
  color: #7D05CF;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  flex: 1;
}

.section-form .tab-title .item.active {
  color: #7D05CF;
}
.section-form .icon-c-call {
  box-shadow: -3px 4px 13px 0px rgba(166, 115, 59, 0.1803921569);
}

.box-search-header {
  box-shadow: inset 0 3px 10px rgba(232, 239, 239, 0.75);
  background-color: #fff;
}

.quick-inquiry:hover {
  transform: translateY(3px);
  filter: drop-shadow(0 0 0 #4f35cb);
}

.quick-inquiry {
  filter: drop-shadow(0 3px 0 #4f35cb);
  background-color: #7D05CF;
  border: 1px solid #4f35cb;
  transition: all 0.3s;
  display: flex;
}

.swiperBrands .swiper-slide {
  position: relative;
}
.swiperBrands .swiper-slide:first-child {
  padding-right: 0;
}
.swiperBrands .swiper-slide:last-child {
  padding-left: 0;
}
.swiperBrands .swiper-slide:last-child::after {
  display: none;
}
.swiperBrands .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, #FFFFFF 0%, #ECF0F4 50%, #FFFFFF 100%);
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title-service-content-w::before {
  content: "";
  background: #ffffff;
  width: 30px;
  height: 18px;
  position: absolute;
  right: -35px;
  border-radius: 39px 0 0 39px;
  top: 50%;
  transform: translateY(-50%);
}
.title-service-content-w::after {
  content: "";
  background: #7D05CF;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list-service-content-w li {
  position: relative;
}
.list-service-content-w li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #7D05CF;
  margin-left: 8px;
  border-radius: 100%;
}

.section-best-school iframe {
  width: 100%;
  height: 100%;
}

.single-post .comment-form .comment-form-author {
  grid-area: 1/1/3/7;
}
.single-post .comment-form .comment-form-email {
  grid-area: 1/7/3/13;
}
.single-post .comment-form .comment-form-comment {
  grid-area: 3/1/6/13;
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #e9edf2;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  font-size: 14px;
  color: #5c6373;
  font-weight: bold;
  padding: 21px;
  flex-grow: 1;
  width: 100%;
}
.comment-form .comment-form-author input::placeholder ,
.comment-form .comment-form-email input::placeholder ,
.comment-form textarea::placeholder{
	    color: #777; /* خواناتر */
}

.comment-form .comment-form-author input:focus,
.comment-form .comment-form-email input:focus {
  outline: unset;
}

.comment-form textarea {
  font-size: 14px;
   color: #5c6373;
  font-weight: bold;
  padding: 33px 23px;
  width: 100%;
  height: 100%;
}
.comment-form textarea:focus {
  outline: unset;
}
.comment-form .comment-form-comment {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #e9edf2;
  overflow: hidden;
  min-height: 294px;
}
.comment-form input[type=submit] {
  border-radius: 6px;
  background-color: #7D05CF;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 55px;
  cursor: pointer;
}
.comment-form .comment-form-author {
  grid-area: 1/1/3/5;
}
.comment-form .comment-form-email {
  grid-area: 1/5/3/9;
}
.comment-form .comment-form-comment {
  grid-area: 3/1/6/9;
}
.comment-form .submit_field_box_comment,
.comment-form .form-submit {
  grid-area: 6/1/7/9;
}
.comment-form .box-rating {
  grid-area: 1/9/7/13;
}

.main-menu li a {
  font-size: 13px;
  color: #7C8E9A;
  font-weight: bold;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; /* معادل gap-3 در Tailwind */
}

.content-post p:not(.neutral),
.elementor-widget-text-editor p:not(.neutral) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post h1:not(.neutral),
.content-post h2:not(.neutral),
.content-post h3:not(.neutral),
.content-post h4:not(.neutral),
.content-post h5:not(.neutral),
.content-post h6:not(.neutral),
.elementor-widget-text-editor h1:not(.neutral),
.elementor-widget-text-editor h2:not(.neutral),
.elementor-widget-text-editor h3:not(.neutral),
.elementor-widget-text-editor h4:not(.neutral),
.elementor-widget-text-editor h5:not(.neutral),
.elementor-widget-text-editor h6:not(.neutral) {
  font-weight: 900;
  color: #11161c;
	text-align : right ;
}
.content-post h1:not(.neutral),
.elementor-widget-text-editor h1:not(.neutral) {
  font-size: 27px;
}
.content-post h2:not(.neutral),
.elementor-widget-text-editor h2:not(.neutral) {
  font-size: 26px;
  background-image: linear-gradient(45deg, transparent, rgba(125, 5, 207, 0.09));
  padding-right: 14px;
  border-radius: 14px;
	line-height : 2.5 ;
}
.content-post h3:not(.neutral),
.elementor-widget-text-editor h3:not(.neutral) {
  font-size: 25px;
/* 	  background-image: linear-gradient(45deg, transparent, rgba(125, 5, 207, 0.04));
  padding-right: 14px;
  border-radius: 14px;
	line-height : 2.5 ; */

}
.content-post h4:not(.neutral),
.elementor-widget-text-editor h4:not(.neutral) {
  font-size: 24px;
}
.content-post h5:not(.neutral),
.elementor-widget-text-editor h5:not(.neutral) {
  font-size: 23px;
}
.content-post h6:not(.neutral),
.elementor-widget-text-editor h6:not(.neutral) {
  font-size: 22px;
}
.content-post ul:not(.neutral),
.elementor-widget-text-editor ul:not(.neutral) {
  padding: 5px 0 15px;
  line-height: 35px;
  list-style-type: none;
  color: #495666;
  margin-bottom: 30px;
	margin-right : 20px;
}
.content-post ul:not(.neutral) > li,
.elementor-widget-text-editor ul:not(.neutral) > li {
  position: relative;
}
.content-post ul:not(.neutral) li::before,
.elementor-widget-text-editor ul:not(.neutral) > li::before {
  content: "";
  background: #7D05CF;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
}
.content-post ol:not(.neutral),
.elementor-widget-text-editor ol:not(.neutral) {
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
  color: #495666;
  margin-bottom: 20px;
		margin-right : 20px;

}
.content-post ol:not(.neutral) > li:not(.neutral),
.elementor-widget-text-editor ol:not(.neutral) > li:not(.neutral) {
  counter-increment: my-awesome-counter;
  margin-bottom: 5px;
}
.content-post ol:not(.neutral) > li:not(.neutral)::before,
.elementor-widget-text-editor ol:not(.neutral) > li:not(.neutral)::before {
    content: counter(my-awesome-counter) " . ";
  color: #7D05CF;
  font-weight: 700;
  margin-left: 5px;
  min-width: 30px;
}
.content-post a:not(.neutral),
.elementor-widget-text-editor a:not(.neutral) {
  color: #1f4983;
  border-bottom: 1px solid;
  margin: 0 4px;
}
.content-post img:not(.neutral),
.elementor-widget-text-editor img:not(.neutral) {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-post .initial *,
.elementor-widget-text-editor .initial * {
  margin: initial;
  padding: initial;
  text-align: initial;
  line-height: initial;
}
.content-post .initial *::before, .content-post .initial *::after,
.elementor-widget-text-editor .initial *::before,
.elementor-widget-text-editor .initial *::after {
  content: initial;
}
.content-post blockquote:not(.neutral),
.elementor-widget-text-editor blockquote:not(.neutral) {
  color: #a2886c;
  border-radius: 30px;
  background-color: #bd60fb;
  padding: 50px 125px;
  position: relative;
  text-align: justify;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.content-post blockquote:not(.neutral)::before,
.elementor-widget-text-editor blockquote:not(.neutral)::before {
  content: "";
  display: inline-block;
  width: 103px;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 99" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.5" d="M108.167 47.692H78.2c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33h16.637c7.336 0 13.33 5.993 13.33 13.33v29.967Zm0 0c0 31.258-5.839 36.425-23.405 46.861M48.078 47.692H18.112c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33H34.8c7.337 0 13.33 5.993 13.33 13.33v29.967m-.052 0c0 31.258-5.838 36.425-23.405 46.861"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  right: -15px;
  position: absolute;
  top: -18px;
}
.content-post blockquote:not(.neutral)::after,
.elementor-widget-text-editor blockquote:not(.neutral)::after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 99" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.5" d="M108.167 47.692H78.2c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33h16.637c7.336 0 13.33 5.993 13.33 13.33v29.967Zm0 0c0 31.258-5.839 36.425-23.405 46.861M48.078 47.692H18.112c-7.905 0-13.33-5.994-13.33-13.33V17.725c0-7.337 5.425-13.33 13.33-13.33H34.8c7.337 0 13.33 5.993 13.33 13.33v29.967m-.052 0c0 31.258-5.838 36.425-23.405 46.861"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  left: -21px;
  position: absolute;
  bottom: -7px;
  rotate: 180deg;
}
.content-post blockquote:not(.neutral) p:not(.neutral),
.elementor-widget-text-editor blockquote:not(.neutral) p:not(.neutral) {
  margin: unset;
  padding: unset;
}
.content-post .wp-block-table,
.elementor-widget-text-editor .wp-block-table {
  text-align: center;
  display: flex;
  width: 100%;
	margin : 30px 0 ;
}

.content-post table tr,
.elementor-widget-text-editor table tr{
	  transition: .3s ease-in-out;
}
.content-post .wp-block-table td, .content-post .wp-block-table th,
.elementor-widget-text-editor .wp-block-table td,
.elementor-widget-text-editor .wp-block-table th {
  border: 1px solid #9d9d9d;
		border-radius : 12px;

}
.content-post .wp-block-table thead th,
.elementor-widget-text-editor .wp-block-table thead th {
  background: #7D05CF;
  color: #fff;
}
.content-post table,
.elementor-widget-text-editor table {
  width: -moz-max-content !important;
  width: max-content !important;
		  border-radius: 12px;
  border: 1px solid #eee;
  border-collapse: separate !important;
  border-spacing: 8px !important;
  margin: auto;
}
.content-post table td,
.elementor-widget-text-editor table td {
  min-width: 110px;
}

.content-post table tr:nth-child(odd){
  background-color: rgba(125, 5, 207, 0.04);}

@media (max-width: 767.98px) {
  .content-post h1:not(.neutral),
  .content-post h2:not(.neutral),
  .content-post h3:not(.neutral),
  .content-post h4:not(.neutral),
  .content-post h5:not(.neutral),
  .content-post h6:not(.neutral),
  .elementor-widget-text-editor h1:not(.neutral),
  .elementor-widget-text-editor h2:not(.neutral),
  .elementor-widget-text-editor h3:not(.neutral),
  .elementor-widget-text-editor h4:not(.neutral),
  .elementor-widget-text-editor h5:not(.neutral),
  .elementor-widget-text-editor h6:not(.neutral) {
    line-height: 1.8;
  }
  .content-post h1:not(.neutral),
  .elementor-widget-text-editor h1:not(.neutral) {
    font-size: 20px;
  }
  .content-post h2:not(.neutral),
  .elementor-widget-text-editor h2:not(.neutral) {
    font-size: 18px;
  }
  .content-post h3:not(.neutral),
  .elementor-widget-text-editor h3:not(.neutral) {
    font-size: 17px;
  }
  .content-post h4:not(.neutral),
  .elementor-widget-text-editor h4:not(.neutral) {
    font-size: 16px;
  }
  .content-post h5:not(.neutral),
  .elementor-widget-text-editor h5:not(.neutral) {
    font-size: 15px;
  }
  .content-post h6:not(.neutral),
  .elementor-widget-text-editor h6:not(.neutral) {
    font-size: 14px;
  }
  .content-post blockquote:not(.neutral),
  .elementor-widget-text-editor blockquote:not(.neutral) {
    border-radius: 12px;
    padding: 25px;
  }
	.content-post table {
	  font-size: 14px;
	}
	.content-post{
	  font-size: 14px;
	}
	.content-post  ol:not(.neutral),
	.elementor-widget-text-editor ol:not(.neutral) {
		margin-right : 10px;
	}
	
	.content-post ol:not(.neutral),
	.elementor-widget-text-editor ol:not(.neutral) {
				margin-right : 10px;
	}

}
.box-poupup.active {
  opacity: 1;
  visibility: visible;
}

.box-poupup {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  min-width: 666px;
  z-index: 999999;
  visibility: hidden;
  max-height: 95vh;
  overflow: auto;
  background: #fff;
  border-radius: 30px;
  padding: 48px;
}

.main-breadcrumb, .rank-math-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606979;
  font-weight: bold;
  fill: #cbd0da;
  flex-grow: 1;
    overflow: auto;
  scrollbar-width: none;
  overflow: auto;
  white-space: nowrap;
}
.main-breadcrumb .separator, .rank-math-breadcrumb .separator {
  padding: 0 10px;
}
.main-breadcrumb .last, .rank-math-breadcrumb .last {
  color: #7D05CF;
}

#mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0.2;
  background-color: #010717;
}

.wp-block-button__link {
  background: #7D05CF !important;
  color: #fff !important;
  padding: 4px 15px !important;
  border: none !important;
  border-radius: 12px !important;
  margin-bottom: 25px !important;
}

.send-request-success.error {
  background: red;
  color: #fff;
}

.input_quick_price_inquiry.error {
  border: 1px solid #e36a6a;
}

@media (max-width: 767.98px) {
  .box-poupup {
    width: 100%;
    border-radius: 0;
    max-height: 100vh;
    min-width: 100%;
    top: 0;
    transform: unset;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
  }
}
.header-responsive-shadow {
  filter: drop-shadow(0 2px 0 #dce7e7);
  background-color: #fff;
}

.pic-user-call-header-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.161;
  width: 43px;
  height: 43px;
  border-radius: 21px;
  background-color: #fff;
  border: 1px solid;
  animation: fade 2s infinite;
}

.pic-user-call-header-top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.078;
  width: 55px;
  height: 55px;
  border-radius: 31px;
  background-color: #fff;
  border: 1px solid;
  animation: fade2 2s 0.2s infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .section-base {
    padding: 20px 0;
  }
}
.main-menu li {
  position: relative;
}
.main-menu li .sub-menu {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 300px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 23px;
  transform: translateY(100%);
  z-index: 999;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.woocommerce-pagination .page-numbers {
  min-width: 50px;
  height: 50px;
  border-radius: 14px;
  font-size: 19px;
  color: #7D05CF;
  font-weight: 600;
  padding: 5px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEFF5;
  transition: all 0.3s;
}
.woocommerce-pagination .page-numbers:hover {
  background: #F1F3F8;
  border: 1px solid transparent;
}
.woocommerce-pagination .page-numbers.current {
  background: #e45858;
  color: #fff;
  border: 1px solid transparent;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  font-size: 14px;
  gap: 14px;
}
.woocommerce-pagination .page-numbers.next svg, .woocommerce-pagination .page-numbers.prev svg {
  width: 12px;
  height: 12px;
}
.woocommerce-pagination .page-numbers.next {
  margin-right: 9px;
}
.woocommerce-pagination .page-numbers.prev {
  flex-direction: row-reverse;
  margin-left: 9px;
}
.woocommerce-pagination .page-numbers.prev svg {
  rotate: 180deg;
}

.wpcf7 input[type=submit] {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7ebf2;
  font-size: 15px;
  color: #05944b;
  font-weight: bold;
  padding: 20px 39px;
}
.wpcf7 .wpcf7-form > p label {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7ebf2;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  color: #495666;
  font-weight: bold;
  padding: 18px;
}
.wpcf7 .wpcf7-form > p label input,
.wpcf7 .wpcf7-form > p label textarea {
  font-size: 13px;
  color: #909cab;
  font-weight: bold;
  width: 100%;
}
.wpcf7 .wpcf7-form > p label input:focus,
.wpcf7 .wpcf7-form > p label textarea:focus {
  outline: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  font-size: 12px !important;
  color: #8f9aa7 !important;
  font-weight: bold;
  border: unset !important;
  padding: unset !important;
  margin: unset !important;
  margin-top: -60px !important;
  margin-right: 120px !important;
  display: flex;
}
.wpcf7 .wpcf7-form textarea {
  max-height: 100px;
}

.title-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}
.title-line.title-line-f0f2f6 .line {
  background: #f0f2f6;
}

.title-line .line {
  height: 1px;
  background: #e8ecf3;
  flex-grow: 1;
}

.leaflet-marker-icon {
  width: -moz-max-content !important;
  width: max-content !important;
}

.section-form .send-request-success {
  padding: unset;
  margin-top: 11px;
  position: absolute;
  color: #42785f;
  background: unset;
}
.section-form .send-request-success.error {
  background: unset;
  color: red;
}

@media (max-width: 1199.98px) {
  .section-form .box-right::after {
    bottom: -15px;
    width: 100%;
    height: 2px;
    top: unset;
  }
}
.ListScrollContentTitle .heading-h3 {
  margin-right: 20px;
}
.ListScrollContentTitle .heading-h3 .icn {
  background: #7D05CF;
  border: 2px solid #7D05CF;
  width: 10px;
  height: 2px;
  border-radius: 6px;
}

.drop-shadow-c {
  filter: drop-shadow(0px 3px 0px #eee);
  background: #fff;
}/*# sourceMappingURL=style.css.map */


.box-scroller-single{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 999;
    bottom: 0;
}
.scroller-content-mobile{
    height: 100%;
  background: #7D05CF;
}

@media (max-width: 991.98px) {
    .box-scroller-single{
        top: 65px;
        bottom: unset;
    }
}
.rating-box {
  display: flex;
  align-items: flex-start;
}

.rating-box .rating-average {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding-left: 36px;
  padding-right: 24px;
  margin-left: 36px;
  box-shadow: -12px 0px 24px -20px rgba(22, 75, 138, 0.27);
}

.rating-box .rating-average .rating-star-icon {
  width: 36px;
  height: 36px;
  fill: #CE893E;
}

.rating-box .rating-average .rating-score {
  font-size: 44px;
  font-weight: bold;
  color: #164B8A;
  line-height: 1;
}

.rating-box .rating-details {
  display: flex;
  flex-direction: column;
}

.rating-box .rating-details .rating-title {
  font-size: 14px;
  font-weight: bold;
  color: #164B8A;
  margin-bottom: 4px;
  display: flex;
}

.rating-box .rating-details .rating-stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5EAF0;
  padding-bottom: 12px;
  margin-bottom: 6px;
}

.rating-box .rating-details .rating-stars .rating-star {
  width: 20px;
  height: 20px;
  fill: #CCD2DA;
}

.rating-box .rating-details .rating-stars .rating-star.active {
  fill: #CE893E;
}

.rating-box .rating-details .rating-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-box .rating-details .rating-count .count-number {
  font-size: 14px;
  font-weight: 600;
  color: #164B8A;
  opacity: 0.5;
}

.rating-box .rating-details .rating-count .count-text {
  font-size: 12px;
  font-weight: 600;
  color: #164B8A;
  opacity: 0.5;
}
.box-poupup-form-talent .gform_confirmation_message{
    background: green;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 11px;
}

.box-poupup-form-talent .gform_heading{
  display: none !important;
}

.btn-form-talent-header{
  filter: drop-shadow(0 3px 0 #d57677);
  background-color: #e45858;
  border: 1px solid #d57677;
}

.box-poupup-form-talent .gform-theme--framework .gf_progressbar .percentbar_blue{
  background: #e45858 !important;
}

.box-poupup-form-talent .gform_next_button  ,
.box-poupup-form-talent  .gform_button {
  background: #e45858 !important;
    border-radius: 12px !important;
}

.box-poupup-form-talent .gform_previous_button {
    border-radius: 12px !important;
}

.box-poupup-form-talent .gf_progressbar_title{
  display: none !important;
}

.box-poupup-form-talent legend.gform-field-label{
    font-size: 15px !important;
  margin-bottom: 28px !important;
}

.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #e45858 !important;
}

.gform_title{
	margin-bottom : 30px;
}

.ginput_container input[type=text] {
	  border-radius: 9px;
	  border: 1px solid #eee;
	  box-shadow: unset;
}

.ginput_container input[type=text]:focus {
	  outline : none ;
}
.gf_progressbar_percentage {
	  background: #e45858 !important;

}
.gform_wrapper {
  max-width: 700px;
  margin: 50px auto;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 12px;
}
.pathfinder-c {
  position: fixed;
  bottom: 85px;
  right: 15px;
  background: #e45858;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0 9px;
  border-radius: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 9999;
  display: none;
  align-items: center;
  gap: 4px;
  min-width: 70px;
  height: 70px;
  flex-flow: column;
  justify-content: center;
  	opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;

}


.pathfinder-c .inner {
  display: inline-block;
  font-size: 18px;
  animation: rocket-move 1s ease-out forwards;
  min-width: 25px;
  position: absolute;
  top: -4px;
}

@keyframes rocket-move {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  10% {
    transform: translate(1px, -2px) rotate(-1deg) scale(1.1);
  }
  25% {
    transform: translate(2px, -5px) rotate(-2deg) scale(1.2);
  }
  40% {
    transform: translate(3px, -8px) rotate(-3deg) scale(1.3);
  }
  60% {
    transform: translate(4px, -10px) rotate(-5deg) scale(1.45);
  }
  80% {
    transform: translate(5px, -12px) rotate(-7deg) scale(1.55);
  }
  100% {
    transform: translate(5px, -12px) rotate(-7deg) scale(1.55); /* جای نهایی */
  }
}

/* فقط در موبایل نمایش بده */
@media (max-width: 768px) {
  .pathfinder-c {
    display: flex;
  }
}

.pathfinder-c.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@keyframes enhancedPulse {
  0%, 100% { 
    transform: translateX(0) scale(1);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.5), 0 0 20px rgba(255, 69, 0, 0.3);
  }
  30% { 
    transform: translateX(8px) scale(1.05);
    box-shadow: 0 0 15px rgba(255, 140, 0, 0.7), 0 0 30px rgba(255, 69, 0, 0.5);
  }
  60% {
    transform: translateX(-5px) scale(1.03);
    box-shadow: 0 0 12px rgba(255, 140, 0, 0.6), 0 0 25px rgba(255, 69, 0, 0.4);
  }
}


#cta-arrow {
  position: fixed;
  bottom: 95px;
  z-index: 1000;
  width: 100px;
  height: 35px;
  background: linear-gradient(90deg, #e45858, #4f35cb);
  color: white;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: right 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  right: 20px;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  animation: enhancedPulse 0.5s infinite;
  padding: 0 14px 0 5px;  opacity: 0;
}

@media (max-width: 768px) {
    #cta-arrow{display : flex;}
}


.quick_price_inquiry {
    position: relative;
}

.form-loading-text {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    color: #333;
    font-size: 15px;
    font-weight: 500;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    z-index: 10;
}

.form-loading-text.active {
    display: flex;
}

.text-\[\#8b9cb3\] {
    --tw-text-opacity: 1;
    color: rgb(109 109 109);
}

.auther-description {
	color : #646169 ;
}

.content-post  video{
/*   border-radius: 12px;
  max-height: 400px;
  margin: 40px auto;
  width: max-content; */
}

.footer-copyright{
  color: #fff;
  text-align: center;
  width: 100%;
  display: grid;
  padding: 13px 0;
  border-top: 1px solid #ffffff30;
  margin-top: 34px;
  font-size: 14px;
}


@media (max-width: 991.98px) {
    .header-box{
	  position: sticky;
	  top: 0;
	  background: #fff;
		z-index : 99999;
		    box-shadow: 0 0 0 2px #dce7e7;
}
.mobile-menu .main-mobile > ul > li::after {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  background: rgba(0, 0, 0, 0.04);
  height: 1px;
  bottom: 0;
  z-index: 9;
}

.mobile-menu .mobile_menu_ul_main ul > li {
  border-bottom: 1px solid #e9f3f3;
}

.mobile-menu .main-mobile ul li {
  position: relative;
}

.mobile-menu .main-mobile ul li a {
  display: flex;
  position: relative;
  padding: 11px 0;
  margin-left: 45px;
  font-size: 13px;
  color: #233564;
  align-items: center;
  gap: 15px;
}

.mobile-menu .main-mobile ul li a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-menu .main-mobile ul li.menu-item-has-children .childer {
  position: absolute;
  content: "\e94d";
  font-family: icomoon;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 66;
  cursor: pointer;
  font-size: 7px;
  color: #b8cece;
}

.mobile-menu .main-mobile ul li.menu-item-has-children .childer:after {
  content: "\e91e";
}

.mobile-menu .main-mobile ul li.menu-item-has-children.active::before {
  transform: rotate(180deg);
}

.mobile-menu .main-mobile ul li.menu-item-has-children.active > a {
  color: #233564;
}

.mobile-menu .main-mobile ul li.menu-item-has-children.active > a::before {
  transform: translateY(-50%) rotate(180deg);
  background: rgba(0, 0, 0, 0.04);
}

.mobile-menu .main-mobile ul li a:hover {
  color: #233564;
}

.mobile-menu .main-mobile ul li > .sub-menu {
  display: none;
}

.mobile-menu .main-mobile ul li > .sub-menu li a {
  font-weight: 700;
  font-size: 13px;
  color: #666;
  padding: 10px 0;
}

.mobile-menu .main-mobile ul li > .sub-menu li a:hover {
  color: #1F4983;
}

  .mobile-menu .main-mobile ul li a{
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    padding: 11px 0;
    margin-left: 45px;
    font-size: 14px;
    color: #233564;
    gap: 15px;
  }
  .header-box {
    box-shadow: 0 0 0 2px #dce7e7;
    background-color: #fff;
  }

  .box-poupup-special.active {
  display: flex;
}

.box-poupup-special {
  top: 70px;
  left: 15px;
  right: 15px;
  bottom: 87px;
  position: fixed;
  border-radius: 10px;
  background-color: #fff;
  z-index: 999999;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  display: none;
    padding: 1.25rem;
    background: #fff;
    flex-direction: column;
}
}

.custom-post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
	  color: #646169;
}

.custom-post-meta__label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-post-meta__icon {
    width: 18px;
    height: 18px;
}

.custom-post-meta__date {
    white-space: nowrap;
	font-weight: 700;
  font-size: 16px;
}








.custom-video-wrapper {
  position: relative;
  border-radius: 12px;
  max-width: 70%;
  margin: 40px auto;
  overflow: hidden;
	  border: 1px solid #d9d9d9;
}


.custom-play-overlay{
  background: #fff;
  width: 100px;
  height: 100px;
  opacity: 1;
  display: flex ;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
  z-index: 2;
  border-radius: 100%;
  left: 50%;
	cursor : pointer ;
}
@keyframes pulse-ring {
  0% {
    transform: translate(50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(50%, -50%) scale(1.25);
    opacity: 0.3;
  }
  100% {
    transform: translate(50%, -50%) scale(1);
    opacity: 1;
  }
}
.custom-play-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 150%;
  height: 150%;
    background: #ffffff70;
  z-index: 1;
  border-radius: 100%;
  animation: pulse-ring 2.2s ease-out infinite;
}

.custom-play-overlay svg {
  width: 28px;
  height: 28px;
	fill : #e45858;
}


 .plyr__sr-only {
  text-indent: -9999px;
  width: 100px !important;
  height: 100px !important;
  display: flex;
  clip: unset;
  border: unset;
  height: unset;
  overflow: unset;
  padding: unset;
  position: absolute !important;
  width: unset;
  align-items: center;
  justify-content: center;
}

 .plyr__sr-only::before {
  content: "";
  background: #fff;
  width: 84%;
  height: 84%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}
@keyframes rotate-soft {
  0% {
    transform: translate(50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
 .plyr__sr-only::after {
  content: "";
  background: linear-gradient(147.34deg, #fff 28.26%, #e45858 59.64%);
  width: 85%;
  height: 85%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -2;
  animation: rotate-soft 3.5s linear infinite;
}



@media (max-width: 768.98px) {
 .plyr__sr-only{
    width: 60px !important;
    height: 60px !important;
  }
 .custom-play-overlay{
    width: 60px !important;
    height: 60px !important;
  }
.custom-play-overlay::before{
    width: 130%;
    height: 130%;
  }
	.custom-video-wrapper{
		max-width : 100%;
	}
}

#ListH2ScrollContent .show-more {
  margin: auto;
    margin-top: auto;
  width: max-content;
  margin-top: 17px;
	    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    color: #4D5875; 
    font-weight: bold; 
    cursor: pointer; 
}

#ListH2ScrollContent .show-more svg{
	stroke : #164B8A;
}

.box-img-post {
	border : 1px solid #eee;
}

.highlight-row {
  background-color: rgba(0,0,0,.05);
  transform: scale(1.01);
  z-index: 1;
}
.blur-row {
  filter: blur(2px);
  opacity: .6;

}
.list-info-contact .item{
	    background: #fafafa8a;
  padding: 20px;
  border-radius: 12px;
  flex-direction: column;
	  border: 1px solid #e7ebf2;
}


.list-info-contact .item .icon {
  background-color: #7D05CF;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-info-contact .item .icon svg{
  fill: #fff;
  width: 24px;
  height: 24px;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.border-\[\#EAF2FA\] {
  --tw-border-opacity: 1;
  border-color: rgb(181, 181, 181); 
}
.box-img-post {
    border-color: rgb(181, 181, 181); 
}

.item-blog-index  .h-\[270px\] {
  height: 323px;
}


body.archive .item-blog-index .h-\[270px\] , body.category  .item-blog-index .h-\[270px\]{
	  height: 373px;
}

.card-mentor .card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 7px;
  background: linear-gradient(90deg, #e1994a, #f9c97c);
  z-index: 10;
}
.card-mentor .header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(transparent, white);
}
.card-mentor .header {
  background: linear-gradient(135deg, #164B8A 0%, #e45858 100%);
}
.card-mentor .section li::before {
  content: "→";
  position: absolute;
  right: 0;
    color: #e45858;
  font-weight: bold;
  font-size: 17px;
}

.poupup-mentor[open] {
  opacity: 1;
  transform: scale(1);
}
.poupup-mentor {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.poupup-mentor {
  transition: all 0.3s;
  max-width: 600px;
  max-height: 95vh;
  border-radius: 30px;
  padding: 48px;
}

@media (max-width: 768.98px) {
  .poupup-mentor {
    max-width: 100vw;
    margin: 15px;
    padding: 19px;
    border-radius: 12px;
  }
}


