@charset "UTF-8";
/*
Theme Name: kanoonedanesh
Theme URI: https://kanoonedanesh.ir
Author: FatehiAli
Author URI: https://kanoonedanesh.ir
Description: kanoonedanesh
Version: 1.0.0
*/
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: "Kalameh";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/KalamehWeb-SemiBold.woff2") format("woff2"),
       url("./assets/fonts/KalamehWeb-SemiBold.woff") format("woff");
	    font-display: swap;
}

@font-face {
  font-family: "morabba";
  font-style: medium;
  font-weight: 700;
  src: url("./assets/fonts/Morabba-Bold.woff");
	    font-display: swap;
}
.morabba-font {
  font-family: "morabba";
}

.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: #942186;
  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(22, 75, 138, 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: #942186;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  flex: 1;
}

.section-form .tab-title .item.active {
  color: #942186;
}
.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 #4684cd);
}

.quick-inquiry {
  filter: drop-shadow(0 3px 0 #4684cd);
  background-color: #942186;
  border: 1px solid #4684cd;
  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: #942186;
  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: #942186;
  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: #969fae;
  font-weight: bold;
  padding: 21px;
  flex-grow: 1;
  width: 100%;
}
.comment-form .comment-form-author input:focus,
.comment-form .comment-form-email input:focus {
  outline: unset;
}
.comment-form textarea {
  font-size: 14px;
  color: #969fae;
  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: #942186;
  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 .break-c{
      word-wrap: break-word;      /* قدیمی‌تر */
  overflow-wrap: break-word;  /* استاندارد */
  word-break: break-all;      /* در صورت نیاز متن رو هرجا بشکنه */
}
.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) {
  color: #11161c;
    text-align: right;
		font-family : Kalameh ; 
	font-weight : 600 ; 
}
.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: 24px;
  background-image: linear-gradient(45deg, transparent, rgba(22, 75, 138, 0.09));
  padding-right: 14px;
  border-radius: 14px;
  line-height: 2.5;
}

.content-post h2:not(.neutral) *,
.elementor-widget-text-editor h2:not(.neutral) *{
	font-weight : 600 ; 
}

.content-post h3:not(.neutral),
.elementor-widget-text-editor h3:not(.neutral) {
  font-size: 22px;
}
.content-post h4:not(.neutral),
.elementor-widget-text-editor h4:not(.neutral) {
  font-size: 20px;
}
.content-post h5:not(.neutral),
.elementor-widget-text-editor h5:not(.neutral) {
  font-size: 19px;
}
.content-post h6:not(.neutral),
.elementor-widget-text-editor h6:not(.neutral) {
  font-size: 18px;
}
.content-post ul:not(.neutral),
.elementor-widget-text-editor ul:not(.neutral) {
  padding: 5px 0 15px;
  line-height: 35px;
  list-style-type: none;
  color: #2C2C2C;
  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: #942186;
  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: #2C2C2C;
  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: #942186;
  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) {
  border-radius: 30px;
  background-color: #faf7f3;
  padding: 50px 125px;
  font-size: 15px;
  position: relative;
  text-align: justify;
  text-align: center;
  overflow: hidden;
  z-index: 0;
	margin-bottom : 30px;
}
.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;  z-index: -1;
}
.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;  z-index: -1;
}
.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 .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 #b5b5b5;
}
.content-post .wp-block-table thead tr th,
.elementor-widget-text-editor .wp-block-table thead tr th {
  background: #942186;
  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 .wp-block-table thead th, .elementor-widget-text-editor .wp-block-table thead th {
  background: #942186;
  color: #fff;
}

.content-post table tr:nth-child(2n+1) {
  background-color: rgba(22, 75, 138, 0.04);
}

.content-post table td,
.elementor-widget-text-editor table td {
  min-width: 110px;
}
.content-post table{
	margin : auto ;
}
.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-radius: 12px;
}

.content-post *::-webkit-scrollbar-track {
    background: #E1994A;
    border-radius: 20px;
}
.content-post *::-webkit-scrollbar-thumb {
    background: #E1994A;
    border-radius: 20px;
}

.content-post *::-webkit-scrollbar-thumb:hover {
    background: #E1994A;
}
.content-post *{
   scrollbar-color: #E1994A #E1994A;
   scrollbar-width: thin;
}

@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: 15px;
	}
	.content-post ul:not(.neutral),
	.elementor-widget-text-editor ul:not(.neutral) {
		margin-right : 10px
	}
	.content-post ol:not(.neutral),
	.elementor-widget-text-editor ol:not(.neutral) {
		margin-right : 10px
	}
}
.box-poupup-css.active {
  opacity: 1;
  visibility: visible;
}

.box-poupup-css {
  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 ul, .rank-math-breadcrumb ul {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #969fae;
  font-weight: bold;
  fill: #cbd0da;
  flex-grow: 1;
  overflow: auto;
  scrollbar-width: none;
      overflow: auto;
  white-space: nowrap;

}
.main-breadcrumb ul .separator, .rank-math-breadcrumb ul .separator {
  padding: 0 10px;
}
.main-breadcrumb ul .last, .rank-math-breadcrumb ul .last {
  color: #942186;
}

#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: #942186 !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-css {
    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;
  flex-wrap: wrap;
      width: 100%;
}
.woocommerce-pagination .page-numbers {
  min-width: 50px;
  height: 50px;
  border-radius: 14px;
  font-size: 19px;
  color: #942186;
  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: #F6AD5E;
  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 legend {
    margin-bottom: 40px;
}
.wpcf7 label{
  margin-top: -29px;
  background: #fff;
  width: max-content;
  padding: 0 10px;
}

.wpcf7 input[type=submit] ,  .wpcf7 button{
  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  ,.wpcf7 .wpcf7-form .form-group {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7ebf2;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  color: #495666;
  font-weight: bold;
  padding: 18px;
  margin-bottom: 20px;
}

.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
  font-size: 13px;
  color: #909cab;
  font-weight: bold;
  width: 100%;
}
.wpcf7 .wpcf7-form input:focus,
.wpcf7 .wpcf7-form 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;
  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: #942186;
  border: 2px solid #942186;
  width: 10px;
  height: 2px;
  border-radius: 6px;
}/*# 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%;
}

@media (max-width: 991.98px) {
    .box-scroller-single{
    top: 65px;        bottom: unset;
    }
    .woocommerce-pagination .page-numbers {
      min-width: 30px;
      height: 30px;
    }
}

.box-iframe-contact iframe{
	height : 100%;
}

.wp-block-separator{
      margin-bottom: 13px;
		  color: #94218673;
}


.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 #cf8332);
  background-color: #E1994A;
  border: 1px solid #cf8332;
}

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

.box-poupup-form-talent .gform_next_button  ,
.box-poupup-form-talent  .gform_button {
  background: #942186 !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: #942186 !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 ;
}

.page-id-2685 .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: #942186;
  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;
}


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

@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;
  }
}


.ListScrollContentTitle  {
  height: 300px;
  overflow: hidden;
}


#ListH2ScrollContent .show-more{
  margin: auto;
  width: max-content;
  margin-top: 17px;
}

.hot-box {
  min-width: 26px;
  min-height: 26px;
  background-image: linear-gradient(0deg, #ff6124 0%, #f13147 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transform: rotate(17deg);
  box-shadow: 0px 0px 16px -1px #ff6124;
}
.item-hashtag-slider {
  filter: drop-shadow(0px 1px 0px rgba(148, 183, 183, 0.27));
  border: 1px solid #e1efef;
  transition: all 0.3s;
}


@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: #cf8332;
  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;}
}

.content-post ul:not(.neutral) li ul{
	margin-right : 30px;
}




.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;
}


.auther-description {
	color : #646169 ;
}



.careers-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Header */
.careers-header {
  text-align: center;
  margin-bottom: 40px;
}
.careers-header h1 {
  font-size: 2.2em;
  color: #2c3e50;
}

