/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*home page*/

/*home hiro section*/

.home-section1 {
  position: relative;
}

.home-section1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/hero-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  filter: drop-shadow(10px 0px 80px rgba(15, 34, 78, 0.4));
  background-position: left center;
}

.home-section1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/hero-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  filter: drop-shadow(10px 0px 80px rgba(185, 149, 99, 0.6));
  background-position: right center;
}

@media (max-width: 480px) {
  .home-section1 {
    overflow-x: hidden;
  }

  .home-section1::after {
    inset: auto;
    left: -50px;
    min-height: 100vh;
    width: 100%;
    background-position: left top;
  }

  .home-section1::before {
    top: 0;
    right: -50px;
    width: 100%;
    height: 100vh;
    background-position: right top;
  }
}

/*****************************/
.home-grid {
  position: relative;
  overflow: hidden;
}
.home-grid::after {
  content: url(assets/img/Vector.svg);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0.5;
  overflow: hidden;
}

/*******************************/
.patern-step1-home {
  position: relative;
  width: fit-content;
}

.patern-step1-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/Group-1.png");
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.1;
  pointer-events: none;
  top: -60px;
}
.patern-step1-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/Group.png");
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.1;
  pointer-events: none;
  top: -60px;
}

.patern-step1-home::after {
  background-position: left top;
}

.patern-step1-home::before {
  background-position: right top;
}

@media (max-width: 480px) {
  .patern-step1-home::after {
    width: 120px;
    height: 120px;
    background-size: contain;
    inset: auto;
    left: 30px;
    top: 0;
  }
  .patern-step1-home::before {
    width: 120px;
    height: 120px;
    background-size: contain;
    inset: auto;
    right: 30px;
    top: 0;
  }
}

/******************************/
.home-section2 {
  position: relative;
  /*overflow: hidden;*/
}

.home-section2::after {
  content: "";
  width: 100%;
  position: absolute;
  inset: 0;
  background-image: url("assets/img/home-testimonial-shape-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  background-position: center center;
}

.home-section2::before {
  content: "";
  width: 100%;
  position: absolute;
  inset: 0;
  background-image: url("assets/img/home-testimonial-shape-01.png");
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
  background-position: right bottom;
  top: -200px;
  filter: drop-shadow(0px 100px 40px rgba(185, 149, 99, 1));
}

@media (max-width: 480px) {
  .home-section2::before {
    inset: auto;
    width: 150px;
    height: 150px;
    background-size: contain;
    bottom: 0px;
    z-index: 0;
  }
}
/***************************/

.home-section3 {
  position: relative;
}

.home-section3::before {
  content: "";
  width: 100%;
  position: absolute;
  inset: auto;
  background-image: url("assets/img/home-testimonial-shape-02.png");
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
  background-position: left center;
  filter: drop-shadow(0px 150px 50px rgba(185, 149, 99, 1));
  bottom: 80px;
}

@media (max-width: 480px) {
  .home-section3 {
    width: fit-content;
  }
  .home-section3::before {
    inset: auto;
    width: 100px;
    height: 200px;
    background-size: contain;
    left: 40px;
    bottom: 310px;
  }
}

/*****************************/
.customer-reviews {
  filter: drop-shadow(10px 30px 80px rgba(0, 0, 0, 0.2));
}
/*****************************/

.step-process-home {
  position: relative;
}

.step-process-home::before,
.step-process-home::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.step-process-home::before {
  background-image: url("assets/img/Group-1171276054.svg");
  right: 0;
}

.step-process-home::after {
  background-image: url("assets/img/Group-1171276019.svg");
  left: 0;
}

@media (max-width: 768px) {
  .step-process-home::before {
    width: 120px;
    height: 120px;
    top: 0;
  }
  .step-process-home::after {
    width: 120px;
    height: 120px;
    bottom: 0;
  }
}
/****************************/
.line-process-home {
  position: relative;
}
.line-process-home::after {
  content: url("assets/img/Line-28.svg");
  position: absolute;
  left: -50px;
  top: 48px;
}

@media (max-width: 480px) {
  .line-process-home::after {
    left: 50%;
    top: 115%;
    transform: translateX(-50%) rotate(90deg);
  }
}
/***************************/
.blog-image {
  position: relative;
}
.blog-image::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/home-blog-gown.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 800px;
  height: 800px;
  right: 0;
}

