.elementor-kit-6{--e-global-color-primary:#3776FF;--e-global-color-secondary:#020204;--e-global-color-text:#FFFFFF82;--e-global-color-accent:#FF8437;--e-global-typography-primary-font-family:"Pinar";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Pinar";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Pinar";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Pinar";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );font-family:"Pinar", Sans-serif;line-height:30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Pinar", Sans-serif;}.elementor-kit-6 h1{font-family:"Pinar", Sans-serif;}.elementor-kit-6 h2{font-family:"Pinar", Sans-serif;}.elementor-kit-6 h3{font-family:"Pinar", Sans-serif;}.elementor-kit-6 h4{font-family:"Pinar", Sans-serif;}.elementor-kit-6 h5{font-family:"Pinar", Sans-serif;}.elementor-kit-6 h6{font-family:"Pinar", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:830px;}.e-con{--container-max-width:830px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:376px;}.e-con{--container-max-width:376px;}}/* Start custom CSS */.span-reading-time{
font-size: 12px;
color: #999C9F;
}
p{
    margin: 0;
}

.text-gradient {
    background: linear-gradient(to left, #FFFFFF 0%, #999999 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.text2-gradient{
   background: linear-gradient(180deg, #999999 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.text3-gradient {
    background: linear-gradient(to right, #FFFFFF 0%, #999999 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hover-card {
    position: relative !important;
    overflow: hidden !important;
}

.counter {
    background: linear-gradient(180deg, #FFFFFF 20%, #777777 70%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hover-card::after {
    content: "";
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 366px;
    height: 1px;
    background: #3776FF;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

.hover-card::before {
    content: "";
    position: absolute;
    bottom: -100px !important;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 150px !important;
    background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/خانم-وطن-دوست.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    pointer-events: none;
    z-index: 1;
}

.hover-card:hover::after,
.hover-card:focus-within::after {
    opacity: 1;
}

.hover-card:hover::before,
.hover-card:focus-within::before {
    opacity: 1;
    bottom: 0px !important;
}

.course-list .elementor-icon-list-items li:last-child .elementor-icon-list-text{
    color: #FF8437 !important;
}

.video-icon .elementor-custom-embed-play {
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 55px;
    background: rgba(255, 255, 255, 0.012);
    border: 1px solid rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(24px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    gap: 11px;
    box-sizing: border-box;
    cursor: pointer;
}
@media (max-width: 768px) {
    .video-icon .elementor-custom-embed-play {
        width: 52px !important;
        height: 52px !important;
        padding: 13px !important;
        /* چون ابعاد تغییر کرده، border-radius را هم متناسب با آن اصلاح می‌کنیم */
        border-radius: 50%; 
    }
    
    /* برای تنظیم اندازه آیکون داخل دکمه */
    .video-icon .elementor-custom-embed-play i,
    .video-icon .elementor-custom-embed-play svg {
        width: 17px !important;
        height: 17px !important;
    }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.comingsoon img {
    animation: spin 6s linear infinite;
}

.testimonial-person {
    position: relative;
    overflow: hidden;
}

.testimonial-person::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 366px;
    height: 1px;
    background: #3776FF;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

.testimonial-person::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/Rectangle-6372-2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 1;
}

.testimonial-person:hover::after,
.testimonial-person:focus-within::after {
    opacity: 1;
}

.testimonial-person:hover::before,
.testimonial-person:focus-within::before {
    opacity: 1;
    top: 0;
    border:none !important;
}



.hangdrum-voice {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.hangdrum-voice::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 541px;
    max-width: 90%;
    height: 1px;
    background: #3776FF;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

.hangdrum-voice::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/Rectangle-6372-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 1;
}

.hangdrum-voice:hover,
.hangdrum-voice:focus-within {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hangdrum-voice:hover::after,
.hangdrum-voice:focus-within::after {
    opacity: 1;
}

.hangdrum-voice:hover::before,
.hangdrum-voice:focus-within::before {
    opacity: 1;
    top: 0;
    border: none !important;
}
.e-n-accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    transition: border-radius 0.3s ease;
}

.e-n-accordion-item[open] {
    border-radius: 12px 12px 0 0 !important;
}
.faq .e-n-accordion-item-title-icon {

    padding: 8px 16px;
    background: #1A1C26;
    border-radius: 70px;

}
.page-numbers.prev,
.page-numbers.next {
  font-size: 0;
  display: flex;
  align-items: center;
}

.page-numbers.prev::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.page-numbers.next::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/elements-48.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.page-numbers.prev::before,
.page-numbers.next::before {
  filter: invert(65%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%);
}
nav.elementor-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  padding: 4px 10px;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
  line-height: 1;
}
.page-numbers.current,
.page-numbers:hover {
  background: #FF8437;
}
.page-numbers.prev::before,
.page-numbers.next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.page-numbers.prev,
.page-numbers.next {
  font-size: 0;
  display: flex;
  align-items: center;
}

.page-numbers.prev::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.page-numbers.next::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://farhadbathaee.com/wp-content/uploads/2026/06/arrow-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.page-numbers.prev::before,
.page-numbers.next::before {
  filter: invert(65%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%);
}
nav.elementor-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  padding: 4px 10px;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
  line-height: 1;
}
.page-numbers.current,
.page-numbers:hover {
  background: #FF8437;
}
.page-numbers.prev::before,
.page-numbers.next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.show-more-btn{
    cursor: pointer;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Pinar';
	font-display: auto;
	src: url('https://farhadbathaee.com/wp-content/uploads/2026/06/Pinar-VF-FDDSTYKSHDwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */