body {
    font-family: Yekan Bakh;
    background-color: #ffffff;
    overflow-x: hidden;
}
a {
    color: #ff5100;
    transition: all 0.2s linear;
}
h1 {
    font-size: 50px;
    font-weight: 950;
    line-height: 66px;
    letter-spacing: -0.02em;
}
h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: -0.03em;
}
h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 55.8px;
    letter-spacing: -0.04em;
}
h4 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -0.03em;
}
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
}
::placeholder {
    font-family: Yekan Bakh;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #858691;
}
.btn-outline-dark {
    padding: 20px 30px;
    border-radius: 40px !important;
    border: 1px solid #D1D1D1;
}
.btn-primary {
    background-color: #ff5100;
    border-color: #ff5100;
}
.btn-primary:hover {
    background-color: #da4700;
    border-color: #da4700;
}
.cursor {
    cursor: pointer;
}
.bg-body-transparent {
    background-color: transparent;
    transition: background-color 500ms linear;
}
.navbar {
    min-height: 70px;
}
.fixed-top {
    background-color: #fff0d1 !important;
}
.fixed-top.bg-white {
    background-color: #ffffff !important;
}
.fixed-top.scrolled {
    background-color: #ffffff !important;
    transition: background-color 500ms linear;
}
.navbar-nav .nav-link.active {
    font-weight: 700;
}
.dropdown-item, .btn {
    border-radius: 10px;
}
.dropdown-item.active {
    background-color: #ff5100;
}
.btn-link-header {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #000000;
}
.btn-link-header:hover {
    color: #000000;
}
.btn-header {
    padding: 10px 26px;
}
/*megamenu*/
.mp-megamenu {
    position: static;
}
.mp-megamenu .dropdown-menu.show {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #c4c4c4;
    background-color: #ffffff;
}
.mp-megamenu-box {
    width: 100%;
}
.mp-body.mp-megamenu-show:after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(100,100,100,0.5);
    content: '';
    z-index: 1;
}
.mp-mega-box1 {
    background-color: #ffffff;
    padding: 30px;
}
.mp-mega-box2 {
    background-color: #E9EAEE;
    padding: 30px;
}
.mp-mega-box2:before {
    content: "";
    position: absolute;
    background-color: #E9EAEE;
    height: 100%;
    width: 40%;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    .row-mega-menu strong::after {
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-left: .3em solid transparent;
        border-bottom: 0;
        border-right: .3em solid transparent;
    }
}


@media (min-width: 200px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.mp-megamenu-sub {
    margin-top: 14px;
    list-style: none;
    padding: 0;
}
.mp-megamenu-sub li {
    margin-bottom: 8px;
}

a.load-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
a.load-more {
    width: 12rem;
    height: auto;
}
a.load-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #ff5100;
    border-radius: 10px;
}
a.load-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
a.load-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
a.load-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
a.load-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 1.85rem 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
a.load-more:hover .circle {
    width: 100%;
}
a.load-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
a.load-more:hover .button-text {
    color: #fff;
    margin: 0 0 0 1.85rem;
}

@media (max-width: 768px) {
    .mp-mega-box2 {
        background-color: #ffffff;
    }

    .mega-menu-title {
        display: none;
    }
}
/*megamenu*/

.text-black {
    color: #000000 !important;
}
.text-dark {
    color: #1A213D !important;
}
.text-gray {
    color: #858691 !important;
}
.text-primary {
    color: #ff5100 !important;
}
.font-700 {
    font-weight: 700;
    font-size: 16px;
}
.z-index-2 {
    z-index: 2;
}
.font-800 {
    font-weight: 800;
    font-size: 22px;
}
.font-w700 {
    font-weight: 700;
}
.font-w800 {
    font-weight: 800;
}
.font-14x {
    font-size: 14px;
}

.font-16x {
    font-size: 16px;
}
.font-16x p {
    font-size: 16px;
}
.font-18x {
    font-size: 18px;
}
.font-24x {
    font-size: 24px;
}
.font-40x {
    font-size: 40px;
}

.width100 {
    width: 100%;
}
.display-flex {
    display: flex;
}
.display-block {
    display: block;
}
.no-decoration {
    text-decoration: none;
}
.ltr {
    display: inline-block;
    direction: ltr;
}
.pt-20 {
    padding-top: 20px;
}
.mp-body {
    margin-top: 74px;
}
.mp-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    display: inherit;
}
.mp-circle-link {
    border: 2px solid #000000;
    padding: 16px 20px;
    border-radius: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: bolder;
    transition: transform 0.1s linear 0.2s;
}
.mp-circle-link:hover {
    transform: rotate(-45deg);
}
.mp-bg-primary {
    background: #ff5100;
}
.p-20 {
    padding: 20px;
}
.pe-100 {
    padding-left: 100px;
}
.ps-100 {
    padding-right: 100px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}

.btn-dark {
    background-color: #000000;
}
.btn-light {
    background-color: #ffffff;
    border: 1px solid #D1D1D1;
}

/* hero Home */
.mp-hero {
    background-color: #fff0d1;
    padding-top: 64px;
    padding-bottom: 104px;
    position: relative;
}
.mp-hero:after {
    content: "";
    width: 100%;
    background-color: #ffffff;
    height: 100px;
    position: absolute;
    bottom: -10px;
    z-index: 0;
}
.mp-hero-slidebox {
    width: 416px;
    height: 447px;
    border-radius: 40px;
    padding: 40px 20px 40px 20px;
    position: relative;
    background-color: #1A213D;
}
.mp-hero-slidebox img {
    position: absolute;
    top: -58px;
    right: 49px;
}
.income-youtube {
    padding-top: 60px;
    padding-right: 56px;
}
.income-youtube p {
    margin-left: 120px;
    margin-bottom: 18px;
}
.income-youtube img {
    position: absolute;
    left: -16px;
    top: -22px;
}
.income-youtube .mp-circle-link {
    float: left;
    margin: 40px 20px;
}
.counter-box {
    border-radius: 40px;
    padding: 40px 20px 40px 20px;
    color: #ffffff;
}
.counter-box strong {
    font-weight: 800;
    font-size: 50px;
}
.counter-box p {
    font-weight: 700;
    font-size: 16px;
}
.youtuber-swiper {
    text-align: center;
}
.youtubers-box p {
    font-weight: 700;
    font-size: 18px;
    margin-top: 24px;
}
.youtubers-box img {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    margin: 0 5px
}
.hero-data {
    padding-right: 86px;
}
.mp-hero h1 {
    font-size: 62px;
    font-weight: 950;
    line-height: 76px;
    letter-spacing: -0.01em;
    text-align: right;
    padding-left: 84px;
    margin-bottom: 20px;
    display: inline-block;
}
.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hero-contact-title * {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.03em;
    text-align: right;
    padding-top: 22px;
    margin-bottom: 30px;
    display: inline-block;
}
.hero-contact {
    margin-top: 30px;
}


@media (max-width: 768px) {

    .hero-data {
        padding-right: 0;
    }
    .mp-hero h1 {
        font-size: 40px;
        font-weight: 950;
        line-height: 54px;
        letter-spacing: -0.03em;
        padding-left: 0;
    }
    .hero-contact {
        width: 46%;
    }
    .hero-contact:last-child {
        width: 98%;
    }
    .mp-hero-slidebox {
        width: 367px;
        height: 396px;
        margin-top: 130px;
        margin-right: -10px;
    }
    .mp-hero-slidebox img {
        position: absolute;
        top: -110px;
        right: 18px;
    }
    .mp-hero:after {
        display: none;
    }
    .counter-box {
        width: 50%;
        position: absolute;
        bottom: 30%;
        right: 14%;
    }
    .youtubers-box {
        display: flex;
    }
    .youtubers-box p {
        order: -1;
        margin-top: 0;
    }
    .income-youtube {
        width: 377px;
        height: 302px;
        padding-top: 40px;
        margin-top: 90px !important;
        margin-right: 0;
    }
    .income-youtube .mp-circle-link {
        margin: 26px 20px;
    }

    .text-youtuber-hero {
        text-wrap: nowrap;
        padding-top: 25px;
    }
}
/* end hero home*/

/*services*/

.mp-service {
    cursor: pointer;
    transition: all 0.1s linear;
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mp-service svg * {
    transition: all 0.1s linear;
}
.mp-service a {
    text-decoration: none;
}
.mp-service h3 {
    transition: all 0.1s linear;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
}
/*.mp-service:hover h3 {
    color: #ff5100;
    border-bottom: 3px solid #ff5100;
}

.mp-service:hover svg * {
    stroke: #ff5100;
}*/

.mp-service svg {
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
}
.mp-service p {
    font-size: 18px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: justify;
    color: #858691;
    margin-bottom: 0;
}
.mp-service h3 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #000000;
}
.stroke {
    stroke: #ff5100 !important;
}
.fill {
    fill: #ff5100 !important;
}

/*services*/

/*counter*/
.counter-row .border-left {
    border-left: 1px solid #D1D1D1;
    margin-left: 20px;
}
.counter-row .border-left:last-child {
    border-left: 0;
    margin-left: 0;
}
.counter-row p,
.counter-column p {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #1A213D;
}
.counter-row strong {
    float: left;
    text-align: left;
    font-weight: 800;
    font-size: 50px;
    color: #ff5100;
    text-wrap: nowrap;
    margin-left: 10px;
}