@media (max-width: 480px) {
  .blog-image::before {
    width: 300px;
    height: 300px;
    top: 120px;
  }
}
/******************************/
.blog-box {
  position: relative;
  filter: drop-shadow(0px 26px 51px rgba(0, 0, 0, 0.13));
}

.blog-box::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 30px;
  border-radius: 0 0 15px 15px;
  background-color: #f0f0f0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #e8e8e8;
}

.blog-box::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 30px;
  border-radius: 0 0 15px 15px;
  background-color: #f0f0f0;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #e8e8e8;
}

/*******************************/
.faq-accordion {
  filter: drop-shadow(10px 30px 80px rgba(0, 0, 0, 0.2));
}
/*****************************/

/*header*/
/*popup close icon*/
.menu-icon-closes .dialog-close-button {
  border-radius: 5px !important;
  padding: 8px;
}
.header-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
  background-color: var(--e-global-color-primary);
  border-radius: 35px;
}

.social-icon .elementor-social-icon:hover {
  box-shadow: 0px 0px 20px 0px rgba(185, 149, 99, 1);
}

/******************************************************************************/

/*blog page*/

.blog-cat-back {
  position: relative;
}
.blog-cat-back::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1000011040.svg");
  background-size: cover;
}

.blog-boxs .elementor-loop-container.elementor-grid > *:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .blog-boxs .elementor-loop-container.elementor-grid > *:not(:last-child) {
    border-bottom: none;
  }
}

/*blog category card*/
.cat-bg-value,
.cat-text-color-value,
.cat-hover-color-value {
  display: none !important;
}

.cat-card {
  --cat-bg: transparent;
  --cat-title-color: inherit;

  background: var(--cat-bg) !important;
}

.cat-box {
  --cat-hover-rgba: rgba(0, 0, 0, 0.12);

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

.cat-card .cat-title,
.cat-card .cat-title .jet-listing-dynamic-field__content,
.cat-card .cat-title a {
  color: var(--cat-title-color) !important;
}

.cat-box:hover {
  box-shadow: 0 50px 140px var(--cat-hover-rgba) !important;
}

.cat-box {
  height: 100%;
}

.cat-card {
  height: 100%;
  min-height: 135px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cat-card .cat-title {
  margin-bottom: 8px;
}

.cat-card .cat-desc,
.cat-card .cat-desc .jet-listing-dynamic-field__content {
  line-height: 1.6;
  margin: 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/********************************/
.hiroblog-back {
  position: relative;
}
.hiroblog-back::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Vector-1-1.svg");
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);

  width: 770px;
  height: 770px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .hiroblog-back::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
  }
}

.hiroblog-back::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--e-global-color-0352ae3);
  width: 50vw;
  height: 50vw;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
  filter: blur(250px);
  opacity: 0.2;
}

/**************************************************/
.my-carousel .swiper-slides {
  height: 100%;
  width: 100%;
}

.my-carousel,
.my-carousel .elementor-widget-container,
.my-carousel .elementor-swiper,
.my-carousel .swiper,
.my-carousel .swiper-wrapper,
.my-carousel .swiper-slide {
  overflow: visible !important;
}
.my-carousel {
  padding-bottom: 250px !important;
}

.my-carousel .swiper,
.my-carousel .swiper-wrapper {
  overflow: visible !important;
}

.my-carousel,
.my-carousel .elementor-widget-container,
.my-carousel .swiper,
.my-carousel .swiper-wrapper {
  overflow: visible !important;
}

.my-carousel .swiper-slide {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  transform: translateY(0) scale(0.92);
  filter: grayscale(100%);
  z-index: 5;
}

.my-carousel .swiper-slide.swiper-slide-next {
  transform: translateY(120px) scale(1.05);
  filter: grayscale(0%);
  z-index: 5;
}

@media (max-width: 480px) {
  .my-carousel .swiper-slide {
    transition:
      transform 0.3s ease,
      filter 0.3s ease;
    transform: translateY(0) scale(0.92);
    filter: grayscale(0%);
    z-index: 5;
  }

  .my-carousel .swiper-slide.swiper-slide-next {
    transform: translateY(120px) scale(1.05);
    filter: grayscale(100%);
    z-index: 5;
  }
}

