:root {
  --main-color: #4054B2;
  --second-color: #1e87f0 ;
  --four-color: #fff;
  --body-color: #555;
  --background-color: #fff;
  --box-color: #f2f2f2;
  --list-back: #f8f8f8
  --main-box-shadow: 0px 0px 10px #f8f8f8;
  --main-border-radius: 7px;
  --main-font-size: 14px;
  --main-font: IranSans;
  --header-font: IranSans;
  --gradiant-dr: linear-gradient(to right, #e837a3, #29b9ed);
}
.search-buttom svg {
  width: 22px;
  height: 21px;
}
.search-buttom svg path {
  fill: var(--main-color);
  transition: var(--trans);
  align-items: center;
}
.search-buttom {
    background: var(--box-color);
    transition: var(--trans);
    display: flex;
    padding: 7px 7px;
    cursor: pointer;
    align-items: center;
    border-radius: 7px;
}
.search-buttom:hover svg path {
  fill: var(--background-color);
  transition: var(--trans);
}

.box-search-mobile {
  position: fixed !important;
  height: 100% !important;
  background: var(--background-color);
  display: flex !important;
  padding: 10px !important;
  padding-top: 40px !important;
  transform: translateY(10000px);
  flex-direction: column !important;
  justify-content: flex-start !important;
  z-index: 9999999 !important;
}
.box-search-mobile.active {
  transform: translateY(0px);
}
button.close-btn {
    display: flex;
    width: 30px;
    position: absolute;
    background: #ffffff;
    color: #ff7777;
    border: 0px;
    font-size: 35px;
    line-height: 21px;
    height: 30px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.search-buttom {
  display: flex;
  transition: var(--trans);
}
.search-buttom:hover {
  background: var(--second-color);
  transition: var(--trans);
}
.header-sticky {
  transition: 0.5s ease;
}
.header-sticky.active {
  position: fixed;
  z-index: 999;
  right: auto;
  margin: auto !important;
  width: 100%;
  transition: 0.5s ease;
  animation: slideDown 0.5s ease-out forwards;
  top: 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/********* header ******************************************/
.heder-desktop-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.heder-desktop-left a {
    display: flex;
    color: var(--body-color);
    padding: 0;
    gap: 7px;
    transition: var(--trans);
    margin-left: 10px;
    flex-direction: row-reverse;
    align-items: center;
    color: var(--main-color);
}
a.tel-header p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.tel-header p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.tel-header p span {
    font-size: 18px;
    font-weight: 600;
    direction: ltr;
}
a.tel-header svg {
    width: 28px;
    height: 28px;
}
a.tel-header svg path {
    fill: var(--main-color);
}





/************************** faq ********************/
/* استایل کلی FAQ */
.rank-math-faq .rank-math-list-item {
    overflow: hidden;
}

/* تیتر سؤال */
.rank-math-question {
    padding: 5px 10px;
    cursor: pointer;
    background: #f8f8f8;
    border-radius: 7px;
    font-weight: 500;
    position: relative;
    user-select: none;
    color: #323232;
    font-size: 16px !important;
}
@media (max-width: 768px) {
h3.rank-math-question {
    font-size: 13px !important;
}
}
/* آیکون باز/بسته */
.rank-math-question::after {
    content: "+";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    transition: 0.3s;
}
.rank-math-list-item {
    margin-bottom: 10px;
}
/* وقتی باز است */
.rank-math-list-item.active .rank-math-question::after {
    content: "−";
}

/* محتوای جواب */
.rank-math-answer {
    padding: 10px;
    display: none;
    animation: fadeIn .3s ease;
    background: #fff;
    margin-top: 5px;
    border-radius: 7px;
    border: 1px solid #ddd;
}

/* انیمیشن نرم */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pc-faq-wrapper {
    border: 1px solid #e3e5e8;
    padding: 15px;
    border-radius: 15px;
}
h2.pc-faq-title {
    margin-bottom: 10px;
}
a.tell-mobile span span {
    direction: ltr;
    display: inline-flex;
}





/***** footer ***********/
.elementor-2151 .elementor-element.elementor-element-1ae944e .elementor-icon-list-icon svg {
    fill: #ededed;
}
.footer span.elementor-icon-list-icon svg path {
  fill: #ededed;
}
.footer rect {
  stroke: #ededed;
}
.footer circle {
  stroke: #ededed;
}
@media (max-width: 768px) {
a.tell-mobile svg {
    width: 30px;
    height: 30px;
}
a.tell-mobile {
    background: var(--second-color);
    width: 95%;
    position: fixed;
    bottom: 10px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    align-items: center;
}
}
/************************ home **********/
.img-back-color:before {
    background: #1e87f0 ;
    width: 250px;
    height: 300px;
    content: '';
    position: absolute;
    top: -60px;
    right: -5px;
    z-index: -1;
}
.elementor-element.elementor-element-7343400.elementor-widget__width-auto.elementor-absolute.animated-slow.elementor-widget.elementor-widget-image.animated.zoomIn {
    box-shadow: 6px -7px 20px 0px #0000001f;
}
.elementor-2451 .elementor-element.elementor-element-2ae28bd .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    padding: 15px;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:before {
    content: '';
    width: 150px;
    height: 200px;
    position: absolute;
    top: -55px;
    left: -5px;
    background: var(--second-color);
    z-index: -1;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:after {
    content: '';
    width: 150px;
    height: 200px;
    position: absolute;
    bottom: -55px;
    right: -5px;
    background: var(--second-color);
    z-index: -1;
}
.elementor-element.elementor-element-7343400.elementor-widget__width-auto.elementor-absolute.animated-slow.elementor-hidden-mobile.elementor-widget.elementor-widget-image.animated.zoomIn:before {
    content: '';
    background: var(--second-color);
    width: 150px;
    height: 200px;
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}
.pro-slider .bdt-ep-carousel-thumbnail a img {
    border: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .img-back-color:before {
    top: -5px;
}
.img-back-color:after {
    background: #1e87f0 ;
    width: 120px;
    height: 100px;
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:before {
    top: -5px;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:after {
    bottom: -5px;
}
.elementor-2151 .elementor-element.elementor-element-1ae944e .elementor-icon-list-item:not(:last-child):after {
    border: 0px !important;
}
}

/*************** blog *******************/
article h2 {
    background: #f8f8f8;
    border-radius: 7px;
    margin: 5px 0px;
    line-height: 1.8 !important;
    height: 45px;
    display: flex;
    align-items: center;
    color: var(--main-color);
    gap: 10px;
}
article h2:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/left-arrow.svg);
    position: relative;
    display: inline-flex;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-position: -7px center;
    background-repeat: no-repeat;
    filter: opacity(0.5);
    align-items: center;
}
article figure {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 15px 0px !important;
    border-radius: 10px;
    padding: 10px;
}

article figure img {
  border-radius: 10px !important;
}


/***************** call ****************/

.contact-pro {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
}
.contact-pro a {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-radius: 7px;
    transition: ease-in 0.2s;
}
.contact-pro a:nth-child(2) {
    background: var(--second-color);
    color: #fff;
    border: 2px solid var(--second-color);
}
.contact-pro a:nth-child(1) {
    border: 2px solid;
    color: green;
}
.contact-pro a:nth-child(2) svg path {
    fill: #fff;
}
.contact-pro a>span {
  line-height: 1;
}
.contact-pro a:hover {
    transform: translateY(-5px);
    transition: ease-in 0.2s;
}
p.math-whtsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-pro a svg {
    width: 35px;
    height: 35px;
}
.contact-pro a:nth-child(1) svg path {
    fill: green;
}
.contact-pro a span:nth-child(2) {
    font-size: 13px;
}
p.math-whtsapp span:nth-child(2) {
    direction: ltr;
    font-size: 16px;
    font-weight: 600;
}
.hi-image img {
    color: grey;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 3s infinite !important;
}
@keyframes shimmer {
0% {
    mask-position: 140% 140%;
}
100% {
    mask-position: -20% -20%;
}
}
.post-article ul li {
    list-style: circle;
    margin-right: -15px;
    border-bottom: 1px dashed #efefef;
    line-height: 2.5;
}
@media (max-width: 768px) {
  .contact-pro {
    flex-direction: column !important;
  }
  .contact-pro a {
    width: 100% !important;
  }
  article ul li {
    margin-right: -20px !important;
    line-height: 2 !important;
}
}
header.header-top:after {
    content: '';
    background: var(--second-color);
    width: 90%;
    height: 5px;
    margin: auto;
    border-radius: 49%;
    position: absolute;
    bottom: -3px;
    right: 5%;
    left: auto;
    z-index: -3;
}
.menu-list span.elementor-icon-list-icon svg path {
    fill: var(--main-color) !important;
}
.elementor-post__thumbnail.elementor-fit-height img {
    border-radius: 15px;
}
.elementor-post__card {
    padding: 10px;
}