.counter-column strong {
    font-weight: 800;
    font-size: 50px;
    color: #ff5100;
    text-wrap: nowrap;
    margin-top: 30px;
    display: block;
}

.counter-row-red strong {
    color: #D00000;
}

.counter-column-red strong {
    color: #D00000;
}

.mp-counter-box {
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    padding: 60px;
    margin-top: 24px;
    transition: all 0.2s linear;
    cursor: pointer;
    position: relative;
}
.mp-counter-box .mp-circle-link {
    position: absolute;
    left: 30px;
    top: 30px;
    transition: opacity 0.5s ease-out !important;
    opacity: 0;
}
.mp-counter-box:hover .mp-circle-link {
    border-color: #292929;
    background-color: #292929;
    color: #ffffff;
    opacity: 1;
}
.mp-counter-box:hover {
    border: 1px solid #fff0d1;
    background-color: #fff0d1;
}


.countfect {
    line-height: 1;
    display: inline-block;
    width: 110px; /* عرض ثابت برای جلوگیری از جابجایی */
    text-align: left; /* تراز کردن عدد به مرکز */
    position: relative;
}

.plus-sign {
    position: absolute;
    top: 0;
    left: 35px;
}

.hidden-md {
    display: none;
}


@media (max-width: 768px) {
    .plus-sign {
        left: 0;
    }

    .hidden-sm {
        display: none;
    }


    .page-id-1229 .mp-counter, .page-id-1337 .mp-counter {
        display: none;
    }

    .mp-about-hero-counter .countfect {
        display: contents;
    }
}

/************** end counter***************/

/*text video*/
.mp-textVideo h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: -0.03em;
    text-align: right;
    margin-bottom: 60px;
}
.mp-textVideo p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: justify;
}
.mp-textVideo img {
    border-radius: 30px;
}
.mp-video-cover {
    position: relative;
}
.mp-play-video {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 84px;
    height: 84px;
    border: 0;
    padding: 16px 20px;
    border-radius: 100%;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    font-weight: bolder;
    transition: all 0.1s linear;
}
.mp-play-video:hover path {
    fill: #ffffff;
    stroke: #ffffff;
}
.mp-play-video:hover {
    background-color: #ff5100;
    color: #ffffff;
}
.mp-video-player {
    display: none;
}

/*text video*/

/*text*/
.mp-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 55.8px;
    letter-spacing: -0.04em;
    text-align: right;
    margin: 0;
    padding: 0;
}
.mp-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #858691;
}
.mp-content {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: justify;
}
/*text*/
/*brands*/
.mp-brands .swiper-slide {
    border-left: 1px solid #EFF2FF;
}
.mp-brands .swiper-slide:last-child {
    border-left: 0;
}
.mp-brand-box {
    padding: 32px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mp-brand-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mp-brands .swiper-slide-next img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*brands*/
/*testimonial*/
.mp-testimonial {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #F6F7FB;
}
.big_circle1 {
    width: 300px;
    height: 300px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
}
.big_circle2 {
    width: 700px;
    height: 700px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 350px);
    top: calc(50% - 350px);
}
.big_circle3 {
    width: 1200px;
    height: 1200px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 600px);
    top: calc(50% - 600px);
}

.mp-testimonial h2 {
    font-size: 50px;
    font-weight: 950;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: right;
    padding-left: 44px;
    z-index: 1;
    position: relative;
}
.mp-testimonial-subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ff5100;
    z-index: 1;
    position: relative;
}
.mp-testimonial-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #858691;
    z-index: 1;
    position: relative;
}
.testimonial-swiper {
    margin-top: 120px;
}
.testimonial-swiper .swiper-pagination {
    top: 0;
    z-index: 0;
    display: flex;
}
.testimonial-swiper .swiper-pagination img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin: 0 13px;
    border: 20px solid transparent;
    /*cursor: pointer;*/
}
.testimonial-swiper .swiper-pagination img.active {
    border: 20px solid #ffffff;
    width: 160px;
    height: 160px;
}
.testimonial-swiper .swiper-wrapper {
    margin-top: 220px;
}
.testimonial-body {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 56px;
    text-align: center;
    position: relative;
}
.testimonial-body strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 14px;
}
.testimonial-body small {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #7C7E8A;
    margin-right: 10px;
}
.testimonial-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #858691;
    margin-top: 24px;
}
.testimonial-body:before {
    content: "";
    width: 105px;
    height: 105px;
    border-radius: 22px;
    transform: rotate(-45deg);
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    right: calc(50% - 52px);
    z-index: -1;
    opacity: 1;
}
.swiper-slide-prev .testimonial-body:before,
.swiper-slide-next .testimonial-body:before {
    opacity: 0;
}
.swiper-slide-prev .testimonial-body:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 22px;
    background: rgb(246,247,251);
    background: linear-gradient(273deg, rgba(246,247,251,1) 20%, rgba(97,57,143,0) 100%);
}
.swiper-slide-next .testimonial-body:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 22px;
    background: rgb(246,247,251);
    background: linear-gradient(90deg, rgba(246,247,251,1) 20%, rgba(97,57,143,0) 100%);
}

@media (max-width: 768px) {
    .mp-brand-box {
        padding: 5px;
    }

    .mp-testimonial {
        overflow: hidden;
    }
}

/*testimonial*/
/*accordion*/
.mp-accordion .accordion-item {
    border: 0 !important;
    border-top: 1px solid #6F6F6F !important;
    outline: none;
}
.mp-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #ff5100;
}
.mp-accordion .accordion-button:not(.collapsed) span {
    color: #ff5100;
}
.mp-accordion .accordion-button span {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #858691;
}
.mp-accordion .accordion-button {
    font-size: 24px;
    font-weight: 700;
    line-height: 48.2px;
    letter-spacing: -0.04em;
    text-align: right;
}
.mp-accordion .accordion-button::after {
    display: none;
}
.mp-accordion .accordion-body,
.mp-accordion .accordion-body p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
}
.mp-accordion .accordion-read-more {
    position: absolute;
    left: 0;
    bottom: 10px;
}
/*accordion*/
/*branches*/
.mp-branches {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #F6F7FB;
}
.mp-branches h2 {
    font-size: 50px;
    font-weight: 950;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: right;
    padding-left: 44px;
    z-index: 1;
    position: relative;
}
.mp-branches-subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ff5100;
    z-index: 1;
    position: relative;
}
.mp-branches-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #858691;
    z-index: 1;
    position: relative;
}
.branch-position {
    cursor: pointer;
}
.branch-position strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
}
.branch-desc {
    width: 380px;
    height: 300px;
    background-image: url("../images/union-shadow.svg");
    background-size: cover;
    background-position: center top;
    position: absolute;
    display: none;
    padding: 30px 100px;
    text-align: right;
}
.branch-desc.show {
    margin-top: -220px;
    margin-right: -100px;
    z-index: 1;
}
.branch-desc.show  strong {
    text-align: right !important;
}
.branch-desc .mp-circle-link {
    position: absolute;
    left: 56px;
    top: 30px;
    padding: 6px 10px;
    transition: opacity 0.5s ease-out !important;
    opacity: 0;
}
.branch-desc.show .mp-circle-link {
    border-color: #292929;
    background-color: #292929;
    color: #ffffff;
    opacity: 1;
}
/*branches*/
/*reasons*/
.mp-card {
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    padding: 40px 30px 60px 60px;
    margin-top: 24px;
    transition: all 0.2s linear;
    cursor: pointer;
    position: relative;
    height: 300px;
}
.mp-card .mp-circle-link {
    position: absolute;
    left: 30px;
    top: 30px;
    transition: all 0.1s ease-out !important;
    opacity: 1;
    border-color: #292929;
    background-color: #292929;
    color: #ffffff;
}
.mp-card:hover .mp-circle-link {
    border-color: #ff5100;
    background-color: #ff5100;
    color: #ffffff;
    opacity: 1;
}
.mp-card:hover {
    border: 1px solid #fff0d1;
    background-color: #fff0d1;
}
.mp-card h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.03em;
    margin-top: 100px;
    padding-left: 40%;
    display: block;
    white-space: nowrap;
}

.mp-card .text-gray p {
    font-size: 14px;
    padding-top: 25px;
    text-align: justify;
}

.mp-reason {
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 30px;
}
.mp-reason svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.mp-reasons {
    margin-bottom: 20px !important;
}

/*reasons*/
/*counseling*/
.mp-counseling {
    background-color: #ff5100;
    border-radius: 30px;
    padding: 80px 125px;
    position: relative;
    overflow: hidden;
}

.mp-counseling-red {
    background-color: #FF5A66;
}