/***********************************************************************/

.video-arrow {
  position: relative;
}

.video-arrow .jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
  background: url("assets/img/Union.svg") no-repeat center / contain;
  position: absolute;
  width: 56px;
  height: 136px;

  z-index: 1;

  filter: drop-shadow(-10px -12px 24px rgba(0, 0, 0, 0.24)) brightness(1.02)
    contrast(1.05);
}
.video-arrow .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
  background: url("assets/img/Union.svg") no-repeat center / contain;
  position: absolute;
  width: 56px;
  height: 136px;

  z-index: 1;

  filter: drop-shadow(-10px -12px 24px rgba(0, 0, 0, 0.24)) brightness(1.02)
    contrast(1.05);
}

.video-arrow .jet-listing-grid__slider-icon.prev-arrow::after {
  content: "\eb39";
  font-family: "icomoon" !important;
  font-size: 28px;
  display: inline-block;
}

.video-arrow .jet-listing-grid__slider-icon.next-arrow::after {
  content: "\eb39";
  font-family: "icomoon" !important;
  font-size: 28px;
  display: inline-block;
}

@media (max-width: 480px) {
  .video-arrow .jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
    rotate: 180deg;
    width: 30px;
    height: 80px;
  }

  .video-arrow .jet-listing-grid__slider-icon.prev-arrow::after::after {
    font-size: 20px;
    rotate: 180deg;
  }
}

@media (max-width: 480px) {
  .video-arrow .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
    rotate: 180deg;
    width: 30px;
    height: 80px;
  }

  .video-arrow .jet-listing-grid__slider-icon.next-arrow::after::after {
    font-size: 20px;
    rotate: 180deg;
  }
}

/********************************************************/

.video-section {
  position: relative;
}

.video-section::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171276000.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .video-section {
    overflow: hidden;
  }
}

/************************************************/

/*newsletter */
.mynewsletter {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
.mynewsletter .elementor-button[type="submit"] {
  position: absolute;
  bottom: 13px;
  left: 5px;
  height: 100% !important;
  overflow: hidden;
  background-color: var(--e-global-color-primary) !important;
  border-radius: 35px;
  height: 60px !important;
}

.mynewsletter input#form-field-email {
  max-width: 100% !important;
  height: 65px;
  background-color: #f8f8f8;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: inset 0 0 25px 0 rgba(228, 228, 228, 0.14);
  color: GREY;
}

@media (max-width: 480px) {
  .mynewsletter button.elementor-size-sm {
    position: absolute;
  }
}

/**********************************/

/*about us*/

.hiroabout-back {
  position: relative;
}

.hiroabout-back::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--e-global-color-0352ae3);
  width: 70vw;
  height: 400px;
  right: 0;
  top: 0px;
  transform: translate(30%, -30%);
  filter: blur(150px);
  opacity: 0.2;
}

.aboutus-back-section {
  position: relative;
}
.aboutus-back-section::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171276098-1-1.svg");
  left: 50%;
  transform: translateX(-50%);

  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 100%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .aboutus-back-section::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .aboutus-back-section::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
  }
}

.background-gradient-about {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    #f4f4f41c 25%,
    #f4f4f44f 50%,
    #f4f4f41c 75%,
    rgba(255, 255, 255, 1) 100%
  );
}

/*****************************/

.about-arrow .elementor-swiper-button-prev {
  position: relative;
}

.about-arrow .elementor-swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 136px;
  background: url("assets/img/Union-1.svg") no-repeat center / contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;

  filter: drop-shadow(-10px -12px 24px rgba(0, 0, 0, 0.24)) brightness(1.02)
    contrast(1.05);
}

.about-arrow .elementor-swiper-button-prev i,
.about-arrow .elementor-swiper-button-prev svg {
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  .about-arrow .elementor-swiper-button-prev::before {
    width: 30px;
    height: 80px;
  }
}

.about-arrow .elementor-swiper-button-next {
  position: relative;
}

.about-arrow .elementor-swiper-button-next::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 136px;
  background: url("assets/img/Union.svg") no-repeat center / contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;

  filter: drop-shadow(-10px -12px 24px rgba(0, 0, 0, 0.24)) brightness(1.02)
    contrast(1.05);
}