/* Mission */
.mission-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Perks Section */
.perks-section {
  text-align: center;
  margin: 50px 0;
}
.perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.perk {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.perk-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.perk-icon img {
  width: 32px;
  height: 32px;
}
.perk-icon.blue {
  background-color: #3498db;
}
.perk-icon.orange {
  background-color: #e67e22;
}
.perk h3 {
  font-size: 1.1em;
  color: #2c3e50;
}

/* Testimonial */
.testimonial {
  background: #ecf0f1;
  padding: 30px;
  border-radius: 8px;
  margin: 40px 0;
  text-align: center;
  font-style: italic;
}
.testimonial .author {
  font-weight: bold;
  color: #e67e22;
  margin-top: 10px;
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat {
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.stat.orange {
  background-color: #e67e22;
}
.stat.blue {
  background-color: #3498db;
}
.stat-title {
  font-size: 2em;
  font-weight: bold;
  display: block;
}
.stat-sub {
  font-size: 0.9em;
  display: block;
  margin-top: 10px;
}

/* Open Positions */
.open-positions {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.open-positions h2 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
}
.position h3 {
  color: #e67e22;
}
.position ul {
  padding-right: 20px;
}

/* CTA */
.cta {
  text-align: center;
  background: #e67e22;
  color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 50px 0;
}
.cta-btn {
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
  font-weight: bold;
}
.cta-btn:hover {
  opacity: 0.9;
}

.page-id-5463 main.container {
	  background-color: #f5f5f5;
	  color: #333;
}

@media (max-width: 991.98px) {
  .header-box{
	  position: sticky;
	  top: 0;
	  background: #fff;
		z-index : 99999;
}
.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{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 12px;
	}

.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: 30px;
  height: 30px;
  -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: column-reverse;
    display: flex;
    position: relative;
    padding: 11px 0;
    margin-left: 45px;
    font-size: 14px;
    color: #233564;
    gap: 15px;
    background: #fafafa;
    width: 100%;
    margin: 5px;
    border-radius: 12px;
    padding: 13px 10px;
    justify-content: start;
  }
  .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: 15px;
  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;
}
}

.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;
}

.custom-post-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
	  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-size: 15px;
}




.wp-block-video {
  position: relative;
  border-radius: 12px;
  max-width: 70%;
  margin: 40px auto;
  overflow: hidden;

}

.wp-block-video .plyr__video-wrapper {
  background: #fff !important;
}

.wp-block-video .plyr__poster {
  background-size: cover;
  background-color: #fff;
}

.wp-block-video > .plyr {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wp-block-video > .plyr .plyr__controls {
  opacity: 0;
  visibility: hidden;
}

.wp-block-video > .plyr.plyr--playing::before {
  opacity: 0;
}

.wp-block-video > .plyr.plyr--playing .plyr__controls {
  opacity: 1;
  visibility: visible;
}

.wp-block-video .plyr--playing + .box-title-video {
  opacity: 0;
  visibility: hidden;
}

.wp-block-video .plyr__control--overlaid {
  background: #fff;
  width: 100px;
  height: 100px;
  opacity: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.wp-block-video .plyr__control--overlaid svg {
  width: 28px;
  height: 28px;
}
@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;
  }
}
.wp-block-video .plyr__control--overlaid::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;
}

.wp-block-video .plyr--video .plyr__control--overlaid:focus-visible,
.wp-block-video .plyr--video .plyr__control--overlaid:hover,
.wp-block-video .plyr--video .plyr__control--overlaid[aria-expanded="true"] {
  background: #fff;
}

.wp-block-video .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;
}

.wp-block-video .plyr__control--overlaid .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);
  }
}
.wp-block-video .plyr__control--overlaid .plyr__sr-only::after {
  content: "";
  background: linear-gradient(147.34deg, #fff 28.26%, #0e67d9 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) {
      .wp-block-video .plyr__sr-only{
    width: 60px !important;
    height: 60px !important;
  }
  .wp-block-video .plyr__control--overlaid{
    width: 60px !important;
    height: 60px !important;
  }
  .wp-block-video .plyr__control--overlaid::before{
    width: 130%;
    height: 130%;
  }
.wp-block-video {
        max-width: 100%;

}
}

.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, #942186 0%, #0f3566 100%);
}
.card-mentor .section li::before {
  content: "→";
  position: absolute;
  right: 0;
  color: #e1994a;
  font-weight: bold;
  font-size: 17px;
}

.poupup-mentor{
  transition: all 0.3s;
  max-width: 600px;
  max-height: 95vh;
  border-radius: 30px;
  padding: 48px;
}