.mp-counseling a {
    color: #ffffff;
}
.mp-counseling a.mp-counseling-link {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    margin-top: 60px;
    display: inline-block;
}
.mp-counseling h4 {
    font-size: 50px;
    font-weight: 950;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: right;
}
.mp-counseling p {
    color: #ffffff;
}
.wpcf7-form-control {
    height: 70px;
    border-radius: 10px;
    padding: 16px;
    outline: 0;
    border: 0;
    width: 100%;
    background-color: #ffffff;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
.wpcf7-response-output {
    border: 0 !important;
    color: #ffffff !important;
}
.wpcf7-not-valid-tip {
    color: #ffffff !important;
    font-size: 16px !important;
}
.wpcf7-spinner {
    margin: -10px 24px !important;
}
.wpcf7 label {
    display: flow-root;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 0 16px;
}
.wpcf7 .select-label {
    margin-top: 18px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #000000;
}
.wpcf7 label span.wpcf7-form-control-wrap {
    float: left;
}
.wpcf7-submit {
    width: auto;
    min-width: 198px;
    background-color: #05C268;
    color: #ffffff;
    margin-top: 20px;
}
.mp-counseling svg * {
    fill: #182676;
}
.mp-counseling svg {
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*counseling*/
/*blog sections*/
.mp-blog-card {
    border: 0;
}
.mp-blog-card img {
    border-radius: 20px;
}
.mp-blog-card .card-title {
    margin-top: 16px;
    margin-bottom: 30px;
}
.mp-blog-card .card-title a {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #000000;
    text-decoration: none;
}
.mp-blog-card .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: justify;
}
.mp-post-category {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #63666B;
}
/*blog sections*/
/* faq section */
.mp-faq-section .accordion-item {
    border: 0;
    padding: 20px 40px;
}
.mp-faq-section .accordion-opened {
    background-color: #fff0d1;
    border-radius: 20px;
    transition: all 0.1s linear;
}
.mp-faq-section .accordion-button {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000000;
}
.mp-faq-section .accordion-opened .accordion-button {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #000000;
    border-bottom: 1px solid #858691;
}
.mp-faq-section .accordion-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #858691;
}
.mp-faq-section .accordion-button::after {
    width: 40px;
    height: 40px;
    background-position: center;
}
.mp-faq-section .accordion-button:not(.collapsed)::after {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    background-position: center;
}
.mp-faq-one a {
    color: #000000;
}
.mp-faq-one a.mp-faq-more {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    display: inline-block;
}
.mp-faq-section.mp-faq-two .accordion-item {
    padding: 0 40px;
}
.mp-faq-section.mp-faq-two .accordion-button {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    border-top: 1px solid #858691;
    padding: 30px 0;
}
.mp-faq-section.mp-faq-two .accordion-button:after {
    display: none;
}

.mp-faq-section.mp-faq-two .faq-opened {
    display: none;
}
.mp-faq-section.mp-faq-two .accordion-opened .faq-close {
    display: none;
}
.mp-faq-section.mp-faq-two .accordion-opened .faq-opened {
    display: block;
}

.mp-faq-section.mp-faq-two .accordion-opened .accordion-button {
    border: 0;
    border-top: 1px solid #858691;
    color: #ff5100;
}
.mp-faq-section.mp-faq-two .accordion-opened {
    background-color: #ffffff;
}
.mp-faq-section.mp-faq-two .accordion-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32.4px;
    letter-spacing: -0.02em;
    color: #494949;
}
/* faq section */
/*footer*/
.mp-footer {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #1A213D;
}
.mp-footer .container {
    border-top: 1px solid #292D36;
}
.mp-footer h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: -0.03em;
    text-align: right;
    position: relative;
}
.mp-footer p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #ffffff;
}
.mp-newsletter {
    position: relative;
}
.mp-newsletter .wpcf7-email {
    border-radius: 40px;
    padding-right: 40px;
    padding-left: 40px;
}
.mp-newsletter .wpcf7-submit {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-top: 0;
    position: absolute;
    top: 5px;
    left: 7px;
    background: #000000;
    border-radius: 100%;

}
.newsletter {
    margin-top: 60px;
}
.newsletter p {
    margin: 0;
}
.mp-newsletter {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 80%;
}
.newsletter .wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
}
.newsletter p.text-gray {
    color: #707783;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-align: right;
}
.footer_address p {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #707783 !important;
}

.footer_nav_flex {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ffffff;
}
.footer_nav_flex:hover,
.footer_nav_flex.active {
    color: #194CFD;
}
.footer_nav_flex:before {
    content: ".";
}
.mp-footer h6 {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ffffff;
}
.mp-footer ul {
    margin-top: 20px;
    list-style: none;
}
.mp-footer li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-align: right;
    text-decoration: none;
    color: #707783;
}

.mp-footer li a:hover,
.mp-footer li a:active {
    color: #194CFD;
}
.socials a {
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    padding: 12px 15px;
}
/*footer*/

/*about hero*/
.mp-about-hero {
    background-color: #fff0d1;
    padding-top: 64px;
    padding-bottom: 100px;
    position: relative;
}
.mp-about-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    text-align: right;
    margin-top: 40px;
}
.mp-about-hero img {
    border-radius: 20px;
}
.mp-about-hero-counter {
    width: 240px;
    height: 256px;
    background-image: url("../images/union3.svg");
    background-size: cover;
    background-position: center top;
    position: absolute;
    left: 60px;
    top: 60%;
    padding: 60px 40px;
}
.mp-about-hero-counter p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ffffff;
    padding-top: 20px;
}
.mp-about-hero-counter strong {
    font-size: 50px;
    font-weight: 800;
    line-height: 90px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #ffffff;
}
/*about hero*/

/*team*/
.team-box {
    margin-bottom: 40px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.team-box:hover {
    margin-top: -30px;
}
/*.team-box:hover .team-img-box img {
    webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/
.team-img-box {
    background-color: #fff0d1;
    border-radius: 20px;
    text-align: center;
    padding: 26px 12px 0 12px;
    margin-bottom: 30px;
    height: 366px;
    overflow: hidden;
    position: relative;
}

/*Iman*/

.team-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out; /* انیمیشن تغییر */
}

.sad-image {
    opacity: 1; /* تصویر غمگین قابل مشاهده */
    z-index: 1;
}

.happy-image {
    opacity: 0; /* تصویر شاد مخفی است */
    z-index: 2; /* روی تصویر غمگین قرار دارد */
}

.team-box:hover .team-img-box .sad-image {
    opacity: 0; /* مخفی کردن تصویر غمگین */
}

.team-box:hover .team-img-box .happy-image {
    opacity: 1; /* نمایش تصویر شاد */
}

/*Iman*/


/*.team-img-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.team-box strong {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.03em;
    text-align: right;
}
.team-box span {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #858691;
}
.team-more {
    background-color: #FFE1A5;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    padding: 40px;
    height: 366px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s linear;
}
.team-more:hover {
    margin-top: -30px;
}
.team-more h6 {
    font-size: 29px;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: -0.04em;
    text-align: right;
    margin-bottom: 30px;
}
.team-more span {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #1A213D;
    position: relative;
}
.team-more span:after {
    content: "";
    position: absolute;
    width: 70%;
    right: 0;
    bottom: -12px;
    height: 2px;
    background-color: #000000;
}
.team-more .mp-circle-link {
    background-color: #ffffff;
    border: 0;
    display: inline-block;
    margin-bottom: 40%;
    margin-right: 70%;
}
.team-more-btn {
    padding: 20px 30px;
    border: 1px solid #D1D1D1;
    border-radius: 40px;
    color: #000000;
}
.hidden {
    display: none;
}



/*team*/
/*talent*/
.team-talent-btn {
    padding: 20px 30px;
    border: 1px solid #292929;
    border-radius: 40px;
    color: #000000;
}
.circle-blue {
    width: 60px;
    height: 60px;
    padding: 20px 30px;
    border-radius: 100%;
    background-color: #ff5100;
}
/*talent*/
/*simple hero*/
.mp-simple-hero {
    background-color: #fff0d1;
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 40px !important;
}
.mp-simple-hero p {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ff5100;
}
.mp-simple-hero .text-gray p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #63666B;
}