.about-arrow .elementor-swiper-button-next i,
.about-arrow .elementor-swiper-button-next svg {
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  .about-arrow .elementor-swiper-button-next::after {
    width: 30px;
    height: 80px;
  }
}

.about-slider::before {
  position: absolute;
  content: "";
  width: 65%;
  height: 100px;
  border-radius: 30px;
  background-color: var(--e-global-color-dc6f9f6);
  /*bottom: -0px;*/
  bottom:115px;
  left: 50%;
  transform: translateX(-50%);

  box-shadow: 0px 2px 51px rgba(0, 0, 0, 0.13);
  border-bottom: 1px solid #e8e8e842;
}

.about-slider::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 30px;
  border-radius: 0 0 30px 30px;
  background-color: var(--e-global-color-dc6f9f6);
  /*bottom: -30px;*/
  bottom:90px;
  left: 50%;
  transform: translateX(-50%);

  box-shadow: 0px 30px 51px rgba(0, 0, 0, 0.13);
}

@media(max-width: 480px) {
  .about-slider::before {
    border-radius: 15px;
    width: 70%;
    /*bottom: 10px;*/
    bottom:50px !important;
    z-index: 1;
  }
  .about-slider::after {
    border-radius: 15px;
    width: 65%;
    /*bottom: -5px;*/
    bottom:32px !important;
  }
}
/******************************************************************************/
.cta-patern {
  position: relative;
  overflow: hidden;
}

.cta-patern::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171275961.svg");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: left center;
  left: -200px;
  width: 80%;
  opacity: 0.4;
}

@media (max-width: 480px) {
  .cta-patern::before {
    background-position: left bottom;
    left: 0;
    bottom: -50px;

    background-position: left bottom;
    left: 0;
    top: auto;
    bottom: -50px;
    height: 100%;
    width: 100%;
  }
}

/*******************************/
/*lawyer card*/
.color-card {
  filter: grayscale(100%);
  transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: filter;
}

.color-card:hover {
  filter: grayscale(0%);
  /*filter: drop-shadow(0px 30px 80px rgba(0, 0, 0, 0.1));*/
}

@media (max-width: 480px) {
  .color-card {
    filter: grayscale(0%);
  }
}
/******************************************************************************/

/*contact us page*/
.hirocontact-back {
  position: relative;
}
.hirocontact-back::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-11.svg");
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);

  width: 729px;
  height: 866px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .hirocontact-back::before {
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-size: cover;
  }
}

.hirocontact-back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50vw;
  height: 30vw;

  background-color: var(--e-global-color-0352ae3);
  filter: blur(250px);
  opacity: 0.2;
}

/********************************************************************/
/*صفحه تنظیم شکایت*/
.sabtpage-section {
  position: relative;
}

.sabtpage-section::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171276084.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  width: 100%;
  height: 70%;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  .sabtpage-section {
    overflow: hidden;
  }
}

.hiroset-back {
  position: relative;
}

.hiroset-back::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--e-global-color-primary);
  width: 50vw;
  height: 50vw;
  right: 0;
  top: 160px;
  transform: translate(30%, -30%);
  filter: blur(380px);
  opacity: 0.2;
}

.hiroset-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--e-global-color-0352ae3);
  width: 50vw;
  height: 50vw;
  left: 0;
  top: 160px;
  /*transform: translate(30%, -30%);*/
  filter: blur(250px);
  opacity: 0.2;
}

.hiroset-back-section {
  position: relative;
}
.hiroset-back-section::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171276091.svg");
  left: 50%;
  opacity: 0.8;

  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);

  width: 570px;
  height: 400px;
}

@media (max-width: 767px) {
  .hiroset-back-section::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
  }
}

.form-back {
  position: relative;
}

.form-back::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: url("assets/img/Union-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.why-section-back {
  position: relative;
}

.why-section-back::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 90%;
  background-image: url("assets/img/Group-1171276092.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.why-section-back::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--e-global-color-0352ae3);
  width: 50vw;
  height: 40vw;
  left: 0;
  top: 0;

  filter: blur(150px);
  opacity: 0.2;
}

@media (max-width: 480px) {
  .why-section-back::before {
    width: 100%;
  }
}

.shadow-sabt {
  filter: drop-shadow(0px 30px 50px rgba(0, 0, 0, 0.2));
}