.poupup-mentor {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

.poupup-mentor[open] {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 768.98px) {
	.poupup-mentor {
		max-width: 100vw;
		margin: 15px;
		padding: 19px;
		border-radius: 12px;
	}
	
	.poupup-mentor  .close-box {
		margin-bottom : 20px;
	}
	.custom-post-meta{
		font-size: 13px;
		gap: 4px;
		justify-content: space-between; 
	}
	.custom-post-meta__date{
		font-size : 14px;
	}
}


.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: #942186;
  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;
}

.wp-block-code code {
	margin: 10px 0 25px ;
}


.border-\[\#EAF2FA\] {
  --tw-border-opacity: 1;
  border-color: #A3A3A3;
}

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

code {
  direction: ltr;
  unicode-bidi: isolate;
}


.pic-larg-auther  img{
	  max-width: 600px;
  max-height: 600px;
  object-fit: cover;
  border-radius: 100%;
  border: 10px solid #cf8332;
}


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

}



.final-cta .form-container {
  max-width: 500px;
  margin: 2rem auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.final-cta .form-container label{
  color: #fff !important;
  text-align: center !important;
  justify-content: center !important;
}

.final-cta .form-container input , .final-cta .form-container select{
    width: 100%;
  border: none;
  border-radius: 8px !important;
  font-size: 1rem;
  border: none !important;  
}

.final-cta .form-container .gform_fields {
  gap: 1rem;
}

.final-cta .form-container .gform_title{
  display: none;
}


.final-cta .form-container .gform_button{
  padding: 12px 30px;
  border-radius: 50px !important;
  font-weight: 600 !important;
  gap: 0.5rem;
    column-gap: 0.5rem;
  background: #f97316 !important;
}


.final-cta .form-container .gform-footer {
  justify-content: center;
}

.internship-public-sec{
  letter-spacing: -5%;
}

.rank-math-breadcrumb{
	  background: #f9f9f9;
	  padding: 17px;
	  border-radius: 12px;
}

.text-\[\#2C2C2C\]{
  color : #2C2C2C ;
}
.text-\[\#495666\]{
	  color : #2C2C2C ;
}
.education-center-card .services-section ul.services-list {
	color: #2C2C2C;
}

@media (max-width: 575px){
	.tab\:gap-1 {
	  gap: 0.25rem;
	}	
}

#ListH2ScrollContent{
	  box-shadow: 0 3px 10px -3px #ccc;
	background : #f8f8f8;
}

.ListScrollContentTitle li a{
	transition : all 0.3s;
	color: #5a5c5f; 
}
.ListScrollContentTitle li a:hover{
	color : #E1994A;
	transform: translateX(-10px);
}

.Kalameh{
	font-family : Kalameh
}

.item-blog-index{
	  transition: all 0.3s;
}
.item-blog-index   .title {
	background-image: linear-gradient(to right, #942186c9 , #113e75 50%, #273039 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 202% 100%;
  background-position: 100%;
  transition: all 0.5s;
}
.item-blog-index:hover .title {
	background-position: 199%;
}

.item-blog-index:hover{
	transform : translateY(-3px);
}

.main-menu li a{
	transition : all 0.3s;
}
.main-menu li a img{
	transition : all 0.3s;
}

.main-menu li a:hover{
color : #E1994A;
}
.main-menu li a:hover img{
	filter: brightness(0) saturate(100%) invert(79%) sepia(13%) saturate(2446%) hue-rotate(330deg) brightness(91%) contrast(93%);
}

.card-bootcamp , .item-project {
	transition : all 0.3s;
}
.card-bootcamp:hover , .item-project:hover {
	  transform: translateY(-8px);
  box-shadow: 0 30px 45px -12px rgba(0, 0, 0, 0.25);
  border-color: rgba(22, 75, 138, 0.2);
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.2), box-shadow 0.4s ease, border-color 0.2s;
}


.content-list-course {
  position: absolute;
  left: 0;
  top: 0;
  width: 59%;
	display : none;
}
.list-course-tabs > li:first-child .content-list-course{
	display : block;	
}

@media (max-width: 1022px){
	.content-list-course{
		position : unset ; 
		width : 100%;
		margin-top : 12px;
	}
	.list-course {
		height : unset ; 
	}
}

.bg-\[\#E1994A\] {
  background: #d4af37;
}