/*simple hero*/
/*contact*/
.mp-contact-us {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.mp-contact-us .mp-card {
    padding: 60px 30px 30px 60px;
}
.mp-contact-us .mp-card .mp-circle-link {
    background-color: #fff0d1 !important;
    border-color: #fff0d1 !important;
    color: #1246FC;
}
.mp-contact-us .mp-card .mp-circle-link path,
.mp-contact-us .mp-card .mp-circle-link circle {
    stroke: #1246FC;
}
.mp-contact-us .mp-card:hover .mp-circle-link {
    border-color: #ff5100 !important;
    background-color: #ff5100 !important;
    color: #ffffff;
    opacity: 1;
}
.mp-contact-us .mp-card:hover .mp-circle-link path,
.mp-contact-us .mp-card:hover .mp-circle-link circle {
    stroke: #ffffff;
}
.mp-contact-us .border-right {
    border-right: 2px solid #E9EAEE;
}
.mp-contact-us .socials a {
    background-color: #F7F7FC;
}
.mp-contact-us .socials a:hover path {
    fill: #1246FC;
}
.mp-contact-us h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
}
.mp-contact-box {
    margin-top: 24px;
}
.mp-support {
    margin-top: 100px;
}
.mp-support-item {
    transition: all 0.2s linear;
    border-left: 2px solid transparent;
    cursor: pointer;
}
.mp-support-item strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    text-align: right;
    transition: all 0.2s linear;
}
.mp-support-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #7C7E8A;
    opacity: 1;
    transition: all 0.2s linear;
}
.mp-support-item:hover {
    border-left: 2px solid #E9EAEE;
}
.mp-support-item:hover strong {
    color: #1246FC;
}
.mp-support-item:hover p {
    opacity: 1;
}
.mp-map iframe {
    width: 100% !important;
    border-radius: 20px;
    height: 600px;
}
.mp-map-box {
    width: 419px;
    height: 336px;
    background-image: url("../images/union4.svg");
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 30%;
    right: 5%;
    padding: 40px;
}
.mp-map-box a.mp-counseling-link {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    margin-top: 20px;
    display: inline-block;
}
.mp-map-box .mp-circle-link {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.mp-contact-form  a.mp-counseling-link {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    margin-top: 20px;
    display: inline-block;
}
.mp-contact-form .wpcf7-form-control {
    border: 1px solid #D1D1D1;
}
.wpcf7-textarea {
    height: 250px;
}
.mp-contact-form .wpcf7 label {
    border: 1px solid #D1D1D1;
    padding: 0 10px;
}
.mp-contact-form select.wpcf7-form-control {
    border: none;
}
.mp-contact-form .wpcf7-not-valid-tip {
    color: #000000 !important;
}
/*contact*/

/*blog*/
.blog-newsletter {
    background-color: #DDE8FF;
    padding: 60px 40px;
    border-radius: 20px;
}
.blog-newsletter .mp-newsletter {
    margin-bottom: 0;
    width: 100%;
}
.blog-newsletter .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
}
.blog-newsletter .wpcf7-not-valid-tip {
    color: #000000 !important;
}
.blog-latest img {
    border-radius: 20px;
}
.blog-latest .card-title a {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-decoration: none;
}
.list-group-flush {
    border-color: #292929 !important;
}
.list-group-flush a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #000000;
    text-decoration: none;
}
.list-group-flush a:after {
    content: ' ';
    background-image: url(../images/more.svg);
    background-size: 7px 13px;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.mini-search {
    width: 25%;
    float: left;
}
.mini-search .form-control {
    border-radius: 0;
    border: none;
}
.category-selector {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #000 !important;
    text-decoration: none;
    background-color: transparent !important;
    padding: 0 10px;
}
.nav-pills .nav-link.category-selector.active {
    color: #ff5100 !important;
}
.category-selector.active {
    color: #ff5100 !important;
    font-weight: 700;
}
.mp-blog .mp-accordion .accordion-button svg {
    position: absolute;
    left: 0;
}
.mp-blog .mp-accordion .accordion-button:not(.collapsed) svg path {
    fill: #ff5100;
}
.search {
    padding: 24px 78px;
    border: 0 solid #fff;
    border-radius: 15px;
}
/*blog*/

/*cards*/
.cards-swiper {
    cursor: pointer;
}
.cards-swiper img {
    border-radius: 20px;
    transition: all 0.2s linear;
}
.cards-swiper .card-info {
    background-color: #ff5100;
    border-radius: 25px;
    padding: 30px;
    position: absolute;
    top: 54%;
    left: 34px;
    opacity: 0;
    transition: all 0.2s linear;
}
.cards-swiper .card-info strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ffffff;
}
.cards-swiper .card-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: justify;
    color: #FFFFFF;
    margin: 0;
}
.cards-swiper .swiper-slide:hover .card-info {
    opacity: 1;
}
.cards-swiper .swiper-slide:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mp-blog.mp-posts {
    /*background-color: #fff0d1;*/
}
.mp-blog.mp-posts .card {
    background-color: transparent !important;
}
/*cards*/

/****************** Start single post page ********************/
.post-header {
    background-color: #fff0d1;
    min-height: 510px;
}
.post-header .mp-post-category {
    color: #000000;
}
.mp-avatar img {
    border-radius: 100%;
    margin-bottom: 10px;
}
.post-thumbnail-box {
    position: relative;
    top: 3rem;
}
.post-thumbnail {
    border-radius: 20px;
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: top;
}

.post-body {
    margin-top: 60px;
}

.post-body h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.03em;
}

.post-body h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.03em;
}

.post-body p {
    text-align: justify;
}

.jump-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #ff5100;
}
.jump-list {
    list-style: none;
}
.jump-list li {
    margin-bottom: 20px;
}
.jump-list li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.tag-btn {
    padding: 10px 20px;
    border: 0;
    border-radius: 40px;
    color: #000000;
    background-color: #fff0d1;
}
.view-btn {
    padding: 10px 20px;
    border: 1px solid #F9F9FB;
    border-radius: 40px;
}
.share-btn {
    padding: 10px 20px;
    border: 0;
    border-radius: 40px;
    background-color: #fff0d1;
    color: #ff5100;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
}
.author-box {
    border-radius: 20px;
    border: 1px solid #000;
}

.sidebar-single {
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    overflow: hidden;
    height: fit-content;
}

.sidebar-single-header {
    background-color: #FDFDFF;
    border-bottom: 1px solid #b8b8b8;
    width: 100%;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sidebar-single-header p {
    text-align: center !important;
    padding-top: 15px;
}

.sidebar-single-body {
    padding: 25px;
}

.single-padding-left-50 {
    padding-left: 50px;
}

.sticky-sidebar {
    position: sticky;
    top: 90px;
    z-index: 10;
}

.author-description {
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.mp-avatar {
    margin-left: 15px;
}

.author-description .fab {
    font-size: 20px;
    color: #555;
    transition: color 0.3s;
}

.author-description .fab:hover {
    color: #1da1f2;
}

.author-card-avatar img {
    border-radius: 100%;
}

.author-card-avatar {
    margin-bottom: 90px;
}

@media (max-width: 768px) {
    .single-padding-left-50 {
        padding-left: 0;
    }

    #single-post-header {
        font-size: 20px !important;
        line-height: 30px
    }

    .post-body {
        margin-top: 10px;
    }

    .author-description {
        border: 1px solid #b8b8b8;
        border-radius: 20px;
        overflow: hidden;
        padding: 20px;
    }

    .mp-avatar {
        margin-left: 0;
    }

    .author-card-avatar {
        margin-bottom: 5px;
    }

    .breadcrumb-title {
        display: none;
    }
}

/****************** End single post page **********************/

/*comments*/
#add-comment {
    padding: 20px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.comment-form {
    border: 2px solid #F3F3F3;
    border-radius: 20px;
    padding: 60px 40px;
}
#submit {
    padding: 10px;
}
.mp-comment {
    border-radius: 20px;
    border: 2px solid #fff0d1;
    padding: 40px;
    margin-bottom: 30px;
}
.mp-comment.no-reply {
    background-color: #fff0d1;
}
.mp-comment-authorname {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ff5100;
}
.mp-comment-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
}
.comment-reply-link, #cancel-comment-reply-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #222222;
    text-decoration: none;
    margin-bottom: 8px;
}
.children {
    margin-top: 30px
}

/*comments*/

/*faq*/
.faq-search label {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
}
.faq-search svg {
    position: absolute;
    top: 24px;
    left: 30px;
}
#faq-search {
    padding: 24px 78px;
    border: 0 solid #fff;
    border-radius: 15px;
}
#search-tab {
    display: none;
}
/*faq*/

/*job*/
.mp-job-hero-counter {
    border-radius: 20px;
    background: linear-gradient(123.71deg, #45ED9F 13.42%, #20CF7E 99%);
    padding: 80px 40px;
    min-height: 302px;
}
.mp-job-hero-counter p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ffffff;
}
.mp-job-hero-counter strong {
    font-size: 50px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #ffffff;
}
.job-selector {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #000 !important;
    text-decoration: none;
    background-color: transparent !important;
    padding: 0 10px;
}
.nav-pills .nav-link.job-selector.active {
    color: #000000 !important;
}
.job-selector.active {
    color: #000000 !important;
    font-weight: 700;
    border-bottom: 2px solid #000000;
    border-radius: 0;
    padding-bottom: 8px;
}
.job-desc-box {
    width: 608px;
    height: 608px;
    background-image: url("../images/union5.svg");
    background-size: cover;
    background-position: center top;
    position: relative;
    padding: 60px;
}
.job-desc * {
    font-size: 14px;
    margin: 0;
}
 a.send-resume {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    margin-top: 20px;
    display: inline-block;
}
/*job*/

/*cards*/
/*.mp-cards .mp-card {
    min-height: inherit;
}*/

.mp-cards .mp-card h4 {
    margin-top: 0;
}
.mp-cards .mp-card .icon-box {
    background: rgba(0, 56, 255, 1);
    padding: 20px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 26px;
}
.mp-cards .mp-card .icon-box path,
.mp-cards .mp-card .icon-box circle {
    stroke: #ffffff;
}
/*cards*/