/*****************************************************************************/
/*comments*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
button,
input,
textarea,
select {
  font-family: "Pinar", sans-serif !important;
}

.ql-editor.ql-blank {
  font-family: "Pinar";
}

#wpdcom .ql-container {
  border-radius: 25px 25px 0 0;
  padding: 8px;
}

#wpdcom .ql-toolbar {
  border-radius: 0 0 25px 25px;
  padding: 8px;
}
#wpdcom .wpd-prim-button {
  border-radius: 15px;
}

/*****************************************************************************/

/*services single post*/
.posttype-section1 {
  position: relative;
}

.posttype-section1::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171276091-1.svg");
  background-repeat: no-repeat;
  opacity: 0.6;
  width: 50%;
  height: 100%;
  left: 15%;
  top: -5%;
  background-size: cover;
}

@media (max-width: 480px) {
  .posttype-section1 {
    overflow: hidden;
  }
  .posttype-section1::before {
    width: 100%;
    left: 0;
  }
}

.posttype-section1::after {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-11712760941.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 150px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 75%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 75%,
    transparent 100%
  ) !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100% !important;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .posttype-section1::after {
    content: "";
    position: absolute;
    background-image: url(assets/img/Group-11712760941.png);
    background-repeat: no-repeat;
    width: 800px;
    height: 800px;
    left: 50%;
    background-size: cover;
    background-position: top right;
    bottom: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .posttype-section1::after {
    content: "";
    position: absolute;
    background-image: url(assets/img/Group-11712760941.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 600px;
    left: 50%;
    background-size: cover;
    background-position: top right;
    bottom: auto;
    top: 40px;
  }
}

@media (max-width: 480px) {
  .posttype-section1::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    bottom: -200px;
    left: 35%;
    background-position: bottom;
    opacity: 0.2;
  }
}

.posttype-video {
  position: relative;
}

.posttype-video::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--e-global-color-0352ae3);
  width: 50vw;
  height: 70vw;
  right: 50%;
  top: 30%;
  transform: translate(50%, -50%);
  filter: blur(50px);
  opacity: 0.1;
  border-radius: 50%;
}

.posttype-section2 {
  position: relative;
}

.posttype-section2::after {
  content: "";
  position: absolute;
  background-image: url("assets/img/Group-1171276096-1.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 150px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .posttype-section2::after {
    width: 500px;
    height: 600px;
    left: 0%;
    background-size: cover;
    /*background-position: top left;*/
    /*bottom: auto;*/
  }
}

@media (max-width: 480px) {
  .posttype-section2::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    bottom: 0;
    left: 0%;
    background-position: bottom top;
    opacity: 0.2;
  }
}

.process-posttype:hover .process-number1 span {
  color: var(--e-global-color-primary) !important;
}

.posttype-section3 {
  position: relative;
  /*overflow: hidden;*/
}

.posttype-section3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url("assets/img/Group-1171276037.svg");

  background-repeat: no-repeat;

  pointer-events: none;
  background-position: center center;
  background-size: cover;
  opacity: 0.7;
}

.posttype-services .jet-listing-dynamic-repeater__items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
}

.posttype-services .jet-listing-dynamic-repeater__item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #f5f2f2;
  border-radius: 20px;
  padding: 20px;

  filter: grayscale(100%);
}