/*responsive*/
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    h1 {
        font-size: 32px;
        font-weight: 950;
        line-height: 46px;
        letter-spacing: -0.03em;
        text-align: right;
    }
    h2 {
        font-size: 36px;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: -0.03em;
    }
    h3 {
        font-size: 32px;
        font-weight: 950;
        line-height: 46px;
        letter-spacing: -0.03em;
    }
    p {
        font-size: 14.4px;
        font-weight: 400;
        line-height: 25.6px;
        letter-spacing: -0.03em;
    }
    .mp-box {
        padding: 10px;
        margin-bottom: 30px;
    }
    .mp-box.mp-branches,
    .mp-box.mp-testimonial {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .mp-order-sm-first {
        order: -1 !important;
    }
    .mp-order-sm-0 {
        order: 0 !important;
    }
    .mp-order-sm-1 {
        order: 1 !important;
    }
    .mp-order-sm-2 {
        order: 2 !important;
    }
    .mp-order-sm-3 {
        order: 3 !important;
    }
    .mp-order-sm-4 {
        order: 4 !important;
    }
    .mp-order-sm-5 {
        order: 5 !important;
    }
    .mp-order-sm-last {
        order: 6 !important;
    }
    .mp-mt-sm-5 {
        margin-top: 3rem !important;
    }

    .pe-100 {
        padding-left: 12px;
    }
    .mp-service {
        padding-left: 12px;
        margin-top: 0;
    }
    .mp-service p {
        text-align: right;
        font-size: 14px;
        white-space: nowrap;
    }
    .mp-service h3 {
        font-size: 24px;
        white-space: nowrap;
    }
    .mp-counter-box {
        padding: 16px;
        width: 170px;
        height: 170px;
    }
    .counter-column strong {
        font-size: 36px;
        margin-top: 12px;
    }
    .counter-row p,
    .counter-column p {
        font-size: 14px;
    }
    .mp-counter-box .mp-circle-link {
        display: none;
    }
    .counter-row strong {
        float: none;
        font-size: 36px;
        margin-top: 12px;
    }
    .mp-textVideo h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .mp-textVideo p {
        margin-bottom: 30px;
    }

    .testimonial-swiper .swiper-pagination img.active,
    .testimonial-swiper .swiper-pagination img {
        width: 124px;
        height: 124px;
        margin: 0 -4px;
    }
    .testimonial-swiper .swiper-wrapper {
        margin-top: 170px;
    }
    .testimonial-swiper {
        margin-top: 0;
    }
    .mp-branches h2 {
        font-size: 36px;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: -0.03em;
        padding-left: 0;
    }
    .row.mp-overflow-y-scroll {
        flex-wrap: nowrap;
    }
    .mp-overflow-y-scroll {
        overflow-y: scroll !important;
    }
    .branch-position {
        width: 100px;
    }
    .mp-card{
        min-height: auto;
        padding: 90px 30px 40px 30px
    }
    .mp-card h4 {
        margin-top: 0;
    }
    .mp-counseling {
        padding: 80px 20px;
    }
    .mp-counseling h4 {
        font-size: 32px;
        font-weight: 950;
        line-height: 46px;
        letter-spacing: -0.03em;
        margin-bottom: 30px;
    }
    .mp-counseling p {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.03em;
    }
    .mp-counseling a.mp-counseling-link {
        margin-top: 16px;
        margin-bottom: 60px;
    }
    .mp-faq-one a.mp-faq-more {
        margin-bottom: 60px;
    }
    .mp-faq-section .accordion-item {
        padding: 20px 10px;
    }
    .mp-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mp-footer h3 {
        font-size: 36px;
        font-weight: 900;
        line-height: 44px;
        letter-spacing: -0.03em;
    }
    .mp-overflow-hidden {
        overflow: hidden;
    }
    .mp-about-hero-counter {
        width: 148px;
        height: 158px;
        left: 60px;
        top: 74%;
        padding: 24px 24px;
    }
    .mp-about-hero-counter strong {
        font-size: 32px;
    }
    .mp-about-hero-counter p {
        font-size: 12px;
        line-height: 24px;
        padding-top: 0;
    }
    .team-img-box {
        height: 254px;
        margin-bottom: 10px;
    }
    .team-box strong {
        font-size: 14px;
    }
    .team-box span {
        font-size: 12px;
    }
    .team-more {
        height: inherit;
        padding-bottom: 50px;
    }
    .team-more .mp-circle-link {
        margin-bottom: inherit;
        margin-right: 16px;
        float: left;
    }
    .mp-title {
        font-size: 32px;
        font-weight: 950;
        line-height: 46px;
        letter-spacing: -0.03em;
    }
    .mp-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.03em;
    }
    .mp-contact-us .mp-card {
        padding: 30px;
        height: auto;
    }
    .mp-contact-us .mp-card .text-gray {
        padding-top: 20px;
    }
    .mp-support {
        margin-top: 0;
    }
    .mp-map-box {
        width: 320px;
        height: 260px;
        top: 0;
        right: 30px;
    }
    .mp-map-box a.mp-counseling-link {
        font-size: 14px;
        margin-top: 0;
    }
    .mp-contact-form .wpcf7-form-control {
        width: 100%;
    }
    .mp-flex {
        display: ruby-text;
    }
    .mp-flex .d-inline-flex {
        display: contents !important;
    }
    .mini-search {
        width: 66%;
    }
    .cards-swiper .swiper-slide.swiper-slide-active .card-info {
        opacity: 1;
    }
    .cards-swiper .swiper-slide.swiper-slide-active img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .post-thumbnail {
        height: auto;
    }
    .post-thumbnail-box {
        /*height: auto;
        position: absolute;
        bottom: 18rem;
        left: 0;
        right: 0;
        padding: 0 15px;*/
    }
    .mp-float-sm-start {
        float: right;
    }
    .mp-float-sm-end {
        float: left;
    }
    .mp-mt-sm-10 {
        margin-top: 10px;
    }
    .mp-mt-sm-40 {
        margin-top: 40px;
    }
    .mp-job-hero-counter {
        padding: 40px 40px;
        min-height: inherit;
    }
    .job-desc-box {
        width: 356px;
        height: 576px;
        background-image: url("../images/union6.svg");
        background-size: cover;
        background-position: center top;
        position: relative;
        padding: 30px;
        margin-right: -4px;
    }
    .mp-newsletter .wpcf7-email {
        padding-right: 18px;
    }
    .team-talent-btn {
        padding: 14px 24px;
    }
}
/*responsive*/

/*************** start youtube *******************/
.mp-youtube-subtitle {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: justify;
}

.mp-btn-dark-youtube {
    width: 194px;
    height: 70px;
    border-radius: 15px 15px 15px 15px;
    padding-top: 22px;
    margin-left: 15px;
}

.mp-btn-light-youtube {
    width: 194px;
    height: 70px;
    border-radius: 15px 15px 15px 15px;
    padding-top: 22px;
    margin-left: 15px;
    font-weight: bold;
}

.youtube-image {
    margin-top: 40px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 40px;
}

.parent-youtube-image {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 40px;
}

.youtube-svg {
    position: absolute;
    top: 290px;
    left: 120px;
    background-image: url("../images/Union-youtube.svg");
    background-size: cover;
    background-position: center top;
    width: 412px;
    height: 330px;
}

.studio-svg {
    background-image: url("../images/Union-studio.svg");
}

.studio-svg .youtube-svg-text2 {
    color: white;
}

.youtube-svg .mp-circle-link {
    background-color: white;
    border: white;
    float: left;
    margin-left: 30px;
}

.youtube-svg-text1 {
    color: white;
    padding: 50px 50px 35px 50px;
    display: block;
    font-size: 20px;
}

.youtube-svg-text2 {
    font-weight: bold;
    padding: 0 50px 40px 50px;
    display: block;
    font-size: 14px;
}

.mp-box-gray {
    background-color: #fff0d1;
}

.mp-box-youtube {
    padding-bottom: 140px;
}

.services-template-wrap .countfect {
    color: #D00000 !important;
}

.services-template-wrap .counter-row strong {
    color: #D00000 !important;
}

.services-template-wrap .mp-testimonial-subtitle {
    color: #D00000 !important;
}

.services-template-wrap .mp-testimonial {
    background-color: #FFEFF0;
}

@media (max-width: 768px) {

    .btn-youtube-responsive {
        margin-top: 0;
        width: 170px;
    }

    .btn-youtube-responsive3 {
        display: none;
    }

    .mp-btn-dark-youtube {
        width: 170px;
    }

    .youtube-image {
        /*width: 350px;
        height: 300px;*/
        border-radius: 5px;
    }

    .youtube-svg {
        top: 120px;
        left: 25px;
        width: 206px;
        height: 165px;
    }

    .youtube-svg-text1 {
        padding: 20px 10px 0 10px;
        font-size: 12px;
    }

    .youtube-svg-text2 {
        padding: 0 10px;
        font-size: 11px;
    }

    .mp-circle-link {
        font-size: 12px;
        padding: 10px 14px;
    }

    .youtube-svg .mp-circle-link {
        margin-left: 15px
    }
}
/*********** end youtube ************/

/********** start vertical-tab **********/
.vertical-tab-box {
    background-color: #E5FFF0;
}

.vertical-tab {
    float: right;
    /*width: 30%;*/
    height: auto;
}

.vertical-tab-img-card {
    border-radius: 15px;
}

.vertical-tab-img-card img {
    border-radius: 15px;
}

.vertical-tab-img-title {
    font-weight: bold;
    padding-top: 25px;
}

/* Style the buttons that are used to open the tab content */
.vertical-tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.vertical-tab button:hover {
    /*background-color: #ddd;*/
    border-bottom: 1px solid #858691;
    font-weight: bold;
}

/* Create an active/current "tab button" class */
.vertical-tab button.active {
    border-bottom: 1px solid #858691;
    font-weight: bold;
}

/********** Start tab content *********/
.vertical-tab-content, .vertical-tab-content-ltr {
    float: left;
    padding: 0 80px;
    border-left: none;
}

.vertical-tab-deactivate-svg, .vertical-tab-deactivate-svg-ltr {
    float: left;
}

.vertical-tab-active-svg, .vertical-tab-active-svg-ltr {
    float: left;
}

.vertical-tab-block {
    display: block;
}

.vertical-tab-none {
    display: none;
}

.mp-btn-dark-vertical-tab {
    width: 194.67px;
    height: 70px;
    border-radius: 15px 15px 15px 15px;
    padding-top: 22px;
    margin-top: 25px;
}

.mp-btn-light-vertical-tab {
    width: 194.67px;
    height: 70px;
    border-radius: 15px 15px 15px 15px;
    padding-top: 22px;
    margin-top: 25px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-vertical-tab-responsive {
        width: 170px;
    }

    .mp-btn-dark-vertical-tab {
        width: 170px;
    }

    .vertical-tab-content, .vertical-tab-content-ltr {
        padding: 60px 20px;
    }
}
/************ end vertical-tab ****************/

/***************** start dark-section *************/
.dark-section {
    background-color: #171626;
}

.dark-section h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: -0.03em;
    text-align: right;
    position: relative;
}
.dark-section h3:after {
    content: "";
    background: #FF4040;
    width: 45%;
    height: 7px;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.dark-section-description {
    margin-top: 60px;
    color: white;
}

.dark-section-description p {
    font-size: 16px !important;
}

.dark-section-circle {
    height: 65px;
    width: 65px;
    background-color: #ff5100;
    border-radius: 50%;
    display: inline-block;
    min-width: 65px;
    min-height: 65px;
}

.dark-section-circle svg {
    fill: none;
    width: 28px;
    height: 28px;
    margin-right: 18px;
    margin-top: 17px;
    color: white;
}

.dark-section-circle svg * {
    stroke: white !important;
}

.dark-section-property {
    color: #7C7E8A;
    position: inherit;
    padding-top: 22px;
    padding-right: 15px;
}

.dark-section-property-description {
    color: white;
    padding-top: 30px;
    font-size: 14px;
}

.dark-section-sub-title {
    text-align: left;
}

.dark-section-image {
    padding: 60px 0 80px 0;
}

.price-google-ul {
    padding-top: 25px;
    padding-right: 15px;
}

.price-google-ul li {
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .dark-section-sub-title {
        /*text-align: right;
        padding-top: 50px;*/
        display: none;
    }
}
/*************** end dark-section *************/

/******* Start Range calculate youtube *****/
/* تغییر دایره */
.youtube-range {
    z-index: 1000;
}

.youtube-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 72px; /* تنظیم عرض برای اندازه SVG */
    height: 72px; /* تنظیم ارتفاع برای اندازه SVG */
    background: url('../images/thumb.svg') no-repeat center;
    background-size: contain; /* تنظیم اندازه SVG به صورت محتوایی */
    border: none;
    margin-top: 2px;
}
/*  تغییر دایره فایرفاکس  */

.youtube-range::-moz-range-thumb {
    width: 72px;
    height: 72px;
    background: url('../images/thumb.svg') no-repeat center;
    background-size: contain;
    border: none;
    margin-top: 2px;
}

/* سفارشی‌سازی خط در مرورگرهای WebKit (Chrome, Safari, Edge) */
.youtube-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 25px; /* ارتفاع خط */
    background: #F6F7FB; /* رنگ خط */
    border-radius: 10px; /* گرد کردن لبه‌های خط */
    /*background: linear-gradient(to right, red 50%, blue 50%)*/
}
/* سفارشی‌سازی خط در فایرفاکس */
.youtube-range::-moz-range-track {
    width: 100%;
    height: 25px; /* ارتفاع خط */
    background: #F6F7FB; /* رنگ خط */
    border-radius: 10px; /* گرد کردن لبه‌ها */
}

/* حذف حالت active در thumb */
.form-range::-webkit-slider-thumb:active {
    background-color: transparent !important;
}
/* حذف حالت hover در thumb */
.youtube-range::-webkit-slider-thumb:hover {
    background-color: transparent !important;
}
/* در فایرفاکس */
.youtube-range::-moz-range-thumb:active {
    background-color: transparent !important;
}
/* در IE و Edge */
.youtube-range::-ms-thumb:active {
    background-color: transparent !important;
}
.youtube-range:focus::-webkit-slider-thumb{
    box-shadow: none;
}
.youtube-range:focus::-moz-range-thumb{
    box-shadow: none;
}

.result-calculate {
    border: solid 1px #D1D1D1;
    padding: 75px 40px 50px 40px;
    border-radius: 20px;
    text-align: center;
}

.calculate-label {
    margin-bottom: 10px; /* فاصله بین عنوان و مقدار */
    display: block; /* ایجاد یک خط جدید */
}

/* برای رنج مشکی */
.range-black::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 72px; /* تنظیم عرض برای اندازه SVG */
    height: 72px; /* تنظیم ارتفاع برای اندازه SVG */
    background: url('../images/thumb-black.svg') no-repeat center;
    background-size: contain; /* تنظیم اندازه SVG به صورت محتوایی */
    border: none;
    margin-top: 2px;
}
/*  تغییر دایره فایرفاکس  */
.range-black::-moz-range-thumb {
    width: 72px;
    height: 72px;
    background: url('../images/thumb-black.svg') no-repeat center;
    background-size: contain;
    border: none;
    margin-top: 2px;
}

.range-tip {
    font-size: 14px;
    margin-top: 30px;
    z-index: 1;
}

.select-youtube {
    padding-top: 0.625rem !important;
}

@media (max-width: 768px) {
    .result-calculate {
        margin-top: 50px;
    }
}
/**** End Range calculate youtube *****/


/****** Start form youtube *********/
.youtube-form-select {
    text-align: end;
}

.form-youtube .wpcf7-submit {
    background-color: #000000;
}

.mp-counseling-red .wpcf7-submit {
    background-color: #000000;
}

.form-youtube-a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: -0.04em;
    margin-top: 40px;
    display: inline-block;
    text-align: end;
}

.form-youtube .mp-counseling svg {
    fill: #ff3543;
}

.form-youtube .mp-counseling {
    background-color: #FF5A66;
}

.form-youtube-contact {
    text-align: end;
}

@media (max-width: 768px) {
    .form-youtube-contact {
        text-align: right;
    }
}
/****** End form youtube *********/

/******* Start ads hero ********/

.ads-first-section {
    background-color: #E3EFFF;
    width: 411px;
    height: 458px;
    border-radius: 40px;
    padding: 75px 40px
}

.ads-first-section-red {
    background-color: #fa9696 !important;
}

.ads-center-section {
    position: relative;
    background-color: #FFE0A5;
    width: 411px;
    height: 458px;
    border-radius: 40px;
    /*text-align: center;*/
}

.ads-end-section {
    background-image: url("../images/Union7.svg");
    background-size: cover;
    background-position: center top;
    width: 411px;
    height: 460px;
    /*background-color: blue;*/
}

.ads-end-section-red {
    background-image: url("../images/Union9.svg");
}

.ads-center-section-img {
    position: absolute;
    top: -18px;
    left: 45px;
}

.ads-end-section-container {
    display: inline-flex;
    padding-right: 50px;
    padding-top: 65px;
}

.ads-end-section-property {
    width: 90px;
    color: white;
    padding-top: 10px;
    padding-right: 5px;
    font-size: 15px;
}

.ads-section-circle {
    height: 65px;
    width: 65px;
    background-color: white;
    border-radius: 50%;
}

.ads-section-circle svg {
    fill: none;
    width: 28px;
    height: 28px;
    margin-right: 18px;
    margin-top: 17px;
}

.ads-end-section-text1 {
    color: white;
    padding: 75px 50px 35px 50px;
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.ads-end-section-text2 {
    color: white;
    padding: 0 50px 40px 50px;
    display: block;
    font-size: 15px;
}

.ads-text-box {
    font-weight: bold;
    font-size: 22px;
}

.ads-text-box-two {
    float: right;
    font-weight: bold;
    font-size: 18px;
}

.ads-number {
    font-weight: bold;
    font-size: 36px;
    float: left;
    margin-top: -10px;
}

.ads-first-section-svg {
    margin-top: 50px;
}

@media (max-width: 768px) {

    .ads-first-section {
        margin-bottom: 20px;
        width: 100%;
        height: 458px;
        padding: 72px 10px;
    }

    .ads-center-section {
        margin-bottom: 15px;
        width: 100%;
        height: 440px;
    }

    .ads-end-section {
        margin-bottom: 20px;
        width: 100%;
        height: 458px;
        padding: 72px 10px;
        border-radius: 40px;
        background-color: #ff5100;
        background-image: none;
    }

    .ads-end-section-red {
        background-image: none;
        background-color: #D00000;
    }

    .ads-center-section-img {
        left: 10px;
        height: 456px;
        top: -16px;
    }

    .ads-end-section-container {
        padding-right: 30px;
        padding-top: 40px;
    }

    .ads-end-section-text1 {
        padding: 10px 50px 35px 50px;
    }
}

/******* End ads hero ********/

/****** Start advantage **********/
.advantage-section-circle {
    height: 65px;
    width: 65px;
    background-color: #ff5100;
    border-radius: 50%;
    display: inline-block;
}

.advantage-section-circle svg {
    fill: none;
    width: 28px;
    height: 28px;
    margin-right: 18px;
    margin-top: 17px;
}

.advantage-section-circle svg * {
    stroke: white !important;
}

.advantage-section-title {
    font-weight: bold;
    font-size: 17px;
    white-space: nowrap;
}

.advantage-section-description {
    text-align: justify;
    padding-right: 10px;
    font-size: 14px;
}

.advantage-section-property {
    padding-left: 40px;
    padding-top: 40px;
}

.ads-hero-swiper {
    padding-top: 130px;
}

.ads-hero-swiper-img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .advantage-section-property {
        padding: 10px 10px 0 10px;
    }

    .advantage-section-description {
        padding-right: 0;
    }

    .advantage-section-title {
        font-size: 14px;
        white-space: break-spaces;
    }
}
/****** End advantage **********/


/****** Start faq image **********/

.faq-image-accordion .accordion-item {
    background-color: transparent;
}

.faq-image-accordion .accordion-button {
    background-color: transparent;
}