.posttype-services .jet-listing-dynamic-repeater__item div:hover {
  filter: grayscale(0%);
  background-color: transparent;
  background-image: linear-gradient(304deg, #fffcc1 0%, #bce7c2 100%);
}

.posttype-services .jet-listing-dynamic-repeater__item {
  background-color: var(--e-global-color-dc6f9f6);
  border-radius: 20px;
  padding: 20px;
  filter: drop-shadow(10px 30px 80px rgba(0, 0, 0, 0.1));
}

.posttype-services h3 {
  color: #1dbf23;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
}

.posttype-services span {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

@media (max-width: 480px) {
  .posttype-services .jet-listing-dynamic-repeater__items {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .posttype-services .jet-listing-dynamic-repeater__item div {
    filter: grayscale(0%);
    background-color: transparent;
    background-image: linear-gradient(304deg, #fffcc1 0%, #bce7c2 100%);
  }
}

/*single page*/
.single-post-meta-box
  .elementor-icon-list-item
  .elementor-post-info__item-prefix {
  color: rgba(15, 34, 78, 1);
  font-weight: 600;
}

.single-post-meta-box .elementor-icon-list-item,
.single-blog-cat-meta
  span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom {
  background-color: white;
  padding: 11px 16px;
  border-radius: 40px;
  gap: 8px;
}
.single-blog-tag-meta
  span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-terms,
.single-blog-cat-meta
  ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info,
.single-post-meta-box
  ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
  display: flex;
  gap: 8px;
}

@media (max-width: 480px) {
  .single-post-meta-box .elementor-icon-list-item {
    background-color: white;
    padding: 5px;
    border-radius: 40px;
    margin-top: 8px;
  }
  .single-post-meta-box span.elementor-post-info__item-prefix {
    display: none !important;
  }
}

.single-blog-rating {
  position: relative;
}

.single-blog-rating::before {
  content: "4.3";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: white;
}

.single-blog-rating::after {
  content: "امتیاز کاربران";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 16px), -50%);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: white;
}

@media (max-width: 480px) {
  .single-blog-rating {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .single-blog-rating::before,
  .single-blog-rating::after {
    position: static;
    transform: none;
    display: inline-block;
    font-size: 10px;
  }

  .single-blog-rating::after {
    font-size: 10px;
  }
}

.single-post-content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: black;
}

.single-post-content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: black;
}

.single-post-content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: black;
}

.single-post-content h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  color: black;
}

.single-blog-more-btn {
  box-shadow:
    -4px 7px 18px 0px rgba(12, 27, 62, 0.1),
    -16px 28px 32px 0px rgba(12, 27, 62, 0.09),
    -36px 63px 44px 0px rgba(12, 27, 62, 0.05),
    -64px 112px 52px 0px rgba(12, 27, 62, 0.01),
    -100px 176px 57px 0px rgba(12, 27, 62, 0);
}

.single-blog-tag-meta .elementor-icon-list-text {
  display: flex !important;
  align-items: center;
  gap: 30px;
}

.single-blog-tag-meta .elementor-post-info__item-prefix {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: black;
}

.single-blog-tag-meta .elementor-post-info__terms-list a {
  background: var(--e-global-color-0352ae3);
  padding: 5px 10px;
  border-radius: 10px;
}

@media (max-width: 480px) {
  .single-blog-tag-meta
    span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-terms,
  .single-blog-cat-meta
    ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.single-blog-cat-meta
  span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom {
  background: var(--e-global-color-0352ae3);
  padding: 5px 0px;
  border-radius: 10px;
}

.single-blog-cat-meta a {
  background: var(--e-global-color-0352ae3);
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 480px) {
  .single-blog-cat-meta a {
    min-width: 220px;
  }
}

********************* .single-post-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.single-post-content.is-collapsed {
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 55%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.55) 82%,
    rgba(0, 0, 0, 0.25) 92%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to bottom,
    black 55%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.55) 82%,
    rgba(0, 0, 0, 0.25) 92%,
    transparent 100%
  );
}

.single-readmore-btn {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  color: white;
  padding: 10px 18px;
  border-radius: 12px;
  box-shadow: -4px 7px 18px rgba(12, 27, 62, 0.1);
  transition: 0.35s ease;
}

.single-readmore-btn:hover {
  transform: translateY(-3px);
}

.single-readmore-btn .elementor-icon {
  transition: transform 0.3s ease;
}

.single-readmore-btn:not(.is-open) .elementor-icon {
  transform: rotate(0deg);
}

.single-readmore-btn.is-open .elementor-icon {
  transform: rotate(180deg);
}

.sidebar {
  width: fit-content;
  max-width: 450px;
}

@media (max-width: 480px) {
  .sidebar {
    width: -webkit-fill-available;
  }

  .sidebar {
    position: relative !important;
  }

  .blog-titles .elementor-inline-items {
    padding: 5px 0 !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    justify-content: flex-start !important;
    overflow-x: scroll;
    margin-inline: 0px;
  }

  .hirosingleblog-back::after {
    display: none !important;
  }
}

/*طول متن های دوخطی*/
.services-title h2.elementor-heading-title.elementor-size-default {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-title h2.elementor-heading-title.elementor-size-default {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}