.faq-image-accordion .accordion-button:focus {
    box-shadow: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .faq-image-title {
        margin-top: 50px;
    }

    .faq-image-row {
        flex-direction: column;
    }

    #faq-image-row1 {
        order: 2; /* ردیف اول دوم می‌شود */
    }
    #faq-image-row2 {
        order: 1; /* ردیف دوم اول می‌شود */
    }
}
/****** End faq image **********/

/******* Start types of google ads ***********************/
.type-of-google-ads-subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #ff5100;
    z-index: 1;
    position: relative;
}

.mp-type-of-google-ads {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #E5FFF0;
}

.type-of-google-ads-cards {
    background-color: white;
    border-radius: 20px;
    margin-left: 25px;
    padding: 50px;
    z-index: 1;
}

.type-of-google-ads-cards p {
    font-weight: bold;
    padding-top: 25px;
}
.type-of-google-ads-property {
    padding-top: 20px;
}

.type-of-google-ads-property span{
    font-size: 16px;
}

.types-of-google-ads-btn {
    width: 194.67px;
    height: 70px;
    border-radius: 15px 15px 15px 15px;
    padding-top: 22px;
    margin-top: 25px;
    background-color: #34CE86;
    color: white;
    z-index: 1;
}

.types-of-google-ads-btn:hover {
    background-color: #34CE86;
    color: white;
}

.mp-type-of-google-ads .big_circle1 {
    z-index: 0;
}

.mp-type-of-google-ads h3, .mp-type-of-google-ads h5 {
    position: relative;
    z-index: 1;
}

.mp-type-of-google-ads .big_circle2 {
    width: 600px;
    height: 600px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 300px);
    top: calc(50% - 300px);
}

.mp-type-of-google-ads .big_circle3 {
    width: 900px;
    height: 900px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 450px);
    top: calc(50% - 450px);
}

@media (max-width: 768px) {
    .type-of-google-ads-cards {
        margin-top: 25px;
    }

    .mp-type-of-google-ads {
        overflow: hidden;
    }
}
/******* End types of google ads ***********************/

/******* Start price of google ads ***********************/
.price-google-ads {
    background-color: #EAF4FE;
}

.price-google-ads-red {
    background-color: #fa9696;
}

.price-google-ads h3 {
    color: black;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: -0.03em;
    text-align: right;
    position: relative;
}

.price-google-ads h3:after {
    content: "";
    background: #ff5100;
    width: 15%;
    height: 7px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.price-google-ads-red h3:after {
    content: "";
    background: #D00000;
    width: 15%;
    height: 7px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.price-google-ads-card {
    background-color: white;
    border-radius: 20px;
    margin-left: 25px;
    padding: 50px;
    z-index: 1;
}

.price-google-ads-nav {
    display: ruby;
    text-align: end;
    padding-left: 40px;
}

.price-google-ads-nav ul {
    padding-right: 30px;
}

.price-google-ads-nav .nav-link {
    color: black;
}

@media (max-width: 768px) {
    .price-google-ads-nav {
        text-align: center;
    }

    .price-google-ads-nav ul {
        padding-right: 0;
    }

    .price-google-ads h3:after {
        content: "";
        background: #ff5100;
        width: 45%;
        height: 7px;
        position: absolute;
        bottom: -15px;
        right: 0;
    }

    .price-google-ads-red h3:after {
        content: "";
        background: #D00000;
        width: 45%;
        height: 7px;
        position: absolute;
        bottom: -15px;
        right: 0;
    }

    .price-google-ads-card {
        padding: 25px;
        margin-bottom: 25px;
        margin-left: 0;
    }
}

/******* End price of google ads ***********************/

/******* Calculate price of google ads ***********************/

.calculate-form-control {
    height: 70px;
    border-radius: 10px;
    padding: 16px;
    outline: 0;
    width: 100%;
    background-color: #ffffff;
}

.calculate-form-control:focus {
    box-shadow: none;
}

.calculate-price-form .form-label {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.calculate-btn {
    width: 194.67px;
    height: 70px;
    border-radius: 15px 15px 15px 15px;
    padding-top: 15px;
    margin-top: 25px;
}

.calculate-price {
    margin-top: 45px;
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 768px) {
    .calculate-price {
        margin-top: -45px;
        text-align: end;
    }
}
/******* Calculate price of google ads ***********************/

/******* Start seo hero ***********************/
.seo-right-section {
    border-radius: 40px;
    padding: 40px 0;
}

.seo-right-section img {
    border-radius: 40px;
}

.seo-left-section {
    width: 411px;
    height: 458px;
    border-radius: 40px;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .seo-left-section {
        width: 100%;
        height: 445px;
        padding: 0;
    }
}
/******* End seo hero ***********************/

/******* Start importance seo ***********************/
.importance-seo-svg {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    width: 109px;
    height: 109px;
    min-width: 109px;
    min-height: 109px;
    margin-left: 25px;
    padding: 28px;
}

.importance-seo-svg svg {
    width: 48px;
    height: 48px;
}

.importance-seo-svg svg * {
    stroke: #ff5100 !important;
}

.importance-seo-title {
    font-size: 22px;
    font-weight: bold;
}

.importance-seo-subtitle {
    font-size: 14px;
    text-align: justify;
}
/******* End importance seo ***********************/


/******* Start seo steps ***********************/
.seo-step-cards {
    position: relative;
    background-color: #fff;
    padding: 56px;
    border-radius: 22px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.seo-step-cards .text-gray {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-top: 24px;
}

.seo-step-cards .description {
    font-weight: bold;
}

.seo-step-cards:before {
    content: "";
    position: absolute;
    bottom: -20px; /* فاصله مثلث از پایین باکس */
    left: 60%;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff; /* رنگ مثلث هم‌رنگ پس‌زمینه باکس */
}

.seo-step-swiper {
    margin-top: 10px;
}
.seo-step-swiper .swiper-pagination {
    top: 0;
    z-index: 0;
    display: flex;
}
.seo-step-swiper .swiper-pagination img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin: 0 13px;
    border: 20px solid transparent;
}
.seo-step-swiper .swiper-pagination img.active {
    border: 20px solid #ffffff;
    width: 160px;
    height: 160px;
}
.seo-step-swiper .swiper-wrapper {
    margin-top: 80px;
}

.seo-step-circle {
    height: 65px;
    width: 65px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    margin-right: 90px;
    margin-top: 20px;
}

.seo-step-circle svg {
    fill: none;
    width: 28px;
    height: 28px;
    margin-right: 18px;
    margin-top: 17px;
}

.seo-step-circle svg * {
    stroke: white !important;
}

@media (max-width: 768px) {

    .seo-step-swiper .swiper-pagination img.active,
    .seo-step-swiper .swiper-pagination img {
        width: 124px;
        height: 124px;
        margin: 0 -4px;
    }
    .seo-step-swiper .swiper-wrapper {
        margin-top: 170px;
    }
    .seo-step-swiper {
        margin-top: -120px;
    }

    .seo-step-circle {
        margin-right: 80px;
        margin-top: 15px;
    }
}
/******* end seo steps ***********************/


/******* start web hero ***********************/
.web-hero-image-container {
    width: 411px;
    height: 458px;
    border-radius: 40px;
    padding: 40px 0;
}

.web-hero-image-container img {
    border-radius: 40px;
}

@media (max-width: 768px) {
    .web-hero-image-container img {
        padding-left: 40px;
    }
}

/******* end web hero ***********************/

/******* start order web ***********************/

.order-web-steps {
    padding-top: 60px;
}

.head-order-web {
    text-align: center;
    padding-top: 100px;
}

.container-order-web {
    text-align: center;
    margin-top: 50px;
    direction: rtl; /* راست به چپ */
    position: relative;
}

.progress-bar-container {
    position: relative;
    width: 100%;
    max-width: 1010px;
    margin: 0 13%;
    height: 10px;
}

.progress-bar-text {
    margin-right: 11%;
}

.progress-bar-text p {
    padding: 0 20px 0 40px;
}

.order-web-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 8px;
    background-color: white; /* رنگ طوسی برای خط اصلی */
    z-index: 1;
    transform: translateY(-50%);
}

.order-web-filled-line {
    position: absolute;
    top: 20%;
    right: 0; /* شروع خط از سمت راست */
    height: 8px;
    background-color: #ff5100; /* رنگ آبی برای خط پر شده */
    width: 0%; /* عرض شروع خط آبی */
    z-index: 2;
    transition: width 0.3s ease;
}

.order-web-icon {
    position: absolute;
    top: 50%;
    right: 0; /* شروع آیکون از سمت راست */
    transform: translate(50%, -50%);
    width: 42px; /* اندازه آیکون */
    height: 42px;
    z-index: 3;
    transition: right 0.3s ease; /* انتقال موقعیت آیکون */
}

.order-web-buttons {
    margin-top: 20px;
}

.order-web-step-card-one {
    background-color: white;
    border-radius: 20px;
    padding: 40px 25px;
    margin-top: 25px;
}

.order-web-step-card-one:hover {
    border: 1px solid #ff5100;
}

.order-web-step-card-two {
    background-color: white;
    border-radius: 20px;
    padding: 40px 25px;
    margin-top: 25px;
    width: 300px;
    height: 300px;
}

.order-web-step-card-two:hover {
    border: 1px solid #ff5100;
}

.order-web-step2 {
    font-weight: bold;
    padding-top: 110px;
    text-align: right;
}

.order-web-continue {
    margin-top: -20px;
}

.order-web-continue-step-one {
    text-align: right;
    font-size: 14px;
}

.mp-order-web-box .big_circle1 {
    z-index: 0;
}

.mp-order-web-box h3, .mp-order-web-box h5 {
    position: relative;
    z-index: 1;
}

.mp-order-web-box .big_circle2 {
    width: 560px;
    height: 560px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 280px);
    top: calc(50% - 280px);
}

.mp-order-web-box .big_circle3 {
    width: 860px;
    height: 860px;
    position: absolute;
    border: 1px solid #DBE1FF;
    border-radius: 100%;
    left: calc(50% - 430px);
    top: calc(50% - 430px);
}

.order-web-step .wpcf7-response-output {
    color: black !important;
}

@media (max-width: 768px) {

    .mp-order-web-box {
        overflow: hidden;
    }

    .container-order-web .wpcf7-submit {
        width: 100%;
    }

    .order-web-continue-step-one {
        display: none;
    }

    .order-web-continue {
        display: none;
    }

    .order-web-step2 {
        padding-top: 0;
        margin-top: -30px;
    }

    .order-web-step-card-two {
        width: 100%;
        height: auto;
    }

    .order-web-step-card-one {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        position: relative;
    }

    .order-web-step-card-one .d-flex {
        order: 2;
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .order-web-step-card-one p {
        order: 1;
        text-align: right;
        width: 100%;
    }

    .order-web-step-card-one svg {
        position: absolute;
        top: 10px;
        right: 18px;
        width: 30px;
        height: 30px;
    }

    .order-web-step-card-one strong {
        font-size: 14px;
        white-space: nowrap;
        padding-top: 40px;
    }

    .progress-bar-container {
        margin: 0 3%;
    }

    .progress-bar-text {
        margin-right: 5%;
    }

    .progress-bar-text p {
        padding: 0;
    }
}

/******* end order web ***********************/

/******* start podcast ***********************/
.podcast-img {
    max-width: 90%;
}

.podcast-btn {
    border-radius: 35px;
    padding: 20px 30px 20px 30px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .podcast-col {
        margin-right: 15px;
    }
}
/******* end podcast ***********************/

/******* start why podcast ***********************/

@media (max-width: 768px) {
    .why-podcast-col {
        padding-top: 25px;
    }
}
/******* end why podcast ***********************/

/******* start facebook ads ***********************/
.facebook-card {
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 50px;
    max-width: 476px;
    height: 330px;
    text-align: justify;
}

.facebook-card p {
    color: gray;
    font-size: 16px;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .facebook-card {
        padding: 60px 25px;
    }
}
/******* end facebook ads ***********************/


/******* Start ads in facebook ***********************/
.ads-in-facebook-svg {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    width: 109px;
    height: 109px;
    min-width: 109px;
    min-height: 109px;
    margin-left: 25px;
    padding: 28px;
}

.ads-in-facebook-svg svg {
    width: 48px;
    height: 48px;
}

.ads-in-facebook-svg svg * {
    stroke: #ff5100 !important;
}

.ads-in-facebook-title {
    font-size: 22px;
    font-weight: bold;
}

.ads-in-facebook-subtitle {
    font-size: 14px;
    text-align: justify;
}
/******* End ads in facebook ***********************/

/********** Start youtubers *******************************/
.youtubers-swiper .youtubers-cards {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 22px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin-top: 60px;
}

.youtubers-cards-img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -40px;
    left: 41%;
}

.swiper-slide-next .youtubers-cards,
.swiper-slide-prev .youtubers-cards {
    height: 250px !important;
    margin-top: 100px;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    background-color: #fff;
}

.youtubers-swiper .swiper-slide-active {
    height: 500px;
}
.swiper-slide-active .youtubers-cards {
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.swiper-slide-prev .youtubers-cards .youtuber-name,
.swiper-slide-next .youtubers-cards .youtuber-name {
    display: none;
}
.swiper-slide-prev .youtubers-cards .text-gray,
.swiper-slide-next .youtubers-cards .text-gray {
    display: none;
}

.youtubers-cards .text-gray {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.youtubers-cards .description {
    font-size: 14px;
    padding-top: 30px;
    text-align: justify;
}

.youtuber-name {
    color: green;
    padding-top: 30px;
}

@media (max-width: 768px) {
    .swiper-slide-active .youtubers-cards {
        box-shadow: none !important;
    }
}
/********** End youtubers *********************************/


/* start public */
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-end {
    text-align: end;
}

.text-align-center {
    text-align: center;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-left-50 {
    padding-left: 50px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-50 {
    margin-top: 50px;
}

.max-width-300x {
    max-width: 300px;
}

.background-red {
    background-color: #D00000;
}

.image-border-radios {
    border-radius: 40px;
}

.font-12x {
    font-size: 12px;
}

/* end public */

.mp-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

/*---------------------*/

.page-id-1064 .mp-counter {
    display: none;
}



.nav-blog {
    display: flex; /* برای قرار دادن آیتم‌ها در یک خط */
    overflow-x: auto; /* برای فعال کردن اسکرول افقی */
    white-space: nowrap; /* جلوگیری از شکست خط */
    flex-wrap: nowrap; /* جلوگیری از پیچیدن آیتم‌ها */
    width: 100%; /* اطمینان از اینکه عرض به اندازه والد است */
    scrollbar-width: thin; /* تنظیم اسکرول‌بار برای مرورگرهای مدرن */
    scrollbar-color: #ccc transparent; /* رنگ اسکرول‌بار */
    padding-top: 25px;
}

.nav-item {
    flex-shrink: 0; /* جلوگیری از کوچک شدن آیتم‌ها */
}

@media (min-width: 700px) and (max-width: 767px) {
    .row-hero-padding-right {
        padding-right: calc(3 * var(--bs-gutter-x));
    }
    .row-hero-padding-left {
        padding-left: calc(3 * var(--bs-gutter-x));
    }
    .counter-box {
        right: 30% !important;
        bottom: -3% !important;
    }

    .mp-services {
        padding-right: 12% !important;
    }

    .hero-data {
        padding-right: 0;
        padding-top: 100px;
    }
    .mp-hero h1 {
        font-size: 40px;
        font-weight: 950;
        line-height: 54px;
        letter-spacing: -0.03em;
        padding-left: 0;
    }
    .hero-contact {
        width: 46%;
    }
    .hero-contact:last-child {
        width: 98%;
    }
    .mp-hero-slidebox {
        width: 367px;
        height: 396px;
        margin-top: 130px;
        margin-right: -10px;
    }
    .mp-hero-slidebox img {
        position: absolute;
        top: -110px;
        right: 18px;
    }
    .mp-hero:after {
        display: none;
    }
    .counter-box {
        width: 30%;
        position: absolute;
        bottom: 30%;
        right: 14%;
    }
    .youtubers-box {
        display: none;
    }
    .youtubers-box p {
        order: -1;
        margin-top: 0;
    }
    .income-youtube {
        display: none;
    }
    .income-youtube .mp-circle-link {
        margin: 26px 20px;
    }

    .income-youtube .font-800 {
        font-size: 16px;
    }

    .price-google-ads-card {
        padding: 15px;
        margin-left: 0;
    }

    .price-google-ads-card .font-24x {
        font-size: 22px;
    }

    .advantage-section-title {
        font-size: 14px;
    }

    .mp-counseling .pe-100 {
        padding-left: 0;
    }

    .ads-first-section {
        width: 310px;
    }

    .ads-first-section-svg {
        width: 240px;
        margin-right: 25px;
    }

    .ads-center-section {
        width: 310px;
    }

    .ads-center-section-img {
        top: -16px;
        left: 1px;
    }

    .ads-end-section {
        margin-bottom: 20px;
        width: 74%;
        height: 458px;
        padding: 72px 10px;
        border-radius: 40px;
        background-color: #ff5100;
        background-image: none;
    }

    .ads-end-section-text1 {
        padding: 0 20px 30px 20px;
    }

    .ads-end-section-container {
        padding-right: 0;
    }

    .ads-section-circle {
        height: 50px;
        width: 50px;
    }

    .ads-section-circle svg {
        width: 25px;
        height: 25px;
        margin-right: 13px;
        margin-top: 14px;
    }

    .mp-btn-dark-vertical-tab, .mp-btn-light-vertical-tab {
        width: 160px;
    }

    .youtube-svg {
        top: 170px;
        left: 70px;
    }

    .mp-card h4 {
        font-size: 18px;
    }

    .mp-card p {
        font-size: 16px;
    }

    .mp-textVideo {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .hidden-sm {
        display: none;
    }
    .hidden-md {
        display: block;
    }

    .mp-counter-box {
        padding: 20px;
        height: 190px;
    }

    .mp-service h3 {
        font-size: 26px;
    }

    .div-hero-ads {
        padding-right: 100px;
    }

    .mp-counter {
        padding-right: 10%;
    }
}

body > div.mp-body > main > section.post-header.pt-5 > div > div > div.col-md-8.pe-100 > h1
{
    font-size: 42px !important;
}


/* کاهش اندازه تصویر کپچا */
.captchaCodeDiv img.captchaCode {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

/* استایل‌دهی به فیلد کپچا */
.captchaCodeDiv input[type="text"]#captcha_code {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    border-radius: 6px;
    margin-top: 5px;
    background-color: #f9f9f9;
}

/* استایل کلی بلوک کپچا */
.captchaCodeDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}